File: 0006.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 (24 lines) | stat: -rw-r--r-- 707 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
23
24
Keywords: bugzilla issue
ID: 6
Title: Bugzilla Bug List with -a

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

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

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