mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-21 19:43:59 -07:00
Adjust YAML files (#10233)
Adjust YAML files.
(cherry picked from commit eaa5e07b28
)
This commit is contained in:
parent
e8ff74f077
commit
a9e892952d
244 changed files with 7272 additions and 7329 deletions
|
@ -21,10 +21,10 @@
|
|||
- name: assert that test increment by default
|
||||
assert:
|
||||
that:
|
||||
- output is not failed
|
||||
- output.incremented
|
||||
- output.value == "1001"
|
||||
- output.rfc4525
|
||||
- output is not failed
|
||||
- output.incremented
|
||||
- output.value == "1001"
|
||||
- output.rfc4525
|
||||
|
||||
- name: Test defined increment
|
||||
ldap_inc:
|
||||
|
@ -39,10 +39,10 @@
|
|||
- name: assert that test increment by default
|
||||
assert:
|
||||
that:
|
||||
- output is not failed
|
||||
- output.incremented
|
||||
- output.value == "1003"
|
||||
- output.rfc4525
|
||||
- output is not failed
|
||||
- output.incremented
|
||||
- output.value == "1003"
|
||||
- output.rfc4525
|
||||
|
||||
- name: Test defined increment by 0
|
||||
ldap_inc:
|
||||
|
@ -57,9 +57,9 @@
|
|||
- name: assert that test defined increment by 0
|
||||
assert:
|
||||
that:
|
||||
- output is not failed
|
||||
- output.incremented == false
|
||||
- output.value == "1003"
|
||||
- output is not failed
|
||||
- output.incremented == false
|
||||
- output.value == "1003"
|
||||
|
||||
- name: Test defined negative increment
|
||||
ldap_inc:
|
||||
|
@ -74,10 +74,10 @@
|
|||
- name: assert that test defined negative increment
|
||||
assert:
|
||||
that:
|
||||
- output is not failed
|
||||
- output.incremented
|
||||
- output.value == "1002"
|
||||
- output.rfc4525
|
||||
- output is not failed
|
||||
- output.incremented
|
||||
- output.value == "1002"
|
||||
- output.rfc4525
|
||||
|
||||
- name: Test forcing classic method instead of automatic detection
|
||||
ldap_inc:
|
||||
|
@ -93,7 +93,7 @@
|
|||
- name: assert that test defined negative increment
|
||||
assert:
|
||||
that:
|
||||
- output is not failed
|
||||
- output.incremented
|
||||
- output.value == "1001"
|
||||
- output.rfc4525 == False
|
||||
- output is not failed
|
||||
- output.incremented
|
||||
- output.value == "1001"
|
||||
- output.rfc4525 == False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue