Add Rally request scenario in OPNFV Rally scenario
[functest.git] / testcases / VIM / OpenStack / CI / suites / opnfv-requests.json
1 {
2     "Requests.check_response": [
3         {
4             "args": {
5                 "url": "http://www.google.com",
6                 "response": 302
7             },
8             "runner": {
9                 "type": "constant",
10                 "times": 20,
11                 "concurrency": 5
12             }
13         }
14     ]
15 }
16