----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/23879/ -----------------------------------------------------------
Review request for cloudstack and Santhosh Edukulla. Bugs: CLOUDSTACK-7127 https://issues.apache.org/jira/browse/CLOUDSTACK-7127 Repository: cloudstack-git Description ------- We are choosing random region id while passing it to addRegion test case. The test case failed when region id 1 was passed because the region id was already in use. It is better to start the range from 2, as 1 will most likely be used in existing setup. Diffs ----- test/integration/component/test_regions.py 7b7c4a4 Diff: https://reviews.apache.org/r/23879/diff/ Testing ------- Yes. Log: Test for duplicate checks on region id ... === TestName: test_createRegionWithExistingRegionId | Status : SUCCESS === ok Test for duplicate checks on region name ... === TestName: test_createRegionWithExistingRegionName | Status : SUCCESS === ok Test for update Region ... === TestName: test_updateRegion | Status : SUCCESS === ok ---------------------------------------------------------------------- Ran 3 tests in 2.845s OK Thanks, Gaurav Aradhye