summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganrOL <morgan.richomme@orange.com>2015-05-21 10:06:53 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-05-21 10:06:53 +0000
commit358ebecca731123d25c805a89569c277500d6952 (patch)
treebf738eef5bb70b1ed41ad04ffa8eaec54d8a7f92
parent71f3b45b900fd1e4ae27324f34b4fa28d5f76bf7 (diff)
parent3a2ccf4c0be353513c5ece8ac1bd0bb3cd1e8ad7 (diff)
Merge "due to cleaning issue the order of the tests may have some consequences. Running list of images first reduce the risk of false errors"
-rw-r--r--testcases/VIM/OpenStack/CI/suites/opnfv-glance.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-glance.json b/testcases/VIM/OpenStack/CI/suites/opnfv-glance.json
index e560cd7ff..68d561345 100644
--- a/testcases/VIM/OpenStack/CI/suites/opnfv-glance.json
+++ b/testcases/VIM/OpenStack/CI/suites/opnfv-glance.json
@@ -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": {
@@ -62,26 +83,5 @@
}
}
}
- ],
- "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
- }
- }
- }
]
}