aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/snaps/api_check.py
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2017-11-10 15:53:11 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-10 15:53:11 +0000
commit67557f7cbd0e96b1654d9925bc163cb46c25d0c9 (patch)
tree2758bac9a201c1796225df6b2d11315585784a46 /functest/opnfv_tests/openstack/snaps/api_check.py
parent0705a7ed15f090b3be64f2995d1c9fff51edc2f1 (diff)
parent273ced7ee6c32d01fe0a91f41f25dfc2083b2cb3 (diff)
Merge "Select the subset of snaps test cases"
Diffstat (limited to 'functest/opnfv_tests/openstack/snaps/api_check.py')
-rw-r--r--functest/opnfv_tests/openstack/snaps/api_check.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/functest/opnfv_tests/openstack/snaps/api_check.py b/functest/opnfv_tests/openstack/snaps/api_check.py
index c3cd9063..e708b4de 100644
--- a/functest/opnfv_tests/openstack/snaps/api_check.py
+++ b/functest/opnfv_tests/openstack/snaps/api_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 ApiCheck(SnapsTestRunner):
:param kwargs: the arguments to pass on
:return:
"""
- test_suite_builder.add_openstack_api_tests(
+ snaps_suite_builder.add_openstack_api_tests(
suite=self.suite,
os_creds=self.os_creds,
ext_net_name=self.ext_net_name,