diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2019-01-27 00:03:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-01-27 00:03:22 +0000 |
commit | 9c9cbd16e0e3bd0ea8d18da4cfc093d651e498a7 (patch) | |
tree | 7b4e5687af70448c3b7bc631940a3b9ef2c13ecc | |
parent | 3b7b393ca643bcf7db0361bcc4414b74fff953be (diff) | |
parent | 9675c5a0cb2ccd698451a5930708263be5eba527 (diff) |
Merge "Remove test_get_endpoint_with_each_interface"
-rw-r--r-- | functest/opnfv_tests/openstack/snaps/snaps_suite_builder.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/functest/opnfv_tests/openstack/snaps/snaps_suite_builder.py b/functest/opnfv_tests/openstack/snaps/snaps_suite_builder.py index a4fa8a2f2..964c84aa6 100644 --- a/functest/opnfv_tests/openstack/snaps/snaps_suite_builder.py +++ b/functest/opnfv_tests/openstack/snaps/snaps_suite_builder.py @@ -67,8 +67,7 @@ from snaps.openstack.utils.tests.heat_utils_tests import ( HeatSmokeTests, HeatUtilsCreateSimpleStackTests, HeatUtilsCreateComplexStackTests, HeatUtilsFlavorTests, HeatUtilsKeypairTests, HeatUtilsSecurityGroupTests) -from snaps.openstack.utils.tests.keystone_utils_tests import ( - KeystoneSmokeTests, KeystoneUtilsTests) +from snaps.openstack.utils.tests.keystone_utils_tests import KeystoneSmokeTests from snaps.openstack.utils.tests.neutron_utils_tests import ( NeutronSmokeTests, NeutronUtilsNetworkTests, NeutronUtilsSubnetTests, NeutronUtilsRouterTests, NeutronUtilsSecurityGroupTests, @@ -147,9 +146,6 @@ def add_openstack_api_tests(suite, os_creds, ext_net_name, use_keystone=True, # Tests the OpenStack API calls if use_keystone: suite.addTest(OSComponentTestCase.parameterize( - KeystoneUtilsTests, os_creds=os_creds, ext_net_name=ext_net_name, - log_level=log_level)) - suite.addTest(OSComponentTestCase.parameterize( CreateUserSuccessTests, os_creds=os_creds, ext_net_name=ext_net_name, log_level=log_level)) suite.addTest(OSComponentTestCase.parameterize( |