mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-31 00:51:23 -07:00
parent
4727fb77b3
commit
eff25c8a6e
28 changed files with 187 additions and 157 deletions
|
@ -33,7 +33,7 @@
|
|||
that:
|
||||
- result is changed
|
||||
- result.binding_rule.AuthMethod == 'test'
|
||||
- result.binding.Description == 'test-binding: my description'
|
||||
- "result.binding_rule.Description == 'test-binding: my description'"
|
||||
- result.operation == 'create'
|
||||
|
||||
- name: Update a binding rule
|
||||
|
@ -46,7 +46,7 @@
|
|||
- assert:
|
||||
that:
|
||||
- result is changed
|
||||
- result.binding.Description == 'test-binding: my description'
|
||||
- "result.binding_rule.Description == 'test-binding: my description'"
|
||||
- result.operation == 'update'
|
||||
|
||||
- name: Update a binding rule (noop)
|
||||
|
@ -58,7 +58,7 @@
|
|||
- assert:
|
||||
that:
|
||||
- result is not changed
|
||||
- result.binding.Description == 'test-binding: my description'
|
||||
- "result.binding_rule.Description == 'test-binding: my description'"
|
||||
- result.operation is not defined
|
||||
|
||||
- name: Delete a binding rule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue