Adapt Parser test case to the new template
[functest.git] / functest / opnfv_tests / OpenStack / rally / scenario / opnfv-requests.yaml
1   HttpRequests.check_request:
2     -
3       args:
4         url: "{{ request_url }}"
5         method: "GET"
6         status_code: 200
7         allow_redirects: True
8       runner:
9         {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
10       sla:
11         {{ no_failures_sla() }}