Skip to content

Commit

Permalink
meraki_mr_l3_firewall - Fix integration test cleanup (ansible#57562)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbreit authored and Qalthos committed Jun 12, 2019
1 parent 77ec054 commit b13e524
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- meraki_mr_l3_firewall - Integration test now uses net_id in some tests for improved code coverage.
12 changes: 10 additions & 2 deletions test/integration/targets/meraki_mr_l3_firewall/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,19 @@
# Tear down starts here
############################################################################
always:
- name: Delete wireless network
- name: Delete wireless SSID
meraki_ssid:
auth_key: '{{ auth_key }}'
state: absent
org_name: '{{test_org_name}}'
net_id: '{{net}}'
number: 1
delegate_to: localhost
delegate_to: localhost

- name: Delete wireless network
meraki_network:
auth_key: '{{ auth_key }}'
state: absent
org_name: '{{test_org_name}}'
net_id: '{{net}}'
delegate_to: localhost

0 comments on commit b13e524

Please sign in to comment.