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-quotas.json | 108 --------------------- 1 file changed, 108 deletions(-) delete mode 100644 testcases/VIM/OpenStack/CI/suites/opnfv-quotas.json (limited to 'testcases/VIM/OpenStack/CI/suites/opnfv-quotas.json') diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-quotas.json b/testcases/VIM/OpenStack/CI/suites/opnfv-quotas.json deleted file mode 100644 index 1cc1855e7..000000000 --- a/testcases/VIM/OpenStack/CI/suites/opnfv-quotas.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "Quotas.cinder_update_and_delete": [ - { - "args": { - "max_quota": 1024 - }, - "runner": { - "type": "constant", - "times": 10, - "concurrency": 2 - }, - "context": { - "users": { - "tenants": 3, - "users_per_tenant": 2 - } - }, - "sla": { - "failure_rate": {"max": 0} - } - } - ], - "Quotas.cinder_update": [ - { - "args": { - "max_quota": 1024 - }, - "runner": { - "type": "constant", - "times": 10, - "concurrency": 2 - }, - "context": { - "users": { - "tenants": 3, - "users_per_tenant": 2 - } - }, - "sla": { - "failure_rate": {"max": 0} - } - } - ], - "Quotas.neutron_update": [ - { - "args": { - "max_quota": 1024 - }, - "runner": { - "type": "constant", - "times": 10, - "concurrency": 2 - }, - "context": { - "users": { - "tenants": 3, - "users_per_tenant": 2 - } - }, - "sla": { - "failure_rate": {"max": 0} - } - } - ], - "Quotas.nova_update_and_delete": [ - { - "args": { - "max_quota": 1024 - }, - "runner": { - "type": "constant", - "times": 10, - "concurrency": 2 - }, - "context": { - "users": { - "tenants": 3, - "users_per_tenant": 2 - } - }, - "sla": { - "failure_rate": {"max": 0} - } - } - ], - "Quotas.nova_update": [ - { - "args": { - "max_quota": 1024 - }, - "runner": { - "type": "constant", - "times": 10, - "concurrency": 2 - }, - "context": { - "users": { - "tenants": 3, - "users_per_tenant": 2 - } - }, - "sla": { - "failure_rate": {"max": 0} - } - } - ] -} - -- cgit 1.2.3-korg