X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=functest%2Fopnfv_tests%2Ffeatures%2Fdoctor.py;h=e35eadeef1f932a6362a2a508a40c983a087d54b;hb=refs%2Fchanges%2F83%2F32083%2F8;hp=4d295a674fdf60439ad18709bf2fd2cec1d2e5d0;hpb=d298ec662021a5703907fa6b1a5bf71343b1cccc;p=functest.git diff --git a/functest/opnfv_tests/features/doctor.py b/functest/opnfv_tests/features/doctor.py old mode 100755 new mode 100644 index 4d295a674..e35eadeef --- a/functest/opnfv_tests/features/doctor.py +++ b/functest/opnfv_tests/features/doctor.py @@ -13,12 +13,12 @@ # 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