# 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-citevywhad/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-citevywhad/tests/tests_change_indication_on_repeat_run.yml:4 Saturday 27 April 2024 14:15:08 +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-citevywhad/tests/tests_change_indication_on_repeat_run.yml:13 Saturday 27 April 2024 14:15:08 +0000 (0:00:00.566) 0:00:00.579 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tests_change_indication_on_repeat_run.yml:18 Saturday 27 April 2024 14:15:09 +0000 (0:00:00.199) 0:00:00.778 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tests_change_indication_on_repeat_run.yml:21 Saturday 27 April 2024 14:15:09 +0000 (0:00:00.019) 0:00:00.798 ******** included: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:3 Saturday 27 April 2024 14:15:09 +0000 (0:00:00.013) 0:00:00.811 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:8 Saturday 27 April 2024 14:15:09 +0000 (0:00:00.018) 0:00:00.830 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:13 Saturday 27 April 2024 14:15:09 +0000 (0:00:00.018) 0:00:00.848 ******** included: /WORKDIR/git-weekly-citevywhad/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/show_interfaces.yml:3 Saturday 27 April 2024 14:15:09 +0000 (0:00:00.011) 0:00:00.860 ******** included: /WORKDIR/git-weekly-citevywhad/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/get_current_interfaces.yml:3 Saturday 27 April 2024 14:15:09 +0000 (0:00:00.012) 0:00:00.873 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004934", "end": "2024-04-27 14:15:10.360181", "rc": 0, "start": "2024-04-27 14:15:09.355247" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/get_current_interfaces.yml:9 Saturday 27 April 2024 14:15:10 +0000 (0:00:01.236) 0:00:02.109 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/show_interfaces.yml:5 Saturday 27 April 2024 14:15:10 +0000 (0:00:00.021) 0:00:02.130 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:16 Saturday 27 April 2024 14:15:10 +0000 (0:00:00.019) 0:00:02.149 ******** 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-citevywhad/tests/tasks/manage_test_interface.yml:28 Saturday 27 April 2024 14:15:10 +0000 (0:00:00.498) 0:00:02.648 ******** 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.011295", "end": "2024-04-27 14:15:11.059621", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-04-27 14:15:11.048326" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.004001", "end": "2024-04-27 14:15:11.190954", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-04-27 14:15:11.186953" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004813", "end": "2024-04-27 14:15:11.321317", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-04-27 14:15:11.316504" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:37 Saturday 27 April 2024 14:15:11 +0000 (0:00:00.404) 0:00:03.053 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.033214", "end": "2024-04-27 14:15:11.481489", "rc": 0, "start": "2024-04-27 14:15:11.448275" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:45 Saturday 27 April 2024 14:15:11 +0000 (0:00:00.165) 0:00:03.219 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:52 Saturday 27 April 2024 14:15:11 +0000 (0:00:00.009) 0:00:03.228 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:58 Saturday 27 April 2024 14:15:11 +0000 (0:00:00.008) 0:00:03.237 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:65 Saturday 27 April 2024 14:15:11 +0000 (0:00:00.008) 0:00:03.246 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:71 Saturday 27 April 2024 14:15:11 +0000 (0:00:00.009) 0:00:03.255 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tests_change_indication_on_repeat_run.yml:25 Saturday 27 April 2024 14:15:11 +0000 (0:00:00.008) 0:00:03.263 ******** included: /WORKDIR/git-weekly-citevywhad/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/assert_device_present.yml:3 Saturday 27 April 2024 14:15:11 +0000 (0:00:00.010) 0:00:03.273 ******** included: /WORKDIR/git-weekly-citevywhad/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/get_interface_stat.yml:3 Saturday 27 April 2024 14:15:11 +0000 (0:00:00.011) 0:00:03.284 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1714227311.0642889, "block_size": 4096, "blocks": 0, "ctime": 1714227311.0642889, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17703, "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": 1714227311.0642889, "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-citevywhad/tests/tasks/assert_device_present.yml:5 Saturday 27 April 2024 14:15:11 +0000 (0:00:00.131) 0:00:03.416 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-citevywhad/tests/tests_change_indication_on_repeat_run.yml:39 Saturday 27 April 2024 14:15:11 +0000 (0:00:00.013) 0:00:03.429 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 April 2024 14:15:11 +0000 (0:00:00.079) 0:00:03.509 ******** included: /WORKDIR/git-weekly-citevywhad/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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 April 2024 14:15:11 +0000 (0:00:00.015) 0:00:03.524 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 April 2024 14:15:11 +0000 (0:00:00.009) 0:00:03.534 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 April 2024 14:15:11 +0000 (0:00:00.008) 0:00:03.542 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 April 2024 14:15:11 +0000 (0:00:00.008) 0:00:03.550 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 April 2024 14:15:12 +0000 (0:00:00.771) 0:00:04.322 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 April 2024 14:15:13 +0000 (0:00:01.107) 0:00:05.429 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 April 2024 14:15:13 +0000 (0:00:00.027) 0:00:05.457 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 April 2024 14:15:13 +0000 (0:00:00.018) 0:00:05.476 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 27 April 2024 14:15:13 +0000 (0:00:00.018) 0:00:05.494 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 27 April 2024 14:15:13 +0000 (0:00:00.019) 0:00:05.513 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 27 April 2024 14:15:13 +0000 (0:00:00.022) 0:00:05.535 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 27 April 2024 14:15:13 +0000 (0:00:00.021) 0:00:05.557 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 27 April 2024 14:15:13 +0000 (0:00:00.044) 0:00:05.602 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 April 2024 14:15:13 +0000 (0:00:00.020) 0:00:05.622 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 April 2024 14:15:13 +0000 (0:00:00.019) 0:00:05.642 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 27 April 2024 14:15:13 +0000 (0:00:00.022) 0:00:05.665 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 27 April 2024 14:15:14 +0000 (0:00:00.374) 0:00:06.039 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 27 April 2024 14:15:14 +0000 (0:00:00.032) 0:00:06.071 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 27 April 2024 14:15:14 +0000 (0:00:00.026) 0:00:06.097 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 27 April 2024 14:15:14 +0000 (0:00:00.025) 0:00:06.123 ******** 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, fb91bbb5-8453-49b1-a6c5-553c1e50d584 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 27 April 2024 14:15:14 +0000 (0:00:00.484) 0:00:06.607 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 27 April 2024 14:15:14 +0000 (0:00:00.019) 0:00:06.627 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 27 April 2024 14:15:14 +0000 (0:00:00.019) 0:00:06.647 ******** 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, fb91bbb5-8453-49b1-a6c5-553c1e50d584\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 27 April 2024 14:15:14 +0000 (0:00:00.020) 0:00:06.668 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 27 April 2024 14:15:14 +0000 (0:00:00.017) 0:00:06.685 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tests_change_indication_on_repeat_run.yml:43 Saturday 27 April 2024 14:15:15 +0000 (0:00:00.180) 0:00:06.866 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-citevywhad/tests/tests_change_indication_on_repeat_run.yml:46 Saturday 27 April 2024 14:15:15 +0000 (0:00:00.020) 0:00:06.887 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 April 2024 14:15:15 +0000 (0:00:00.034) 0:00:06.921 ******** included: /WORKDIR/git-weekly-citevywhad/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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 April 2024 14:15:15 +0000 (0:00:00.038) 0:00:06.959 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 April 2024 14:15:15 +0000 (0:00:00.025) 0:00:06.985 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 April 2024 14:15:15 +0000 (0:00:00.019) 0:00:07.005 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 April 2024 14:15:15 +0000 (0:00:00.019) 0:00:07.024 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 April 2024 14:15:16 +0000 (0:00:00.725) 0:00:07.749 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 April 2024 14:15:16 +0000 (0:00:00.936) 0:00:08.685 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 April 2024 14:15:16 +0000 (0:00:00.025) 0:00:08.710 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 April 2024 14:15:17 +0000 (0:00:00.020) 0:00:08.730 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 27 April 2024 14:15:17 +0000 (0:00:00.019) 0:00:08.750 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 27 April 2024 14:15:17 +0000 (0:00:00.020) 0:00:08.770 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 27 April 2024 14:15:17 +0000 (0:00:00.023) 0:00:08.794 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 27 April 2024 14:15:17 +0000 (0:00:00.025) 0:00:08.819 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 27 April 2024 14:15:17 +0000 (0:00:00.047) 0:00:08.867 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 April 2024 14:15:17 +0000 (0:00:00.019) 0:00:08.887 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 April 2024 14:15:17 +0000 (0:00:00.020) 0:00:08.907 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 27 April 2024 14:15:17 +0000 (0:00:00.025) 0:00:08.932 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 27 April 2024 14:15:17 +0000 (0:00:00.262) 0:00:09.195 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 27 April 2024 14:15:17 +0000 (0:00:00.028) 0:00:09.223 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 27 April 2024 14:15:17 +0000 (0:00:00.024) 0:00:09.247 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 27 April 2024 14:15:17 +0000 (0:00:00.024) 0:00:09.272 ******** 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, fb91bbb5-8453-49b1-a6c5-553c1e50d584 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 27 April 2024 14:15:17 +0000 (0:00:00.316) 0:00:09.589 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 27 April 2024 14:15:17 +0000 (0:00:00.019) 0:00:09.608 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 27 April 2024 14:15:17 +0000 (0:00:00.019) 0:00:09.628 ******** 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, fb91bbb5-8453-49b1-a6c5-553c1e50d584 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 27 April 2024 14:15:17 +0000 (0:00:00.019) 0:00:09.647 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 27 April 2024 14:15:17 +0000 (0:00:00.017) 0:00:09.665 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tests_change_indication_on_repeat_run.yml:50 Saturday 27 April 2024 14:15:18 +0000 (0:00:00.130) 0:00:09.796 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-citevywhad/tests/tests_change_indication_on_repeat_run.yml:63 Saturday 27 April 2024 14:15:18 +0000 (0:00:00.023) 0:00:09.819 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 April 2024 14:15:18 +0000 (0:00:00.030) 0:00:09.850 ******** included: /WORKDIR/git-weekly-citevywhad/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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 April 2024 14:15:18 +0000 (0:00:00.033) 0:00:09.883 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 April 2024 14:15:18 +0000 (0:00:00.056) 0:00:09.940 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 April 2024 14:15:18 +0000 (0:00:00.020) 0:00:09.960 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 April 2024 14:15:18 +0000 (0:00:00.019) 0:00:09.980 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 April 2024 14:15:18 +0000 (0:00:00.694) 0:00:10.675 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 April 2024 14:15:19 +0000 (0:00:00.925) 0:00:11.601 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 April 2024 14:15:19 +0000 (0:00:00.024) 0:00:11.626 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 April 2024 14:15:19 +0000 (0:00:00.018) 0:00:11.644 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 27 April 2024 14:15:19 +0000 (0:00:00.018) 0:00:11.663 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 27 April 2024 14:15:19 +0000 (0:00:00.019) 0:00:11.682 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 27 April 2024 14:15:20 +0000 (0:00:00.045) 0:00:11.727 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 27 April 2024 14:15:20 +0000 (0:00:00.022) 0:00:11.750 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 27 April 2024 14:15:20 +0000 (0:00:00.045) 0:00:11.796 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 April 2024 14:15:20 +0000 (0:00:00.019) 0:00:11.815 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 April 2024 14:15:20 +0000 (0:00:00.021) 0:00:11.837 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 27 April 2024 14:15:20 +0000 (0:00:00.024) 0:00:11.861 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 27 April 2024 14:15:20 +0000 (0:00:00.236) 0:00:12.098 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 27 April 2024 14:15:20 +0000 (0:00:00.027) 0:00:12.126 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 27 April 2024 14:15:20 +0000 (0:00:00.024) 0:00:12.151 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 27 April 2024 14:15:20 +0000 (0:00:00.023) 0:00:12.174 ******** 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, fb91bbb5-8453-49b1-a6c5-553c1e50d584 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 (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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 27 April 2024 14:15:20 +0000 (0:00:00.329) 0:00:12.504 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 27 April 2024 14:15:20 +0000 (0:00:00.020) 0:00:12.524 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 (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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 27 April 2024 14:15:20 +0000 (0:00:00.020) 0:00:12.545 ******** 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, fb91bbb5-8453-49b1-a6c5-553c1e50d584\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 (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, fb91bbb5-8453-49b1-a6c5-553c1e50d584", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 (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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 27 April 2024 14:15:20 +0000 (0:00:00.021) 0:00:12.566 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 27 April 2024 14:15:20 +0000 (0:00:00.018) 0:00:12.584 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tests_change_indication_on_repeat_run.yml:67 Saturday 27 April 2024 14:15:20 +0000 (0:00:00.128) 0:00:12.713 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-citevywhad/tests/tests_change_indication_on_repeat_run.yml:70 Saturday 27 April 2024 14:15:21 +0000 (0:00:00.045) 0:00:12.759 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 April 2024 14:15:21 +0000 (0:00:00.034) 0:00:12.793 ******** included: /WORKDIR/git-weekly-citevywhad/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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 April 2024 14:15:21 +0000 (0:00:00.034) 0:00:12.827 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 April 2024 14:15:21 +0000 (0:00:00.024) 0:00:12.852 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 April 2024 14:15:21 +0000 (0:00:00.018) 0:00:12.870 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 April 2024 14:15:21 +0000 (0:00:00.019) 0:00:12.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 : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 April 2024 14:15:21 +0000 (0:00:00.695) 0:00:13.585 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 April 2024 14:15:22 +0000 (0:00:00.936) 0:00:14.521 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 April 2024 14:15:22 +0000 (0:00:00.025) 0:00:14.546 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 April 2024 14:15:22 +0000 (0:00:00.018) 0:00:14.564 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 27 April 2024 14:15:22 +0000 (0:00:00.018) 0:00:14.583 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 27 April 2024 14:15:22 +0000 (0:00:00.018) 0:00:14.602 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 27 April 2024 14:15:22 +0000 (0:00:00.025) 0:00:14.627 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 27 April 2024 14:15:22 +0000 (0:00:00.023) 0:00:14.651 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 27 April 2024 14:15:22 +0000 (0:00:00.046) 0:00:14.697 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 April 2024 14:15:22 +0000 (0:00:00.018) 0:00:14.715 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 April 2024 14:15:23 +0000 (0:00:00.017) 0:00:14.733 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 27 April 2024 14:15:23 +0000 (0:00:00.021) 0:00:14.755 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 27 April 2024 14:15:23 +0000 (0:00:00.231) 0:00:14.986 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 27 April 2024 14:15:23 +0000 (0:00:00.029) 0:00:15.016 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 27 April 2024 14:15:23 +0000 (0:00:00.025) 0:00:15.041 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 27 April 2024 14:15:23 +0000 (0:00:00.025) 0:00:15.067 ******** 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, fb91bbb5-8453-49b1-a6c5-553c1e50d584 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 27 April 2024 14:15:23 +0000 (0:00:00.310) 0:00:15.378 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 27 April 2024 14:15:23 +0000 (0:00:00.041) 0:00:15.419 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 27 April 2024 14:15:23 +0000 (0:00:00.020) 0:00:15.439 ******** 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, fb91bbb5-8453-49b1-a6c5-553c1e50d584 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, fb91bbb5-8453-49b1-a6c5-553c1e50d584 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 27 April 2024 14:15:23 +0000 (0:00:00.020) 0:00:15.460 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 27 April 2024 14:15:23 +0000 (0:00:00.019) 0:00:15.479 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tests_change_indication_on_repeat_run.yml:74 Saturday 27 April 2024 14:15:23 +0000 (0:00:00.130) 0:00:15.610 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-citevywhad/tests/tests_change_indication_on_repeat_run.yml:82 Saturday 27 April 2024 14:15:23 +0000 (0:00:00.020) 0:00:15.631 ******** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 April 2024 14:15:23 +0000 (0:00:00.036) 0:00:15.668 ******** included: /WORKDIR/git-weekly-citevywhad/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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 April 2024 14:15:23 +0000 (0:00:00.035) 0:00:15.704 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 April 2024 14:15:24 +0000 (0:00:00.023) 0:00:15.728 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 April 2024 14:15:24 +0000 (0:00:00.019) 0:00:15.748 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 April 2024 14:15:24 +0000 (0:00:00.019) 0:00:15.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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 April 2024 14:15:24 +0000 (0:00:00.706) 0:00:16.473 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 April 2024 14:15:25 +0000 (0:00:00.984) 0:00:17.458 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 April 2024 14:15:25 +0000 (0:00:00.027) 0:00:17.485 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 April 2024 14:15:25 +0000 (0:00:00.020) 0:00:17.506 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 27 April 2024 14:15:25 +0000 (0:00:00.020) 0:00:17.526 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 27 April 2024 14:15:25 +0000 (0:00:00.023) 0:00:17.549 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 27 April 2024 14:15:25 +0000 (0:00:00.024) 0:00:17.574 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 27 April 2024 14:15:25 +0000 (0:00:00.024) 0:00:17.598 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 27 April 2024 14:15:25 +0000 (0:00:00.046) 0:00:17.645 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 April 2024 14:15:25 +0000 (0:00:00.035) 0:00:17.680 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 April 2024 14:15:25 +0000 (0:00:00.026) 0:00:17.707 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 27 April 2024 14:15:26 +0000 (0:00:00.025) 0:00:17.732 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 27 April 2024 14:15:26 +0000 (0:00:00.238) 0:00:17.970 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 27 April 2024 14:15:26 +0000 (0:00:00.070) 0:00:18.041 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 27 April 2024 14:15:26 +0000 (0:00:00.049) 0:00:18.090 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 27 April 2024 14:15:26 +0000 (0:00:00.036) 0:00:18.126 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 27 April 2024 14:15:26 +0000 (0:00:00.430) 0:00:18.556 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 27 April 2024 14:15:26 +0000 (0:00:00.019) 0:00:18.576 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 27 April 2024 14:15:26 +0000 (0:00:00.021) 0:00:18.597 ******** 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-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 27 April 2024 14:15:26 +0000 (0:00:00.022) 0:00:18.620 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 27 April 2024 14:15:26 +0000 (0:00:00.020) 0:00:18.640 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tests_change_indication_on_repeat_run.yml:91 Saturday 27 April 2024 14:15:27 +0000 (0:00:00.132) 0:00:18.772 ******** included: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:3 Saturday 27 April 2024 14:15:27 +0000 (0:00:00.037) 0:00:18.809 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:8 Saturday 27 April 2024 14:15:27 +0000 (0:00:00.020) 0:00:18.830 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:13 Saturday 27 April 2024 14:15:27 +0000 (0:00:00.019) 0:00:18.849 ******** included: /WORKDIR/git-weekly-citevywhad/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/show_interfaces.yml:3 Saturday 27 April 2024 14:15:27 +0000 (0:00:00.033) 0:00:18.883 ******** included: /WORKDIR/git-weekly-citevywhad/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/get_current_interfaces.yml:3 Saturday 27 April 2024 14:15:27 +0000 (0:00:00.056) 0:00:18.940 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003724", "end": "2024-04-27 14:15:27.334294", "rc": 0, "start": "2024-04-27 14:15:27.330570" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/get_current_interfaces.yml:9 Saturday 27 April 2024 14:15:27 +0000 (0:00:00.135) 0:00:19.075 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/show_interfaces.yml:5 Saturday 27 April 2024 14:15:27 +0000 (0:00:00.021) 0:00:19.096 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:16 Saturday 27 April 2024 14:15:27 +0000 (0:00:00.020) 0:00:19.116 ******** 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-citevywhad/tests/tasks/manage_test_interface.yml:28 Saturday 27 April 2024 14:15:27 +0000 (0:00:00.353) 0:00:19.469 ******** 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-citevywhad/tests/tasks/manage_test_interface.yml:37 Saturday 27 April 2024 14:15:27 +0000 (0:00:00.028) 0:00:19.498 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:45 Saturday 27 April 2024 14:15:27 +0000 (0:00:00.021) 0:00:19.520 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.014075", "end": "2024-04-27 14:15:27.931792", "rc": 0, "start": "2024-04-27 14:15:27.917717" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:52 Saturday 27 April 2024 14:15:27 +0000 (0:00:00.155) 0:00:19.676 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:58 Saturday 27 April 2024 14:15:27 +0000 (0:00:00.020) 0:00:19.696 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:65 Saturday 27 April 2024 14:15:27 +0000 (0:00:00.019) 0:00:19.716 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:71 Saturday 27 April 2024 14:15:28 +0000 (0:00:00.023) 0:00:19.739 ******** 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 27 April 2024 14:15:28 +0000 (0:00:00.008) 0:00:19.748 ******** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.44s /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:173 Gather current interface info ------------------------------------------- 1.24s /WORKDIR/git-weekly-citevywhad/tests/tasks/get_current_interfaces.yml:3 ------- linux-system-roles.network : Check which packages are installed --------- 1.11s /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Enable and start NetworkManager ------------ 1.11s /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which packages are installed --------- 0.98s /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.94s /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.94s /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.93s /WORKDIR/git-weekly-citevywhad/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-citevywhad/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-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.71s /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.70s /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 0.69s /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Re-test connectivity ----------------------- 0.57s /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:206 Gathering Facts --------------------------------------------------------- 0.57s /WORKDIR/git-weekly-citevywhad/tests/tests_change_indication_on_repeat_run.yml:4 Install iproute --------------------------------------------------------- 0.50s /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Configure networking connection profiles --- 0.43s /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:173 Create veth interface testnic1 ------------------------------------------ 0.40s /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:28 ------- Install iproute --------------------------------------------------------- 0.35s /WORKDIR/git-weekly-citevywhad/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Enable and start NetworkManager ------------ 0.24s /WORKDIR/git-weekly-citevywhad/tests/roles/linux-system-roles.network/tasks/main.yml:136 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---