You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert_output --partial '"msg": "Hello from manageiq.example role! example_var='\''example var value'\''"'
182
182
}
183
183
184
-
@test "[Ansible::Runner] vmware collection" {
184
+
@test "[Ansible::Runner#run] vmware collection" {
185
185
if [ !-d /var/lib/manageiq/venv ];then
186
186
skip "manageiq venv collections are not present"
187
187
fi
@@ -191,7 +191,7 @@ exec_ansible_runner_role() {
191
191
assert_output --partial '"msg": "Unknown error while connecting to vCenter or ESXi API at vcenter_hostname:443 : [Errno -2] Name or service not known"'
192
192
}
193
193
194
-
@test "[Ansible::Runner] aws collection" {
194
+
@test "[Ansible::Runner#run] aws collection" {
195
195
if [ !-d /var/lib/manageiq/venv ];then
196
196
skip "manageiq venv collections are not present"
197
197
fi
@@ -200,3 +200,75 @@ exec_ansible_runner_role() {
200
200
assert_failure # We expect to this to fail due to connecting with bad creds
201
201
assert_output --partial '"msg": "Failed to describe instances: An error occurred (AuthFailure) when calling the DescribeInstances operation: AWS was not able to validate the provided access credentials"'
assert_failure # We expect to this to fail due to connecting to an unknown vcenter
263
+
assert_output --partial '"msg": "Unknown error while connecting to vCenter or ESXi API at vcenter_hostname:443 : [Errno -2] Name or service not known"'
assert_failure # We expect to this to fail due to connecting with bad creds
273
+
assert_output --partial '"msg": "Failed to describe instances: An error occurred (AuthFailure) when calling the DescribeInstances operation: AWS was not able to validate the provided access credentials"'
0 commit comments