From f59ee150a5c8b9af657849d72237ac4e92635ec4 Mon Sep 17 00:00:00 2001 From: melanie witt Date: Thu, 7 Dec 2023 01:56:40 +0000 Subject: [PATCH] Use 'tempest run --slowest' in integrated-compute This adds the '--slowest' option to the 'tempest run' command line for the [testenv:integrated-compute] to show the slowest tests after the tests finish running. Change-Id: I53b0fa6dcf077191565e2aaf3f08a24b3238a34b --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index de81707517..c90201ec7a 100644 --- a/tox.ini +++ b/tox.ini @@ -198,7 +198,7 @@ regex2 = '(?!.*\[.*\bslow\b.*\])(^tempest\.scenario)|(^tempest\.serial_tests)' commands = find . -type f -name "*.pyc" -delete tempest run --regex {[testenv:integrated-compute]regex1} --exclude-list ./tools/tempest-integrated-gate-compute-exclude-list.txt {posargs} - tempest run --combine --serial --regex {[testenv:integrated-compute]regex2} --exclude-list ./tools/tempest-integrated-gate-compute-exclude-list.txt {posargs} + tempest run --combine --serial --slowest --regex {[testenv:integrated-compute]regex2} --exclude-list ./tools/tempest-integrated-gate-compute-exclude-list.txt {posargs} [testenv:integrated-placement] envdir = .tox/tempest