Upload vIMS test jobs 53/2253/4
authorboucherv <valentin.boucher@orange.com>
Mon, 5 Oct 2015 08:51:53 +0000 (10:51 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Tue, 6 Oct 2015 11:33:49 +0000 (11:33 +0000)
JIRA: FUNCTEST-38

Change-Id: I735a62fa0757f71d2e3232525892f96212089ac0
Signed-off-by: boucherv <valentin.boucher@orange.com>
jjb/functest/functest.yml

index 2d57102..78c2ac7 100644 (file)
@@ -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}'
             $WORKSPACE/testcases/Controllers/ODL/CI/start_tests.sh
 
 - job-template:
-    name: functest-vims-test-{pod}
+    name: functest-vims-test-{installer}-{stream}
 
     project-type: freestyle
 
 
     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: