From 507355c947a0c61c15d4a5f3e3206a77a7b8a2b5 Mon Sep 17 00:00:00 2001 From: Wen Liang Date: Tue, 20 Feb 2024 14:44:31 -0500 Subject: [PATCH] tests: Consent to restart network when specifying wireless or team connections Signed-off-by: Wen Liang --- tests/playbooks/tests_team_plugin_installation.yml | 1 + tests/playbooks/tests_wireless_plugin_installation.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/playbooks/tests_team_plugin_installation.yml b/tests/playbooks/tests_team_plugin_installation.yml index f7c53f8a8..7b0b56671 100644 --- a/tests/playbooks/tests_team_plugin_installation.yml +++ b/tests/playbooks/tests_team_plugin_installation.yml @@ -26,6 +26,7 @@ include_role: name: linux-system-roles.network vars: + network_allow_restart: true network_connections: # Specify the team profile - name: team0 diff --git a/tests/playbooks/tests_wireless_plugin_installation.yml b/tests/playbooks/tests_wireless_plugin_installation.yml index b59a775aa..fd5d3fee6 100644 --- a/tests/playbooks/tests_wireless_plugin_installation.yml +++ b/tests/playbooks/tests_wireless_plugin_installation.yml @@ -26,6 +26,7 @@ include_role: name: linux-system-roles.network vars: + network_allow_restart: true network_connections: - name: wlan0 type: wireless