# 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-wifi_fixl_4gm3um/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tests_change_indication_on_repeat_run.yml:4 Friday 22 December 2023 17:09:39 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tests_change_indication_on_repeat_run.yml:13 Friday 22 December 2023 17:09:40 +0000 (0:00:00.706) 0:00:00.718 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tests_change_indication_on_repeat_run.yml:18 Friday 22 December 2023 17:09:40 +0000 (0:00:00.260) 0:00:00.979 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tests_change_indication_on_repeat_run.yml:21 Friday 22 December 2023 17:09:40 +0000 (0:00:00.019) 0:00:00.998 ******* included: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:3 Friday 22 December 2023 17:09:40 +0000 (0:00:00.012) 0:00:01.010 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:8 Friday 22 December 2023 17:09:40 +0000 (0:00:00.017) 0:00:01.027 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:13 Friday 22 December 2023 17:09:40 +0000 (0:00:00.017) 0:00:01.044 ******* included: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/show_interfaces.yml:3 Friday 22 December 2023 17:09:40 +0000 (0:00:00.010) 0:00:01.055 ******* included: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 17:09:40 +0000 (0:00:00.009) 0:00:01.065 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003755", "end": "2023-12-22 17:09:41.056362", "rc": 0, "start": "2023-12-22 17:09:41.052607" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 17:09:41 +0000 (0:00:00.267) 0:00:01.332 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/show_interfaces.yml:5 Friday 22 December 2023 17:09:41 +0000 (0:00:00.018) 0:00:01.351 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:16 Friday 22 December 2023 17:09:41 +0000 (0:00:00.017) 0:00:01.369 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:24 Friday 22 December 2023 17:09:44 +0000 (0:00:03.303) 0:00:04.672 ******* 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.013414", "end": "2023-12-22 17:09:44.623440", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2023-12-22 17:09:44.610026" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.004105", "end": "2023-12-22 17:09:44.859467", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2023-12-22 17:09:44.855362" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004433", "end": "2023-12-22 17:09:45.044125", "item": "ip link set testnic1 up", "rc": 0, "start": "2023-12-22 17:09:45.039692" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:33 Friday 22 December 2023 17:09:45 +0000 (0:00:00.634) 0:00:05.306 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.026543", "end": "2023-12-22 17:09:45.258393", "rc": 0, "start": "2023-12-22 17:09:45.231850" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:41 Friday 22 December 2023 17:09:45 +0000 (0:00:00.215) 0:00:05.521 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:48 Friday 22 December 2023 17:09:45 +0000 (0:00:00.010) 0:00:05.532 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:54 Friday 22 December 2023 17:09:45 +0000 (0:00:00.010) 0:00:05.543 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:61 Friday 22 December 2023 17:09:45 +0000 (0:00:00.010) 0:00:05.553 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:67 Friday 22 December 2023 17:09:45 +0000 (0:00:00.009) 0:00:05.562 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tests_change_indication_on_repeat_run.yml:25 Friday 22 December 2023 17:09:45 +0000 (0:00:00.008) 0:00:05.570 ******* included: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/assert_device_present.yml:3 Friday 22 December 2023 17:09:45 +0000 (0:00:00.010) 0:00:05.581 ******* included: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/get_interface_stat.yml:3 Friday 22 December 2023 17:09:45 +0000 (0:00:00.010) 0:00:05.591 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703264984.6139448, "block_size": 4096, "blocks": 0, "ctime": 1703264984.6139448, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31315, "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": 1703264984.6139448, "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-wifi_fixl_4gm3um/tests/tasks/assert_device_present.yml:5 Friday 22 December 2023 17:09:45 +0000 (0:00:00.189) 0:00:05.781 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tests_change_indication_on_repeat_run.yml:39 Friday 22 December 2023 17:09:45 +0000 (0:00:00.012) 0:00:05.793 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 22 December 2023 17:09:45 +0000 (0:00:00.027) 0:00:05.821 ******* included: /WORKDIR/git-wifi_fixl_4gm3um/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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 22 December 2023 17:09:45 +0000 (0:00:00.061) 0:00:05.883 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 22 December 2023 17:09:45 +0000 (0:00:00.010) 0:00:05.894 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 22 December 2023 17:09:45 +0000 (0:00:00.009) 0:00:05.903 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 22 December 2023 17:09:45 +0000 (0:00:00.008) 0:00:05.912 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 22 December 2023 17:09:47 +0000 (0:00:01.692) 0:00:07.604 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 22 December 2023 17:09:48 +0000 (0:00:01.464) 0:00:09.068 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 22 December 2023 17:09:48 +0000 (0:00:00.027) 0:00:09.095 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 22 December 2023 17:09:48 +0000 (0:00:00.020) 0:00:09.116 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 22 December 2023 17:09:48 +0000 (0:00:00.019) 0:00:09.135 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 22 December 2023 17:09:48 +0000 (0:00:00.047) 0:00:09.182 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 22 December 2023 17:09:48 +0000 (0:00:00.020) 0:00:09.203 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 22 December 2023 17:09:48 +0000 (0:00:00.019) 0:00:09.223 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 22 December 2023 17:09:49 +0000 (0:00:00.023) 0:00:09.246 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 22 December 2023 17:09:49 +0000 (0:00:00.488) 0:00:09.735 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 22 December 2023 17:09:49 +0000 (0:00:00.029) 0:00:09.764 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 22 December 2023 17:09:49 +0000 (0:00:00.026) 0:00:09.791 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 22 December 2023 17:09:49 +0000 (0:00:00.025) 0:00:09.816 ******* 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, a697ec57-5158-4967-bc19-301536701586 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, a697ec57-5158-4967-bc19-301536701586 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 22 December 2023 17:09:50 +0000 (0:00:00.550) 0:00:10.367 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 22 December 2023 17:09:50 +0000 (0:00:00.021) 0:00:10.388 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, a697ec57-5158-4967-bc19-301536701586", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, a697ec57-5158-4967-bc19-301536701586 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 22 December 2023 17:09:50 +0000 (0:00:00.021) 0:00:10.409 ******* 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, a697ec57-5158-4967-bc19-301536701586\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, a697ec57-5158-4967-bc19-301536701586 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, a697ec57-5158-4967-bc19-301536701586", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, a697ec57-5158-4967-bc19-301536701586 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 22 December 2023 17:09:50 +0000 (0:00:00.021) 0:00:10.431 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 22 December 2023 17:09:50 +0000 (0:00:00.019) 0:00:10.451 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tests_change_indication_on_repeat_run.yml:43 Friday 22 December 2023 17:09:50 +0000 (0:00:00.249) 0:00:10.700 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tests_change_indication_on_repeat_run.yml:46 Friday 22 December 2023 17:09:50 +0000 (0:00:00.022) 0:00:10.722 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 22 December 2023 17:09:50 +0000 (0:00:00.035) 0:00:10.757 ******* included: /WORKDIR/git-wifi_fixl_4gm3um/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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 22 December 2023 17:09:50 +0000 (0:00:00.035) 0:00:10.792 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 22 December 2023 17:09:50 +0000 (0:00:00.024) 0:00:10.817 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 22 December 2023 17:09:50 +0000 (0:00:00.019) 0:00:10.837 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 22 December 2023 17:09:50 +0000 (0:00:00.019) 0:00:10.856 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 22 December 2023 17:09:52 +0000 (0:00:01.657) 0:00:12.513 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 22 December 2023 17:09:53 +0000 (0:00:01.311) 0:00:13.825 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 22 December 2023 17:09:53 +0000 (0:00:00.026) 0:00:13.851 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 22 December 2023 17:09:53 +0000 (0:00:00.035) 0:00:13.886 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 22 December 2023 17:09:53 +0000 (0:00:00.020) 0:00:13.907 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 22 December 2023 17:09:53 +0000 (0:00:00.049) 0:00:13.956 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 22 December 2023 17:09:53 +0000 (0:00:00.021) 0:00:13.978 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 22 December 2023 17:09:53 +0000 (0:00:00.020) 0:00:13.998 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 22 December 2023 17:09:53 +0000 (0:00:00.025) 0:00:14.023 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 22 December 2023 17:09:54 +0000 (0:00:00.358) 0:00:14.382 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 22 December 2023 17:09:54 +0000 (0:00:00.030) 0:00:14.412 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 22 December 2023 17:09:54 +0000 (0:00:00.027) 0:00:14.440 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 22 December 2023 17:09:54 +0000 (0:00:00.028) 0:00:14.469 ******* 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, a697ec57-5158-4967-bc19-301536701586 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, a697ec57-5158-4967-bc19-301536701586 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 22 December 2023 17:09:54 +0000 (0:00:00.360) 0:00:14.829 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 22 December 2023 17:09:54 +0000 (0:00:00.021) 0:00:14.850 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, a697ec57-5158-4967-bc19-301536701586 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, a697ec57-5158-4967-bc19-301536701586 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 22 December 2023 17:09:54 +0000 (0:00:00.022) 0:00:14.873 ******* 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, a697ec57-5158-4967-bc19-301536701586 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, a697ec57-5158-4967-bc19-301536701586 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, a697ec57-5158-4967-bc19-301536701586 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, a697ec57-5158-4967-bc19-301536701586 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 22 December 2023 17:09:54 +0000 (0:00:00.021) 0:00:14.894 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 22 December 2023 17:09:54 +0000 (0:00:00.039) 0:00:14.934 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tests_change_indication_on_repeat_run.yml:50 Friday 22 December 2023 17:09:54 +0000 (0:00:00.196) 0:00:15.130 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tests_change_indication_on_repeat_run.yml:63 Friday 22 December 2023 17:09:54 +0000 (0:00:00.022) 0:00:15.153 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 22 December 2023 17:09:54 +0000 (0:00:00.033) 0:00:15.187 ******* included: /WORKDIR/git-wifi_fixl_4gm3um/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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 22 December 2023 17:09:54 +0000 (0:00:00.035) 0:00:15.222 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 22 December 2023 17:09:55 +0000 (0:00:00.026) 0:00:15.248 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 22 December 2023 17:09:55 +0000 (0:00:00.021) 0:00:15.269 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 22 December 2023 17:09:55 +0000 (0:00:00.020) 0:00:15.290 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 22 December 2023 17:09:56 +0000 (0:00:01.638) 0:00:16.928 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 22 December 2023 17:09:57 +0000 (0:00:01.311) 0:00:18.239 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 22 December 2023 17:09:58 +0000 (0:00:00.026) 0:00:18.266 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 22 December 2023 17:09:58 +0000 (0:00:00.019) 0:00:18.286 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 22 December 2023 17:09:58 +0000 (0:00:00.019) 0:00:18.305 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 22 December 2023 17:09:58 +0000 (0:00:00.049) 0:00:18.354 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 22 December 2023 17:09:58 +0000 (0:00:00.021) 0:00:18.375 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 22 December 2023 17:09:58 +0000 (0:00:00.020) 0:00:18.396 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 22 December 2023 17:09:58 +0000 (0:00:00.046) 0:00:18.442 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 22 December 2023 17:09:58 +0000 (0:00:00.355) 0:00:18.798 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 22 December 2023 17:09:58 +0000 (0:00:00.030) 0:00:18.829 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 22 December 2023 17:09:58 +0000 (0:00:00.027) 0:00:18.856 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 22 December 2023 17:09:58 +0000 (0:00:00.027) 0:00:18.883 ******* 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, a697ec57-5158-4967-bc19-301536701586 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, a697ec57-5158-4967-bc19-301536701586 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 22 December 2023 17:09:59 +0000 (0:00:00.368) 0:00:19.252 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 22 December 2023 17:09:59 +0000 (0:00:00.020) 0:00:19.273 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, a697ec57-5158-4967-bc19-301536701586", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, a697ec57-5158-4967-bc19-301536701586 (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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 22 December 2023 17:09:59 +0000 (0:00:00.021) 0:00:19.295 ******* 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, a697ec57-5158-4967-bc19-301536701586\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, a697ec57-5158-4967-bc19-301536701586 (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, a697ec57-5158-4967-bc19-301536701586", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, a697ec57-5158-4967-bc19-301536701586 (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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 22 December 2023 17:09:59 +0000 (0:00:00.022) 0:00:19.317 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 22 December 2023 17:09:59 +0000 (0:00:00.021) 0:00:19.338 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tests_change_indication_on_repeat_run.yml:67 Friday 22 December 2023 17:09:59 +0000 (0:00:00.193) 0:00:19.531 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tests_change_indication_on_repeat_run.yml:70 Friday 22 December 2023 17:09:59 +0000 (0:00:00.021) 0:00:19.552 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 22 December 2023 17:09:59 +0000 (0:00:00.055) 0:00:19.608 ******* included: /WORKDIR/git-wifi_fixl_4gm3um/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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 22 December 2023 17:09:59 +0000 (0:00:00.035) 0:00:19.643 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 22 December 2023 17:09:59 +0000 (0:00:00.025) 0:00:19.668 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 22 December 2023 17:09:59 +0000 (0:00:00.020) 0:00:19.689 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 22 December 2023 17:09:59 +0000 (0:00:00.019) 0:00:19.708 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 22 December 2023 17:10:01 +0000 (0:00:01.635) 0:00:21.344 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 22 December 2023 17:10:02 +0000 (0:00:01.341) 0:00:22.685 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 22 December 2023 17:10:02 +0000 (0:00:00.027) 0:00:22.713 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 22 December 2023 17:10:02 +0000 (0:00:00.019) 0:00:22.732 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 22 December 2023 17:10:02 +0000 (0:00:00.020) 0:00:22.753 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 22 December 2023 17:10:02 +0000 (0:00:00.047) 0:00:22.801 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 22 December 2023 17:10:02 +0000 (0:00:00.021) 0:00:22.822 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 22 December 2023 17:10:02 +0000 (0:00:00.020) 0:00:22.842 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 22 December 2023 17:10:02 +0000 (0:00:00.024) 0:00:22.867 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 22 December 2023 17:10:02 +0000 (0:00:00.362) 0:00:23.230 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 22 December 2023 17:10:03 +0000 (0:00:00.030) 0:00:23.260 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 22 December 2023 17:10:03 +0000 (0:00:00.049) 0:00:23.309 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 22 December 2023 17:10:03 +0000 (0:00:00.026) 0:00:23.336 ******* 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, a697ec57-5158-4967-bc19-301536701586 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, a697ec57-5158-4967-bc19-301536701586 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 22 December 2023 17:10:03 +0000 (0:00:00.373) 0:00:23.709 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 22 December 2023 17:10:03 +0000 (0:00:00.020) 0:00:23.730 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, a697ec57-5158-4967-bc19-301536701586 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, a697ec57-5158-4967-bc19-301536701586 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 22 December 2023 17:10:03 +0000 (0:00:00.020) 0:00:23.750 ******* 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, a697ec57-5158-4967-bc19-301536701586 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, a697ec57-5158-4967-bc19-301536701586 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, a697ec57-5158-4967-bc19-301536701586 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, a697ec57-5158-4967-bc19-301536701586 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 22 December 2023 17:10:03 +0000 (0:00:00.020) 0:00:23.771 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 22 December 2023 17:10:03 +0000 (0:00:00.020) 0:00:23.792 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tests_change_indication_on_repeat_run.yml:74 Friday 22 December 2023 17:10:03 +0000 (0:00:00.196) 0:00:23.989 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tests_change_indication_on_repeat_run.yml:82 Friday 22 December 2023 17:10:03 +0000 (0:00:00.023) 0:00:24.012 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:4 Friday 22 December 2023 17:10:03 +0000 (0:00:00.037) 0:00:24.049 ******* included: /WORKDIR/git-wifi_fixl_4gm3um/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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Friday 22 December 2023 17:10:03 +0000 (0:00:00.035) 0:00:24.085 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Friday 22 December 2023 17:10:03 +0000 (0:00:00.025) 0:00:24.110 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Friday 22 December 2023 17:10:03 +0000 (0:00:00.046) 0:00:24.157 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Friday 22 December 2023 17:10:03 +0000 (0:00:00.021) 0:00:24.178 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Friday 22 December 2023 17:10:05 +0000 (0:00:01.705) 0:00:25.883 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:7 Friday 22 December 2023 17:10:06 +0000 (0:00:01.335) 0:00:27.219 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:11 Friday 22 December 2023 17:10:07 +0000 (0:00:00.029) 0:00:27.248 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:19 Friday 22 December 2023 17:10:07 +0000 (0:00:00.022) 0:00:27.271 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:30 Friday 22 December 2023 17:10:07 +0000 (0:00:00.030) 0:00:27.301 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:40 Friday 22 December 2023 17:10:07 +0000 (0:00:00.047) 0:00:27.349 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:55 Friday 22 December 2023 17:10:07 +0000 (0:00:00.021) 0:00:27.370 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:71 Friday 22 December 2023 17:10:07 +0000 (0:00:00.021) 0:00:27.391 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:85 Friday 22 December 2023 17:10:07 +0000 (0:00:00.037) 0:00:27.429 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:96 Friday 22 December 2023 17:10:07 +0000 (0:00:00.366) 0:00:27.796 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:105 Friday 22 December 2023 17:10:07 +0000 (0:00:00.031) 0:00:27.827 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:113 Friday 22 December 2023 17:10:07 +0000 (0:00:00.025) 0:00:27.853 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:122 Friday 22 December 2023 17:10:07 +0000 (0:00:00.026) 0:00:27.880 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:134 Friday 22 December 2023 17:10:08 +0000 (0:00:00.425) 0:00:28.305 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:140 Friday 22 December 2023 17:10:08 +0000 (0:00:00.020) 0:00:28.326 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:144 Friday 22 December 2023 17:10:08 +0000 (0:00:00.043) 0:00:28.370 ******* 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-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:149 Friday 22 December 2023 17:10:08 +0000 (0:00:00.022) 0:00:28.393 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:155 Friday 22 December 2023 17:10:08 +0000 (0:00:00.020) 0:00:28.413 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tests_change_indication_on_repeat_run.yml:91 Friday 22 December 2023 17:10:08 +0000 (0:00:00.195) 0:00:28.608 ******* included: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:3 Friday 22 December 2023 17:10:08 +0000 (0:00:00.037) 0:00:28.646 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:8 Friday 22 December 2023 17:10:08 +0000 (0:00:00.019) 0:00:28.665 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:13 Friday 22 December 2023 17:10:08 +0000 (0:00:00.019) 0:00:28.685 ******* included: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/show_interfaces.yml:3 Friday 22 December 2023 17:10:08 +0000 (0:00:00.031) 0:00:28.717 ******* included: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 17:10:08 +0000 (0:00:00.031) 0:00:28.748 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003574", "end": "2023-12-22 17:10:08.678492", "rc": 0, "start": "2023-12-22 17:10:08.674918" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 17:10:08 +0000 (0:00:00.202) 0:00:28.951 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/show_interfaces.yml:5 Friday 22 December 2023 17:10:08 +0000 (0:00:00.022) 0:00:28.973 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:16 Friday 22 December 2023 17:10:08 +0000 (0:00:00.020) 0:00:28.994 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:24 Friday 22 December 2023 17:10:11 +0000 (0:00:03.022) 0:00:32.016 ******* 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-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:33 Friday 22 December 2023 17:10:11 +0000 (0:00:00.030) 0:00:32.047 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:41 Friday 22 December 2023 17:10:11 +0000 (0:00:00.024) 0:00:32.071 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.014240", "end": "2023-12-22 17:10:12.014213", "rc": 0, "start": "2023-12-22 17:10:11.999973" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:48 Friday 22 December 2023 17:10:12 +0000 (0:00:00.219) 0:00:32.291 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:54 Friday 22 December 2023 17:10:12 +0000 (0:00:00.022) 0:00:32.314 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:61 Friday 22 December 2023 17:10:12 +0000 (0:00:00.037) 0:00:32.351 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:67 Friday 22 December 2023 17:10:12 +0000 (0:00:00.021) 0:00:32.373 ******* 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 22 December 2023 17:10:12 +0000 (0:00:00.008) 0:00:32.382 ******* =============================================================================== Install iproute --------------------------------------------------------- 3.30s /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:16 -------- Install iproute --------------------------------------------------------- 3.02s /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:16 -------- linux-system-roles.network : Check which services are running ----------- 1.71s /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.69s /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.66s /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Configure networking connection profiles --- 1.65s /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Check which services are running ----------- 1.64s /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.64s /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Enable and start NetworkManager ------------ 1.57s /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Check which packages are installed --------- 1.46s /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.34s /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.34s /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.31s /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.31s /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 0.84s /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:155 Gathering Facts --------------------------------------------------------- 0.71s /WORKDIR/git-wifi_fixl_4gm3um/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.63s /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/manage_test_interface.yml:24 -------- linux-system-roles.network : Configure networking connection profiles --- 0.43s /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 0.37s /WORKDIR/git-wifi_fixl_4gm3um/tests/roles/linux-system-roles.network/tasks/main.yml:85 Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-wifi_fixl_4gm3um/tests/tasks/get_current_interfaces.yml:3 -------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---