summaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/OpenStack/rally/scenario/opnfv-requests.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'functest/opnfv_tests/OpenStack/rally/scenario/opnfv-requests.yaml')
-rw-r--r--functest/opnfv_tests/OpenStack/rally/scenario/opnfv-requests.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/functest/opnfv_tests/OpenStack/rally/scenario/opnfv-requests.yaml b/functest/opnfv_tests/OpenStack/rally/scenario/opnfv-requests.yaml
new file mode 100644
index 000000000..161369786
--- /dev/null
+++ b/functest/opnfv_tests/OpenStack/rally/scenario/opnfv-requests.yaml
@@ -0,0 +1,11 @@
+ HttpRequests.check_request:
+ -
+ args:
+ url: "{{ request_url }}"
+ method: "GET"
+ status_code: 200
+ allow_redirects: True
+ runner:
+ {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
+ sla:
+ {{ no_failures_sla() }}