diff options
Diffstat (limited to 'functest/opnfv_tests/openstack/snaps/api_check.py')
-rw-r--r-- | functest/opnfv_tests/openstack/snaps/api_check.py | 5 |
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, |