From: boucherv Date: Mon, 5 Oct 2015 08:51:53 +0000 (+0200) Subject: Upload vIMS test jobs X-Git-Tag: test-tag~272 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F2253%2F4;p=releng.git Upload vIMS test jobs JIRA: FUNCTEST-38 Change-Id: I735a62fa0757f71d2e3232525892f96212089ac0 Signed-off-by: boucherv --- diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index 2d57102ad..78c2ac714 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -29,7 +29,7 @@ - 'functest-openstack-bench-test-{pod}' - 'functest-openstack-tempest-smoke-test-{pod}' - 'functest-odl-test-{pod}' - - 'functest-vims-test-{pod}' + - 'functest-vims-test-{installer}-{stream}' - 'functest-vping-test-{pod}' - 'functest-daily-{stream}' - 'functest-merge-{stream}' @@ -252,7 +252,7 @@ $WORKSPACE/testcases/Controllers/ODL/CI/start_tests.sh - job-template: - name: functest-vims-test-{pod} + name: functest-vims-test-{installer}-{stream} project-type: freestyle @@ -266,7 +266,11 @@ builders: - shell: | - echo "put your CI scenario here" + #!/bin/bash + set +e + # vIMS + echo "Functest: run vIMS" + python $WORKSPACE/testcases/vIMS/CI/vIMS.py --debug $WORKSPACE/ - job-template: