# 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-bond_options_rewritepw2vqfwe/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tests_change_indication_on_repeat_run.yml:4 Thursday 01 February 2024 01:00:12 +0000 (0:00:00.015) 0:00:00.015 ***** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tests_change_indication_on_repeat_run.yml:13 Thursday 01 February 2024 01:00:13 +0000 (0:00:00.638) 0:00:00.654 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tests_change_indication_on_repeat_run.yml:18 Thursday 01 February 2024 01:00:13 +0000 (0:00:00.279) 0:00:00.934 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tests_change_indication_on_repeat_run.yml:21 Thursday 01 February 2024 01:00:13 +0000 (0:00:00.024) 0:00:00.959 ***** included: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:3 Thursday 01 February 2024 01:00:13 +0000 (0:00:00.023) 0:00:00.982 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:8 Thursday 01 February 2024 01:00:13 +0000 (0:00:00.021) 0:00:01.004 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:13 Thursday 01 February 2024 01:00:13 +0000 (0:00:00.022) 0:00:01.026 ***** included: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/show_interfaces.yml:3 Thursday 01 February 2024 01:00:13 +0000 (0:00:00.017) 0:00:01.044 ***** included: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/get_current_interfaces.yml:3 Thursday 01 February 2024 01:00:13 +0000 (0:00:00.017) 0:00:01.061 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003623", "end": "2024-02-01 01:00:13.693955", "rc": 0, "start": "2024-02-01 01:00:13.690332" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/get_current_interfaces.yml:9 Thursday 01 February 2024 01:00:13 +0000 (0:00:00.271) 0:00:01.333 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/show_interfaces.yml:5 Thursday 01 February 2024 01:00:13 +0000 (0:00:00.027) 0:00:01.360 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:16 Thursday 01 February 2024 01:00:13 +0000 (0:00:00.045) 0:00:01.405 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:28 Thursday 01 February 2024 01:00:16 +0000 (0:00:02.837) 0:00:04.243 ***** 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.012056", "end": "2024-02-01 01:00:16.811128", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-02-01 01:00:16.799072" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.004021", "end": "2024-02-01 01:00:17.043713", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-02-01 01:00:17.039692" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004756", "end": "2024-02-01 01:00:17.236386", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-02-01 01:00:17.231630" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:37 Thursday 01 February 2024 01:00:17 +0000 (0:00:00.632) 0:00:04.876 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.025109", "end": "2024-02-01 01:00:17.458651", "rc": 0, "start": "2024-02-01 01:00:17.433542" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:45 Thursday 01 February 2024 01:00:17 +0000 (0:00:00.224) 0:00:05.101 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:52 Thursday 01 February 2024 01:00:17 +0000 (0:00:00.017) 0:00:05.118 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:58 Thursday 01 February 2024 01:00:17 +0000 (0:00:00.017) 0:00:05.135 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:65 Thursday 01 February 2024 01:00:17 +0000 (0:00:00.017) 0:00:05.152 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:71 Thursday 01 February 2024 01:00:17 +0000 (0:00:00.016) 0:00:05.169 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tests_change_indication_on_repeat_run.yml:25 Thursday 01 February 2024 01:00:17 +0000 (0:00:00.012) 0:00:05.182 ***** included: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/assert_device_present.yml:3 Thursday 01 February 2024 01:00:17 +0000 (0:00:00.018) 0:00:05.201 ***** included: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/get_interface_stat.yml:3 Thursday 01 February 2024 01:00:17 +0000 (0:00:00.013) 0:00:05.214 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1706749216.8030012, "block_size": 4096, "blocks": 0, "ctime": 1706749216.8030012, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29862, "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": 1706749216.8030012, "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-bond_options_rewritepw2vqfwe/tests/tasks/assert_device_present.yml:5 Thursday 01 February 2024 01:00:17 +0000 (0:00:00.194) 0:00:05.409 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tests_change_indication_on_repeat_run.yml:39 Thursday 01 February 2024 01:00:17 +0000 (0:00:00.015) 0:00:05.425 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 01 February 2024 01:00:17 +0000 (0:00:00.044) 0:00:05.469 ***** included: /WORKDIR/git-bond_options_rewritepw2vqfwe/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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 01 February 2024 01:00:17 +0000 (0:00:00.092) 0:00:05.561 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 01 February 2024 01:00:17 +0000 (0:00:00.014) 0:00:05.576 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 01 February 2024 01:00:17 +0000 (0:00:00.012) 0:00:05.589 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 01 February 2024 01:00:17 +0000 (0:00:00.012) 0:00:05.601 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 01 February 2024 01:00:19 +0000 (0:00:01.702) 0:00:07.304 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 01 February 2024 01:00:21 +0000 (0:00:01.499) 0:00:08.803 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 01 February 2024 01:00:21 +0000 (0:00:00.032) 0:00:08.836 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 01 February 2024 01:00:21 +0000 (0:00:00.032) 0:00:08.868 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Thursday 01 February 2024 01:00:21 +0000 (0:00:00.024) 0:00:08.892 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 01 February 2024 01:00:21 +0000 (0:00:00.060) 0:00:08.953 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:58 Thursday 01 February 2024 01:00:21 +0000 (0:00:00.032) 0:00:08.986 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:74 Thursday 01 February 2024 01:00:21 +0000 (0:00:00.027) 0:00:09.013 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:88 Thursday 01 February 2024 01:00:21 +0000 (0:00:00.029) 0:00:09.042 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:99 Thursday 01 February 2024 01:00:21 +0000 (0:00:00.533) 0:00:09.576 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:108 Thursday 01 February 2024 01:00:21 +0000 (0:00:00.037) 0:00:09.613 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:116 Thursday 01 February 2024 01:00:22 +0000 (0:00:00.032) 0:00:09.645 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 01 February 2024 01:00:22 +0000 (0:00:00.031) 0:00:09.677 ***** 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, 18faad8a-374f-4aa9-8604-59e32b0ce480 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:137 Thursday 01 February 2024 01:00:22 +0000 (0:00:00.570) 0:00:10.247 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:143 Thursday 01 February 2024 01:00:22 +0000 (0:00:00.030) 0:00:10.278 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 01 February 2024 01:00:22 +0000 (0:00:00.029) 0:00:10.308 ***** 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, 18faad8a-374f-4aa9-8604-59e32b0ce480\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:152 Thursday 01 February 2024 01:00:22 +0000 (0:00:00.033) 0:00:10.341 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:158 Thursday 01 February 2024 01:00:22 +0000 (0:00:00.040) 0:00:10.381 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tests_change_indication_on_repeat_run.yml:43 Thursday 01 February 2024 01:00:23 +0000 (0:00:00.258) 0:00:10.640 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tests_change_indication_on_repeat_run.yml:46 Thursday 01 February 2024 01:00:23 +0000 (0:00:00.032) 0:00:10.672 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 01 February 2024 01:00:23 +0000 (0:00:00.050) 0:00:10.723 ***** included: /WORKDIR/git-bond_options_rewritepw2vqfwe/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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 01 February 2024 01:00:23 +0000 (0:00:00.059) 0:00:10.782 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 01 February 2024 01:00:23 +0000 (0:00:00.047) 0:00:10.829 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 01 February 2024 01:00:23 +0000 (0:00:00.039) 0:00:10.868 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 01 February 2024 01:00:23 +0000 (0:00:00.036) 0:00:10.905 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 01 February 2024 01:00:24 +0000 (0:00:01.588) 0:00:12.494 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 01 February 2024 01:00:26 +0000 (0:00:01.309) 0:00:13.804 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 01 February 2024 01:00:26 +0000 (0:00:00.034) 0:00:13.839 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 01 February 2024 01:00:26 +0000 (0:00:00.047) 0:00:13.886 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Thursday 01 February 2024 01:00:26 +0000 (0:00:00.026) 0:00:13.912 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 01 February 2024 01:00:26 +0000 (0:00:00.069) 0:00:13.982 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:58 Thursday 01 February 2024 01:00:26 +0000 (0:00:00.024) 0:00:14.006 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:74 Thursday 01 February 2024 01:00:26 +0000 (0:00:00.024) 0:00:14.031 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:88 Thursday 01 February 2024 01:00:26 +0000 (0:00:00.030) 0:00:14.061 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:99 Thursday 01 February 2024 01:00:26 +0000 (0:00:00.378) 0:00:14.439 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:108 Thursday 01 February 2024 01:00:26 +0000 (0:00:00.046) 0:00:14.486 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:116 Thursday 01 February 2024 01:00:26 +0000 (0:00:00.034) 0:00:14.521 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 01 February 2024 01:00:26 +0000 (0:00:00.035) 0:00:14.556 ***** 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, 18faad8a-374f-4aa9-8604-59e32b0ce480 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:137 Thursday 01 February 2024 01:00:27 +0000 (0:00:00.385) 0:00:14.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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:143 Thursday 01 February 2024 01:00:27 +0000 (0:00:00.025) 0:00:14.967 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 01 February 2024 01:00:27 +0000 (0:00:00.028) 0:00:14.995 ***** 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, 18faad8a-374f-4aa9-8604-59e32b0ce480 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:152 Thursday 01 February 2024 01:00:27 +0000 (0:00:00.027) 0:00:15.023 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:158 Thursday 01 February 2024 01:00:27 +0000 (0:00:00.050) 0:00:15.073 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tests_change_indication_on_repeat_run.yml:50 Thursday 01 February 2024 01:00:27 +0000 (0:00:00.199) 0:00:15.273 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tests_change_indication_on_repeat_run.yml:63 Thursday 01 February 2024 01:00:27 +0000 (0:00:00.026) 0:00:15.300 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 01 February 2024 01:00:27 +0000 (0:00:00.041) 0:00:15.342 ***** included: /WORKDIR/git-bond_options_rewritepw2vqfwe/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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 01 February 2024 01:00:27 +0000 (0:00:00.046) 0:00:15.388 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 01 February 2024 01:00:27 +0000 (0:00:00.043) 0:00:15.431 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 01 February 2024 01:00:27 +0000 (0:00:00.036) 0:00:15.467 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 01 February 2024 01:00:27 +0000 (0:00:00.037) 0:00:15.505 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 01 February 2024 01:00:29 +0000 (0:00:01.615) 0:00:17.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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 01 February 2024 01:00:30 +0000 (0:00:01.333) 0:00:18.454 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 01 February 2024 01:00:30 +0000 (0:00:00.042) 0:00:18.496 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 01 February 2024 01:00:30 +0000 (0:00:00.036) 0:00:18.533 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Thursday 01 February 2024 01:00:30 +0000 (0:00:00.038) 0:00:18.571 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 01 February 2024 01:00:31 +0000 (0:00:00.067) 0:00:18.639 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:58 Thursday 01 February 2024 01:00:31 +0000 (0:00:00.026) 0:00:18.665 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:74 Thursday 01 February 2024 01:00:31 +0000 (0:00:00.033) 0:00:18.698 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:88 Thursday 01 February 2024 01:00:31 +0000 (0:00:00.040) 0:00:18.739 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:99 Thursday 01 February 2024 01:00:31 +0000 (0:00:00.400) 0:00:19.140 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:108 Thursday 01 February 2024 01:00:31 +0000 (0:00:00.048) 0:00:19.188 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:116 Thursday 01 February 2024 01:00:31 +0000 (0:00:00.043) 0:00:19.231 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 01 February 2024 01:00:31 +0000 (0:00:00.043) 0:00:19.274 ***** 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, 18faad8a-374f-4aa9-8604-59e32b0ce480 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': connection reapplied TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:137 Thursday 01 February 2024 01:00:32 +0000 (0:00:00.402) 0:00:19.677 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:143 Thursday 01 February 2024 01:00:32 +0000 (0:00:00.025) 0:00:19.703 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 (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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 01 February 2024 01:00:32 +0000 (0:00:00.037) 0:00:19.740 ***** 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, 18faad8a-374f-4aa9-8604-59e32b0ce480\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 (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, 18faad8a-374f-4aa9-8604-59e32b0ce480", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 (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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:152 Thursday 01 February 2024 01:00:32 +0000 (0:00:00.043) 0:00:19.783 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:158 Thursday 01 February 2024 01:00:32 +0000 (0:00:00.029) 0:00:19.812 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tests_change_indication_on_repeat_run.yml:67 Thursday 01 February 2024 01:00:32 +0000 (0:00:00.209) 0:00:20.022 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tests_change_indication_on_repeat_run.yml:70 Thursday 01 February 2024 01:00:32 +0000 (0:00:00.035) 0:00:20.058 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 01 February 2024 01:00:32 +0000 (0:00:00.053) 0:00:20.112 ***** included: /WORKDIR/git-bond_options_rewritepw2vqfwe/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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 01 February 2024 01:00:32 +0000 (0:00:00.066) 0:00:20.178 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 01 February 2024 01:00:32 +0000 (0:00:00.040) 0:00:20.219 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 01 February 2024 01:00:32 +0000 (0:00:00.026) 0:00:20.246 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 01 February 2024 01:00:32 +0000 (0:00:00.025) 0:00:20.272 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 01 February 2024 01:00:34 +0000 (0:00:01.618) 0:00:21.890 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 01 February 2024 01:00:35 +0000 (0:00:01.305) 0:00:23.196 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 01 February 2024 01:00:35 +0000 (0:00:00.035) 0:00:23.232 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 01 February 2024 01:00:35 +0000 (0:00:00.027) 0:00:23.260 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Thursday 01 February 2024 01:00:35 +0000 (0:00:00.028) 0:00:23.288 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 01 February 2024 01:00:35 +0000 (0:00:00.067) 0:00:23.356 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:58 Thursday 01 February 2024 01:00:35 +0000 (0:00:00.026) 0:00:23.383 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:74 Thursday 01 February 2024 01:00:35 +0000 (0:00:00.035) 0:00:23.418 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:88 Thursday 01 February 2024 01:00:35 +0000 (0:00:00.032) 0:00:23.451 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:99 Thursday 01 February 2024 01:00:36 +0000 (0:00:00.387) 0:00:23.839 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:108 Thursday 01 February 2024 01:00:36 +0000 (0:00:00.043) 0:00:23.882 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:116 Thursday 01 February 2024 01:00:36 +0000 (0:00:00.038) 0:00:23.921 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 01 February 2024 01:00:36 +0000 (0:00:00.047) 0:00:23.968 ***** 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, 18faad8a-374f-4aa9-8604-59e32b0ce480 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:137 Thursday 01 February 2024 01:00:36 +0000 (0:00:00.428) 0:00:24.396 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:143 Thursday 01 February 2024 01:00:36 +0000 (0:00:00.026) 0:00:24.423 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 01 February 2024 01:00:36 +0000 (0:00:00.031) 0:00:24.454 ***** 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, 18faad8a-374f-4aa9-8604-59e32b0ce480 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 18faad8a-374f-4aa9-8604-59e32b0ce480 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:152 Thursday 01 February 2024 01:00:36 +0000 (0:00:00.027) 0:00:24.482 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:158 Thursday 01 February 2024 01:00:36 +0000 (0:00:00.024) 0:00:24.507 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tests_change_indication_on_repeat_run.yml:74 Thursday 01 February 2024 01:00:37 +0000 (0:00:00.196) 0:00:24.703 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tests_change_indication_on_repeat_run.yml:82 Thursday 01 February 2024 01:00:37 +0000 (0:00:00.029) 0:00:24.733 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 01 February 2024 01:00:37 +0000 (0:00:00.056) 0:00:24.789 ***** included: /WORKDIR/git-bond_options_rewritepw2vqfwe/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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 01 February 2024 01:00:37 +0000 (0:00:00.048) 0:00:24.837 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 01 February 2024 01:00:37 +0000 (0:00:00.034) 0:00:24.872 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 01 February 2024 01:00:37 +0000 (0:00:00.025) 0:00:24.897 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 01 February 2024 01:00:37 +0000 (0:00:00.025) 0:00:24.923 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 01 February 2024 01:00:38 +0000 (0:00:01.647) 0:00:26.571 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 01 February 2024 01:00:40 +0000 (0:00:01.310) 0:00:27.881 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 01 February 2024 01:00:40 +0000 (0:00:00.052) 0:00:27.933 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 01 February 2024 01:00:40 +0000 (0:00:00.024) 0:00:27.958 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:30 Thursday 01 February 2024 01:00:40 +0000 (0:00:00.024) 0:00:27.983 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 01 February 2024 01:00:40 +0000 (0:00:00.058) 0:00:28.041 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:58 Thursday 01 February 2024 01:00:40 +0000 (0:00:00.025) 0:00:28.067 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:74 Thursday 01 February 2024 01:00:40 +0000 (0:00:00.023) 0:00:28.090 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:88 Thursday 01 February 2024 01:00:40 +0000 (0:00:00.030) 0:00:28.120 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:99 Thursday 01 February 2024 01:00:40 +0000 (0:00:00.367) 0:00:28.488 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:108 Thursday 01 February 2024 01:00:40 +0000 (0:00:00.036) 0:00:28.525 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:116 Thursday 01 February 2024 01:00:40 +0000 (0:00:00.033) 0:00:28.558 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 01 February 2024 01:00:40 +0000 (0:00:00.031) 0:00:28.590 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:137 Thursday 01 February 2024 01:00:41 +0000 (0:00:00.418) 0:00:29.009 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:143 Thursday 01 February 2024 01:00:41 +0000 (0:00:00.026) 0:00:29.036 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 01 February 2024 01:00:41 +0000 (0:00:00.028) 0:00:29.064 ***** 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-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:152 Thursday 01 February 2024 01:00:41 +0000 (0:00:00.056) 0:00:29.121 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:158 Thursday 01 February 2024 01:00:41 +0000 (0:00:00.030) 0:00:29.151 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tests_change_indication_on_repeat_run.yml:91 Thursday 01 February 2024 01:00:41 +0000 (0:00:00.194) 0:00:29.345 ***** included: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:3 Thursday 01 February 2024 01:00:41 +0000 (0:00:00.046) 0:00:29.391 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:8 Thursday 01 February 2024 01:00:41 +0000 (0:00:00.025) 0:00:29.417 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:13 Thursday 01 February 2024 01:00:41 +0000 (0:00:00.024) 0:00:29.441 ***** included: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/show_interfaces.yml:3 Thursday 01 February 2024 01:00:41 +0000 (0:00:00.041) 0:00:29.483 ***** included: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/get_current_interfaces.yml:3 Thursday 01 February 2024 01:00:41 +0000 (0:00:00.039) 0:00:29.523 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003475", "end": "2024-02-01 01:00:42.073449", "rc": 0, "start": "2024-02-01 01:00:42.069974" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/get_current_interfaces.yml:9 Thursday 01 February 2024 01:00:42 +0000 (0:00:00.201) 0:00:29.724 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/show_interfaces.yml:5 Thursday 01 February 2024 01:00:42 +0000 (0:00:00.026) 0:00:29.751 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:16 Thursday 01 February 2024 01:00:42 +0000 (0:00:00.024) 0:00:29.776 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:28 Thursday 01 February 2024 01:00:44 +0000 (0:00:02.568) 0:00:32.344 ***** 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-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:37 Thursday 01 February 2024 01:00:44 +0000 (0:00:00.037) 0:00:32.382 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:45 Thursday 01 February 2024 01:00:44 +0000 (0:00:00.027) 0:00:32.410 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.013867", "end": "2024-02-01 01:00:44.976810", "rc": 0, "start": "2024-02-01 01:00:44.962943" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:52 Thursday 01 February 2024 01:00:45 +0000 (0:00:00.231) 0:00:32.642 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:58 Thursday 01 February 2024 01:00:45 +0000 (0:00:00.029) 0:00:32.672 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:65 Thursday 01 February 2024 01:00:45 +0000 (0:00:00.040) 0:00:32.712 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:71 Thursday 01 February 2024 01:00:45 +0000 (0:00:00.030) 0:00:32.742 ***** 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 Thursday 01 February 2024 01:00:45 +0000 (0:00:00.010) 0:00:32.753 ***** =============================================================================== Install iproute --------------------------------------------------------- 2.84s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.57s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:16 linux-system-roles.network : Configure networking connection profiles --- 1.79s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Check which services are running ----------- 1.70s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Enable and start NetworkManager ------------ 1.70s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:88 linux-system-roles.network : Check which services are running ----------- 1.65s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.62s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.62s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.59s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.50s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.33s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.31s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.31s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.31s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Re-test connectivity ----------------------- 0.86s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:158 Gathering Facts --------------------------------------------------------- 0.64s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tests_change_indication_on_repeat_run.yml:4 Create veth interface testnic1 ------------------------------------------ 0.63s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tasks/manage_test_interface.yml:28 linux-system-roles.network : Configure networking connection profiles --- 0.42s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:125 linux-system-roles.network : Enable and start NetworkManager ------------ 0.37s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/roles/linux-system-roles.network/tasks/main.yml:88 Check if system is ostree ----------------------------------------------- 0.28s /WORKDIR/git-bond_options_rewritepw2vqfwe/tests/tests_change_indication_on_repeat_run.yml:13 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---