diff options
author | Cedric Ollivier <ollivier.cedric@gmail.com> | 2017-03-29 12:52:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-29 12:52:31 +0000 |
commit | fe60c2fbe2b3f8d7c4c6cbf7e11dd97a9598fb7e (patch) | |
tree | 56da7c4855fc46e89fe627c57f1be070aedc415f /functest/opnfv_tests/features/domino.py | |
parent | e0ff12a18ff24f7c023fa5d6be0d145f450e0283 (diff) | |
parent | eaacf8913a141b1e518ea990e7f12f0a195f8c21 (diff) |
Merge "rename feature_base to feature"
Diffstat (limited to 'functest/opnfv_tests/features/domino.py')
-rw-r--r-- | functest/opnfv_tests/features/domino.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/features/domino.py b/functest/opnfv_tests/features/domino.py index b36220fa..9a4db737 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): |