Anthony PERARD writes ("[OSSTEST PATCH v6 2/3] ts-openstack-tempest: Run Tempest to check OpenStack"): > This script runs the OpenStack integration test suite, Tempest. ... > + push @ignored_tests, > + "^\Q$volume_boot_pattern.test_volume_boot_pattern\E"; > + push @ignored_tests, > + "^\Q$volume_boot_pattern.test_create_ebs_image_and_check_boot\E"; > + push @ignored_tests, > + "^\Q$shelve_instance.test_shelve_volume_backed_instance\E"; > + > + # Those tests access a volume through iSCSI. This does not work when both > the > + # server and client of iSCSI are on the same Xen host, Linux 4.0 is the > first > + # Linux to have a fix. > + push @ignored_tests, > + "^\Q${volume_boot_pattern}V2.test_volume_boot_pattern\E"; > + push @ignored_tests, > + "^\Q${volume_boot_pattern}V2.test_create_ebs_image_and_check_boot\E"; > + > + # This regex below select the tests to run and exclude the ones marked as > + # slow as well as the explicit tests listed above. > + # It is based on the one that can be found in tempest.git/tox.ini > + # in the section [testenv:full]. > + my $ignored_tests = join("|", @ignored_tests); > + my $regex = > + > "(?!.*\\[.*\\bslow\\b.*\\]|$ignored_tests)(^tempest\\.(api|scenario|thirdparty))";
This is all quite nightmarish. I don't have a better suggestion, though. Acked-by: Ian Jackson <ian.jack...@eu.citrix.com> Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel