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

Merge pull request #981 from rjeffman/netgroup_fix_test_cleanup

netgroup: Fix environment cleanup on ipanetgroup tests.
parents 68c52b56 3773e300
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,8 @@
ipaadmin_password: SomeADMINpassword
ipaapi_context: "{{ ipa_context | default(omit) }}"
name:
- TestNetgroup1,admins
- TestNetgroup1
- admins
state: absent
# CREATE TEST ITEMS
......@@ -155,5 +156,6 @@
ipaadmin_password: SomeADMINpassword
ipaapi_context: "{{ ipa_context | default(omit) }}"
name:
- TestNetgroup1,admins
- TestNetgroup1
- admins
state: absent
......@@ -45,7 +45,8 @@
ipaadmin_password: SomeADMINpassword
ipaapi_context: "{{ ipa_context | default(omit) }}"
name:
- TestNetgroup1,admins
- TestNetgroup1
- admins
state: absent
# CREATE TEST ITEMS
......@@ -202,5 +203,6 @@
ipaadmin_password: SomeADMINpassword
ipaapi_context: "{{ ipa_context | default(omit) }}"
name:
- TestNetgroup1,admins
- TestNetgroup1
- admins
state: absent
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment