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

tests/idoverrideuser: Fix client context test when running on client


When running test_idoverrideuser_client_context.yml on a client host, it
tried to run a task that does not have the required fields and fails
the test.

Signed-off-by: default avatarRafael Guterres Jeffman <rjeffman@redhat.com>
parent 9195494f
Branches
Tags
No related merge requests found
...@@ -16,7 +16,8 @@ ...@@ -16,7 +16,8 @@
ipaidoverrideuser: ipaidoverrideuser:
ipaadmin_password: SomeADMINpassword ipaadmin_password: SomeADMINpassword
ipaapi_context: server ipaapi_context: server
name: ThisShouldNotWork idview: ThisShouldNotWork
anchor: ThisShouldNotWork
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment