aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/VIM/OpenStack/CI/suites/opnfv-vm.json
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/VIM/OpenStack/CI/suites/opnfv-vm.json')
-rw-r--r--testcases/VIM/OpenStack/CI/suites/opnfv-vm.json72
1 files changed, 0 insertions, 72 deletions
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}
- }
- }
- ]
-}
-