summaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/snaps/connection_check.py
diff options
context:
space:
mode:
authorLinda Wang <wangwulin@huawei.com>2017-11-10 08:35:19 +0000
committerCédric Ollivier <cedric.ollivier@orange.com>2017-11-15 01:27:48 +0100
commit34bdcde999cefee25d71a55b8779c80f817fb58e (patch)
tree3f20bfbc7f6510de48662bd2f474711516a4f1d0 /functest/opnfv_tests/openstack/snaps/connection_check.py
parent28c4803587c071d9faef1abd0b444541d4b34b74 (diff)
Select the subset of snaps test cases
Conflicts: functest/opnfv_tests/openstack/snaps/snaps_suite_builder.py Change-Id: I03e422d5dae0ced9cd7a5477c31359ffc7795c42 Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'functest/opnfv_tests/openstack/snaps/connection_check.py')
-rw-r--r--functest/opnfv_tests/openstack/snaps/connection_check.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/functest/opnfv_tests/openstack/snaps/connection_check.py b/functest/opnfv_tests/openstack/snaps/connection_check.py
index 494f74b49..1fc49349e 100644
--- a/functest/opnfv_tests/openstack/snaps/connection_check.py
+++ b/functest/opnfv_tests/openstack/snaps/connection_check.py
@@ -8,8 +8,7 @@
import unittest
-from snaps import test_suite_builder
-
+from functest.opnfv_tests.openstack.snaps import snaps_suite_builder
from functest.opnfv_tests.openstack.snaps.snaps_test_runner import \
SnapsTestRunner
@@ -33,7 +32,7 @@ class ConnectionCheck(SnapsTestRunner):
:param kwargs: the arguments to pass on
:return:
"""
- test_suite_builder.add_openstack_client_tests(
+ snaps_suite_builder.add_openstack_client_tests(
suite=self.suite,
os_creds=self.os_creds,
ext_net_name=self.ext_net_name,