diff options
Diffstat (limited to 'functest/opnfv_tests/openstack/snaps/smoke.py')
-rw-r--r-- | functest/opnfv_tests/openstack/snaps/smoke.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/functest/opnfv_tests/openstack/snaps/smoke.py b/functest/opnfv_tests/openstack/snaps/smoke.py index 7a3eb2f8..537315e7 100644 --- a/functest/opnfv_tests/openstack/snaps/smoke.py +++ b/functest/opnfv_tests/openstack/snaps/smoke.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 SnapsSmoke(SnapsTestRunner): :param kwargs: the arguments to pass on :return: """ - test_suite_builder.add_openstack_integration_tests( + snaps_suite_builder.add_openstack_integration_tests( suite=self.suite, os_creds=self.os_creds, ext_net_name=self.ext_net_name, |