aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/VIM/OpenStack/CI/suites/opnfv-keystone.json
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/VIM/OpenStack/CI/suites/opnfv-keystone.json')
-rw-r--r--testcases/VIM/OpenStack/CI/suites/opnfv-keystone.json94
1 files changed, 0 insertions, 94 deletions
diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-keystone.json b/testcases/VIM/OpenStack/CI/suites/opnfv-keystone.json
deleted file mode 100644
index f7291ed59..000000000
--- a/testcases/VIM/OpenStack/CI/suites/opnfv-keystone.json
+++ /dev/null
@@ -1,94 +0,0 @@
-{
- "KeystoneBasic.create_delete_user": [
- {
- "args": {
- "name_length": 10
- },
- "runner": {
- "type": "constant",
- "times": 100,
- "concurrency": 10
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "KeystoneBasic.create_and_list_tenants": [
- {
- "args": {
- "name_length": 10
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 1
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "KeystoneBasic.create_and_list_users": [
- {
- "args": {
- "name_length": 10
- },
- "runner": {
- "type": "constant",
- "times": 100,
- "concurrency": 10
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "KeystoneBasic.create_tenant": [
- {
- "args": {
- "name_length": 10
- },
- "runner": {
- "type": "constant",
- "times": 100,
- "concurrency": 10
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "KeystoneBasic.create_user": [
- {
- "args": {
- "name_length": 10
- },
- "runner": {
- "type": "constant",
- "times": 100,
- "concurrency": 10
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "KeystoneBasic.create_tenant_with_users": [
- {
- "args": {
- "name_length": 10,
- "users_per_tenant": 10
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 10
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ]
-}
-