File: 06-thresholds.xml

package info (click to toggle)
libwebinject-perl 1.94-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 448 kB
  • sloc: perl: 4,265; xml: 278; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 792 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<testcases repeat="1">
<case
    id                 = "1"
    description1       = "test response sleep 0"
    method             = "get"
    url                = "{BASEURL}/sleep/0"
    verifyresponsecode = "200"
    warning            = "1"
    critical           = "2"
/>
<case
    id                 = "2"
    description1       = "test response sleep 1"
    method             = "get"
    url                = "{BASEURL}/sleep/1"
    verifyresponsecode = "200"
    warning            = "1"
    critical           = "2"
/>
<case
    id                 = "3"
    description1       = "test response sleep 2"
    method             = "get"
    url                = "{BASEURL}/sleep/2"
    verifyresponsecode = "200"
    warning            = "1"
    critical           = "2"
/>
</testcases>