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
This commit is contained in:
David Moreau-Simard 2016-10-31 15:00:40 -04:00
parent 3b3b87352b
commit 5bec5495b2

View File

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