File tree Expand file tree Collapse file tree
tests/integration/targets/routerdynamicrouting_info/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616- name : Assert show command succeeded
1717 tags : test
18- assert :
18+ ansible.builtin. assert :
1919 that :
2020 - not result.changed
2121 - not result.failed
3838
3939- name : Assert sh command succeeded
4040 tags : test
41- assert :
41+ ansible.builtin. assert :
4242 that :
4343 - not result.changed
4444 - not result.failed
6161
6262- name : Assert uppercase SHOW command succeeded
6363 tags : test
64- assert :
64+ ansible.builtin. assert :
6565 that :
6666 - not result.changed
6767 - not result.failed
8484
8585- name : Assert invalid command failed
8686 tags : test
87- assert :
87+ ansible.builtin. assert :
8888 that :
8989 - result.failed
9090 - " 'must start with' in result.msg"
106106
107107- name : Assert delete command failed
108108 tags : test
109- assert :
109+ ansible.builtin. assert :
110110 that :
111111 - result.failed
112112 - " 'must start with' in result.msg"
127127
128128- name : Assert command with whitespace succeeded
129129 tags : test
130- assert :
130+ ansible.builtin. assert :
131131 that :
132132 - not result.changed
133133 - not result.failed
You can’t perform that action at this time.
0 commit comments