From 9c18aa08865d2dd6fe2f2c5c4691ffb234c8c157 Mon Sep 17 00:00:00 2001 From: morganrOL Date: Wed, 29 Apr 2015 11:01:39 +0200 Subject: Add Rally request scenario in OPNFV Rally scenario JIRA: FUNCTEST-1 Change-Id: I6803e7e9cd4ebb94e76f6f3538fe792f9b3d3864 Signed-off-by: morganrOL --- testcases/VIM/OpenStack/CI/suites/opnfv-requests.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 testcases/VIM/OpenStack/CI/suites/opnfv-requests.json (limited to 'testcases/VIM') 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 + } + } + ] +} + -- cgit 1.2.3-korg