Add case_name as constructor arg
[functest.git] / functest / opnfv_tests / features / doctor.py
index 4d295a6..e35eade 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',
+                                     case_name='doctor-notification',
                                      repo='dir_repo_doctor')
         self.cmd = 'cd %s/tests && ./run.sh' % self.repo