diff options
Diffstat (limited to 'testcases/VIM/OpenStack/CI/suites/opnfv-vm.json')
-rw-r--r-- | testcases/VIM/OpenStack/CI/suites/opnfv-vm.json | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-vm.json b/testcases/VIM/OpenStack/CI/suites/opnfv-vm.json new file mode 100644 index 000000000..1524d5bf6 --- /dev/null +++ b/testcases/VIM/OpenStack/CI/suites/opnfv-vm.json @@ -0,0 +1,66 @@ +{ + "VMTasks.boot_runcommand_delete": [ + { + "args": { + "flavor": { + "name": "m1.small" + }, + "image": { + "name": "^Ubuntu*" + }, + "floating_network": "public", + "force_delete": false, + "script": "samples/tasks/support/instance_dd_test.sh", + "interpreter": "/bin/sh", + "username": "ubuntu" + }, + "runner": { + "type": "constant", + "times": 10, + "concurrency": 2 + }, + "context": { + "users": { + "tenants": 3, + "users_per_tenant": 2 + }, + "network": { + } + } + } + ], + "VMTasks.boot_runcommand_delete": [ + { + "args": { + "flavor": { + "name": "m1.small" + }, + "image": { + "name": "^Ubuntu*" + }, + "volume_args": { + "size": 2 + }, + "fixed_network": "private", + "floating_network": "public", + "use_floatingip": true, + "force_delete": false, + "script": "samples/tasks/support/instance_dd_test.sh", + "interpreter": "/bin/sh", + "username": "ubuntu" + }, + "runner": { + "type": "constant", + "times": 10, + "concurrency": 2 + }, + "context": { + "users": { + "tenants": 3, + "users_per_tenant": 2 + } + } + } + ] +} + |