test.yaml 352 B

12345678910111213141516
  1. description: add a testcase description
  2. mode: edit
  3. args:
  4. - service/missing
  5. namespace: "default"
  6. expectedStderr:
  7. - services "missing" not found
  8. expectedExitCode: 1
  9. steps:
  10. - type: request
  11. expectedMethod: GET
  12. expectedPath: /api/v1/namespaces/default/services/missing
  13. expectedInput: 0.request
  14. resultingStatusCode: 404
  15. resultingOutput: 0.response