Skip to content
Snippets Groups Projects
Commit 50b16cb3 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

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.
parent 9b0558a9
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
ipatrust:
ipaadmin_password: SomeADMINpassword
ipaapi_context: server
realm: windows.local
realm: this.test.should.fail
register: result
failed_when: not (result.failed and result.msg is regex("No module named '*ipaserver'*"))
when: ipa_host_is_client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment