summaryrefslogtreecommitdiffstats
path: root/snaps/test_suite_builder.py
diff options
context:
space:
mode:
authorspisarski <s.pisarski@cablelabs.com>2017-11-27 10:21:09 -0700
committerspisarski <s.pisarski@cablelabs.com>2017-11-27 10:21:09 -0700
commit0e06ebe62fcff9b491a0edd89bdf511f88d091e7 (patch)
treed84d597ffa618b97429790ef2ebf16bb7c02156f /snaps/test_suite_builder.py
parent8d64362faf1998bceae353da3d29883883a6c351 (diff)
Expanded the tests for ClusterTypes
JIRA: SNAPS-233 Change-Id: Ibba9b7046b95b5523cde525c4a4ed971f463a19d Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'snaps/test_suite_builder.py')
-rw-r--r--snaps/test_suite_builder.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/snaps/test_suite_builder.py b/snaps/test_suite_builder.py
index 496caf7..27d4f85 100644
--- a/snaps/test_suite_builder.py
+++ b/snaps/test_suite_builder.py
@@ -124,7 +124,7 @@ from snaps.openstack.utils.tests.nova_utils_tests import (
from snaps.openstack.utils.tests.settings_utils_tests import (
SettingsUtilsUnitTests)
from snaps.openstack.utils.tests.magnum_utils_tests import (
- MagnumSmokeTests, MagnumUtilsTests)
+ MagnumSmokeTests, MagnumUtilsClusterTypeTests)
from snaps.provisioning.tests.ansible_utils_tests import (
AnsibleProvisioningTests)
from snaps.tests.file_utils_tests import FileUtilsTests
@@ -727,5 +727,5 @@ def add_openstack_staging_tests(suite, os_creds, ext_net_name,
MagnumSmokeTests, os_creds=os_creds,
ext_net_name=ext_net_name, log_level=log_level))
suite.addTest(OSComponentTestCase.parameterize(
- MagnumUtilsTests, os_creds=os_creds,
+ MagnumUtilsClusterTypeTests, os_creds=os_creds,
ext_net_name=ext_net_name, log_level=log_level))