From 5bec5495b28f0d34a2b23ba350a96004c9cdb24f Mon Sep 17 00:00:00 2001 From: David Moreau-Simard Date: Mon, 31 Oct 2016 15:00:40 -0400 Subject: [PATCH] Really whitelist the Murano tempest tests In Iedad1e0871388965acefb806369dc32b6c85cbd9 we merged the Murano implementation but did not properly whitelist the application_catalog regex for running tempest tests. It doesn't look like the Murano plugin cares, though, since it ran anyway but let's clean this up. Change-Id: I4dd4abc7265ef295a8e6a2ae911dd5ec08006523 --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 1ec9a393b..f685869dd 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -219,7 +219,7 @@ echo "VolumesBackupsAdminV2Test" >> /tmp/openstack/tempest/test-whitelist.txt echo "TestEncryptedCinderVolumes" >> /tmp/openstack/tempest/test-whitelist.txt # Murano -TESTS="${TESTS} application_catalog" +echo "application_catalog" >> /tmp/openstack/tempest/test-whitelist.txt print_header 'Running Tempest' cd /tmp/openstack/tempest