diff options
Diffstat (limited to 'functest/opnfv_tests/OpenStack/rally/scenario/opnfv-requests.yaml')
-rw-r--r-- | functest/opnfv_tests/OpenStack/rally/scenario/opnfv-requests.yaml | 11 |
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 00000000..16136978 --- /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() }} |