aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-requests.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-requests.yaml')
-rw-r--r--testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-requests.yaml28
1 files changed, 0 insertions, 28 deletions
diff --git a/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-requests.yaml b/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-requests.yaml
deleted file mode 100644
index 6affcc6c6..000000000
--- a/testcases/VIM/OpenStack/CI/rally_cert/scenario/opnfv-requests.yaml
+++ /dev/null
@@ -1,28 +0,0 @@
- HttpRequests.check_random_request:
- -
- args:
- requests:
- -
- url: "http://www.example.com"
- method: "GET"
- status_code: 200
- -
- url: "http://www.openstack.org"
- method: "GET"
- status_code: 200
- runner:
- {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
- sla:
- {{ no_failures_sla() }}
-
- HttpRequests.check_request:
- -
- args:
- url: "http://www.example.com"
- method: "GET"
- status_code: 200
- allow_redirects: False
- runner:
- {{ constant_runner(concurrency=concurrency, times=iterations, is_smoke=smoke) }}
- sla:
- {{ no_failures_sla() }}