From 74ac39da99b854a9313297aef321fdc5566e25fc Mon Sep 17 00:00:00 2001 From: Juha Kosonen Date: Mon, 11 Apr 2016 14:28:52 +0000 Subject: Remove unused Rally scenarios and run script run_rally.py is longer in use, it has been replaced with run_rally-cert.py already earlier. JIRA: FUNCTEST-191 Change-Id: I81b5060ed9a30e758afe75321052f120e9cf7389 Signed-off-by: Juha Kosonen --- .../VIM/OpenStack/CI/suites/opnfv-glance.json | 99 ---------------------- 1 file changed, 99 deletions(-) delete mode 100644 testcases/VIM/OpenStack/CI/suites/opnfv-glance.json (limited to 'testcases/VIM/OpenStack/CI/suites/opnfv-glance.json') diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-glance.json b/testcases/VIM/OpenStack/CI/suites/opnfv-glance.json deleted file mode 100644 index e905ccaba..000000000 --- a/testcases/VIM/OpenStack/CI/suites/opnfv-glance.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "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 - } - }, - "sla": { - "failure_rate": {"max": 0} - } - } - ], - "GlanceImages.create_and_delete_image": [ - { - "args": { - "image_location": "http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img", - "container_format": "bare", - "disk_format": "qcow2" - }, - "runner": { - "type": "constant", - "times": 10, - "concurrency": 2 - }, - "context": { - "users": { - "tenants": 2, - "users_per_tenant": 3 - } - }, - "sla": { - "failure_rate": {"max": 0} - } - } - ], - "GlanceImages.create_and_list_image": [ - { - "args": { - "image_location": "http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img", - "container_format": "bare", - "disk_format": "qcow2" - }, - "runner": { - "type": "constant", - "times": 10, - "concurrency": 1 - }, - "context": { - "users": { - "tenants": 1, - "users_per_tenant": 1 - } - }, - "sla": { - "failure_rate": {"max": 0} - } - } - ], - "GlanceImages.create_image_and_boot_instances": [ - { - "args": { - "image_location": "http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img", - "container_format": "bare", - "disk_format": "qcow2", - "flavor": { - "name": "m1.small" - }, - "number_instances": 2 - }, - "runner": { - "type": "constant", - "times": 10, - "concurrency": 2 - }, - "context": { - "users": { - "tenants": 3, - "users_per_tenant": 5 - } - }, - "sla": { - "failure_rate": {"max": 0} - } - } - ] -} -- cgit 1.2.3-korg