summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShuyaNakama <shuya.nakama@okinawaopenlabs.org>2017-03-27 18:15:43 +0900
committerJose Lausuch <jose.lausuch@ericsson.com>2017-03-27 09:46:58 +0000
commitbc790c518181755239e518068db719e340ff8e07 (patch)
tree450b0f89eccdd7bea9fb80cb89323dec7eda18e9
parent3e3d3ed62d87eb5ff8bc4860c328f218b0f67315 (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> (cherry picked from commit 9439d684449825f8d580c26b1b9475ccbdde698a)
-rwxr-xr-xfunctest/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 100755
--- 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