tests/ipatrust: Modify AD realm name to an invalid name.

As the task is expected to fail, the AD realm name was modified to show
the expected behavior more clearly.
This commit is contained in:
Rafael Guterres Jeffman
2022-03-30 14:42:12 -03:00
parent 9b0558a953
commit 50b16cb33f

View File

@@ -13,7 +13,7 @@
ipatrust: ipatrust:
ipaadmin_password: SomeADMINpassword ipaadmin_password: SomeADMINpassword
ipaapi_context: server ipaapi_context: server
realm: windows.local realm: this.test.should.fail
register: result register: result
failed_when: not (result.failed and result.msg is regex("No module named '*ipaserver'*")) failed_when: not (result.failed and result.msg is regex("No module named '*ipaserver'*"))
when: ipa_host_is_client when: ipa_host_is_client