From 169d4aa835f5240fadb7e89c65fc7c541e1726cb Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Mon, 15 Jan 2018 16:54:37 +0530 Subject: [PATCH] Fixed the test name of ec2api tempest tests * Due to tempest plugin split goal, the test path ec2api.tests.functional is moved to ec2api_tempest_plugin in new repo. Since python-ec2api-tempest-plugin is packaged in RDO, let's consume it. * https://review.rdoproject.org/r/11292 Change-Id: Iab207122705cb91de57f852520101f6b35b4cbca --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index e498fd962..0ae38728a 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -285,7 +285,7 @@ echo "v2.test_queues.TestManageQueue" >> /tmp/openstack/tempest/test-whitelist.t # VPN tests require VPNaaS, which doesn't work yet in puppet-tempest. # As soon as enabling neutron_vpnaas_available works there, the VPN tests can # be included. -echo "ec2api.tests.functional.api.*test_create_delete(?!.*_snapshot)(?!.*_vpn_connection)" >> /tmp/openstack/tempest/test-whitelist.txt +echo "ec2api_tempest_plugin.api.*test_create_delete(?!.*_snapshot)(?!.*_vpn_connection)" >> /tmp/openstack/tempest/test-whitelist.txt # Cinder Backup echo "VolumesBackupsAdminV2Test" >> /tmp/openstack/tempest/test-whitelist.txt