-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/24313/
-----------------------------------------------------------
Review request for cloudstack and Santhosh Edukulla.
Bugs: CLOUDSTACK-7255
https://issues.apache.org/jira/browse/CLOUDSTACK-7255
Repository: cloudstack-git
Description
-------
Few test cases failed with "Entity already exists" while creating account
because the account name already existed in the setup.
We append random string to the username to make account names unique. Also the
account name should be less than 99 chars.
But in case where the original username becomes greater than 99 chars,
appending random string to it and trimming it back to 99 chars does not make
any difference to the original string.
In this case the username should be trimmed first and then random string should
be appended to make the account name unique.
Diffs
-----
tools/marvin/marvin/lib/base.py eb05a18
Diff: https://reviews.apache.org/r/24313/diff/
Testing
-------
Yes.
Test router internal basic zone ... SKIP: Marvin configuration has no host
credentials to check router services
----------------------------------------------------------------------
Ran 1 test in 141.558s
OK (SKIP=1)
Thanks,
Gaurav Aradhye