[cloud] New feature for ec2_group: allow deleting groups by id (#26022)

This commit is contained in:
mihu 2017-06-26 15:07:29 +02:00 committed by Ryan Brown
commit 6b76bc924f
2 changed files with 29 additions and 8 deletions

View file

@ -20,7 +20,7 @@
assert:
that:
- 'result.failed'
- 'result.msg == "missing required arguments: name"'
- 'result.msg == "one of the following is required: name,group_id"'
# ============================================================
- name: test failure with only name
@ -46,7 +46,7 @@
assert:
that:
- 'result.failed'
- 'result.msg == "missing required arguments: name"'
- 'result.msg == "one of the following is required: name,group_id"'
# ============================================================
- name: test failure with empty description (AWS API requires non-empty string desc)