diff options
author | h-hayashi <hideyasu.hayashi@okinawaopenlabs.org> | 2017-03-07 19:10:50 +0900 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2017-03-08 09:47:33 +0000 |
commit | 486c2489fd9e44b10d7ffa63800a6c0710104645 (patch) | |
tree | f6cbcaf849400921ca638c873da9a39ad99df798 | |
parent | d3c6a95ea4b35c01b20d24c14acfaf4260d063a4 (diff) |
Modification of repo path for vrouter
JIRA: FUNCTEST-750
1.Modification of repo path for vrouter in config_functest.yaml
Change-Id: I798e27df9667c3dea55dddba51c53f6ac0d13381
Signed-off-by: Hideyasu Hayashi <hideyasu.hayashi@okinawaopenlabs.org>
-rwxr-xr-x | functest/ci/config_functest.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index 402e29999..3d5763184 100755 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -29,7 +29,7 @@ general: repo_domino: /home/opnfv/repos/domino repo_snaps: /home/opnfv/repos/snaps repo_securityscan: /home/opnfv/repos/securityscanning - repo_vrouter: /home/opnfv/repos/vrouter + repo_vrouter: /home/opnfv/repos/vnfs/vrouter functest: /home/opnfv/functest functest_test: /home/opnfv/repos/functest/functest/opnfv_tests results: /home/opnfv/functest/results |