meraki_mr_l3_firewall - Fix integration test cleanup (#57562)

pull/57762/head
Kevin Breit 5 years ago committed by Nathaniel Case
parent 77ec0549b0
commit b13e5242e0

@ -0,0 +1,2 @@
minor_changes:
- meraki_mr_l3_firewall - Integration test now uses net_id in some tests for improved code coverage.

@ -82,7 +82,7 @@
# Tear down starts here
############################################################################
always:
- name: Delete wireless network
- name: Delete wireless SSID
meraki_ssid:
auth_key: '{{ auth_key }}'
state: absent
@ -90,3 +90,11 @@
net_id: '{{net}}'
number: 1
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

Loading…
Cancel
Save