# 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_typezx_04ez4/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-route_typezx_04ez4/tests/tests_change_indication_on_repeat_run.yml:4 Tuesday 09 January 2024 20:13:09 +0000 (0:00:00.012) 0:00:00.012 ******* ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tests_change_indication_on_repeat_run.yml:13 Tuesday 09 January 2024 20:13:10 +0000 (0:00:00.543) 0:00:00.555 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tests_change_indication_on_repeat_run.yml:18 Tuesday 09 January 2024 20:13:10 +0000 (0:00:00.220) 0:00:00.776 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tests_change_indication_on_repeat_run.yml:21 Tuesday 09 January 2024 20:13:10 +0000 (0:00:00.020) 0:00:00.796 ******* included: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 20:13:10 +0000 (0:00:00.012) 0:00:00.809 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 20:13:10 +0000 (0:00:00.017) 0:00:00.827 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 20:13:10 +0000 (0:00:00.017) 0:00:00.845 ******* included: /WORKDIR/git-route_typezx_04ez4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 20:13:10 +0000 (0:00:00.010) 0:00:00.856 ******* included: /WORKDIR/git-route_typezx_04ez4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 20:13:10 +0000 (0:00:00.010) 0:00:00.866 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003150", "end": "2024-01-09 20:13:10.835033", "rc": 0, "start": "2024-01-09 20:13:10.831883" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 20:13:10 +0000 (0:00:00.189) 0:00:01.056 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 20:13:10 +0000 (0:00:00.018) 0:00:01.075 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 20:13:10 +0000 (0:00:00.018) 0:00:01.093 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:24 Tuesday 09 January 2024 20:13:11 +0000 (0:00:00.495) 0:00:01.589 ******* 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.011141", "end": "2024-01-09 20:13:11.512798", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-01-09 20:13:11.501657" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.007358", "end": "2024-01-09 20:13:11.683093", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-01-09 20:13:11.675735" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.006659", "end": "2024-01-09 20:13:11.799660", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-01-09 20:13:11.793001" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:33 Tuesday 09 January 2024 20:13:11 +0000 (0:00:00.444) 0:00:02.034 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.024882", "end": "2024-01-09 20:13:11.959030", "rc": 0, "start": "2024-01-09 20:13:11.934148" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:41 Tuesday 09 January 2024 20:13:11 +0000 (0:00:00.147) 0:00:02.181 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:48 Tuesday 09 January 2024 20:13:11 +0000 (0:00:00.010) 0:00:02.192 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:54 Tuesday 09 January 2024 20:13:11 +0000 (0:00:00.009) 0:00:02.201 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 20:13:12 +0000 (0:00:00.010) 0:00:02.212 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:67 Tuesday 09 January 2024 20:13:12 +0000 (0:00:00.009) 0:00:02.221 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tests_change_indication_on_repeat_run.yml:25 Tuesday 09 January 2024 20:13:12 +0000 (0:00:00.009) 0:00:02.231 ******* included: /WORKDIR/git-route_typezx_04ez4/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/assert_device_present.yml:3 Tuesday 09 January 2024 20:13:12 +0000 (0:00:00.010) 0:00:02.242 ******* included: /WORKDIR/git-route_typezx_04ez4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 20:13:12 +0000 (0:00:00.014) 0:00:02.256 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1704831191.5152662, "block_size": 4096, "blocks": 0, "ctime": 1704831191.5152662, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17558, "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": 1704831191.5152662, "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_typezx_04ez4/tests/tasks/assert_device_present.yml:5 Tuesday 09 January 2024 20:13:12 +0000 (0:00:00.121) 0:00:02.377 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_typezx_04ez4/tests/tests_change_indication_on_repeat_run.yml:39 Tuesday 09 January 2024 20:13:12 +0000 (0:00:00.013) 0:00:02.390 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 09 January 2024 20:13:12 +0000 (0:00:00.029) 0:00:02.420 ******* included: /WORKDIR/git-route_typezx_04ez4/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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 09 January 2024 20:13:12 +0000 (0:00:00.064) 0:00:02.485 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 09 January 2024 20:13:12 +0000 (0:00:00.012) 0:00:02.497 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 09 January 2024 20:13:12 +0000 (0:00:00.009) 0:00:02.506 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 09 January 2024 20:13:12 +0000 (0:00:00.008) 0:00:02.515 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 09 January 2024 20:13:13 +0000 (0:00:00.794) 0:00:03.310 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 09 January 2024 20:13:13 +0000 (0:00:00.752) 0:00:04.062 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 09 January 2024 20:13:13 +0000 (0:00:00.025) 0:00:04.087 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 09 January 2024 20:13:13 +0000 (0:00:00.018) 0:00:04.106 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 09 January 2024 20:13:13 +0000 (0:00:00.021) 0:00:04.127 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 09 January 2024 20:13:13 +0000 (0:00:00.075) 0:00:04.203 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 09 January 2024 20:13:14 +0000 (0:00:00.018) 0:00:04.221 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 09 January 2024 20:13:14 +0000 (0:00:00.018) 0:00:04.240 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 09 January 2024 20:13:14 +0000 (0:00:00.027) 0:00:04.267 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 09 January 2024 20:13:14 +0000 (0:00:00.353) 0:00:04.621 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 09 January 2024 20:13:14 +0000 (0:00:00.028) 0:00:04.650 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 09 January 2024 20:13:14 +0000 (0:00:00.023) 0:00:04.673 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 09 January 2024 20:13:14 +0000 (0:00:00.023) 0:00:04.697 ******* 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, 85ae5af7-d0c0-4471-8711-4ca014e99194 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 (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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 09 January 2024 20:13:14 +0000 (0:00:00.446) 0:00:05.144 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 09 January 2024 20:13:14 +0000 (0:00:00.038) 0:00:05.182 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 (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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 09 January 2024 20:13:15 +0000 (0:00:00.028) 0:00:05.211 ******* 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, 85ae5af7-d0c0-4471-8711-4ca014e99194\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 (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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 09 January 2024 20:13:15 +0000 (0:00:00.022) 0:00:05.233 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 09 January 2024 20:13:15 +0000 (0:00:00.020) 0:00:05.253 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tests_change_indication_on_repeat_run.yml:43 Tuesday 09 January 2024 20:13:15 +0000 (0:00:00.211) 0:00:05.464 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_typezx_04ez4/tests/tests_change_indication_on_repeat_run.yml:46 Tuesday 09 January 2024 20:13:15 +0000 (0:00:00.022) 0:00:05.486 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 09 January 2024 20:13:15 +0000 (0:00:00.053) 0:00:05.540 ******* included: /WORKDIR/git-route_typezx_04ez4/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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 09 January 2024 20:13:15 +0000 (0:00:00.032) 0:00:05.573 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 09 January 2024 20:13:15 +0000 (0:00:00.024) 0:00:05.597 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 09 January 2024 20:13:15 +0000 (0:00:00.019) 0:00:05.617 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 09 January 2024 20:13:15 +0000 (0:00:00.017) 0:00:05.635 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 09 January 2024 20:13:16 +0000 (0:00:00.733) 0:00:06.368 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 09 January 2024 20:13:16 +0000 (0:00:00.623) 0:00:06.991 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 09 January 2024 20:13:16 +0000 (0:00:00.025) 0:00:07.017 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 09 January 2024 20:13:16 +0000 (0:00:00.040) 0:00:07.057 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 09 January 2024 20:13:16 +0000 (0:00:00.020) 0:00:07.078 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 09 January 2024 20:13:16 +0000 (0:00:00.050) 0:00:07.128 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 09 January 2024 20:13:16 +0000 (0:00:00.021) 0:00:07.149 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 09 January 2024 20:13:16 +0000 (0:00:00.020) 0:00:07.169 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 09 January 2024 20:13:16 +0000 (0:00:00.023) 0:00:07.193 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 09 January 2024 20:13:17 +0000 (0:00:00.224) 0:00:07.417 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 09 January 2024 20:13:17 +0000 (0:00:00.029) 0:00:07.447 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 09 January 2024 20:13:17 +0000 (0:00:00.025) 0:00:07.472 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 09 January 2024 20:13:17 +0000 (0:00:00.023) 0:00:07.496 ******* 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, 85ae5af7-d0c0-4471-8711-4ca014e99194 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 09 January 2024 20:13:17 +0000 (0:00:00.301) 0:00:07.797 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 09 January 2024 20:13:17 +0000 (0:00:00.021) 0:00:07.818 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 09 January 2024 20:13:17 +0000 (0:00:00.022) 0:00:07.840 ******* 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, 85ae5af7-d0c0-4471-8711-4ca014e99194 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 09 January 2024 20:13:17 +0000 (0:00:00.022) 0:00:07.863 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 09 January 2024 20:13:17 +0000 (0:00:00.026) 0:00:07.889 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tests_change_indication_on_repeat_run.yml:50 Tuesday 09 January 2024 20:13:17 +0000 (0:00:00.147) 0:00:08.037 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_typezx_04ez4/tests/tests_change_indication_on_repeat_run.yml:63 Tuesday 09 January 2024 20:13:17 +0000 (0:00:00.022) 0:00:08.059 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 09 January 2024 20:13:17 +0000 (0:00:00.055) 0:00:08.114 ******* included: /WORKDIR/git-route_typezx_04ez4/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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 09 January 2024 20:13:17 +0000 (0:00:00.035) 0:00:08.150 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 09 January 2024 20:13:17 +0000 (0:00:00.040) 0:00:08.191 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 09 January 2024 20:13:18 +0000 (0:00:00.023) 0:00:08.215 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 09 January 2024 20:13:18 +0000 (0:00:00.020) 0:00:08.235 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 09 January 2024 20:13:18 +0000 (0:00:00.730) 0:00:08.966 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 09 January 2024 20:13:19 +0000 (0:00:00.622) 0:00:09.589 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 09 January 2024 20:13:19 +0000 (0:00:00.025) 0:00:09.615 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 09 January 2024 20:13:19 +0000 (0:00:00.042) 0:00:09.657 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 09 January 2024 20:13:19 +0000 (0:00:00.020) 0:00:09.677 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 09 January 2024 20:13:19 +0000 (0:00:00.054) 0:00:09.732 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 09 January 2024 20:13:19 +0000 (0:00:00.019) 0:00:09.751 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 09 January 2024 20:13:19 +0000 (0:00:00.023) 0:00:09.775 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 09 January 2024 20:13:19 +0000 (0:00:00.027) 0:00:09.803 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 09 January 2024 20:13:19 +0000 (0:00:00.223) 0:00:10.026 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 09 January 2024 20:13:19 +0000 (0:00:00.029) 0:00:10.056 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 09 January 2024 20:13:19 +0000 (0:00:00.024) 0:00:10.081 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 09 January 2024 20:13:19 +0000 (0:00:00.026) 0:00:10.107 ******* 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, 85ae5af7-d0c0-4471-8711-4ca014e99194 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 (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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 09 January 2024 20:13:20 +0000 (0:00:00.313) 0:00:10.421 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 09 January 2024 20:13:20 +0000 (0:00:00.019) 0:00:10.441 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 (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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 09 January 2024 20:13:20 +0000 (0:00:00.021) 0:00:10.462 ******* 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, 85ae5af7-d0c0-4471-8711-4ca014e99194\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 (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, 85ae5af7-d0c0-4471-8711-4ca014e99194", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 (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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 09 January 2024 20:13:20 +0000 (0:00:00.029) 0:00:10.491 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 09 January 2024 20:13:20 +0000 (0:00:00.037) 0:00:10.529 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tests_change_indication_on_repeat_run.yml:67 Tuesday 09 January 2024 20:13:20 +0000 (0:00:00.131) 0:00:10.661 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_typezx_04ez4/tests/tests_change_indication_on_repeat_run.yml:70 Tuesday 09 January 2024 20:13:20 +0000 (0:00:00.050) 0:00:10.712 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 09 January 2024 20:13:20 +0000 (0:00:00.035) 0:00:10.747 ******* included: /WORKDIR/git-route_typezx_04ez4/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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 09 January 2024 20:13:20 +0000 (0:00:00.047) 0:00:10.794 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 09 January 2024 20:13:20 +0000 (0:00:00.026) 0:00:10.820 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 09 January 2024 20:13:20 +0000 (0:00:00.020) 0:00:10.841 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 09 January 2024 20:13:20 +0000 (0:00:00.019) 0:00:10.861 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 09 January 2024 20:13:21 +0000 (0:00:00.724) 0:00:11.585 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 09 January 2024 20:13:22 +0000 (0:00:00.631) 0:00:12.217 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 09 January 2024 20:13:22 +0000 (0:00:00.049) 0:00:12.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-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 09 January 2024 20:13:22 +0000 (0:00:00.026) 0:00:12.293 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 09 January 2024 20:13:22 +0000 (0:00:00.019) 0:00:12.312 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 09 January 2024 20:13:22 +0000 (0:00:00.045) 0:00:12.358 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 09 January 2024 20:13:22 +0000 (0:00:00.021) 0:00:12.379 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 09 January 2024 20:13:22 +0000 (0:00:00.020) 0:00:12.400 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 09 January 2024 20:13:22 +0000 (0:00:00.022) 0:00:12.422 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 09 January 2024 20:13:22 +0000 (0:00:00.226) 0:00:12.649 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 09 January 2024 20:13:22 +0000 (0:00:00.036) 0:00:12.686 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 09 January 2024 20:13:22 +0000 (0:00:00.032) 0:00:12.718 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 09 January 2024 20:13:22 +0000 (0:00:00.026) 0:00:12.744 ******* 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, 85ae5af7-d0c0-4471-8711-4ca014e99194 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 09 January 2024 20:13:22 +0000 (0:00:00.298) 0:00:13.043 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 09 January 2024 20:13:22 +0000 (0:00:00.019) 0:00:13.062 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 09 January 2024 20:13:22 +0000 (0:00:00.019) 0:00:13.081 ******* 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, 85ae5af7-d0c0-4471-8711-4ca014e99194 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 85ae5af7-d0c0-4471-8711-4ca014e99194 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 09 January 2024 20:13:22 +0000 (0:00:00.019) 0:00:13.101 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 09 January 2024 20:13:22 +0000 (0:00:00.018) 0:00:13.119 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tests_change_indication_on_repeat_run.yml:74 Tuesday 09 January 2024 20:13:23 +0000 (0:00:00.121) 0:00:13.241 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-route_typezx_04ez4/tests/tests_change_indication_on_repeat_run.yml:82 Tuesday 09 January 2024 20:13:23 +0000 (0:00:00.044) 0:00:13.285 ******* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 09 January 2024 20:13:23 +0000 (0:00:00.034) 0:00:13.320 ******* included: /WORKDIR/git-route_typezx_04ez4/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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 09 January 2024 20:13:23 +0000 (0:00:00.032) 0:00:13.353 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 09 January 2024 20:13:23 +0000 (0:00:00.023) 0:00:13.377 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 09 January 2024 20:13:23 +0000 (0:00:00.020) 0:00:13.397 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 09 January 2024 20:13:23 +0000 (0:00:00.019) 0:00:13.416 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 09 January 2024 20:13:23 +0000 (0:00:00.725) 0:00:14.141 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 09 January 2024 20:13:24 +0000 (0:00:00.622) 0:00:14.764 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 09 January 2024 20:13:24 +0000 (0:00:00.048) 0:00:14.813 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 09 January 2024 20:13:24 +0000 (0:00:00.021) 0:00:14.834 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 09 January 2024 20:13:24 +0000 (0:00:00.020) 0:00:14.855 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 09 January 2024 20:13:24 +0000 (0:00:00.057) 0:00:14.912 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 09 January 2024 20:13:24 +0000 (0:00:00.020) 0:00:14.932 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 09 January 2024 20:13:24 +0000 (0:00:00.026) 0:00:14.958 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 09 January 2024 20:13:24 +0000 (0:00:00.026) 0:00:14.984 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 09 January 2024 20:13:25 +0000 (0:00:00.258) 0:00:15.242 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 09 January 2024 20:13:25 +0000 (0:00:00.036) 0:00:15.279 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 09 January 2024 20:13:25 +0000 (0:00:00.024) 0:00:15.303 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 09 January 2024 20:13:25 +0000 (0:00:00.032) 0:00:15.335 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 09 January 2024 20:13:25 +0000 (0:00:00.396) 0:00:15.731 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 09 January 2024 20:13:25 +0000 (0:00:00.027) 0:00:15.758 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 09 January 2024 20:13:25 +0000 (0:00:00.028) 0:00:15.787 ******* 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_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 09 January 2024 20:13:25 +0000 (0:00:00.021) 0:00:15.809 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 09 January 2024 20:13:25 +0000 (0:00:00.020) 0:00:15.829 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tests_change_indication_on_repeat_run.yml:91 Tuesday 09 January 2024 20:13:25 +0000 (0:00:00.147) 0:00:15.977 ******* included: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 20:13:25 +0000 (0:00:00.033) 0:00:16.010 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 20:13:25 +0000 (0:00:00.019) 0:00:16.029 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 20:13:25 +0000 (0:00:00.018) 0:00:16.047 ******* included: /WORKDIR/git-route_typezx_04ez4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 20:13:25 +0000 (0:00:00.031) 0:00:16.079 ******* included: /WORKDIR/git-route_typezx_04ez4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 20:13:25 +0000 (0:00:00.031) 0:00:16.111 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003173", "end": "2024-01-09 20:13:26.009218", "rc": 0, "start": "2024-01-09 20:13:26.006045" } STDOUT: bond0 bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 20:13:26 +0000 (0:00:00.129) 0:00:16.240 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 20:13:26 +0000 (0:00:00.020) 0:00:16.261 ******* ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 20:13:26 +0000 (0:00:00.019) 0:00:16.280 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:24 Tuesday 09 January 2024 20:13:26 +0000 (0:00:00.320) 0:00:16.600 ******* 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_typezx_04ez4/tests/tasks/manage_test_interface.yml:33 Tuesday 09 January 2024 20:13:26 +0000 (0:00:00.025) 0:00:16.626 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:41 Tuesday 09 January 2024 20:13:26 +0000 (0:00:00.019) 0:00:16.646 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.011962", "end": "2024-01-09 20:13:26.555413", "rc": 0, "start": "2024-01-09 20:13:26.543451" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:48 Tuesday 09 January 2024 20:13:26 +0000 (0:00:00.142) 0:00:16.788 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:54 Tuesday 09 January 2024 20:13:26 +0000 (0:00:00.019) 0:00:16.808 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 20:13:26 +0000 (0:00:00.041) 0:00:16.849 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:67 Tuesday 09 January 2024 20:13:26 +0000 (0:00:00.020) 0:00:16.869 ******* 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 Tuesday 09 January 2024 20:13:26 +0000 (0:00:00.008) 0:00:16.878 ******* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.36s /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:122 linux-system-roles.network : Enable and start NetworkManager ------------ 1.03s /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Check which services are running ----------- 0.79s /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 0.75s /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 0.73s /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.73s /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.73s /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.72s /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 0.63s /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.62s /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.62s /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.62s /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 0.61s /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:155 Gathering Facts --------------------------------------------------------- 0.54s /WORKDIR/git-route_typezx_04ez4/tests/tests_change_indication_on_repeat_run.yml:4 Install iproute --------------------------------------------------------- 0.50s /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:16 ------ Create veth interface testnic1 ------------------------------------------ 0.44s /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:24 ------ linux-system-roles.network : Configure networking connection profiles --- 0.40s /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:122 Install iproute --------------------------------------------------------- 0.32s /WORKDIR/git-route_typezx_04ez4/tests/tasks/manage_test_interface.yml:16 ------ linux-system-roles.network : Enable and start NetworkManager ------------ 0.26s /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:85 linux-system-roles.network : Install packages --------------------------- 0.23s /WORKDIR/git-route_typezx_04ez4/tests/roles/linux-system-roles.network/tasks/main.yml:30 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---