Add case_name as constructor arg
[functest.git] / functest / opnfv_tests / features / copper.py
index 735b315..6ed5e0c 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-import functest.core.feature_base as base
+import functest.core.feature as base
 
 
-class Copper(base.FeatureBase):
+class Copper(base.Feature):
     def __init__(self):
         super(Copper, self).__init__(project='copper',
-                                     case='copper-notification',
+                                     case_name='copper-notification',
                                      repo='dir_repo_copper')
         self.cmd = 'cd %s/tests && bash run.sh && cd -' % self.repo