mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-24 03:17:38 +00:00
tests_vlan_mtu: Use debug task to show TEST/CLEANUP
The name for import_roles is not logged, therefore use an extra debug task to indicate the test steps.
This commit is contained in:
parent
a00fe15943
commit
5d2eec9478
1 changed files with 7 additions and 3 deletions
|
|
@ -12,7 +12,9 @@
|
|||
state: present
|
||||
- include_tasks: tasks/assert-device_present.yml
|
||||
- name: "TEST: I can configure the MTU for a vlan interface without autoconnect."
|
||||
import_role:
|
||||
debug:
|
||||
msg: "##################################################"
|
||||
- import_role:
|
||||
name: linux-system-roles.network
|
||||
vars:
|
||||
network_connections:
|
||||
|
|
@ -45,8 +47,10 @@
|
|||
- "{{ interface }}"
|
||||
- "{{ vlan_interface }}"
|
||||
|
||||
- name: "CLEANUP: remove profiles"
|
||||
import_role:
|
||||
- name: "TEARDOWN: remove profiles."
|
||||
debug:
|
||||
msg: "##################################################"
|
||||
- import_role:
|
||||
name: linux-system-roles.network
|
||||
vars:
|
||||
network_connections:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue