blob: a4ef37f052db387190cf01460c5a805d2f5b36f4 [file] [log] [blame]
description: add a testcase description
mode: edit
args:
- service/kubernetes
namespace: default
expectedStderr:
- "services \"kubernetes\" is invalid"
- A copy of your changes has been stored
- Edit cancelled, no valid changes were saved
expectedExitCode: 1
steps:
- type: request
expectedMethod: GET
expectedPath: /api/v1/namespaces/default/services/kubernetes
expectedInput: 0.request
resultingStatusCode: 200
resultingOutput: 0.response
- type: edit
expectedInput: 1.original
resultingOutput: 1.edited
- type: request
expectedMethod: PATCH
expectedPath: /api/v1/namespaces/default/services/kubernetes
expectedContentType: application/strategic-merge-patch+json
expectedInput: 2.request
resultingStatusCode: 422
resultingOutput: 2.response
- type: edit
expectedInput: 3.original
resultingOutput: 3.edited