diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-06-28 07:58:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-28 07:58:57 +0000 |
commit | b35ef0cc9ba337bd46a2eb9d8d52854c80bb484a (patch) | |
tree | 4c2d7fd122828c60ebbd0a6264258440decaf643 /functest/opnfv_tests/openstack/rally/scenario | |
parent | 19aabaacbf55e3616545583f299de368a38e3c4f (diff) | |
parent | 38251180e71629a792c412a7d357a1e59b5eb295 (diff) |
Merge "Remove Rally requests scenario"
Diffstat (limited to 'functest/opnfv_tests/openstack/rally/scenario')
-rw-r--r-- | functest/opnfv_tests/openstack/rally/scenario/opnfv-requests.yaml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/functest/opnfv_tests/openstack/rally/scenario/opnfv-requests.yaml b/functest/opnfv_tests/openstack/rally/scenario/opnfv-requests.yaml deleted file mode 100644 index 16136978..00000000 --- a/functest/opnfv_tests/openstack/rally/scenario/opnfv-requests.yaml +++ /dev/null @@ -1,11 +0,0 @@ - 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() }} |