aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/features/netready.py
diff options
context:
space:
mode:
Diffstat (limited to 'functest/opnfv_tests/features/netready.py')
-rw-r--r--functest/opnfv_tests/features/netready.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/features/netready.py b/functest/opnfv_tests/features/netready.py
index 88f377c26..7648a9b38 100644
--- a/functest/opnfv_tests/features/netready.py
+++ b/functest/opnfv_tests/features/netready.py
@@ -15,7 +15,7 @@ class GluonVping(base.Feature):
def __init__(self):
super(GluonVping, self).__init__(project='netready',
- case='gluon_vping',
+ case_name='gluon_vping',
repo='dir_repo_netready')
dir_netready_functest = '{}/test/functest'.format(self.repo)
self.cmd = ('cd %s && python ./gluon-test-suite.py' %