...
1description: edit while creating from a list
2mode: create
3filename: "svc.yaml"
4namespace: "edit-test"
5expectedStdout:
6- service/svc1 created
7- service/svc2 created
8expectedExitCode: 0
9steps:
10- type: edit
11 expectedInput: 0.original
12 resultingOutput: 0.edited
13- type: request
14 expectedMethod: POST
15 expectedPath: /api/v1/namespaces/edit-test/services
16 expectedContentType: application/json
17 expectedInput: 1.request
18 resultingStatusCode: 201
19 resultingOutput: 1.response
20- type: edit
21 expectedInput: 2.original
22 resultingOutput: 2.edited
23- type: request
24 expectedMethod: POST
25 expectedPath: /api/v1/namespaces/edit-test/services
26 expectedContentType: application/json
27 expectedInput: 3.request
28 resultingStatusCode: 201
29 resultingOutput: 3.response
View as plain text