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