diff options
Diffstat (limited to 'testcases/VIM')
-rw-r--r-- | testcases/VIM/OpenStack/CI/suites/opnfv-requests.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-requests.json b/testcases/VIM/OpenStack/CI/suites/opnfv-requests.json new file mode 100644 index 000000000..9936e2fd5 --- /dev/null +++ b/testcases/VIM/OpenStack/CI/suites/opnfv-requests.json @@ -0,0 +1,16 @@ +{ + "Requests.check_response": [ + { + "args": { + "url": "http://www.google.com", + "response": 302 + }, + "runner": { + "type": "constant", + "times": 20, + "concurrency": 5 + } + } + ] +} + |