From 5d2eec94789444c2383b2e2f7a204d4d251d6f62 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Tue, 4 Jun 2019 22:22:27 +0200 Subject: [PATCH] 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. --- tests/playbooks/tests_vlan_mtu.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tests/playbooks/tests_vlan_mtu.yml b/tests/playbooks/tests_vlan_mtu.yml index d0cc75c..ae0322e 100644 --- a/tests/playbooks/tests_vlan_mtu.yml +++ b/tests/playbooks/tests_vlan_mtu.yml @@ -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: