Message ID | 20170725115759.21895-21-anthony.perard@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/ts-openstack-tempest b/ts-openstack-tempest index ae3662f..596142a 100755 --- a/ts-openstack-tempest +++ b/ts-openstack-tempest @@ -53,10 +53,10 @@ sub tempest() { my $regex = "(?!.*\\[.*\\bslow\\b.*\\]|$ignored_tests)". "(^tempest\\.(api|scenario|thirdparty))"; - target_cmd($ho, <<END, 7200); + target_subunit_cmd($ho, <<END, 7200); set -e cd $builddir/tempest -tempest run --concurrency=2 --regex '$regex' +tempest run --concurrency=2 --subunit --regex '$regex' | subunit-2to1 END }