From: morganrOL Date: Wed, 29 Apr 2015 09:01:39 +0000 (+0200) Subject: Add Rally request scenario in OPNFV Rally scenario X-Git-Tag: 0.2~2063 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=9c18aa08865d2dd6fe2f2c5c4691ffb234c8c157;p=functest-xtesting.git Add Rally request scenario in OPNFV Rally scenario JIRA: FUNCTEST-1 Change-Id: I6803e7e9cd4ebb94e76f6f3538fe792f9b3d3864 Signed-off-by: morganrOL --- 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 00000000..9936e2fd --- /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 + } + } + ] +} +