Separate autoscaling REST test cases
A couple of the autoscaling REST tests combine multiple tests into a single REST test. This commit separates them in to single tests.
This commit is contained in:
parent
d5a195ab3d
commit
2a94672c32
|
@ -16,6 +16,8 @@
|
|||
|
||||
# TODO: add validation that the policy is removed after we have a get policy API
|
||||
|
||||
---
|
||||
"Test delete non-existent policy":
|
||||
- do:
|
||||
catch: bad_request
|
||||
autoscaling.delete_autoscaling_policy:
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
- match: { "acknowledged": true }
|
||||
|
||||
---
|
||||
"Test put autoscaling policy with non-existent decider":
|
||||
- do:
|
||||
catch: bad_request
|
||||
autoscaling.put_autoscaling_policy:
|
||||
|
|
Loading…
Reference in New Issue