# 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-weekly-cizsvxky4g/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tests_change_indication_on_repeat_run.yml:4 Saturday 17 February 2024 21:04:43 +0000 (0:00:00.012) 0:00:00.012 ***** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tests_change_indication_on_repeat_run.yml:13 Saturday 17 February 2024 21:04:44 +0000 (0:00:00.581) 0:00:00.593 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tests_change_indication_on_repeat_run.yml:18 Saturday 17 February 2024 21:04:44 +0000 (0:00:00.192) 0:00:00.786 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tests_change_indication_on_repeat_run.yml:21 Saturday 17 February 2024 21:04:44 +0000 (0:00:00.020) 0:00:00.806 ***** included: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 21:04:44 +0000 (0:00:00.012) 0:00:00.819 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 21:04:44 +0000 (0:00:00.017) 0:00:00.836 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 21:04:44 +0000 (0:00:00.017) 0:00:00.854 ***** included: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 21:04:44 +0000 (0:00:00.010) 0:00:00.865 ***** included: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 21:04:44 +0000 (0:00:00.010) 0:00:00.875 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.005628", "end": "2024-02-17 21:04:45.836227", "rc": 0, "start": "2024-02-17 21:04:44.830599" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 21:04:45 +0000 (0:00:01.191) 0:00:02.066 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 21:04:45 +0000 (0:00:00.018) 0:00:02.085 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 21:04:45 +0000 (0:00:00.017) 0:00:02.103 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:28 Saturday 17 February 2024 21:04:46 +0000 (0:00:00.492) 0:00:02.595 ***** 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.010591", "end": "2024-02-17 21:04:46.504124", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-02-17 21:04:46.493533" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.007321", "end": "2024-02-17 21:04:46.637789", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-02-17 21:04:46.630468" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.007622", "end": "2024-02-17 21:04:46.762624", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-02-17 21:04:46.755002" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:37 Saturday 17 February 2024 21:04:46 +0000 (0:00:00.398) 0:00:02.994 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.027792", "end": "2024-02-17 21:04:46.914063", "rc": 0, "start": "2024-02-17 21:04:46.886271" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:45 Saturday 17 February 2024 21:04:46 +0000 (0:00:00.150) 0:00:03.144 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:52 Saturday 17 February 2024 21:04:46 +0000 (0:00:00.010) 0:00:03.155 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:58 Saturday 17 February 2024 21:04:46 +0000 (0:00:00.009) 0:00:03.164 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 21:04:46 +0000 (0:00:00.009) 0:00:03.173 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:71 Saturday 17 February 2024 21:04:46 +0000 (0:00:00.008) 0:00:03.182 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tests_change_indication_on_repeat_run.yml:25 Saturday 17 February 2024 21:04:46 +0000 (0:00:00.008) 0:00:03.190 ***** included: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/assert_device_present.yml:3 Saturday 17 February 2024 21:04:46 +0000 (0:00:00.010) 0:00:03.201 ***** included: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 21:04:46 +0000 (0:00:00.010) 0:00:03.211 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708203886.5073717, "block_size": 4096, "blocks": 0, "ctime": 1708203886.5073717, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17586, "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": 1708203886.5073717, "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-weekly-cizsvxky4g/tests/tasks/assert_device_present.yml:5 Saturday 17 February 2024 21:04:47 +0000 (0:00:00.126) 0:00:03.338 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tests_change_indication_on_repeat_run.yml:39 Saturday 17 February 2024 21:04:47 +0000 (0:00:00.010) 0:00:03.349 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 21:04:47 +0000 (0:00:00.028) 0:00:03.377 ***** included: /WORKDIR/git-weekly-cizsvxky4g/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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 21:04:47 +0000 (0:00:00.062) 0:00:03.439 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 21:04:47 +0000 (0:00:00.010) 0:00:03.449 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 21:04:47 +0000 (0:00:00.008) 0:00:03.458 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 21:04:47 +0000 (0:00:00.008) 0:00:03.466 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 21:04:48 +0000 (0:00:00.861) 0:00:04.328 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 21:04:48 +0000 (0:00:00.800) 0:00:05.128 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 21:04:48 +0000 (0:00:00.025) 0:00:05.154 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 21:04:48 +0000 (0:00:00.017) 0:00:05.172 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 21:04:48 +0000 (0:00:00.018) 0:00:05.190 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 21:04:49 +0000 (0:00:00.044) 0:00:05.235 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 21:04:49 +0000 (0:00:00.018) 0:00:05.253 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 21:04:49 +0000 (0:00:00.019) 0:00:05.273 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 21:04:49 +0000 (0:00:00.023) 0:00:05.296 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 21:04:49 +0000 (0:00:00.366) 0:00:05.663 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 21:04:49 +0000 (0:00:00.028) 0:00:05.691 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 21:04:49 +0000 (0:00:00.026) 0:00:05.717 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 21:04:49 +0000 (0:00:00.025) 0:00:05.743 ***** 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, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 21:04:49 +0000 (0:00:00.451) 0:00:06.194 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 21:04:49 +0000 (0:00:00.018) 0:00:06.213 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc (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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 21:04:50 +0000 (0:00:00.021) 0:00:06.234 ***** 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, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc (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, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc (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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 21:04:50 +0000 (0:00:00.042) 0:00:06.276 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 21:04:50 +0000 (0:00:00.022) 0:00:06.299 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tests_change_indication_on_repeat_run.yml:43 Saturday 17 February 2024 21:04:50 +0000 (0:00:00.179) 0:00:06.479 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tests_change_indication_on_repeat_run.yml:46 Saturday 17 February 2024 21:04:50 +0000 (0:00:00.020) 0:00:06.499 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 21:04:50 +0000 (0:00:00.032) 0:00:06.532 ***** included: /WORKDIR/git-weekly-cizsvxky4g/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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 21:04:50 +0000 (0:00:00.032) 0:00:06.564 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 21:04:50 +0000 (0:00:00.023) 0:00:06.587 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 21:04:50 +0000 (0:00:00.019) 0:00:06.607 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 21:04:50 +0000 (0:00:00.019) 0:00:06.626 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 21:04:51 +0000 (0:00:00.804) 0:00:07.431 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 21:04:51 +0000 (0:00:00.664) 0:00:08.096 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 21:04:51 +0000 (0:00:00.026) 0:00:08.122 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 21:04:51 +0000 (0:00:00.019) 0:00:08.142 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 21:04:51 +0000 (0:00:00.019) 0:00:08.162 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 21:04:51 +0000 (0:00:00.045) 0:00:08.207 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 21:04:52 +0000 (0:00:00.020) 0:00:08.227 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 21:04:52 +0000 (0:00:00.018) 0:00:08.245 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 21:04:52 +0000 (0:00:00.023) 0:00:08.269 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 21:04:52 +0000 (0:00:00.232) 0:00:08.502 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 21:04:52 +0000 (0:00:00.029) 0:00:08.531 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 21:04:52 +0000 (0:00:00.024) 0:00:08.556 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 21:04:52 +0000 (0:00:00.027) 0:00:08.583 ***** 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, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 21:04:52 +0000 (0:00:00.314) 0:00:08.898 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 21:04:52 +0000 (0:00:00.040) 0:00:08.939 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 21:04:52 +0000 (0:00:00.020) 0:00:08.960 ***** 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, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 21:04:52 +0000 (0:00:00.020) 0:00:08.981 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 21:04:52 +0000 (0:00:00.019) 0:00:09.000 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tests_change_indication_on_repeat_run.yml:50 Saturday 17 February 2024 21:04:52 +0000 (0:00:00.128) 0:00:09.129 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tests_change_indication_on_repeat_run.yml:63 Saturday 17 February 2024 21:04:52 +0000 (0:00:00.021) 0:00:09.150 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 21:04:52 +0000 (0:00:00.031) 0:00:09.181 ***** included: /WORKDIR/git-weekly-cizsvxky4g/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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 21:04:52 +0000 (0:00:00.032) 0:00:09.213 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 21:04:53 +0000 (0:00:00.023) 0:00:09.237 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 21:04:53 +0000 (0:00:00.019) 0:00:09.256 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 21:04:53 +0000 (0:00:00.019) 0:00:09.275 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 21:04:53 +0000 (0:00:00.798) 0:00:10.074 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 21:04:54 +0000 (0:00:00.668) 0:00:10.743 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 21:04:54 +0000 (0:00:00.026) 0:00:10.769 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 21:04:54 +0000 (0:00:00.020) 0:00:10.789 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 21:04:54 +0000 (0:00:00.019) 0:00:10.808 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 21:04:54 +0000 (0:00:00.046) 0:00:10.855 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 21:04:54 +0000 (0:00:00.020) 0:00:10.876 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 21:04:54 +0000 (0:00:00.019) 0:00:10.895 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 21:04:54 +0000 (0:00:00.023) 0:00:10.918 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 21:04:54 +0000 (0:00:00.242) 0:00:11.161 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 21:04:54 +0000 (0:00:00.029) 0:00:11.190 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 21:04:54 +0000 (0:00:00.024) 0:00:11.214 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 21:04:55 +0000 (0:00:00.025) 0:00:11.240 ***** 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, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 21:04:55 +0000 (0:00:00.367) 0:00:11.608 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 21:04:55 +0000 (0:00:00.020) 0:00:11.628 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc (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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 21:04:55 +0000 (0:00:00.021) 0:00:11.649 ***** 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, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc (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, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc (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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 21:04:55 +0000 (0:00:00.022) 0:00:11.671 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 21:04:55 +0000 (0:00:00.027) 0:00:11.699 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tests_change_indication_on_repeat_run.yml:67 Saturday 17 February 2024 21:04:55 +0000 (0:00:00.130) 0:00:11.829 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tests_change_indication_on_repeat_run.yml:70 Saturday 17 February 2024 21:04:55 +0000 (0:00:00.021) 0:00:11.850 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 21:04:55 +0000 (0:00:00.032) 0:00:11.883 ***** included: /WORKDIR/git-weekly-cizsvxky4g/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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 21:04:55 +0000 (0:00:00.033) 0:00:11.917 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 21:04:55 +0000 (0:00:00.029) 0:00:11.946 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 21:04:55 +0000 (0:00:00.020) 0:00:11.966 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 21:04:55 +0000 (0:00:00.019) 0:00:11.986 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 21:04:56 +0000 (0:00:00.783) 0:00:12.769 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 21:04:57 +0000 (0:00:00.647) 0:00:13.416 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 21:04:57 +0000 (0:00:00.025) 0:00:13.441 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 21:04:57 +0000 (0:00:00.019) 0:00:13.460 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 21:04:57 +0000 (0:00:00.019) 0:00:13.480 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 21:04:57 +0000 (0:00:00.047) 0:00:13.527 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 21:04:57 +0000 (0:00:00.019) 0:00:13.546 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 21:04:57 +0000 (0:00:00.019) 0:00:13.565 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 21:04:57 +0000 (0:00:00.024) 0:00:13.589 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 21:04:57 +0000 (0:00:00.236) 0:00:13.825 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 21:04:57 +0000 (0:00:00.030) 0:00:13.856 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 21:04:57 +0000 (0:00:00.025) 0:00:13.882 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 21:04:57 +0000 (0:00:00.047) 0:00:13.929 ***** 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, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 21:04:58 +0000 (0:00:00.307) 0:00:14.237 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 21:04:58 +0000 (0:00:00.020) 0:00:14.257 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 21:04:58 +0000 (0:00:00.020) 0:00:14.278 ***** 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, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, d9da42a6-5a52-4882-b6f0-ad8f1e8510cc skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 21:04:58 +0000 (0:00:00.022) 0:00:14.300 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 21:04:58 +0000 (0:00:00.020) 0:00:14.320 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tests_change_indication_on_repeat_run.yml:74 Saturday 17 February 2024 21:04:58 +0000 (0:00:00.127) 0:00:14.448 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tests_change_indication_on_repeat_run.yml:82 Saturday 17 February 2024 21:04:58 +0000 (0:00:00.021) 0:00:14.469 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 17 February 2024 21:04:58 +0000 (0:00:00.034) 0:00:14.503 ***** included: /WORKDIR/git-weekly-cizsvxky4g/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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 17 February 2024 21:04:58 +0000 (0:00:00.032) 0:00:14.536 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 17 February 2024 21:04:58 +0000 (0:00:00.029) 0:00:14.565 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 17 February 2024 21:04:58 +0000 (0:00:00.021) 0:00:14.586 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 17 February 2024 21:04:58 +0000 (0:00:00.021) 0:00:14.608 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 17 February 2024 21:04:59 +0000 (0:00:00.782) 0:00:15.391 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 17 February 2024 21:04:59 +0000 (0:00:00.641) 0:00:16.032 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 17 February 2024 21:04:59 +0000 (0:00:00.025) 0:00:16.058 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 17 February 2024 21:04:59 +0000 (0:00:00.018) 0:00:16.077 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 17 February 2024 21:04:59 +0000 (0:00:00.018) 0:00:16.095 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 17 February 2024 21:04:59 +0000 (0:00:00.045) 0:00:16.141 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:58 Saturday 17 February 2024 21:04:59 +0000 (0:00:00.019) 0:00:16.161 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:74 Saturday 17 February 2024 21:04:59 +0000 (0:00:00.019) 0:00:16.181 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:88 Saturday 17 February 2024 21:04:59 +0000 (0:00:00.023) 0:00:16.204 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 17 February 2024 21:05:00 +0000 (0:00:00.235) 0:00:16.440 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:108 Saturday 17 February 2024 21:05:00 +0000 (0:00:00.030) 0:00:16.470 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 17 February 2024 21:05:00 +0000 (0:00:00.047) 0:00:16.517 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:125 Saturday 17 February 2024 21:05:00 +0000 (0:00:00.025) 0:00:16.543 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:137 Saturday 17 February 2024 21:05:00 +0000 (0:00:00.397) 0:00:16.941 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 17 February 2024 21:05:00 +0000 (0:00:00.020) 0:00:16.961 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 17 February 2024 21:05:00 +0000 (0:00:00.019) 0:00:16.980 ***** 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-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:152 Saturday 17 February 2024 21:05:00 +0000 (0:00:00.021) 0:00:17.002 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:158 Saturday 17 February 2024 21:05:00 +0000 (0:00:00.018) 0:00:17.020 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tests_change_indication_on_repeat_run.yml:91 Saturday 17 February 2024 21:05:00 +0000 (0:00:00.128) 0:00:17.148 ***** included: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 21:05:00 +0000 (0:00:00.034) 0:00:17.183 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 21:05:00 +0000 (0:00:00.019) 0:00:17.203 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 21:05:01 +0000 (0:00:00.019) 0:00:17.223 ***** included: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 21:05:01 +0000 (0:00:00.030) 0:00:17.253 ***** included: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 21:05:01 +0000 (0:00:00.029) 0:00:17.283 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003698", "end": "2024-02-17 21:05:01.182284", "rc": 0, "start": "2024-02-17 21:05:01.178586" } STDOUT: eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 21:05:01 +0000 (0:00:00.161) 0:00:17.445 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 21:05:01 +0000 (0:00:00.021) 0:00:17.466 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 21:05:01 +0000 (0:00:00.020) 0:00:17.487 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:28 Saturday 17 February 2024 21:05:01 +0000 (0:00:00.346) 0:00:17.833 ***** 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-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:37 Saturday 17 February 2024 21:05:01 +0000 (0:00:00.028) 0:00:17.862 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:45 Saturday 17 February 2024 21:05:01 +0000 (0:00:00.020) 0:00:17.882 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.011315", "end": "2024-02-17 21:05:01.791560", "rc": 0, "start": "2024-02-17 21:05:01.780245" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:52 Saturday 17 February 2024 21:05:01 +0000 (0:00:00.150) 0:00:18.033 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:58 Saturday 17 February 2024 21:05:01 +0000 (0:00:00.020) 0:00:18.054 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 21:05:01 +0000 (0:00:00.020) 0:00:18.074 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:71 Saturday 17 February 2024 21:05:01 +0000 (0:00:00.019) 0:00:18.094 ***** 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 Saturday 17 February 2024 21:05:01 +0000 (0:00:00.008) 0:00:18.102 ***** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.44s /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:125 Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/get_current_interfaces.yml:3 ------- linux-system-roles.network : Enable and start NetworkManager ------------ 1.08s /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:88 linux-system-roles.network : Check which services are running ----------- 0.86s /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.80s /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 0.80s /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 0.80s /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.78s /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.78s /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 0.67s /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.66s /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.65s /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.64s /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 0.58s /WORKDIR/git-weekly-cizsvxky4g/tests/tests_change_indication_on_repeat_run.yml:4 linux-system-roles.network : Re-test connectivity ----------------------- 0.57s /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:158 Install iproute --------------------------------------------------------- 0.49s /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:16 ------- Create veth interface testnic1 ------------------------------------------ 0.40s /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:28 ------- linux-system-roles.network : Configure networking connection profiles --- 0.40s /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:125 Install iproute --------------------------------------------------------- 0.35s /WORKDIR/git-weekly-cizsvxky4g/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Enable and start NetworkManager ------------ 0.24s /WORKDIR/git-weekly-cizsvxky4g/tests/roles/linux-system-roles.network/tasks/main.yml:88 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---