aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack/rally/scenario/opnfv-vm.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'functest/opnfv_tests/openstack/rally/scenario/opnfv-vm.yaml')
-rw-r--r--functest/opnfv_tests/openstack/rally/scenario/opnfv-vm.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/rally/scenario/opnfv-vm.yaml b/functest/opnfv_tests/openstack/rally/scenario/opnfv-vm.yaml
new file mode 100644
index 000000000..cea3940fb
--- /dev/null
+++ b/functest/opnfv_tests/openstack/rally/scenario/opnfv-vm.yaml
@@ -0,0 +1,17 @@
+ VMTasks.dd_load_test:
+ -
+ args:
+ flavor:
+ name: {{ flavor_name }}
+ image:
+ name: {{ image_name }}
+ floating_network: {{ floating_network }}
+ force_delete: false
+ username: {{ username }}
+ runner:
+ {{ constant_runner(concurrency=1, times=iterations, is_smoke=smoke) }}
+ context:
+ {{ user_context(tenants_amount, users_amount, use_existing_users) }}
+ network: {}
+ sla:
+ {{ no_failures_sla() }}