aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/features/domino.py
diff options
context:
space:
mode:
authorCedric Ollivier <ollivier.cedric@gmail.com>2017-03-29 12:52:31 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-29 12:52:31 +0000
commitfe60c2fbe2b3f8d7c4c6cbf7e11dd97a9598fb7e (patch)
tree56da7c4855fc46e89fe627c57f1be070aedc415f /functest/opnfv_tests/features/domino.py
parente0ff12a18ff24f7c023fa5d6be0d145f450e0283 (diff)
parenteaacf8913a141b1e518ea990e7f12f0a195f8c21 (diff)
Merge "rename feature_base to feature"
Diffstat (limited to 'functest/opnfv_tests/features/domino.py')
-rw-r--r--functest/opnfv_tests/features/domino.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/features/domino.py b/functest/opnfv_tests/features/domino.py
index b36220fa0..9a4db737b 100644
--- a/functest/opnfv_tests/features/domino.py
+++ b/functest/opnfv_tests/features/domino.py
@@ -14,7 +14,7 @@
# 0.3: add report flag to push results when needed
# 0.4: refactoring to match Test abstraction class
-import functest.core.feature_base as base
+import functest.core.feature as base
class Domino(base.FeatureBase):