Signed-off-by: Andriy Kurilin <andr.kurilin@gmail.com> Change-Id: Id9d1c0cd8f2cbc34d22f861af7c2297899aa4e4e
20 lines
375 B
YAML
20 lines
375 B
YAML
---
|
|
version: 2
|
|
title: Unknown Check Request
|
|
description: Test check request operations
|
|
subtasks:
|
|
- title: Unknown check request
|
|
scenario:
|
|
HttpRequests.check_request:
|
|
url: http://www.example.com
|
|
method: GET
|
|
status_code: 200
|
|
allow_redirects: false
|
|
runner:
|
|
constant:
|
|
times: 20
|
|
concurrency: 5
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|