aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/features/doctor.py
diff options
context:
space:
mode:
authorCedric Ollivier <ollivier.cedric@gmail.com>2017-03-29 12:53:16 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-29 12:53:16 +0000
commit62661e25ab10f1fea79b8c1e19c6d493b3e12b68 (patch)
tree3d323e864d895b70844a77f89ebe081267fde94d /functest/opnfv_tests/features/doctor.py
parentfe60c2fbe2b3f8d7c4c6cbf7e11dd97a9598fb7e (diff)
parentba4a83e7a825117da70e7cde81e6a1836a13e069 (diff)
Merge "rename FeatureBase 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 8fb84068..d32bbfc9 100644
--- a/functest/opnfv_tests/features/doctor.py
+++ b/functest/opnfv_tests/features/doctor.py
@@ -16,7 +16,7 @@
import functest.core.feature as base
-class Doctor(base.FeatureBase):
+class Doctor(base.Feature):
def __init__(self):
super(Doctor, self).__init__(project='doctor',
case='doctor-notification',