diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2015-09-03 11:32:33 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2015-09-03 11:32:33 +0200 |
commit | 95b072742d80c7cdee9705d04fc7f70de7b1248d (patch) | |
tree | 9984d7f478fdedbe6550a936b99dc45e3fe04d1c /jjb | |
parent | 185060087eb3f669332cd4c88af45d4991637bf1 (diff) |
add -r option to vPing to push results into experimental test DB
JIRA: FUNCTEST-38
Change-Id: Iebe81d7a9ab4196411bfcd85d5416dfda9013720
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index abd5bdf22..3a7b09e09 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -289,7 +289,7 @@ # vPing echo "Functest: run vPing" - python $WORKSPACE/testcases/vPing/CI/libraries/vPing.py --debug $WORKSPACE/ + python $WORKSPACE/testcases/vPing/CI/libraries/vPing.py --debug $WORKSPACE/ -r - job-template: name: functest-{pod} @@ -594,7 +594,7 @@ # vPing echo "Functest: run vPing" - python $WORKSPACE/testcases/vPing/CI/libraries/vPing.py --debug $WORKSPACE/ + python $WORKSPACE/testcases/vPing/CI/libraries/vPing.py --debug $WORKSPACE/ -r # ODL echo "Functest: run ODL suite" |