From 50b16cb33ff80f479825228b54349ba93b7c2ad5 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Wed, 30 Mar 2022 14:42:12 -0300 Subject: [PATCH] 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. --- tests/trust/test_trust_client_context.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/trust/test_trust_client_context.yml b/tests/trust/test_trust_client_context.yml index 2ea38537..6f4ff06e 100644 --- a/tests/trust/test_trust_client_context.yml +++ b/tests/trust/test_trust_client_context.yml @@ -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 -- GitLab