Enable sanity mode of Rally test for the CI runs 51/13851/1
authorJuha Kosonen <juha.kosonen@nokia.com>
Tue, 10 May 2016 14:25:38 +0000 (14:25 +0000)
committerJuha Kosonen <juha.kosonen@nokia.com>
Tue, 10 May 2016 14:25:38 +0000 (14:25 +0000)
JIRA: FUNCTEST-241

Change-Id: Ie37657bf9e8c01ae4126c1c45146d8aadb2c5775
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
ci/exec_test.sh
ci/testcases.yaml

index f778a2f..bd79dcc 100755 (executable)
@@ -109,10 +109,13 @@ function run_test(){
             python ${FUNCTEST_REPO_DIR}/testcases/vIMS/CI/vIMS.py \
                 $debug $clean_flag $report
         ;;
-        "rally")
+        "rally_full")
             python ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/run_rally-cert.py \
                 $debug $clean_flag all $report
-
+        ;;
+        "rally_sanity")
+            python ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/run_rally-cert.py \
+                $debug $clean_flag --sanity all $report
         ;;
         "bgpvpn")
             pushd ${repos_dir}/bgpvpn/
index 0450681..35a4b1c 100644 (file)
@@ -54,15 +54,15 @@ tiers:
             #        installer: ''
             #        scenario: ''
             #
-            #-
-            #    name: rally_sanity
-            #    description: >-
-            #        This test case runs a sub group of tests of the OpenStack
-            #        Rally suite in smoke mode.
-            #    dependencies:
-            #        installer: ''
-            #        scenario: ''
-            #
+            -
+                name: rally_sanity
+                description: >-
+                    This test case runs a sub group of tests of the OpenStack
+                    Rally suite in smoke mode.
+                dependencies:
+                    installer: ''
+                    scenario: ''
+
             #-
             #    name: security_groups
             #    description: >-
@@ -167,7 +167,7 @@ tiers:
             Rally suite from the OpenStack community.
         testcases:
             -
-                name: rally
+                name: rally_full
                 description: >-
                     This test case runs the full suite of scenarios of the OpenStack
                     Rally suite using several threads and iterations.