Merge "modify old naming testcase_base to testcase"
[functest.git] / functest / opnfv_tests / features / doctor.py
index 4d295a6..d32bbfc 100644 (file)
 # 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):
+class Doctor(base.Feature):
     def __init__(self):
         super(Doctor, self).__init__(project='doctor',
                                      case='doctor-notification',