Skip to content

Commit

Permalink
tests: Consent to restart network when specifying wireless or team co…
Browse files Browse the repository at this point in the history
…nnections

Signed-off-by: Wen Liang <[email protected]>
  • Loading branch information
liangwen12year committed Mar 15, 2024
1 parent 66c3eef commit 44f937d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/playbooks/tests_team_plugin_installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
include_role:
name: linux-system-roles.network
vars:
network_allow_restart: true
network_connections:
# Specify the team profile
- name: team0
Expand Down
1 change: 1 addition & 0 deletions tests/playbooks/tests_wireless_plugin_installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
include_role:
name: linux-system-roles.network
vars:
network_allow_restart: true
network_connections:
- name: wlan0
type: wireless
Expand Down
1 change: 1 addition & 0 deletions tests/tasks/create_team_profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
include_role:
name: linux-system-roles.network
vars:
network_allow_restart: true
network_connections:
- name: "{{ interface }}"
persistent_state: present
Expand Down

0 comments on commit 44f937d

Please sign in to comment.