Reduce the number of iterations to ten in rally scenarios
[functest.git] / testcases / VIM / OpenStack / CI / rally_cert / scenario / opnfv-requests.yaml
1   HttpRequests.check_random_request:
2     -
3       args:
4         requests:
5           -
6             url: "http://www.example.com"
7             method: "GET"
8             status_code: 200
9           -
10             url: "http://www.openstack.org"
11             method: "GET"
12         status_code: 200
13       runner:
14         {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
15       sla:
16         {{ no_failures_sla() }}
17
18   HttpRequests.check_request:
19     -
20       args:
21         url: "http://www.example.com"
22         method: "GET"
23         status_code: 200
24         allow_redirects: False
25       runner:
26         {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
27       sla:
28         {{ no_failures_sla() }}