blob: 161369786ba50794b68315999bf9082eda484433 (
plain)
1
2
3
4
5
6
7
8
9
10
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() }}
|