aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/VIM/OpenStack/CI/suites
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/VIM/OpenStack/CI/suites')
-rw-r--r--testcases/VIM/OpenStack/CI/suites/opnfv-authenticate.json125
-rw-r--r--testcases/VIM/OpenStack/CI/suites/opnfv-cinder.json333
-rw-r--r--testcases/VIM/OpenStack/CI/suites/opnfv-glance.json99
-rw-r--r--testcases/VIM/OpenStack/CI/suites/opnfv-heat.json277
-rw-r--r--testcases/VIM/OpenStack/CI/suites/opnfv-keystone.json94
-rw-r--r--testcases/VIM/OpenStack/CI/suites/opnfv-neutron.json372
-rw-r--r--testcases/VIM/OpenStack/CI/suites/opnfv-nova.json509
-rw-r--r--testcases/VIM/OpenStack/CI/suites/opnfv-quotas.json108
-rw-r--r--testcases/VIM/OpenStack/CI/suites/opnfv-requests.json38
-rw-r--r--testcases/VIM/OpenStack/CI/suites/opnfv-smoke-green.json239
-rw-r--r--testcases/VIM/OpenStack/CI/suites/opnfv-smoke.json274
-rw-r--r--testcases/VIM/OpenStack/CI/suites/opnfv-tempest.json16
-rw-r--r--testcases/VIM/OpenStack/CI/suites/opnfv-vm.json72
13 files changed, 0 insertions, 2556 deletions
diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-authenticate.json b/testcases/VIM/OpenStack/CI/suites/opnfv-authenticate.json
deleted file mode 100644
index 8bb589524..000000000
--- a/testcases/VIM/OpenStack/CI/suites/opnfv-authenticate.json
+++ /dev/null
@@ -1,125 +0,0 @@
-{
- "Authenticate.keystone": [
- {
- "runner": {
- "type": "constant",
- "times": 100,
- "concurrency": 5
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 50
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "Authenticate.validate_cinder": [
- {
- "args": {
- "repetitions": 2
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 5
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 5
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "Authenticate.validate_glance": [
- {
- "args": {
- "repetitions": 2
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 5
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 5
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "Authenticate.validate_heat": [
- {
- "args": {
- "repetitions": 2
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 5
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 5
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "Authenticate.validate_neutron": [
- {
- "args": {
- "repetitions": 2
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 5
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 5
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "Authenticate.validate_nova": [
- {
- "args": {
- "repetitions": 2
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 5
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 5
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ]
-}
diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-cinder.json b/testcases/VIM/OpenStack/CI/suites/opnfv-cinder.json
deleted file mode 100644
index bada44733..000000000
--- a/testcases/VIM/OpenStack/CI/suites/opnfv-cinder.json
+++ /dev/null
@@ -1,333 +0,0 @@
-{
- "CinderVolumes.create_and_attach_volume": [
- {
- "args": {
- "size": 10,
- "image": {
- "name": "^functest-img*"
- },
- "flavor": {
- "name": "m1.tiny"
- }
- },
- "runner": {
- "type": "constant",
- "times": 5,
- "concurrency": 1
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "CinderVolumes.create_and_delete_snapshot": [
- {
- "args": {
- "force": false
- },
- "runner": {
- "type": "constant",
- "times": 3,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 2
- },
- "volumes": {
- "size": 1
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "CinderVolumes.create_and_delete_volume": [
- {
- "args": {
- "size": 1
- },
- "runner": {
- "type": "constant",
- "times": 3,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "CinderVolumes.create_and_extend_volume": [
- {
- "args": {
- "size": 1,
- "new_size": 2
- },
- "runner": {
- "type": "constant",
- "times": 2,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "CinderVolumes.create_and_list_snapshots": [
- {
- "args": {
- "force": false,
- "detailed": true
- },
- "runner": {
- "type": "constant",
- "times": 2,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- },
- "volumes": {
- "size": 1
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "CinderVolumes.create_and_list_volume": [
- {
- "args": {
- "size": 1,
- "detailed": true
- },
- "runner": {
- "type": "constant",
- "times": 3,
- "concurrency": 1
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "CinderVolumes.create_and_upload_volume_to_image": [
- {
- "args": {
- "size": 1,
- "force": false,
- "container_format": "bare",
- "disk_format": "raw",
- "do_delete": true
- },
- "runner": {
- "type": "constant",
- "times": 3,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "CinderVolumes.create_and_delete_volume": [
- {
- "args": {
- "size": 1,
- "image": {
- "name": "^functest-img*"
- }
- },
- "runner": {
- "type": "constant",
- "times": 2,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "CinderVolumes.create_from_volume_and_delete_volume": [
- {
- "args": {
- "size": 1
- },
- "runner": {
- "type": "constant",
- "times": 2,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- },
- "volumes": {
- "size": 1
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "CinderVolumes.create_nested_snapshots_and_attach_volume": [
- {
- "args": {
- "size": {
- "min": 1,
- "max": 5
- },
- "nested_level": {
- "min": 5,
- "max": 10
- }
- },
- "runner": {
- "type": "constant",
- "times": 1,
- "concurrency": 1
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 1
- },
- "servers": {
- "image": {
- "name": "^functest-img*"
- },
- "flavor": {
- "name": "m1.tiny"
- },
- "servers_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "CinderVolumes.create_snapshot_and_attach_volume": [
- {
- "args": {
- "volume_type": false,
- "size": {
- "min": 1,
- "max": 5
- }
- },
- "runner": {
- "type": "constant",
- "times": 4,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 1
- },
- "servers": {
- "image": {
- "name": "^functest-img*"
- },
- "flavor": {
- "name": "m1.tiny"
- },
- "servers_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "CinderVolumes.create_volume": [
- {
- "args": {
- "size": 1
- },
- "runner": {
- "type": "constant",
- "times": 3,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "CinderVolumes.list_volumes": [
- {
- "args": {
- "detailed": true
- },
- "runner": {
- "type": "constant",
- "times": 100,
- "concurrency": 1
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- },
- "volumes": {
- "size": 1,
- "volumes_per_tenant": 4
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ]
-}
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}
- }
- }
- ]
-}
diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-heat.json b/testcases/VIM/OpenStack/CI/suites/opnfv-heat.json
deleted file mode 100644
index a712afefe..000000000
--- a/testcases/VIM/OpenStack/CI/suites/opnfv-heat.json
+++ /dev/null
@@ -1,277 +0,0 @@
-{
- "HeatStacks.create_and_delete_stack": [
- {
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 3
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "HeatStacks.create_and_delete_stack": [
- {
- "args": {
- "template_path": "templates/server_with_ports.yaml.template"
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 3
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "HeatStacks.create_and_delete_stack": [
- {
- "args": {
- "template_path": "templates/server_with_volume.yaml.template"
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 3
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "HeatStacks.create_and_list_stack": [
- {
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 1
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "HeatStacks.create_check_delete_stack": [
- {
- "args": {
- "template_path": "templates/random_strings.yaml.template"
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 3
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "HeatStacks.create_suspend_resume_delete_stack": [
- {
- "args": {
- "template_path": "templates/random_strings.yaml.template"
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "HeatStacks.create_update_delete_stack": [
- {
- "args": {
- "template_path": "templates/random_strings.yaml.template",
- "updated_template_path": "templates/updated_random_strings_add.yaml.template"
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 3
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "HeatStacks.create_update_delete_stack": [
- {
- "args": {
- "template_path": "templates/random_strings.yaml.template",
- "updated_template_path": "templates/updated_random_strings_delete.yaml.template"
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 3
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "HeatStacks.create_update_delete_stack": [
- {
- "args": {
- "template_path": "templates/resource_group.yaml.template",
- "updated_template_path": "templates/updated_resource_group_increase.yaml.template"
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 3
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "HeatStacks.create_update_delete_stack": [
- {
- "args": {
- "template_path": "templates/autoscaling_policy.yaml.template",
- "updated_template_path": "templates/updated_autoscaling_policy_inplace.yaml.template"
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 3
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "HeatStacks.create_update_delete_stack": [
- {
- "args": {
- "template_path": "templates/resource_group.yaml.template",
- "updated_template_path": "templates/updated_resource_group_reduce.yaml.template"
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 3
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "HeatStacks.create_update_delete_stack": [
- {
- "args": {
- "template_path": "templates/random_strings.yaml.template",
- "updated_template_path": "templates/updated_random_strings_replace.yaml.template"
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 3
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "HeatStacks.list_stacks_and_resources": [
- {
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 1
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- },
- "stacks": {
- "stacks_per_tenant": 2,
- "resources_per_stack": 10
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ]
-}
-
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}
- }
- }
- ]
-}
-
diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-neutron.json b/testcases/VIM/OpenStack/CI/suites/opnfv-neutron.json
deleted file mode 100644
index 9fcdf583d..000000000
--- a/testcases/VIM/OpenStack/CI/suites/opnfv-neutron.json
+++ /dev/null
@@ -1,372 +0,0 @@
-{
- "NeutronNetworks.create_and_delete_networks": [
- {
- "args": {
- "network_create_args": {}
- },
- "runner": {
- "type": "constant",
- "times": 100,
- "concurrency": 10
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- },
- "quotas": {
- "neutron": {
- "network": -1
- }
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NeutronNetworks.create_and_delete_ports": [
- {
- "args": {
- "network_create_args": {},
- "port_create_args": {},
- "ports_per_network": 10
- },
- "runner": {
- "type": "constant",
- "times": 100,
- "concurrency": 10
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- },
- "quotas": {
- "neutron": {
- "network": -1,
- "port": -1
- }
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NeutronNetworks.create_and_delete_routers": [
- {
- "args": {
- "network_create_args": {},
- "subnet_create_args": {},
- "subnet_cidr_start": "1.1.0.0/30",
- "subnets_per_network": 2,
- "router_create_args": {}
- },
- "runner": {
- "type": "constant",
- "times": 30,
- "concurrency": 10
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- },
- "quotas": {
- "neutron": {
- "network": -1,
- "subnet": -1,
- "router": -1
- }
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NeutronNetworks.create_and_delete_subnets": [
- {
- "args": {
- "network_create_args": {},
- "subnet_create_args": {},
- "subnet_cidr_start": "1.1.0.0/30",
- "subnets_per_network": 2
- },
- "runner": {
- "type": "constant",
- "times": 100,
- "concurrency": 10
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- },
- "quotas": {
- "neutron": {
- "network": -1,
- "subnet": -1
- }
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NeutronNetworks.create_and_list_networks": [
- {
- "args": {
- "network_create_args": {}
- },
- "runner": {
- "type": "constant",
- "times": 100,
- "concurrency": 10
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- },
- "quotas": {
- "neutron": {
- "network": -1
- }
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NeutronNetworks.create_and_list_ports": [
- {
- "args": {
- "network_create_args": {},
- "port_create_args": {},
- "ports_per_network": 10
- },
- "runner": {
- "type": "constant",
- "times": 100,
- "concurrency": 10
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- },
- "quotas": {
- "neutron": {
- "network": -1,
- "port": -1
- }
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NeutronNetworks.create_and_list_routers": [
- {
- "args": {
- "network_create_args": {},
- "subnet_create_args": {},
- "subnet_cidr_start": "1.1.0.0/30",
- "subnets_per_network": 2,
- "router_create_args": {}
- },
- "runner": {
- "type": "constant",
- "times": 100,
- "concurrency": 10
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- },
- "quotas": {
- "neutron": {
- "network": -1,
- "subnet": -1,
- "router": -1
- }
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NeutronNetworks.create_and_list_subnets": [
- {
- "args": {
- "network_create_args": {},
- "subnet_create_args": {},
- "subnet_cidr_start": "1.1.0.0/30",
- "subnets_per_network": 2
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 5
- },
- "context": {
- "users": {
- "tenants": 5,
- "users_per_tenant": 5
- },
- "quotas": {
- "neutron": {
- "network": -1,
- "subnet": -1
- }
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NeutronNetworks.create_and_update_networks": [
- {
- "args": {
- "network_update_args": {
- "admin_state_up": false,
- "name": "_updated"
- },
- "network_create_args": {}
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 5
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- },
- "quotas": {
- "neutron": {
- "network": -1
- }
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NeutronNetworks.create_and_update_ports": [
- {
- "args": {
- "network_create_args": {},
- "port_create_args": {},
- "port_update_args": {
- "admin_state_up": false,
- "device_id": "dummy_id",
- "device_owner": "dummy_owner",
- "name": "_port_updated"
- },
- "ports_per_network": 5
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 5
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- },
- "quotas": {
- "neutron": {
- "network": -1,
- "port": -1
- }
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NeutronNetworks.create_and_update_routers": [
- {
- "args": {
- "network_create_args": {},
- "subnet_create_args": {},
- "subnet_cidr_start": "1.1.0.0/30",
- "subnets_per_network": 2,
- "router_create_args": {},
- "router_update_args": {
- "admin_state_up": false,
- "name": "_router_updated"
- }
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 5
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- },
- "quotas": {
- "neutron": {
- "network": -1,
- "subnet": -1,
- "router": -1
- }
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NeutronNetworks.create_and_update_subnets": [
- {
- "args": {
- "subnet_update_args": {
- "enable_dhcp": false,
- "name": "_subnet_updated"
- },
- "network_create_args": {},
- "subnet_create_args": {},
- "subnet_cidr_start": "1.4.0.0/16",
- "subnets_per_network": 2
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 5
- },
- "context": {
- "users": {
- "tenants": 5,
- "users_per_tenant": 5
- },
- "quotas": {
- "neutron": {
- "network": -1,
- "subnet": -1
- }
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ]
-}
-
diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-nova.json b/testcases/VIM/OpenStack/CI/suites/opnfv-nova.json
deleted file mode 100644
index e32fd57ec..000000000
--- a/testcases/VIM/OpenStack/CI/suites/opnfv-nova.json
+++ /dev/null
@@ -1,509 +0,0 @@
-{
- "NovaServers.boot_and_delete_server": [
- {
- "args": {
- "flavor": {
- "name": "m1.small"
- },
- "image": {
- "name": "^functest-img*"
- },
- "force_delete": false
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NovaKeypair.boot_and_delete_server_with_keypair": [
- {
- "args": {
- "flavor": {
- "name": "m1.small"
- },
- "image": {
- "name": "^functest-img*"
- }
- },
- "runner": {
- "type": "constant",
- "times": 5,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 1
- },
- "network": {
- "start_cidr": "100.1.0.0/26"
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NovaSecGroup.boot_and_delete_server_with_secgroups": [
- {
- "args": {
- "flavor": {
- "name": "m1.small"
- },
- "image": {
- "name": "^functest-img*"
- },
- "security_group_count": 10,
- "rules_per_security_group": 10
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 2
- },
- "network": {
- "start_cidr": "100.1.0.0/26"
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NovaServers.boot_and_list_server": [
- {
- "args": {
- "flavor": {
- "name": "m1.small"
- },
- "image": {
- "name": "^functest-img*"
- },
- "detailed": true
- },
- "runner": {
- "type": "constant",
- "times": 1,
- "concurrency": 1
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NovaServers.boot_and_live_migrate_server": [
- {
- "args": {
- "flavor": {
- "name": "m1.small"
- },
- "image": {
- "name": "^functest-img*"
- },
- "block_migration": false
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NovaServers.boot_and_migrate_server": [
- {
- "args": {
- "flavor": {
- "name": "m1.small"
- },
- "image": {
- "name": "^functest-img*"
- }
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NovaServers.boot_and_bounce_server": [
- {
- "args": {
- "flavor": {
- "name": "m1.small"
- },
- "image": {
- "name": "^functest-img*"
- },
- "force_delete": false,
- "actions": [
- {"hard_reboot": 1},
- {"soft_reboot": 1},
- {"stop_start": 1},
- {"rescue_unrescue": 1}
- ]
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NovaServers.boot_server_from_volume_and_delete": [
- {
- "args": {
- "flavor": {
- "name": "m1.small"
- },
- "image": {
- "name": "^functest-img*"
- },
- "volume_size": 10,
- "force_delete": false
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NovaServers.boot_server_from_volume": [
- {
- "args": {
- "flavor": {
- "name": "m1.small"
- },
- "image": {
- "name": "^functest-img*"
- },
- "volume_size": 10
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NovaServers.boot_server": [
- {
- "args": {
- "flavor": {
- "name": "m1.small"
- },
- "image": {
- "name": "^functest-img*"
- }
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NovaServers.boot_server_attach_created_volume_and_live_migrate": [
- {
- "args": {
- "size": 10,
- "block_migration": false,
- "image": {
- "name": "^functest-img*"
- },
- "flavor": {
- "name": "m1.small"
- }
- },
- "runner": {
- "type": "constant",
- "times": 5,
- "concurrency": 1
- },
- "context": {
- "users": {
- "tenants": 2,
- "users_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NovaServers.boot_server_from_volume_and_live_migrate": [
- {
- "args": {
- "flavor": {
- "name": "m1.small"
- },
- "image": {
- "name": "^functest-img*"
- },
- "block_migration": false,
- "volume_size": 10,
- "force_delete": false
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NovaServers.snapshot_server": [
- {
- "args": {
- "flavor": {
- "name": "m1.small"
- },
- "image": {
- "name": "^functest-img*"
- },
- "force_delete": false
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NovaKeypair.create_and_delete_keypair": [
- {
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NovaSecGroup.create_and_delete_secgroups": [
- {
- "args": {
- "security_group_count": 10,
- "rules_per_security_group": 10
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NovaKeypair.create_and_list_keypairs": [
- {
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NovaSecGroup.create_and_list_secgroups": [
- {
- "args": {
- "security_group_count": 10,
- "rules_per_security_group": 10
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NovaServers.list_servers": [
- {
- "args": {
- "detailed": true
- },
- "runner": {
- "type": "constant",
- "times": 1,
- "concurrency": 1
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- },
- "servers": {
- "flavor": {
- "name": "m1.small"
- },
- "image": {
- "name": "^functest-img*"
- },
- "servers_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "NovaServers.resize_server": [
- {
- "args": {
- "flavor": {
- "name": "m1.small"
- },
- "image": {
- "name": "^functest-img*"
- },
- "to_flavor": {
- "name": "m1.small"
- },
- "confirm": true,
- "force_delete": false
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 5
- },
- "context": {
- "users": {
- "tenants": 1,
- "users_per_tenant": 1
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ]
-}
-
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}
- }
- }
- ]
-}
-
diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-requests.json b/testcases/VIM/OpenStack/CI/suites/opnfv-requests.json
deleted file mode 100644
index 4468d60a3..000000000
--- a/testcases/VIM/OpenStack/CI/suites/opnfv-requests.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "HttpRequests.check_random_request": [
- {
- "args": {
- "requests": [{"url": "http://www.example.com", "method": "GET",
- "status_code": 200},
- {"url": "http://www.openstack.org", "method": "GET"}],
- "status_code": 200
- },
- "runner": {
- "type": "constant",
- "times": 20,
- "concurrency": 5
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "HttpRequests.check_request": [
- {
- "args": {
- "url": "http://www.example.com",
- "method": "GET",
- "status_code": 200,
- "allow_redirects": false
- },
- "runner": {
- "type": "constant",
- "times": 20,
- "concurrency": 5
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ]
-}
diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-smoke-green.json b/testcases/VIM/OpenStack/CI/suites/opnfv-smoke-green.json
deleted file mode 100644
index b327b53e5..000000000
--- a/testcases/VIM/OpenStack/CI/suites/opnfv-smoke-green.json
+++ /dev/null
@@ -1,239 +0,0 @@
-{
- "TempestScenario.list_of_tests": [
- {
- "args": {
- "tempest_conf": "/etc/tempest/tempest.conf",
- "test_names": [
-"tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image",
-"tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail",
-"tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete",
-"tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete",
-"tempest.api.data_processing.test_cluster_templates.ClusterTemplateTest.test_cluster_template_create",
-"tempest.api.data_processing.test_cluster_templates.ClusterTemplateTest.test_cluster_template_delete",
-"tempest.api.data_processing.test_cluster_templates.ClusterTemplateTest.test_cluster_template_get",
-"tempest.api.data_processing.test_cluster_templates.ClusterTemplateTest.test_cluster_template_list",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_external_hdfs_data_source_create",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_external_hdfs_data_source_delete",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_external_hdfs_data_source_get",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_external_hdfs_data_source_list",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_local_hdfs_data_source_create",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_local_hdfs_data_source_delete",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_local_hdfs_data_source_get",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_local_hdfs_data_source_list",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_swift_data_source_create",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_swift_data_source_delete",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_swift_data_source_get",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_swift_data_source_list",
-"tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_internal_db_job_binary_create",
-"tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_internal_db_job_binary_delete",
-"tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_internal_db_job_binary_get",
-"tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_internal_db_job_binary_list",
-"tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_job_binary_get_data",
-"tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_swift_job_binary_create",
-"tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_swift_job_binary_delete",
-"tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_swift_job_binary_get",
-"tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_swift_job_binary_list",
-"tempest.api.data_processing.test_job_binary_internals.JobBinaryInternalTest.test_job_binary_internal_create",
-"tempest.api.data_processing.test_job_binary_internals.JobBinaryInternalTest.test_job_binary_internal_delete",
-"tempest.api.data_processing.test_job_binary_internals.JobBinaryInternalTest.test_job_binary_internal_get",
-"tempest.api.data_processing.test_job_binary_internals.JobBinaryInternalTest.test_job_binary_internal_get_data",
-"tempest.api.data_processing.test_job_binary_internals.JobBinaryInternalTest.test_job_binary_internal_list",
-"tempest.api.data_processing.test_jobs.JobTest.test_job_create",
-"tempest.api.data_processing.test_jobs.JobTest.test_job_delete",
-"tempest.api.data_processing.test_jobs.JobTest.test_job_get",
-"tempest.api.data_processing.test_jobs.JobTest.test_job_list",
-"tempest.api.data_processing.test_node_group_templates.NodeGroupTemplateTest.test_node_group_template_create",
-"tempest.api.data_processing.test_node_group_templates.NodeGroupTemplateTest.test_node_group_template_delete",
-"tempest.api.data_processing.test_node_group_templates.NodeGroupTemplateTest.test_node_group_template_get",
-"tempest.api.data_processing.test_node_group_templates.NodeGroupTemplateTest.test_node_group_template_list",
-"tempest.api.data_processing.test_plugins.PluginsTest.test_plugin_get",
-"tempest.api.data_processing.test_plugins.PluginsTest.test_plugin_list",
-"tempest.api.database.flavors.test_flavors.DatabaseFlavorsTest.test_compare_db_flavors_with_os",
-"tempest.api.database.flavors.test_flavors.DatabaseFlavorsTest.test_get_db_flavor",
-"tempest.api.database.flavors.test_flavors.DatabaseFlavorsTest.test_list_db_flavors",
-"tempest.api.database.limits.test_limits.DatabaseLimitsTest.test_absolute_limits",
-"tempest.api.database.versions.test_versions.DatabaseVersionsTest.test_list_db_versions",
-"tempest.api.identity.admin.v2.test_services.ServicesTestJSON.test_list_services",
-"tempest.api.identity.admin.v2.test_users.UsersTestJSON.test_create_user",
-"tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete",
-"tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain",
-"tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint",
-"tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete",
-"tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy",
-"tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id",
-"tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_get_list",
-"tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all",
-"tempest.api.messaging.test_claims.TestClaims.test_post_claim",
-"tempest.api.messaging.test_claims.TestClaims.test_query_claim",
-"tempest.api.messaging.test_claims.TestClaims.test_release_claim",
-"tempest.api.messaging.test_claims.TestClaims.test_update_claim",
-"tempest.api.messaging.test_messages.TestMessages.test_delete_multiple_messages",
-"tempest.api.messaging.test_messages.TestMessages.test_delete_single_message",
-"tempest.api.messaging.test_messages.TestMessages.test_get_message",
-"tempest.api.messaging.test_messages.TestMessages.test_get_multiple_messages",
-"tempest.api.messaging.test_messages.TestMessages.test_list_messages",
-"tempest.api.messaging.test_messages.TestMessages.test_post_messages",
-"tempest.api.messaging.test_queues.TestManageQueue.test_check_queue_existence",
-"tempest.api.messaging.test_queues.TestManageQueue.test_check_queue_head",
-"tempest.api.messaging.test_queues.TestManageQueue.test_get_queue_stats",
-"tempest.api.messaging.test_queues.TestManageQueue.test_list_queues",
-"tempest.api.messaging.test_queues.TestManageQueue.test_set_and_get_queue_metadata",
-"tempest.api.messaging.test_queues.TestQueues.test_create_delete_queue",
-"tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions",
-"tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address",
-"tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip",
-"tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_network",
-"tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_port",
-"tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_subnet",
-"tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_network",
-"tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_port",
-"tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_subnet",
-"tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_update_delete_network_subnet",
-"tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_external_network_visibility",
-"tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_networks",
-"tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_subnets",
-"tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_network",
-"tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_subnet",
-"tempest.api.network.test_networks.NetworksIpV6TestJSON.test_create_update_delete_network_subnet",
-"tempest.api.network.test_networks.NetworksIpV6TestJSON.test_external_network_visibility",
-"tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_networks",
-"tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_subnets",
-"tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_network",
-"tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_subnet",
-"tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet",
-"tempest.api.network.test_networks.NetworksTestJSON.test_external_network_visibility",
-"tempest.api.network.test_networks.NetworksTestJSON.test_list_networks",
-"tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets",
-"tempest.api.network.test_networks.NetworksTestJSON.test_show_network",
-"tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet",
-"tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools",
-"tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups",
-"tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port",
-"tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports",
-"tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port",
-"tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools",
-"tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups",
-"tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port",
-"tempest.api.network.test_ports.PortsTestJSON.test_list_ports",
-"tempest.api.network.test_ports.PortsTestJSON.test_show_port",
-"tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces",
-"tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id",
-"tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id",
-"tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router",
-"tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces",
-"tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id",
-"tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id",
-"tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router",
-"tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group",
-"tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule",
-"tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups",
-"tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group",
-"tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule",
-"tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups",
-"tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota",
-"tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_xml",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers",
-"tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_and_delete_metadata",
-"tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_matadata_key",
-"tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_metadata",
-"tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_delete_matadata",
-"tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_delete_matadata_key",
-"tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights",
-"tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights",
-"tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object",
-"tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects",
-"tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_create_container",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_metadata_key",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_metadata_value",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_remove_metadata_key",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_remove_metadata_value",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_xml",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_matadata",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_matadata_key",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_fresh_metadata",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_object_meta",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_object_metakey",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_get_object",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_match",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_modified_since",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_unmodified_since",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_metadata",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_range",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_x_newest",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_x_object_manifest",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_list_no_object_metadata",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_create_and_remove_metadata",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_object_manifest",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_remove_object_metakey",
-"tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_container_object_without_using_creds",
-"tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_object_with_another_user_creds",
-"tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container",
-"tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_list",
-"tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_show",
-"tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_template",
-"tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_list",
-"tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_metadata",
-"tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_software_config",
-"tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_create_validate",
-"tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_no_metadata_change",
-"tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_with_metadata_change",
-"tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_crud_no_resources",
-"tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_list_responds",
-"tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v1_notifications",
-"tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v2_notifications",
-"tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete",
-"tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete_from_image",
-"tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete",
-"tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image",
-"tempest.api.volume.test_volumes_list.VolumesV1ListTestJSON.test_volume_list",
-"tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list",
- ]
- },
- "runner": {
- "type": "serial",
- "times": 1,
- "concurrency": 1
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ]
-}
diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-smoke.json b/testcases/VIM/OpenStack/CI/suites/opnfv-smoke.json
deleted file mode 100644
index 31514d274..000000000
--- a/testcases/VIM/OpenStack/CI/suites/opnfv-smoke.json
+++ /dev/null
@@ -1,274 +0,0 @@
-{
- "TempestScenario.list_of_tests": [
- {
- "args": {
- "tempest_conf": "/etc/tempest/tempest.conf",
- "test_names": [
-"tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor",
-"tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors",
-"tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail",
-"tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image",
-"tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image",
-"tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images",
-"tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail",
-"tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create",
-"tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr",
-"tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id",
-"tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted",
-"tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list",
-"tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete",
-"tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete",
-"tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups",
-"tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups",
-"tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip",
-"tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces",
-"tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers",
-"tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail",
-"tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details",
-"tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers",
-"tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail",
-"tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details",
-"tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard",
-"tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft",
-"tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server",
-"tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm",
-"tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped",
-"tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses",
-"tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network",
-"tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance",
-"tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas",
-"tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas",
-"tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas",
-"tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete",
-"tempest.api.data_processing.test_cluster_templates.ClusterTemplateTest.test_cluster_template_create",
-"tempest.api.data_processing.test_cluster_templates.ClusterTemplateTest.test_cluster_template_delete",
-"tempest.api.data_processing.test_cluster_templates.ClusterTemplateTest.test_cluster_template_get",
-"tempest.api.data_processing.test_cluster_templates.ClusterTemplateTest.test_cluster_template_list",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_external_hdfs_data_source_create",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_external_hdfs_data_source_delete",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_external_hdfs_data_source_get",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_external_hdfs_data_source_list",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_local_hdfs_data_source_create",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_local_hdfs_data_source_delete",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_local_hdfs_data_source_get",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_local_hdfs_data_source_list",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_swift_data_source_create",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_swift_data_source_delete",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_swift_data_source_get",
-"tempest.api.data_processing.test_data_sources.DataSourceTest.test_swift_data_source_list",
-"tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_internal_db_job_binary_create",
-"tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_internal_db_job_binary_delete",
-"tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_internal_db_job_binary_get",
-"tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_internal_db_job_binary_list",
-"tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_job_binary_get_data",
-"tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_swift_job_binary_create",
-"tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_swift_job_binary_delete",
-"tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_swift_job_binary_get",
-"tempest.api.data_processing.test_job_binaries.JobBinaryTest.test_swift_job_binary_list",
-"tempest.api.data_processing.test_job_binary_internals.JobBinaryInternalTest.test_job_binary_internal_create",
-"tempest.api.data_processing.test_job_binary_internals.JobBinaryInternalTest.test_job_binary_internal_delete",
-"tempest.api.data_processing.test_job_binary_internals.JobBinaryInternalTest.test_job_binary_internal_get",
-"tempest.api.data_processing.test_job_binary_internals.JobBinaryInternalTest.test_job_binary_internal_get_data",
-"tempest.api.data_processing.test_job_binary_internals.JobBinaryInternalTest.test_job_binary_internal_list",
-"tempest.api.data_processing.test_jobs.JobTest.test_job_create",
-"tempest.api.data_processing.test_jobs.JobTest.test_job_delete",
-"tempest.api.data_processing.test_jobs.JobTest.test_job_get",
-"tempest.api.data_processing.test_jobs.JobTest.test_job_list",
-"tempest.api.data_processing.test_node_group_templates.NodeGroupTemplateTest.test_node_group_template_create",
-"tempest.api.data_processing.test_node_group_templates.NodeGroupTemplateTest.test_node_group_template_delete",
-"tempest.api.data_processing.test_node_group_templates.NodeGroupTemplateTest.test_node_group_template_get",
-"tempest.api.data_processing.test_node_group_templates.NodeGroupTemplateTest.test_node_group_template_list",
-"tempest.api.data_processing.test_plugins.PluginsTest.test_plugin_get",
-"tempest.api.data_processing.test_plugins.PluginsTest.test_plugin_list",
-"tempest.api.database.flavors.test_flavors.DatabaseFlavorsTest.test_compare_db_flavors_with_os",
-"tempest.api.database.flavors.test_flavors.DatabaseFlavorsTest.test_get_db_flavor",
-"tempest.api.database.flavors.test_flavors.DatabaseFlavorsTest.test_list_db_flavors",
-"tempest.api.database.limits.test_limits.DatabaseLimitsTest.test_absolute_limits",
-"tempest.api.database.versions.test_versions.DatabaseVersionsTest.test_list_db_versions",
-"tempest.api.identity.admin.v2.test_services.ServicesTestJSON.test_list_services",
-"tempest.api.identity.admin.v2.test_users.UsersTestJSON.test_create_user",
-"tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete",
-"tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain",
-"tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint",
-"tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete",
-"tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy",
-"tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id",
-"tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_get_list",
-"tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service",
-"tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all",
-"tempest.api.messaging.test_claims.TestClaims.test_post_claim",
-"tempest.api.messaging.test_claims.TestClaims.test_query_claim",
-"tempest.api.messaging.test_claims.TestClaims.test_release_claim",
-"tempest.api.messaging.test_claims.TestClaims.test_update_claim",
-"tempest.api.messaging.test_messages.TestMessages.test_delete_multiple_messages",
-"tempest.api.messaging.test_messages.TestMessages.test_delete_single_message",
-"tempest.api.messaging.test_messages.TestMessages.test_get_message",
-"tempest.api.messaging.test_messages.TestMessages.test_get_multiple_messages",
-"tempest.api.messaging.test_messages.TestMessages.test_list_messages",
-"tempest.api.messaging.test_messages.TestMessages.test_post_messages",
-"tempest.api.messaging.test_queues.TestManageQueue.test_check_queue_existence",
-"tempest.api.messaging.test_queues.TestManageQueue.test_check_queue_head",
-"tempest.api.messaging.test_queues.TestManageQueue.test_get_queue_stats",
-"tempest.api.messaging.test_queues.TestManageQueue.test_list_queues",
-"tempest.api.messaging.test_queues.TestManageQueue.test_set_and_get_queue_metadata",
-"tempest.api.messaging.test_queues.TestQueues.test_create_delete_queue",
-"tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions",
-"tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address",
-"tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip",
-"tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_network",
-"tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_port",
-"tempest.api.network.test_networks.BulkNetworkOpsIpV6TestJSON.test_bulk_create_delete_subnet",
-"tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_network",
-"tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_port",
-"tempest.api.network.test_networks.BulkNetworkOpsTestJSON.test_bulk_create_delete_subnet",
-"tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_update_delete_network_subnet",
-"tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_external_network_visibility",
-"tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_networks",
-"tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_list_subnets",
-"tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_network",
-"tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_show_subnet",
-"tempest.api.network.test_networks.NetworksIpV6TestJSON.test_create_update_delete_network_subnet",
-"tempest.api.network.test_networks.NetworksIpV6TestJSON.test_external_network_visibility",
-"tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_networks",
-"tempest.api.network.test_networks.NetworksIpV6TestJSON.test_list_subnets",
-"tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_network",
-"tempest.api.network.test_networks.NetworksIpV6TestJSON.test_show_subnet",
-"tempest.api.network.test_networks.NetworksTestJSON.test_create_update_delete_network_subnet",
-"tempest.api.network.test_networks.NetworksTestJSON.test_external_network_visibility",
-"tempest.api.network.test_networks.NetworksTestJSON.test_list_networks",
-"tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets",
-"tempest.api.network.test_networks.NetworksTestJSON.test_show_network",
-"tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet",
-"tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools",
-"tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups",
-"tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port",
-"tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports",
-"tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port",
-"tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools",
-"tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups",
-"tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port",
-"tempest.api.network.test_ports.PortsTestJSON.test_list_ports",
-"tempest.api.network.test_ports.PortsTestJSON.test_show_port",
-"tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces",
-"tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id",
-"tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id",
-"tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router",
-"tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces",
-"tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id",
-"tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id",
-"tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router",
-"tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group",
-"tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule",
-"tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups",
-"tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group",
-"tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule",
-"tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups",
-"tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota",
-"tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_xml",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata",
-"tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers",
-"tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_and_delete_metadata",
-"tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_matadata_key",
-"tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_metadata",
-"tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_delete_matadata",
-"tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_delete_matadata_key",
-"tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights",
-"tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights",
-"tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object",
-"tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects",
-"tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_create_container",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_metadata_key",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_metadata_value",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_remove_metadata_key",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_remove_metadata_value",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_xml",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_matadata",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_matadata_key",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata",
-"tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_fresh_metadata",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_object_meta",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_object_metakey",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_get_object",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_match",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_modified_since",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_unmodified_since",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_metadata",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_range",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_x_newest",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_x_object_manifest",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_list_no_object_metadata",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_create_and_remove_metadata",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_object_manifest",
-"tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_remove_object_metakey",
-"tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_container_object_without_using_creds",
-"tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_object_with_another_user_creds",
-"tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container",
-"tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_list",
-"tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_show",
-"tempest.api.orchestration.stacks.test_resource_types.ResourceTypesTest.test_resource_type_template",
-"tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_list",
-"tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_deployment_metadata",
-"tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_get_software_config",
-"tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_create_validate",
-"tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_no_metadata_change",
-"tempest.api.orchestration.stacks.test_soft_conf.TestSoftwareConfig.test_software_deployment_update_with_metadata_change",
-"tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_crud_no_resources",
-"tempest.api.orchestration.stacks.test_stacks.StacksTestJSON.test_stack_list_responds",
-"tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v1_notifications",
-"tempest.api.telemetry.test_telemetry_notification_api.TelemetryNotificationAPITestJSON.test_check_glance_v2_notifications",
-"tempest.api.volume.test_volumes_actions.VolumesV1ActionsTest.test_attach_detach_volume_to_instance",
-"tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_attach_detach_volume_to_instance",
-"tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete",
-"tempest.api.volume.test_volumes_get.VolumesV1GetTest.test_volume_create_get_update_delete_from_image",
-"tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete",
-"tempest.api.volume.test_volumes_get.VolumesV2GetTest.test_volume_create_get_update_delete_from_image",
-"tempest.api.volume.test_volumes_list.VolumesV1ListTestJSON.test_volume_list",
-"tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list",
- ]
- },
- "runner": {
- "type": "serial",
- "times": 1,
- "concurrency": 1
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ]
-}
diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-tempest.json b/testcases/VIM/OpenStack/CI/suites/opnfv-tempest.json
deleted file mode 100644
index b94de47e4..000000000
--- a/testcases/VIM/OpenStack/CI/suites/opnfv-tempest.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "TempestScenario.all": [
- {
- "args": {"tempest_conf": "/etc/tempest/tempest.conf"},
- "runner": {
- "type": "constant",
- "times": 1,
- "concurrency": 1
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ]
-}
-
diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-vm.json b/testcases/VIM/OpenStack/CI/suites/opnfv-vm.json
deleted file mode 100644
index 382f40251..000000000
--- a/testcases/VIM/OpenStack/CI/suites/opnfv-vm.json
+++ /dev/null
@@ -1,72 +0,0 @@
-{
- "VMTasks.boot_runcommand_delete": [
- {
- "args": {
- "flavor": {
- "name": "m1.small"
- },
- "image": {
- "name": "^functest-img*"
- },
- "floating_network": "net04_ext",
- "force_delete": false,
- "script": "../Rally_repo/samples/tasks/support/instance_dd_test.sh",
- "interpreter": "/bin/sh",
- "username": "admin"
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 2
- },
- "network": {
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ],
- "VMTasks.boot_runcommand_delete": [
- {
- "args": {
- "flavor": {
- "name": "m1.small"
- },
- "image": {
- "name": "^functest-img*"
- },
- "volume_args": {
- "size": 2
- },
- "fixed_network": "private",
- "floating_network": "net04_ext",
- "use_floatingip": true,
- "force_delete": false,
- "script": "../Rally_repo/samples/tasks/support/instance_dd_test.sh",
- "interpreter": "/bin/sh",
- "username": "admin"
- },
- "runner": {
- "type": "constant",
- "times": 10,
- "concurrency": 2
- },
- "context": {
- "users": {
- "tenants": 3,
- "users_per_tenant": 2
- }
- },
- "sla": {
- "failure_rate": {"max": 0}
- }
- }
- ]
-}
-