Add Rally request scenario in OPNFV Rally scenario
authormorganrOL <morgan.richomme@orange.com>
Wed, 29 Apr 2015 09:01:39 +0000 (11:01 +0200)
committermorganrOL <morgan.richomme@orange.com>
Wed, 29 Apr 2015 09:01:39 +0000 (11:01 +0200)
JIRA: FUNCTEST-1

Change-Id: I6803e7e9cd4ebb94e76f6f3538fe792f9b3d3864
Signed-off-by: morganrOL <morgan.richomme@orange.com>
testcases/VIM/OpenStack/CI/suites/opnfv-requests.json [new file with mode: 0644]

diff --git a/testcases/VIM/OpenStack/CI/suites/opnfv-requests.json b/testcases/VIM/OpenStack/CI/suites/opnfv-requests.json
new file mode 100644 (file)
index 0000000..9936e2f
--- /dev/null
@@ -0,0 +1,16 @@
+{
+    "Requests.check_response": [
+        {
+            "args": {
+                "url": "http://www.google.com",
+                "response": 302
+            },
+            "runner": {
+                "type": "constant",
+                "times": 20,
+                "concurrency": 5
+            }
+        }
+    ]
+}
+