aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/vnf
diff options
context:
space:
mode:
authorShuyaNakama <shuya.nakama@okinawaopenlabs.org>2017-03-27 18:15:43 +0900
committerShuyaNakama <shuya.nakama@okinawaopenlabs.org>2017-03-27 18:28:58 +0900
commit9439d684449825f8d580c26b1b9475ccbdde698a (patch)
treeaa6ebffe4f178ff4a6eba1a8e199fa3895b96806 /functest/opnfv_tests/vnf
parent8d177dd1ac61078cb4134a1ff925ce25a777f5a0 (diff)
Changing project name of vRouter
JIRA: FUNCTEST-769 When pushing result to DB in vRouter module an error occurred. couse is wrong project name. We changed project name from "vRouter" to "functest". Change-Id: I8b8289b48330b17b6d6620524024dea4f488e38a Signed-off-by: Shuya Nakama <shuya.nakama@okinawaopenlabs.org>
Diffstat (limited to 'functest/opnfv_tests/vnf')
-rw-r--r--functest/opnfv_tests/vnf/router/vyos_vrouter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/vnf/router/vyos_vrouter.py b/functest/opnfv_tests/vnf/router/vyos_vrouter.py
index 94a3ecfd8..6c50e8375 100644
--- a/functest/opnfv_tests/vnf/router/vyos_vrouter.py
+++ b/functest/opnfv_tests/vnf/router/vyos_vrouter.py
@@ -15,7 +15,7 @@ RESULT_DETAILS_FILE = "test_result.json"
class VrouterVnf(base.FeatureBase):
def __init__(self):
- super(VrouterVnf, self).__init__(project='vRouter',
+ super(VrouterVnf, self).__init__(project='functest',
case='vyos_vrouter',
repo='dir_repo_vrouter')
self.cmd = 'cd %s && ./run.sh' % self.repo