diff options
author | morganrOL <morgan.richomme@orange.com> | 2015-04-29 11:01:39 +0200 |
---|---|---|
committer | morganrOL <morgan.richomme@orange.com> | 2015-04-29 11:01:39 +0200 |
commit | 9c18aa08865d2dd6fe2f2c5c4691ffb234c8c157 (patch) | |
tree | ba3b11faaeb0d0034f0ae0cf711e0d60de25345e /testcases/VIM/OpenStack/CI/suites | |
parent | 314ef7b6f701fb1f879555743bd7f9b7bf52cecb (diff) |
Add Rally request scenario in OPNFV Rally scenario
JIRA: FUNCTEST-1
Change-Id: I6803e7e9cd4ebb94e76f6f3538fe792f9b3d3864
Signed-off-by: morganrOL <morgan.richomme@orange.com>
Diffstat (limited to 'testcases/VIM/OpenStack/CI/suites')
-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 + } + } + ] +} + |