2019-09-13 09:50:57 +00:00
|
|
|
actionTests:
|
2025-05-08 08:19:04 +00:00
|
|
|
- action: restart
|
|
|
|
|
inputPath: testdata/deployment.yaml
|
|
|
|
|
expectedOutputPath: testdata/deployment-restarted.yaml
|
|
|
|
|
- action: pause
|
|
|
|
|
inputPath: testdata/deployment.yaml
|
|
|
|
|
expectedOutputPath: testdata/deployment-pause.yaml
|
|
|
|
|
- action: resume
|
|
|
|
|
inputPath: testdata/deployment-pause.yaml
|
|
|
|
|
expectedOutputPath: testdata/deployment-resume.yaml
|
|
|
|
|
- action: scale
|
|
|
|
|
inputPath: testdata/deployment.yaml
|
|
|
|
|
expectedOutputPath: testdata/deployment-scaled.yaml
|
|
|
|
|
parameters:
|
|
|
|
|
replicas: '6'
|
|
|
|
|
- action: scale
|
|
|
|
|
inputPath: testdata/deployment.yaml
|
|
|
|
|
expectedErrorMessage: 'invalid number: not_a_number'
|
|
|
|
|
parameters:
|
|
|
|
|
replicas: 'not_a_number'
|