Repo structure modification
[functest.git] / functest / opnfv_tests / OpenStack / rally / scenario / opnfv-requests.yaml
diff --git a/functest/opnfv_tests/OpenStack/rally/scenario/opnfv-requests.yaml b/functest/opnfv_tests/OpenStack/rally/scenario/opnfv-requests.yaml
new file mode 100644 (file)
index 0000000..1613697
--- /dev/null
@@ -0,0 +1,11 @@
+  HttpRequests.check_request:
+    -
+      args:
+        url: "{{ request_url }}"
+        method: "GET"
+        status_code: 200
+        allow_redirects: True
+      runner:
+        {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
+      sla:
+        {{ no_failures_sla() }}