diff options
author | boucherv <valentin.boucher@orange.com> | 2015-10-05 10:51:53 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-10-06 11:33:49 +0000 |
commit | 8a0ac706543dbaedf4759c3d93effdb1699fefba (patch) | |
tree | f262d80bee1f21a896bcbf6de305dea532140dac /jjb | |
parent | d2d9a1ceea86649e6aa5236f822405e36fe107c2 (diff) |
Upload vIMS test jobs
JIRA: FUNCTEST-38
Change-Id: I735a62fa0757f71d2e3232525892f96212089ac0
Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest.yml | 10 |
1 files changed, 7 insertions, 3 deletions
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: |