|
@@ -2,7 +2,7 @@
|
|
"Test delete autoscaling policy":
|
|
"Test delete autoscaling policy":
|
|
- do:
|
|
- do:
|
|
autoscaling.put_autoscaling_policy:
|
|
autoscaling.put_autoscaling_policy:
|
|
- name: hot
|
|
|
|
|
|
+ name: my_autoscaling_policy
|
|
body:
|
|
body:
|
|
policy:
|
|
policy:
|
|
deciders:
|
|
deciders:
|
|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
- do:
|
|
- do:
|
|
autoscaling.delete_autoscaling_policy:
|
|
autoscaling.delete_autoscaling_policy:
|
|
- name: hot
|
|
|
|
|
|
+ name: my_autoscaling_policy
|
|
|
|
|
|
# TODO: add validation that the policy is removed after we have a get policy API
|
|
# TODO: add validation that the policy is removed after we have a get policy API
|
|
|
|
|