due to cleaning issue the order of the tests may have some consequences. Running... 24/624/1
authormorganrOL <morgan.richomme@orange.com>
Thu, 21 May 2015 10:05:14 +0000 (12:05 +0200)
committermorganrOL <morgan.richomme@orange.com>
Thu, 21 May 2015 10:05:14 +0000 (12:05 +0200)
JIRA: FUNCTEST-1

Change-Id: Ib12b37dc1b2b759413289dc0aad4e81eefa0bf2e
Signed-off-by: morganrOL <morgan.richomme@orange.com>
testcases/VIM/OpenStack/CI/suites/opnfv-glance.json

index e560cd7..68d5613 100644 (file)
@@ -1,4 +1,25 @@
 {
+    "GlanceImages.list_images": [
+        {
+            "runner": {
+                "type": "constant",
+                "times": 10,
+                "concurrency": 1
+            },
+            "context": {
+                "users": {
+                    "tenants": 2,
+                    "users_per_tenant": 2
+                },
+                "images": {
+                    "image_url": "http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img",
+                    "image_type": "qcow2",
+                    "image_container": "bare",
+                    "images_per_tenant": 4
+                }
+            }
+        }
+    ],
     "GlanceImages.create_and_delete_image": [
         {
             "args": {
                 }
             }
         }
-    ],
-    "GlanceImages.list_images": [
-        {
-            "runner": {
-                "type": "constant",
-                "times": 10,
-                "concurrency": 1
-            },
-            "context": {
-                "users": {
-                    "tenants": 2,
-                    "users_per_tenant": 2
-                },
-                "images": {
-                    "image_url": "http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img",
-                    "image_type": "qcow2",
-                    "image_container": "bare",
-                    "images_per_tenant": 4
-                }
-            }
-        }
     ]
 }