# 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-ciqvmbyc0j/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tests_change_indication_on_repeat_run.yml:4 Saturday 01 June 2024 13:27:02 +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-ciqvmbyc0j/tests/tests_change_indication_on_repeat_run.yml:13 Saturday 01 June 2024 13:27:03 +0000 (0:00:00.605) 0:00:00.618 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tests_change_indication_on_repeat_run.yml:18 Saturday 01 June 2024 13:27:03 +0000 (0:00:00.266) 0:00:00.884 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tests_change_indication_on_repeat_run.yml:21 Saturday 01 June 2024 13:27:03 +0000 (0:00:00.059) 0:00:00.944 ********* included: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:3 Saturday 01 June 2024 13:27:03 +0000 (0:00:00.015) 0:00:00.959 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:8 Saturday 01 June 2024 13:27:03 +0000 (0:00:00.079) 0:00:01.039 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:13 Saturday 01 June 2024 13:27:03 +0000 (0:00:00.070) 0:00:01.109 ********* included: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:27:03 +0000 (0:00:00.030) 0:00:01.139 ********* included: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:27:03 +0000 (0:00:00.032) 0:00:01.172 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003193", "end": "2024-06-01 13:27:03.790806", "rc": 0, "start": "2024-06-01 13:27:03.787613" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:27:03 +0000 (0:00:00.239) 0:00:01.412 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:27:03 +0000 (0:00:00.026) 0:00:01.438 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:16 Saturday 01 June 2024 13:27:03 +0000 (0:00:00.045) 0:00:01.484 ********* 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-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:28 Saturday 01 June 2024 13:27:04 +0000 (0:00:00.520) 0:00:02.004 ********* 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.012276", "end": "2024-06-01 13:27:04.525370", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-06-01 13:27:04.513094" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003283", "end": "2024-06-01 13:27:04.667770", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-06-01 13:27:04.664487" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.003741", "end": "2024-06-01 13:27:04.782598", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-06-01 13:27:04.778857" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:37 Saturday 01 June 2024 13:27:04 +0000 (0:00:00.405) 0:00:02.410 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.038367", "end": "2024-06-01 13:27:04.997734", "rc": 0, "start": "2024-06-01 13:27:04.959367" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:45 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.230) 0:00:02.641 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:52 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.061) 0:00:02.702 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:58 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.050) 0:00:02.753 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:65 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.051) 0:00:02.804 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:71 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.079) 0:00:02.884 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tests_change_indication_on_repeat_run.yml:25 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.023) 0:00:02.907 ********* included: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/assert_device_present.yml:3 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.027) 0:00:02.935 ********* included: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.012) 0:00:02.947 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717248424.5246751, "block_size": 4096, "blocks": 0, "ctime": 1717248424.5246751, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17715, "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": 1717248424.5246751, "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-ciqvmbyc0j/tests/tasks/assert_device_present.yml:5 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.150) 0:00:03.098 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tests_change_indication_on_repeat_run.yml:39 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.023) 0:00:03.122 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.156) 0:00:03.279 ********* included: /WORKDIR/git-weekly-ciqvmbyc0j/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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.028) 0:00:03.307 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.020) 0:00:03.327 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.012) 0:00:03.340 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:27:05 +0000 (0:00:00.010) 0:00:03.350 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:27:06 +0000 (0:00:00.771) 0:00:04.121 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:27:07 +0000 (0:00:01.154) 0:00:05.276 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:27:07 +0000 (0:00:00.071) 0:00:05.348 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:27:07 +0000 (0:00:00.023) 0:00:05.371 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:27:07 +0000 (0:00:00.044) 0:00:05.415 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:27:07 +0000 (0:00:00.051) 0:00:05.467 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:27:07 +0000 (0:00:00.052) 0:00:05.520 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:27:07 +0000 (0:00:00.047) 0:00:05.568 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:27:08 +0000 (0:00:00.047) 0:00:05.615 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:27:08 +0000 (0:00:00.021) 0:00:05.636 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:27:08 +0000 (0:00:00.035) 0:00:05.672 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:27:08 +0000 (0:00:00.052) 0:00:05.725 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:27:08 +0000 (0:00:00.613) 0:00:06.339 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:27:08 +0000 (0:00:00.062) 0:00:06.401 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:27:08 +0000 (0:00:00.056) 0:00:06.457 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:27:08 +0000 (0:00:00.078) 0:00:06.536 ********* 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, 79936606-ca42-4f9e-b231-cefbe9886944 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:27:09 +0000 (0:00:00.792) 0:00:07.328 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:27:09 +0000 (0:00:00.041) 0:00:07.370 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:27:09 +0000 (0:00:00.037) 0:00:07.407 ********* 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, 79936606-ca42-4f9e-b231-cefbe9886944\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:27:09 +0000 (0:00:00.043) 0:00:07.450 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:27:09 +0000 (0:00:00.020) 0:00:07.471 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tests_change_indication_on_repeat_run.yml:43 Saturday 01 June 2024 13:27:10 +0000 (0:00:00.236) 0:00:07.708 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tests_change_indication_on_repeat_run.yml:46 Saturday 01 June 2024 13:27:10 +0000 (0:00:00.042) 0:00:07.750 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:27:10 +0000 (0:00:00.114) 0:00:07.865 ********* included: /WORKDIR/git-weekly-ciqvmbyc0j/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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:27:10 +0000 (0:00:00.055) 0:00:07.920 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:27:10 +0000 (0:00:00.028) 0:00:07.949 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:27:10 +0000 (0:00:00.036) 0:00:07.986 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:27:10 +0000 (0:00:00.040) 0:00:08.027 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:27:11 +0000 (0:00:00.726) 0:00:08.753 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.906) 0:00:09.660 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.027) 0:00:09.687 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.028) 0:00:09.716 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.020) 0:00:09.737 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.034) 0:00:09.771 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.057) 0:00:09.829 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.025) 0:00:09.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-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.059) 0:00:09.914 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.031) 0:00:09.946 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.023) 0:00:09.969 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.025) 0:00:09.995 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.244) 0:00:10.240 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.035) 0:00:10.275 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.028) 0:00:10.304 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:27:12 +0000 (0:00:00.028) 0:00:10.332 ********* 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, 79936606-ca42-4f9e-b231-cefbe9886944 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:27:13 +0000 (0:00:00.317) 0:00:10.650 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:27:13 +0000 (0:00:00.023) 0:00:10.673 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:27:13 +0000 (0:00:00.036) 0:00:10.710 ********* 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, 79936606-ca42-4f9e-b231-cefbe9886944 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:27:13 +0000 (0:00:00.024) 0:00:10.734 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:27:13 +0000 (0:00:00.032) 0:00:10.767 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tests_change_indication_on_repeat_run.yml:50 Saturday 01 June 2024 13:27:13 +0000 (0:00:00.140) 0:00:10.907 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tests_change_indication_on_repeat_run.yml:63 Saturday 01 June 2024 13:27:13 +0000 (0:00:00.027) 0:00:10.935 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:27:13 +0000 (0:00:00.101) 0:00:11.036 ********* included: /WORKDIR/git-weekly-ciqvmbyc0j/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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:27:13 +0000 (0:00:00.042) 0:00:11.079 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:27:13 +0000 (0:00:00.038) 0:00:11.118 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:27:13 +0000 (0:00:00.029) 0:00:11.148 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:27:13 +0000 (0:00:00.020) 0:00:11.168 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:27:14 +0000 (0:00:00.682) 0:00:11.850 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.912) 0:00:12.763 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.060) 0:00:12.824 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.051) 0:00:12.876 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.055) 0:00:12.931 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.038) 0:00:12.970 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.052) 0:00:13.022 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.048) 0:00:13.071 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.116) 0:00:13.188 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.057) 0:00:13.245 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.034) 0:00:13.279 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:27:15 +0000 (0:00:00.025) 0:00:13.305 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:27:16 +0000 (0:00:00.334) 0:00:13.639 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:27:16 +0000 (0:00:00.049) 0:00:13.689 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:27:16 +0000 (0:00:00.078) 0:00:13.768 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:27:16 +0000 (0:00:00.088) 0:00:13.857 ********* 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, 79936606-ca42-4f9e-b231-cefbe9886944 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 (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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:27:16 +0000 (0:00:00.445) 0:00:14.302 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:27:16 +0000 (0:00:00.031) 0:00:14.333 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 (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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:27:16 +0000 (0:00:00.036) 0:00:14.370 ********* 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, 79936606-ca42-4f9e-b231-cefbe9886944\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 (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, 79936606-ca42-4f9e-b231-cefbe9886944", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 (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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:27:16 +0000 (0:00:00.021) 0:00:14.391 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:27:16 +0000 (0:00:00.020) 0:00:14.412 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tests_change_indication_on_repeat_run.yml:67 Saturday 01 June 2024 13:27:16 +0000 (0:00:00.180) 0:00:14.592 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tests_change_indication_on_repeat_run.yml:70 Saturday 01 June 2024 13:27:17 +0000 (0:00:00.027) 0:00:14.620 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:27:17 +0000 (0:00:00.039) 0:00:14.660 ********* included: /WORKDIR/git-weekly-ciqvmbyc0j/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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:27:17 +0000 (0:00:00.035) 0:00:14.695 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:27:17 +0000 (0:00:00.030) 0:00:14.726 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:27:17 +0000 (0:00:00.020) 0:00:14.746 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:27:17 +0000 (0:00:00.020) 0:00:14.767 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:27:17 +0000 (0:00:00.678) 0:00:15.445 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:27:18 +0000 (0:00:01.016) 0:00:16.461 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:27:18 +0000 (0:00:00.061) 0:00:16.523 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:27:18 +0000 (0:00:00.068) 0:00:16.591 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:27:19 +0000 (0:00:00.040) 0:00:16.631 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:27:19 +0000 (0:00:00.022) 0:00:16.654 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:27:19 +0000 (0:00:00.075) 0:00:16.729 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:27:19 +0000 (0:00:00.070) 0:00:16.800 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:27:19 +0000 (0:00:00.097) 0:00:16.897 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:27:19 +0000 (0:00:00.022) 0:00:16.920 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:27:19 +0000 (0:00:00.031) 0:00:16.951 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:27:19 +0000 (0:00:00.024) 0:00:16.976 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:27:19 +0000 (0:00:00.317) 0:00:17.294 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:27:19 +0000 (0:00:00.076) 0:00:17.370 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:27:19 +0000 (0:00:00.063) 0:00:17.433 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:27:19 +0000 (0:00:00.060) 0:00:17.494 ********* 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, 79936606-ca42-4f9e-b231-cefbe9886944 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:27:20 +0000 (0:00:00.397) 0:00:17.892 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:27:20 +0000 (0:00:00.021) 0:00:17.913 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:27:20 +0000 (0:00:00.063) 0:00:17.976 ********* 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, 79936606-ca42-4f9e-b231-cefbe9886944 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 79936606-ca42-4f9e-b231-cefbe9886944 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:27:20 +0000 (0:00:00.077) 0:00:18.054 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:27:20 +0000 (0:00:00.046) 0:00:18.100 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tests_change_indication_on_repeat_run.yml:74 Saturday 01 June 2024 13:27:20 +0000 (0:00:00.395) 0:00:18.495 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tests_change_indication_on_repeat_run.yml:82 Saturday 01 June 2024 13:27:20 +0000 (0:00:00.047) 0:00:18.543 ********* TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 01 June 2024 13:27:21 +0000 (0:00:00.095) 0:00:18.638 ********* included: /WORKDIR/git-weekly-ciqvmbyc0j/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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 01 June 2024 13:27:21 +0000 (0:00:00.099) 0:00:18.737 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 01 June 2024 13:27:21 +0000 (0:00:00.072) 0:00:18.810 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 01 June 2024 13:27:21 +0000 (0:00:00.034) 0:00:18.844 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 01 June 2024 13:27:21 +0000 (0:00:00.025) 0:00:18.870 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 01 June 2024 13:27:22 +0000 (0:00:00.758) 0:00:19.629 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 01 June 2024 13:27:22 +0000 (0:00:00.955) 0:00:20.584 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.142) 0:00:20.727 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.039) 0:00:20.766 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.033) 0:00:20.799 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.024) 0:00:20.824 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.032) 0:00:20.857 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.025) 0:00:20.882 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.056) 0:00:20.939 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.021) 0:00:20.961 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.021) 0:00:20.982 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.025) 0:00:21.007 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.236) 0:00:21.244 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.032) 0:00:21.276 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.028) 0:00:21.305 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 01 June 2024 13:27:23 +0000 (0:00:00.025) 0:00:21.331 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.426) 0:00:21.758 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.020) 0:00:21.778 ********* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.047) 0:00:21.826 ********* 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-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.024) 0:00:21.850 ********* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.020) 0:00:21.871 ********* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tests_change_indication_on_repeat_run.yml:91 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.127) 0:00:21.998 ********* included: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:3 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.042) 0:00:22.041 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:8 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.038) 0:00:22.079 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:13 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.050) 0:00:22.129 ********* included: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.040) 0:00:22.170 ********* included: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.039) 0:00:22.209 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003387", "end": "2024-06-01 13:27:24.749297", "rc": 0, "start": "2024-06-01 13:27:24.745910" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.171) 0:00:22.381 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.022) 0:00:22.403 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:16 Saturday 01 June 2024 13:27:24 +0000 (0:00:00.019) 0:00:22.423 ********* 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-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:28 Saturday 01 June 2024 13:27:25 +0000 (0:00:00.344) 0:00:22.768 ********* 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-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:37 Saturday 01 June 2024 13:27:25 +0000 (0:00:00.058) 0:00:22.826 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:45 Saturday 01 June 2024 13:27:25 +0000 (0:00:00.076) 0:00:22.903 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.011181", "end": "2024-06-01 13:27:25.428395", "rc": 0, "start": "2024-06-01 13:27:25.417214" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:52 Saturday 01 June 2024 13:27:25 +0000 (0:00:00.164) 0:00:23.067 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:58 Saturday 01 June 2024 13:27:25 +0000 (0:00:00.023) 0:00:23.091 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:65 Saturday 01 June 2024 13:27:25 +0000 (0:00:00.021) 0:00:23.112 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:71 Saturday 01 June 2024 13:27:25 +0000 (0:00:00.022) 0:00:23.135 ********* 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=100 rescued=0 ignored=0 Saturday 01 June 2024 13:27:25 +0000 (0:00:00.013) 0:00:23.148 ********* =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.95s /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable and start NetworkManager ------------ 1.51s /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which packages are installed --------- 1.15s /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.02s /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.96s /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 0.95s /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:206 linux-system-roles.network : Check which packages are installed --------- 0.91s /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.91s /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 0.77s /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.76s /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.73s /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.68s /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.68s /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Gathering Facts --------------------------------------------------------- 0.61s /WORKDIR/git-weekly-ciqvmbyc0j/tests/tests_change_indication_on_repeat_run.yml:4 Install iproute --------------------------------------------------------- 0.52s /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Configure networking connection profiles --- 0.43s /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:173 Create veth interface testnic1 ------------------------------------------ 0.41s /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:28 ------- Install iproute --------------------------------------------------------- 0.34s /WORKDIR/git-weekly-ciqvmbyc0j/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Install packages --------------------------- 0.32s /WORKDIR/git-weekly-ciqvmbyc0j/tests/roles/linux-system-roles.network/tasks/main.yml:77 Check if system is ostree ----------------------------------------------- 0.27s /WORKDIR/git-weekly-ciqvmbyc0j/tests/tests_change_indication_on_repeat_run.yml:13 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---