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
This commit is contained in:
Emilien Macchi 2018-01-05 07:54:29 -08:00
parent 259cd4e726
commit c46a85b8e5
1 changed files with 1 additions and 1 deletions

View File

@ -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