meraki_mr_l3_firewall - Integration test fix (#45366)
* Fix integration test as wrong module was called * Create block section for failures on integration test for mr_l3_firewall integration test
This commit is contained in:
parent
1463c2e4a8
commit
6c67674eab
1 changed files with 76 additions and 71 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
---
|
||||
- block:
|
||||
- name: Create wireless network
|
||||
meraki_network:
|
||||
auth_key: '{{ auth_key }}'
|
||||
|
@ -76,8 +77,12 @@
|
|||
- query.data.2.comment == 'Default rule'
|
||||
- query.changed == False
|
||||
|
||||
############################################################################
|
||||
# Tear down starts here
|
||||
############################################################################
|
||||
always:
|
||||
- name: Delete wireless network
|
||||
meraki_network:
|
||||
meraki_ssid:
|
||||
auth_key: '{{ auth_key }}'
|
||||
state: absent
|
||||
org_name: '{{test_org_name}}'
|
||||
|
|
Loading…
Reference in a new issue