Changing project name of vRouter
authorShuyaNakama <shuya.nakama@okinawaopenlabs.org>
Mon, 27 Mar 2017 09:15:43 +0000 (18:15 +0900)
committerShuyaNakama <shuya.nakama@okinawaopenlabs.org>
Mon, 27 Mar 2017 09:28:58 +0000 (18:28 +0900)
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>
functest/opnfv_tests/vnf/router/vyos_vrouter.py

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