Changing project name of vRouter 93/31893/1
authorShuyaNakama <shuya.nakama@okinawaopenlabs.org>
Mon, 27 Mar 2017 09:15:43 +0000 (18:15 +0900)
committerJose Lausuch <jose.lausuch@ericsson.com>
Mon, 27 Mar 2017 09:46:58 +0000 (09:46 +0000)
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)

functest/opnfv_tests/vnf/router/vyos_vrouter.py

index 94a3ecf..6c50e83 100755 (executable)
@@ -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