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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/opnfv_tests/features/netready.py b/functest/opnfv_tests/features/netready.py
index 7648a9b3..ada322c1 100644
--- a/functest/opnfv_tests/features/netready.py
+++ b/functest/opnfv_tests/features/netready.py
@@ -13,9 +13,9 @@ import functest.core.feature as base
class GluonVping(base.Feature):
- def __init__(self):
+ def __init__(self, case_name='gluon_vping'):
super(GluonVping, self).__init__(project='netready',
- case_name='gluon_vping',
+ case_name=case_name,
repo='dir_repo_netready')
dir_netready_functest = '{}/test/functest'.format(self.repo)
self.cmd = ('cd %s && python ./gluon-test-suite.py' %