# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_change_indication_on_repeat_run.yml **************************** 1 plays in /WORKDIR/git-route_typelu7tc64f/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-route_typelu7tc64f/tests/tests_change_indication_on_repeat_run.yml:4 Friday 29 December 2023 14:32:58 +0000 (0:00:00.030) 0:00:00.030 ******* ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tests_change_indication_on_repeat_run.yml:13 Friday 29 December 2023 14:32:59 +0000 (0:00:00.913) 0:00:00.944 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tests_change_indication_on_repeat_run.yml:18 Friday 29 December 2023 14:32:59 +0000 (0:00:00.279) 0:00:01.223 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tests_change_indication_on_repeat_run.yml:21 Friday 29 December 2023 14:32:59 +0000 (0:00:00.021) 0:00:01.245 ******* included: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:3 Friday 29 December 2023 14:32:59 +0000 (0:00:00.012) 0:00:01.258 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:8 Friday 29 December 2023 14:32:59 +0000 (0:00:00.030) 0:00:01.289 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:13 Friday 29 December 2023 14:32:59 +0000 (0:00:00.023) 0:00:01.312 ******* included: /WORKDIR/git-route_typelu7tc64f/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/show_interfaces.yml:3 Friday 29 December 2023 14:32:59 +0000 (0:00:00.020) 0:00:01.333 ******* included: /WORKDIR/git-route_typelu7tc64f/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/get_current_interfaces.yml:3 Friday 29 December 2023 14:32:59 +0000 (0:00:00.012) 0:00:01.345 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003683", "end": "2023-12-29 14:33:00.266108", "rc": 0, "start": "2023-12-29 14:33:00.262425" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/get_current_interfaces.yml:9 Friday 29 December 2023 14:33:00 +0000 (0:00:00.333) 0:00:01.678 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/show_interfaces.yml:5 Friday 29 December 2023 14:33:00 +0000 (0:00:00.022) 0:00:01.701 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:16 Friday 29 December 2023 14:33:00 +0000 (0:00:00.018) 0:00:01.719 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:24 Friday 29 December 2023 14:33:02 +0000 (0:00:02.626) 0:00:04.346 ******* ok: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "testnic1", "type", "veth", "peer", "name", "peertestnic1" ], "delta": "0:00:00.005700", "end": "2023-12-29 14:33:03.161886", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2023-12-29 14:33:03.156186" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003897", "end": "2023-12-29 14:33:03.425476", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2023-12-29 14:33:03.421579" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004057", "end": "2023-12-29 14:33:03.626323", "item": "ip link set testnic1 up", "rc": 0, "start": "2023-12-29 14:33:03.622266" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:33 Friday 29 December 2023 14:33:03 +0000 (0:00:00.700) 0:00:05.046 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.023205", "end": "2023-12-29 14:33:03.863195", "rc": 0, "start": "2023-12-29 14:33:03.839990" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:41 Friday 29 December 2023 14:33:03 +0000 (0:00:00.238) 0:00:05.285 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:48 Friday 29 December 2023 14:33:03 +0000 (0:00:00.010) 0:00:05.296 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:54 Friday 29 December 2023 14:33:03 +0000 (0:00:00.010) 0:00:05.307 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:61 Friday 29 December 2023 14:33:03 +0000 (0:00:00.009) 0:00:05.316 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:67 Friday 29 December 2023 14:33:03 +0000 (0:00:00.010) 0:00:05.327 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tests_change_indication_on_repeat_run.yml:25 Friday 29 December 2023 14:33:03 +0000 (0:00:00.009) 0:00:05.337 ******* included: /WORKDIR/git-route_typelu7tc64f/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/assert_device_present.yml:3 Friday 29 December 2023 14:33:03 +0000 (0:00:00.015) 0:00:05.352 ******* included: /WORKDIR/git-route_typelu7tc64f/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/get_interface_stat.yml:3 Friday 29 December 2023 14:33:03 +0000 (0:00:00.011) 0:00:05.364 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703860383.1601207, "block_size": 4096, "blocks": 0, "ctime": 1703860383.1601207, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31287, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/testnic1", "lnk_target": "../../devices/virtual/net/testnic1", "mode": "0777", "mtime": 1703860383.1601207, "nlink": 1, "path": "/sys/class/net/testnic1", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'testnic1'] *********************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/assert_device_present.yml:5 Friday 29 December 2023 14:33:04 +0000 (0:00:00.229) 0:00:05.593 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_typelu7tc64f/tests/tests_change_indication_on_repeat_run.yml:39 Friday 29 December 2023 14:33:04 +0000 (0:00:00.010) 0:00:05.604 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 29 December 2023 14:33:04 +0000 (0:00:00.027) 0:00:05.631 ******* included: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 29 December 2023 14:33:04 +0000 (0:00:00.071) 0:00:05.703 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 29 December 2023 14:33:04 +0000 (0:00:00.034) 0:00:05.738 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 29 December 2023 14:33:04 +0000 (0:00:00.036) 0:00:05.774 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 29 December 2023 14:33:04 +0000 (0:00:00.030) 0:00:05.805 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 29 December 2023 14:33:06 +0000 (0:00:02.278) 0:00:08.083 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 29 December 2023 14:33:08 +0000 (0:00:01.423) 0:00:09.506 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 29 December 2023 14:33:08 +0000 (0:00:00.074) 0:00:09.580 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 29 December 2023 14:33:08 +0000 (0:00:00.043) 0:00:09.624 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 29 December 2023 14:33:08 +0000 (0:00:00.024) 0:00:09.648 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 29 December 2023 14:33:08 +0000 (0:00:00.120) 0:00:09.769 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 29 December 2023 14:33:08 +0000 (0:00:00.033) 0:00:09.802 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 29 December 2023 14:33:08 +0000 (0:00:00.042) 0:00:09.845 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 29 December 2023 14:33:08 +0000 (0:00:00.039) 0:00:09.884 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 29 December 2023 14:33:09 +0000 (0:00:00.748) 0:00:10.632 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 29 December 2023 14:33:09 +0000 (0:00:00.088) 0:00:10.721 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 29 December 2023 14:33:09 +0000 (0:00:00.075) 0:00:10.797 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 29 December 2023 14:33:09 +0000 (0:00:00.029) 0:00:10.826 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 29 December 2023 14:33:10 +0000 (0:00:00.608) 0:00:11.434 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 29 December 2023 14:33:10 +0000 (0:00:00.051) 0:00:11.486 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 29 December 2023 14:33:10 +0000 (0:00:00.072) 0:00:11.559 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 29 December 2023 14:33:10 +0000 (0:00:00.063) 0:00:11.623 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 29 December 2023 14:33:10 +0000 (0:00:00.061) 0:00:11.685 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tests_change_indication_on_repeat_run.yml:43 Friday 29 December 2023 14:33:10 +0000 (0:00:00.391) 0:00:12.076 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_typelu7tc64f/tests/tests_change_indication_on_repeat_run.yml:46 Friday 29 December 2023 14:33:10 +0000 (0:00:00.037) 0:00:12.113 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 29 December 2023 14:33:10 +0000 (0:00:00.086) 0:00:12.200 ******* included: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 29 December 2023 14:33:10 +0000 (0:00:00.078) 0:00:12.278 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 29 December 2023 14:33:10 +0000 (0:00:00.070) 0:00:12.349 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 29 December 2023 14:33:11 +0000 (0:00:00.079) 0:00:12.428 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 29 December 2023 14:33:11 +0000 (0:00:00.033) 0:00:12.462 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 29 December 2023 14:33:13 +0000 (0:00:02.175) 0:00:14.638 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 29 December 2023 14:33:14 +0000 (0:00:01.048) 0:00:15.686 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 29 December 2023 14:33:14 +0000 (0:00:00.114) 0:00:15.800 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 29 December 2023 14:33:14 +0000 (0:00:00.058) 0:00:15.859 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 29 December 2023 14:33:14 +0000 (0:00:00.059) 0:00:15.918 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 29 December 2023 14:33:14 +0000 (0:00:00.196) 0:00:16.115 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 29 December 2023 14:33:14 +0000 (0:00:00.041) 0:00:16.157 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 29 December 2023 14:33:14 +0000 (0:00:00.042) 0:00:16.199 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 29 December 2023 14:33:14 +0000 (0:00:00.052) 0:00:16.252 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 29 December 2023 14:33:15 +0000 (0:00:00.687) 0:00:16.940 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 29 December 2023 14:33:15 +0000 (0:00:00.103) 0:00:17.043 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 29 December 2023 14:33:15 +0000 (0:00:00.128) 0:00:17.172 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 29 December 2023 14:33:15 +0000 (0:00:00.049) 0:00:17.221 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 29 December 2023 14:33:16 +0000 (0:00:00.416) 0:00:17.638 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 29 December 2023 14:33:16 +0000 (0:00:00.041) 0:00:17.679 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 29 December 2023 14:33:16 +0000 (0:00:00.043) 0:00:17.723 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "192.0.2.2/24" ] }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 29 December 2023 14:33:16 +0000 (0:00:00.078) 0:00:17.801 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 29 December 2023 14:33:16 +0000 (0:00:00.024) 0:00:17.826 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tests_change_indication_on_repeat_run.yml:50 Friday 29 December 2023 14:33:16 +0000 (0:00:00.263) 0:00:18.089 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_typelu7tc64f/tests/tests_change_indication_on_repeat_run.yml:63 Friday 29 December 2023 14:33:16 +0000 (0:00:00.057) 0:00:18.146 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 29 December 2023 14:33:16 +0000 (0:00:00.100) 0:00:18.246 ******* included: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 29 December 2023 14:33:16 +0000 (0:00:00.121) 0:00:18.368 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 29 December 2023 14:33:17 +0000 (0:00:00.101) 0:00:18.470 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 29 December 2023 14:33:17 +0000 (0:00:00.075) 0:00:18.546 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 29 December 2023 14:33:17 +0000 (0:00:00.064) 0:00:18.610 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 29 December 2023 14:33:19 +0000 (0:00:02.213) 0:00:20.824 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 29 December 2023 14:33:20 +0000 (0:00:00.923) 0:00:21.747 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 29 December 2023 14:33:20 +0000 (0:00:00.067) 0:00:21.815 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 29 December 2023 14:33:20 +0000 (0:00:00.022) 0:00:21.837 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 29 December 2023 14:33:20 +0000 (0:00:00.059) 0:00:21.896 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 29 December 2023 14:33:20 +0000 (0:00:00.143) 0:00:22.040 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 29 December 2023 14:33:20 +0000 (0:00:00.057) 0:00:22.098 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 29 December 2023 14:33:20 +0000 (0:00:00.058) 0:00:22.157 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 29 December 2023 14:33:20 +0000 (0:00:00.027) 0:00:22.184 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 29 December 2023 14:33:21 +0000 (0:00:00.648) 0:00:22.833 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 29 December 2023 14:33:21 +0000 (0:00:00.057) 0:00:22.891 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 29 December 2023 14:33:21 +0000 (0:00:00.047) 0:00:22.938 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 29 December 2023 14:33:21 +0000 (0:00:00.039) 0:00:22.977 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 29 December 2023 14:33:22 +0000 (0:00:00.475) 0:00:23.452 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 29 December 2023 14:33:22 +0000 (0:00:00.063) 0:00:23.516 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 29 December 2023 14:33:22 +0000 (0:00:00.076) 0:00:23.593 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 29 December 2023 14:33:22 +0000 (0:00:00.028) 0:00:23.621 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 29 December 2023 14:33:22 +0000 (0:00:00.029) 0:00:23.650 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tests_change_indication_on_repeat_run.yml:67 Friday 29 December 2023 14:33:22 +0000 (0:00:00.258) 0:00:23.909 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_typelu7tc64f/tests/tests_change_indication_on_repeat_run.yml:70 Friday 29 December 2023 14:33:22 +0000 (0:00:00.108) 0:00:24.018 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 29 December 2023 14:33:22 +0000 (0:00:00.054) 0:00:24.072 ******* included: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 29 December 2023 14:33:22 +0000 (0:00:00.045) 0:00:24.118 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 29 December 2023 14:33:22 +0000 (0:00:00.055) 0:00:24.173 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 29 December 2023 14:33:22 +0000 (0:00:00.035) 0:00:24.208 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 29 December 2023 14:33:22 +0000 (0:00:00.039) 0:00:24.248 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 29 December 2023 14:33:25 +0000 (0:00:02.221) 0:00:26.469 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 29 December 2023 14:33:26 +0000 (0:00:01.012) 0:00:27.481 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 29 December 2023 14:33:26 +0000 (0:00:00.028) 0:00:27.510 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 29 December 2023 14:33:26 +0000 (0:00:00.023) 0:00:27.534 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 29 December 2023 14:33:26 +0000 (0:00:00.053) 0:00:27.587 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 29 December 2023 14:33:26 +0000 (0:00:00.076) 0:00:27.663 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 29 December 2023 14:33:26 +0000 (0:00:00.036) 0:00:27.700 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 29 December 2023 14:33:26 +0000 (0:00:00.030) 0:00:27.731 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 29 December 2023 14:33:26 +0000 (0:00:00.064) 0:00:27.795 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 29 December 2023 14:33:27 +0000 (0:00:00.700) 0:00:28.496 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 29 December 2023 14:33:27 +0000 (0:00:00.055) 0:00:28.551 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 29 December 2023 14:33:27 +0000 (0:00:00.052) 0:00:28.603 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 29 December 2023 14:33:27 +0000 (0:00:00.038) 0:00:28.642 ******* ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 29 December 2023 14:33:27 +0000 (0:00:00.557) 0:00:29.199 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 29 December 2023 14:33:27 +0000 (0:00:00.024) 0:00:29.224 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 29 December 2023 14:33:27 +0000 (0:00:00.051) 0:00:29.275 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": "no", "dhcp4": "no" }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, c5d48d28-fea5-4b88-af82-46c01c30a0d3 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 29 December 2023 14:33:27 +0000 (0:00:00.093) 0:00:29.369 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 29 December 2023 14:33:28 +0000 (0:00:00.022) 0:00:29.391 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tests_change_indication_on_repeat_run.yml:74 Friday 29 December 2023 14:33:28 +0000 (0:00:00.238) 0:00:29.630 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_typelu7tc64f/tests/tests_change_indication_on_repeat_run.yml:82 Friday 29 December 2023 14:33:28 +0000 (0:00:00.056) 0:00:29.686 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 29 December 2023 14:33:28 +0000 (0:00:00.053) 0:00:29.740 ******* included: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 29 December 2023 14:33:28 +0000 (0:00:00.056) 0:00:29.796 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 29 December 2023 14:33:28 +0000 (0:00:00.029) 0:00:29.825 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 29 December 2023 14:33:28 +0000 (0:00:00.033) 0:00:29.859 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 29 December 2023 14:33:28 +0000 (0:00:00.033) 0:00:29.893 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 29 December 2023 14:33:30 +0000 (0:00:02.375) 0:00:32.269 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 29 December 2023 14:33:31 +0000 (0:00:01.104) 0:00:33.373 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 29 December 2023 14:33:32 +0000 (0:00:00.117) 0:00:33.490 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 29 December 2023 14:33:32 +0000 (0:00:00.040) 0:00:33.530 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 29 December 2023 14:33:32 +0000 (0:00:00.038) 0:00:33.569 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 29 December 2023 14:33:32 +0000 (0:00:00.103) 0:00:33.673 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 29 December 2023 14:33:32 +0000 (0:00:00.040) 0:00:33.713 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 29 December 2023 14:33:32 +0000 (0:00:00.049) 0:00:33.763 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 29 December 2023 14:33:32 +0000 (0:00:00.088) 0:00:33.852 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 29 December 2023 14:33:33 +0000 (0:00:00.720) 0:00:34.572 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 29 December 2023 14:33:33 +0000 (0:00:00.136) 0:00:34.709 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 29 December 2023 14:33:33 +0000 (0:00:00.070) 0:00:34.779 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 29 December 2023 14:33:33 +0000 (0:00:00.142) 0:00:34.921 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 29 December 2023 14:33:34 +0000 (0:00:00.504) 0:00:35.426 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 29 December 2023 14:33:34 +0000 (0:00:00.038) 0:00:35.465 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 29 December 2023 14:33:34 +0000 (0:00:00.029) 0:00:35.494 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 29 December 2023 14:33:34 +0000 (0:00:00.048) 0:00:35.543 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 29 December 2023 14:33:34 +0000 (0:00:00.039) 0:00:35.582 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tests_change_indication_on_repeat_run.yml:91 Friday 29 December 2023 14:33:34 +0000 (0:00:00.263) 0:00:35.846 ******* included: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:3 Friday 29 December 2023 14:33:34 +0000 (0:00:00.097) 0:00:35.943 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:8 Friday 29 December 2023 14:33:34 +0000 (0:00:00.055) 0:00:35.998 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:13 Friday 29 December 2023 14:33:34 +0000 (0:00:00.030) 0:00:36.029 ******* included: /WORKDIR/git-route_typelu7tc64f/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/show_interfaces.yml:3 Friday 29 December 2023 14:33:34 +0000 (0:00:00.062) 0:00:36.091 ******* included: /WORKDIR/git-route_typelu7tc64f/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/get_current_interfaces.yml:3 Friday 29 December 2023 14:33:34 +0000 (0:00:00.081) 0:00:36.172 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004874", "end": "2023-12-29 14:33:36.023393", "rc": 0, "start": "2023-12-29 14:33:35.018519" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/get_current_interfaces.yml:9 Friday 29 December 2023 14:33:36 +0000 (0:00:01.291) 0:00:37.464 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/show_interfaces.yml:5 Friday 29 December 2023 14:33:36 +0000 (0:00:00.055) 0:00:37.520 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:16 Friday 29 December 2023 14:33:36 +0000 (0:00:00.070) 0:00:37.590 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:24 Friday 29 December 2023 14:33:38 +0000 (0:00:02.369) 0:00:39.959 ******* skipping: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add testnic1 type veth peer name peertestnic1", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peertestnic1 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set testnic1 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:33 Friday 29 December 2023 14:33:38 +0000 (0:00:00.032) 0:00:39.992 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:41 Friday 29 December 2023 14:33:38 +0000 (0:00:00.038) 0:00:40.031 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.013546", "end": "2023-12-29 14:33:38.832944", "rc": 0, "start": "2023-12-29 14:33:38.819398" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:48 Friday 29 December 2023 14:33:38 +0000 (0:00:00.243) 0:00:40.274 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:54 Friday 29 December 2023 14:33:38 +0000 (0:00:00.028) 0:00:40.302 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:61 Friday 29 December 2023 14:33:38 +0000 (0:00:00.082) 0:00:40.385 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:67 Friday 29 December 2023 14:33:39 +0000 (0:00:00.038) 0:00:40.423 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=73 changed=3 unreachable=0 failed=0 skipped=85 rescued=0 ignored=0 Friday 29 December 2023 14:33:39 +0000 (0:00:00.027) 0:00:40.450 ******* =============================================================================== linux-system-roles.network : Enable and start NetworkManager ------------ 2.79s /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:85 Install iproute --------------------------------------------------------- 2.63s /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:16 ------ linux-system-roles.network : Check which services are running ----------- 2.38s /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Install iproute --------------------------------------------------------- 2.37s /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:16 ------ linux-system-roles.network : Check which services are running ----------- 2.28s /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.22s /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.21s /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.18s /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 2.06s /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Check which packages are installed --------- 1.42s /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gather current interface info ------------------------------------------- 1.29s /WORKDIR/git-route_typelu7tc64f/tests/tasks/get_current_interfaces.yml:3 ------ linux-system-roles.network : Re-test connectivity ----------------------- 1.15s /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:155 linux-system-roles.network : Check which packages are installed --------- 1.10s /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.05s /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.01s /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.92s /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 0.91s /WORKDIR/git-route_typelu7tc64f/tests/tests_change_indication_on_repeat_run.yml:4 linux-system-roles.network : Enable and start NetworkManager ------------ 0.72s /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:85 Create veth interface testnic1 ------------------------------------------ 0.70s /WORKDIR/git-route_typelu7tc64f/tests/tasks/manage_test_interface.yml:24 ------ linux-system-roles.network : Install packages --------------------------- 0.54s /WORKDIR/git-route_typelu7tc64f/tests/roles/linux-system-roles.network/tasks/main.yml:30 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---