Skip to content
Snippets Groups Projects
Unverified Commit ecf5439f authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #651 from rjeffman/tests_fix_ipa_context

Fix execution of client context tests.
parents 742799f3 16db5039
Branches
Tags
No related merge requests found
...@@ -35,3 +35,5 @@ ...@@ -35,3 +35,5 @@
- name: Test server using client context, in server host. - name: Test server using client context, in server host.
import_playbook: test_server.yml import_playbook: test_server.yml
when: groups['ipaclients'] is not defined or not groups['ipaclients'] when: groups['ipaclients'] is not defined or not groups['ipaclients']
vars:
ipa_context: client
...@@ -35,3 +35,5 @@ ...@@ -35,3 +35,5 @@
- name: Test service using client context, in server host. - name: Test service using client context, in server host.
import_playbook: test_service.yml import_playbook: test_service.yml
when: groups['ipaclients'] is not defined or not groups['ipaclients'] when: groups['ipaclients'] is not defined or not groups['ipaclients']
vars:
ipa_context: client
...@@ -35,3 +35,5 @@ ...@@ -35,3 +35,5 @@
- name: Test sudocmd using client context, in server host. - name: Test sudocmd using client context, in server host.
import_playbook: test_sudocmd.yml import_playbook: test_sudocmd.yml
when: groups['ipaclients'] is not defined or not groups['ipaclients'] when: groups['ipaclients'] is not defined or not groups['ipaclients']
vars:
ipa_context: client
...@@ -35,3 +35,5 @@ ...@@ -35,3 +35,5 @@
- name: Test sudocmdgroup using client context, in server host. - name: Test sudocmdgroup using client context, in server host.
import_playbook: test_sudocmdgroup.yml import_playbook: test_sudocmdgroup.yml
when: groups['ipaclients'] is not defined or not groups['ipaclients'] when: groups['ipaclients'] is not defined or not groups['ipaclients']
vars:
ipa_context: client
...@@ -35,3 +35,5 @@ ...@@ -35,3 +35,5 @@
- name: Test sudorule using client context, in server host. - name: Test sudorule using client context, in server host.
import_playbook: test_sudorule.yml import_playbook: test_sudorule.yml
when: groups['ipaclients'] is not defined or not groups['ipaclients'] when: groups['ipaclients'] is not defined or not groups['ipaclients']
vars:
ipa_context: client
...@@ -35,3 +35,5 @@ ...@@ -35,3 +35,5 @@
- name: Test trust using client context, in server host. - name: Test trust using client context, in server host.
import_playbook: test_trust.yml import_playbook: test_trust.yml
when: groups['ipaclients'] is not defined or not groups['ipaclients'] when: groups['ipaclients'] is not defined or not groups['ipaclients']
vars:
ipa_context: client
...@@ -35,3 +35,5 @@ ...@@ -35,3 +35,5 @@
- name: Test user using client context, in server host. - name: Test user using client context, in server host.
import_playbook: test_user.yml import_playbook: test_user.yml
when: groups['ipaclients'] is not defined or not groups['ipaclients'] when: groups['ipaclients'] is not defined or not groups['ipaclients']
vars:
ipa_context: client
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment