meraki_mr_l3_firewall - Fix integration test cleanup (#57562)
This commit is contained in:
parent
77ec0549b0
commit
b13e5242e0
2 changed files with 12 additions and 2 deletions
|
@ -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
|
# Tear down starts here
|
||||||
############################################################################
|
############################################################################
|
||||||
always:
|
always:
|
||||||
- name: Delete wireless network
|
- name: Delete wireless SSID
|
||||||
meraki_ssid:
|
meraki_ssid:
|
||||||
auth_key: '{{ auth_key }}'
|
auth_key: '{{ auth_key }}'
|
||||||
state: absent
|
state: absent
|
||||||
|
@ -90,3 +90,11 @@
|
||||||
net_id: '{{net}}'
|
net_id: '{{net}}'
|
||||||
number: 1
|
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
|
||||||
|
|
Loading…
Reference in a new issue