Fix requests scenario for rally bench suite (re import from rally)
[functest.git] / testcases / VIM / OpenStack / CI / suites / opnfv-requests.json
1 {
2     "HttpRequests.check_random_request": [
3         {
4             "args": {
5                 "requests": [{"url": "http://www.example.com", "method": "GET",
6                     "status_code": 200},
7                     {"url": "http://www.openstack.org", "method": "GET"}],
8                 "status_code": 200
9             },
10             "runner": {
11                 "type": "constant",
12                 "times": 20,
13                 "concurrency": 5
14             }
15         }
16     ],
17     "HttpRequests.check_request": [
18         {
19             "args": {
20                 "url": "http://www.example.com",
21                 "method": "GET",
22                 "status_code": 200,
23                 "allow_redirects": false
24             },
25             "runner": {
26                 "type": "constant",
27                 "times": 20,
28                 "concurrency": 5
29             }
30         }
31     ]
32 }