From f960aa6f9f78d95046a92f2a9ca51f9821b94115 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 11 Nov 2023 12:09:35 +0900 Subject: [PATCH] Ubuntu: Drop unnecessary exclude list of mistral test cases We do not run mistral-tempest-plugin tests now, thus these test cases are not run. These currently succeeds in CentOS and we have not clear clue that these are broken in Ubuntu/Debian. Change-Id: I594a63960a837c6469186495d7162ab247debe04 --- run_tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 89569bf2f..2ad62114a 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -352,7 +352,6 @@ echo 'manila_tempest_tests.tests.api.test_shares.SharesCephFSTest.test_create_ge echo 'manila_tempest_tests.tests.api.test_shares.SharesNFSTest.test_create_get_delete_share' >> /tmp/openstack/tempest/test-include-list.txt if uses_debs; then - echo "mistral_tempest_tests.tests.api.v2.test_executions.ExecutionTestsV2.test_get_list_executions" > /tmp/openstack/tempest/test-exclude-list.txt echo "telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration" >> /tmp/openstack/tempest/test-exclude-list.txt EXCLUDES="--exclude-list=/tmp/openstack/tempest/test-exclude-list.txt"