From c46a85b8e5f5888c5e38a75b2ce301567d69e7f5 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 5 Jan 2018 07:54:29 -0800 Subject: [PATCH] ironic: run valid test in whitelist ironic_tempest_plugin.tests.api.admin.test_drivers is the new namespace of the test when running with the tempest plugin. This will re-activate the Tempest tests for Ironic witht he new plugin. Depends-On: Iddd38ccf9bee8de4eced61c72a63e274c753ac32 Change-Id: I1be0c45529dbec2f8c2da5658f775e2cdee35111 --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index a9f885622..e498fd962 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -276,7 +276,7 @@ uses_debs || echo "test_telemetry_integration" >> /tmp/openstack/tempest/test-wh # Ironic # Note: running all Ironic tests under SSL is not working # https://bugs.launchpad.net/ironic/+bug/1554237 -echo "api.baremetal.admin.test_drivers" >> /tmp/openstack/tempest/test-whitelist.txt +echo "ironic_tempest_plugin.tests.api.admin.test_drivers" >> /tmp/openstack/tempest/test-whitelist.txt # Zaqar echo "v2.test_queues.TestManageQueue" >> /tmp/openstack/tempest/test-whitelist.txt