From: Morgan Richomme Date: Thu, 3 Sep 2015 09:32:33 +0000 (+0200) Subject: add -r option to vPing to push results into experimental test DB X-Git-Tag: arno.2015.2.0~61 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=95b072742d80c7cdee9705d04fc7f70de7b1248d add -r option to vPing to push results into experimental test DB JIRA: FUNCTEST-38 Change-Id: Iebe81d7a9ab4196411bfcd85d5416dfda9013720 Signed-off-by: Morgan Richomme --- 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"