----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24605/ -----------------------------------------------------------
Review request for cloudstack and Santhosh Edukulla. Bugs: CLOUDSTACK-7322 https://issues.apache.org/jira/browse/CLOUDSTACK-7322 Repository: cloudstack-git Description ------- Some tests are disruptive (in that they cannot be run in parallel with other tests, as they do disruptive things such as stopping the secondary storage VM). This patch adds a "disruptive" nosetests attribute to those tests which are known to be so, such that they can be easily excluded from parallel runs. Diffs ----- test/integration/component/maint/test_bugs.py 07e3655 test/integration/component/maint/test_egress_rules_host_maintenance.py a27ada3 test/integration/component/maint/test_high_availability.py cc687f8 test/integration/component/maint/test_multiple_ip_ranges.py 982dd7c test/integration/component/maint/test_vpc_host_maintenance.py 83ba271 test/integration/component/maint/test_vpc_on_host_maintenance.py eb3360a test/integration/smoke/test_ssvm.py 5713569 Diff: https://reviews.apache.org/r/24605/diff/ Testing ------- Verified using --collect-only option to nosetests that filtering using the disruptive attribute works correctly. Thanks, Alex Brett