aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/features/doctor.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/doctor.py
parente0ff12a18ff24f7c023fa5d6be0d145f450e0283 (diff)
parenteaacf8913a141b1e518ea990e7f12f0a195f8c21 (diff)
Merge "rename feature_base to feature"
Diffstat (limited to 'functest/opnfv_tests/features/doctor.py')
-rw-r--r--functest/opnfv_tests/features/doctor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/features/doctor.py b/functest/opnfv_tests/features/doctor.py
index 4d295a674..8fb840681 100644
--- a/functest/opnfv_tests/features/doctor.py
+++ b/functest/opnfv_tests/features/doctor.py
@@ -13,7 +13,7 @@
# 0.2: measure test duration and publish results under json format
#
#
-import functest.core.feature_base as base
+import functest.core.feature as base
class Doctor(base.FeatureBase):