File: 0005.t

package info (click to toggle)
gcli 2.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,652 kB
  • sloc: ansic: 27,086; sh: 678; makefile: 545; perl: 392; yacc: 261; lex: 60
file content (22 lines) | stat: -rw-r--r-- 575 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Keywords: bugzilla issue
ID: 5
Title: Bugzilla Bug List

ClientArgs: -t bugzilla issues
VerifyClientExitCode: 0
VerifyClientOutput:
  NUMBER  NOTES  STATE  TITLE
      22      0  Open   This issue is open
      23      0  New    This issue is new

ServerResponseStatus: 200 OK
ServerResponseBody:
  {
    "bugs": [
      { "id": 22, "summary": "This issue is open", "status": "Open" },
      { "id": 23, "summary": "This issue is new", "status": "New"  }
    ]
  }

VerifyRequestMethod: GET
VerifyRequestPath: /rest/bug?order=bug_id%20DESC%2C&limit=30&status=Open&status=New