# 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-ciw0lcnw71/tests/tests_change_indication_on_repeat_run.yml PLAY [Test change indication on repeat run] ************************************ TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tests_change_indication_on_repeat_run.yml:4 Saturday 25 November 2023 13:31:37 +0000 (0:00:00.017) 0:00:00.017 ***** ok: [sut] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tests_change_indication_on_repeat_run.yml:16 Saturday 25 November 2023 13:31:38 +0000 (0:00:00.553) 0:00:00.570 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set package manager to use for ostree] *********************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tests_change_indication_on_repeat_run.yml:21 Saturday 25 November 2023 13:31:38 +0000 (0:00:00.235) 0:00:00.806 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tests_change_indication_on_repeat_run.yml:27 Saturday 25 November 2023 13:31:38 +0000 (0:00:00.025) 0:00:00.832 ***** included: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:31:38 +0000 (0:00:00.017) 0:00:00.849 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:31:38 +0000 (0:00:00.024) 0:00:00.874 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:31:38 +0000 (0:00:00.028) 0:00:00.902 ***** included: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:31:38 +0000 (0:00:00.015) 0:00:00.918 ***** included: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:31:38 +0000 (0:00:00.014) 0:00:00.932 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004607", "end": "2023-11-25 13:31:40.039125", "rc": 0, "start": "2023-11-25 13:31:39.034518" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:31:40 +0000 (0:00:01.211) 0:00:02.144 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:31:40 +0000 (0:00:00.023) 0:00:02.167 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:31:40 +0000 (0:00:00.023) 0:00:02.191 ***** ok: [sut] => { "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-ciw0lcnw71/tests/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:31:40 +0000 (0:00:00.528) 0:00:02.720 ***** 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.011681", "end": "2023-11-25 13:31:40.755014", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2023-11-25 13:31:40.743333" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.006442", "end": "2023-11-25 13:31:40.884093", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2023-11-25 13:31:40.877651" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.007148", "end": "2023-11-25 13:31:41.007567", "item": "ip link set testnic1 up", "rc": 0, "start": "2023-11-25 13:31:41.000419" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:31 Saturday 25 November 2023 13:31:41 +0000 (0:00:00.394) 0:00:03.114 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.026480", "end": "2023-11-25 13:31:41.161263", "rc": 0, "start": "2023-11-25 13:31:41.134783" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:39 Saturday 25 November 2023 13:31:41 +0000 (0:00:00.152) 0:00:03.267 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:46 Saturday 25 November 2023 13:31:41 +0000 (0:00:00.013) 0:00:03.280 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:52 Saturday 25 November 2023 13:31:41 +0000 (0:00:00.013) 0:00:03.294 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:59 Saturday 25 November 2023 13:31:41 +0000 (0:00:00.011) 0:00:03.305 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:65 Saturday 25 November 2023 13:31:41 +0000 (0:00:00.011) 0:00:03.317 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tests_change_indication_on_repeat_run.yml:31 Saturday 25 November 2023 13:31:41 +0000 (0:00:00.012) 0:00:03.330 ***** included: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/assert_device_present.yml:3 Saturday 25 November 2023 13:31:41 +0000 (0:00:00.014) 0:00:03.344 ***** included: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:31:41 +0000 (0:00:00.015) 0:00:03.359 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700919100.7555652, "block_size": 4096, "blocks": 0, "ctime": 1700919100.7555652, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17558, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/testnic1", "lnk_target": "../../devices/virtual/net/testnic1", "mode": "0777", "mtime": 1700919100.7555652, "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-ciw0lcnw71/tests/tasks/assert_device_present.yml:5 Saturday 25 November 2023 13:31:41 +0000 (0:00:00.126) 0:00:03.486 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tests_change_indication_on_repeat_run.yml:45 Saturday 25 November 2023 13:31:41 +0000 (0:00:00.017) 0:00:03.503 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 25 November 2023 13:31:41 +0000 (0:00:00.054) 0:00:03.558 ***** included: /WORKDIR/git-weekly-ciw0lcnw71/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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 25 November 2023 13:31:41 +0000 (0:00:00.103) 0:00:03.661 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:16 Saturday 25 November 2023 13:31:41 +0000 (0:00:00.015) 0:00:03.676 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.network : Set package manager to use for ostree] ****** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:21 Saturday 25 November 2023 13:31:41 +0000 (0:00:00.127) 0:00:03.803 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 Saturday 25 November 2023 13:31:41 +0000 (0:00:00.014) 0:00:03.818 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 Saturday 25 November 2023 13:31:42 +0000 (0:00:00.867) 0:00:04.685 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 25 November 2023 13:31:43 +0000 (0:00:00.892) 0:00:05.578 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 25 November 2023 13:31:43 +0000 (0:00:00.036) 0:00:05.614 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 25 November 2023 13:31:43 +0000 (0:00:00.029) 0:00:05.644 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 25 November 2023 13:31:43 +0000 (0:00:00.027) 0:00:05.671 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:38 Saturday 25 November 2023 13:31:43 +0000 (0:00:00.081) 0:00:05.752 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:51 Saturday 25 November 2023 13:31:43 +0000 (0:00:00.028) 0:00:05.781 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:65 Saturday 25 November 2023 13:31:43 +0000 (0:00:00.030) 0:00:05.811 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:79 Saturday 25 November 2023 13:31:43 +0000 (0:00:00.038) 0:00:05.850 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 25 November 2023 13:31:44 +0000 (0:00:00.420) 0:00:06.271 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 25 November 2023 13:31:44 +0000 (0:00:00.042) 0:00:06.313 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:107 Saturday 25 November 2023 13:31:44 +0000 (0:00:00.037) 0:00:06.350 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 25 November 2023 13:31:44 +0000 (0:00:00.033) 0:00:06.384 ***** 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, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 (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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:128 Saturday 25 November 2023 13:31:44 +0000 (0:00:00.476) 0:00:06.861 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 25 November 2023 13:31:44 +0000 (0:00:00.026) 0:00:06.887 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 (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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:138 Saturday 25 November 2023 13:31:44 +0000 (0:00:00.026) 0:00:06.914 ***** 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, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': connection reapplied\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 (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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 25 November 2023 13:31:44 +0000 (0:00:00.049) 0:00:06.963 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 25 November 2023 13:31:44 +0000 (0:00:00.023) 0:00:06.987 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tests_change_indication_on_repeat_run.yml:49 Saturday 25 November 2023 13:31:45 +0000 (0:00:00.201) 0:00:07.188 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tests_change_indication_on_repeat_run.yml:52 Saturday 25 November 2023 13:31:45 +0000 (0:00:00.025) 0:00:07.214 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 25 November 2023 13:31:45 +0000 (0:00:00.046) 0:00:07.260 ***** included: /WORKDIR/git-weekly-ciw0lcnw71/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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 25 November 2023 13:31:45 +0000 (0:00:00.054) 0:00:07.314 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:16 Saturday 25 November 2023 13:31:45 +0000 (0:00:00.030) 0:00:07.345 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.network : Set package manager to use for ostree] ****** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:21 Saturday 25 November 2023 13:31:45 +0000 (0:00:00.142) 0:00:07.488 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 Saturday 25 November 2023 13:31:45 +0000 (0:00:00.030) 0:00:07.518 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 Saturday 25 November 2023 13:31:46 +0000 (0:00:00.767) 0:00:08.285 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 25 November 2023 13:31:46 +0000 (0:00:00.703) 0:00:08.989 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 25 November 2023 13:31:46 +0000 (0:00:00.042) 0:00:09.031 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 25 November 2023 13:31:46 +0000 (0:00:00.026) 0:00:09.058 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 25 November 2023 13:31:46 +0000 (0:00:00.024) 0:00:09.082 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:38 Saturday 25 November 2023 13:31:47 +0000 (0:00:00.069) 0:00:09.152 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:51 Saturday 25 November 2023 13:31:47 +0000 (0:00:00.025) 0:00:09.177 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:65 Saturday 25 November 2023 13:31:47 +0000 (0:00:00.025) 0:00:09.203 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:79 Saturday 25 November 2023 13:31:47 +0000 (0:00:00.031) 0:00:09.234 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 25 November 2023 13:31:47 +0000 (0:00:00.254) 0:00:09.488 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 25 November 2023 13:31:47 +0000 (0:00:00.041) 0:00:09.529 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:107 Saturday 25 November 2023 13:31:47 +0000 (0:00:00.042) 0:00:09.571 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 25 November 2023 13:31:47 +0000 (0:00:00.044) 0:00:09.616 ***** 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, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:128 Saturday 25 November 2023 13:31:47 +0000 (0:00:00.344) 0:00:09.960 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 25 November 2023 13:31:47 +0000 (0:00:00.049) 0:00:10.010 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:138 Saturday 25 November 2023 13:31:47 +0000 (0:00:00.026) 0:00:10.037 ***** 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, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 25 November 2023 13:31:47 +0000 (0:00:00.027) 0:00:10.064 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 25 November 2023 13:31:47 +0000 (0:00:00.024) 0:00:10.089 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tests_change_indication_on_repeat_run.yml:56 Saturday 25 November 2023 13:31:48 +0000 (0:00:00.129) 0:00:10.219 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tests_change_indication_on_repeat_run.yml:69 Saturday 25 November 2023 13:31:48 +0000 (0:00:00.030) 0:00:10.249 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 25 November 2023 13:31:48 +0000 (0:00:00.044) 0:00:10.293 ***** included: /WORKDIR/git-weekly-ciw0lcnw71/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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 25 November 2023 13:31:48 +0000 (0:00:00.050) 0:00:10.344 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:16 Saturday 25 November 2023 13:31:48 +0000 (0:00:00.043) 0:00:10.388 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.network : Set package manager to use for ostree] ****** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:21 Saturday 25 November 2023 13:31:48 +0000 (0:00:00.152) 0:00:10.540 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 Saturday 25 November 2023 13:31:48 +0000 (0:00:00.032) 0:00:10.573 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 Saturday 25 November 2023 13:31:49 +0000 (0:00:00.749) 0:00:11.323 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 25 November 2023 13:31:49 +0000 (0:00:00.696) 0:00:12.020 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 25 November 2023 13:31:49 +0000 (0:00:00.043) 0:00:12.064 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 25 November 2023 13:31:50 +0000 (0:00:00.029) 0:00:12.093 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 25 November 2023 13:31:50 +0000 (0:00:00.034) 0:00:12.128 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:38 Saturday 25 November 2023 13:31:50 +0000 (0:00:00.069) 0:00:12.197 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:51 Saturday 25 November 2023 13:31:50 +0000 (0:00:00.026) 0:00:12.224 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:65 Saturday 25 November 2023 13:31:50 +0000 (0:00:00.031) 0:00:12.255 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:79 Saturday 25 November 2023 13:31:50 +0000 (0:00:00.032) 0:00:12.288 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 25 November 2023 13:31:50 +0000 (0:00:00.246) 0:00:12.535 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 25 November 2023 13:31:50 +0000 (0:00:00.042) 0:00:12.577 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:107 Saturday 25 November 2023 13:31:50 +0000 (0:00:00.034) 0:00:12.612 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 25 November 2023 13:31:50 +0000 (0:00:00.033) 0:00:12.645 ***** 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, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 (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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:128 Saturday 25 November 2023 13:31:50 +0000 (0:00:00.402) 0:00:13.048 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 25 November 2023 13:31:50 +0000 (0:00:00.032) 0:00:13.081 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 (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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:138 Saturday 25 November 2023 13:31:51 +0000 (0:00:00.036) 0:00:13.117 ***** 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, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 (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, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 (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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 25 November 2023 13:31:51 +0000 (0:00:00.030) 0:00:13.148 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 25 November 2023 13:31:51 +0000 (0:00:00.030) 0:00:13.179 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:true] ****************************************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tests_change_indication_on_repeat_run.yml:73 Saturday 25 November 2023 13:31:51 +0000 (0:00:00.132) 0:00:13.312 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tests_change_indication_on_repeat_run.yml:76 Saturday 25 November 2023 13:31:51 +0000 (0:00:00.036) 0:00:13.348 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 25 November 2023 13:31:51 +0000 (0:00:00.069) 0:00:13.418 ***** included: /WORKDIR/git-weekly-ciw0lcnw71/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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 25 November 2023 13:31:51 +0000 (0:00:00.068) 0:00:13.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 : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:16 Saturday 25 November 2023 13:31:51 +0000 (0:00:00.047) 0:00:13.533 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.network : Set package manager to use for ostree] ****** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:21 Saturday 25 November 2023 13:31:51 +0000 (0:00:00.157) 0:00:13.690 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 Saturday 25 November 2023 13:31:51 +0000 (0:00:00.034) 0:00:13.725 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 Saturday 25 November 2023 13:31:52 +0000 (0:00:00.758) 0:00:14.484 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 25 November 2023 13:31:53 +0000 (0:00:00.678) 0:00:15.162 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 25 November 2023 13:31:53 +0000 (0:00:00.049) 0:00:15.212 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 25 November 2023 13:31:53 +0000 (0:00:00.028) 0:00:15.240 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 25 November 2023 13:31:53 +0000 (0:00:00.030) 0:00:15.271 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:38 Saturday 25 November 2023 13:31:53 +0000 (0:00:00.062) 0:00:15.333 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:51 Saturday 25 November 2023 13:31:53 +0000 (0:00:00.033) 0:00:15.366 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:65 Saturday 25 November 2023 13:31:53 +0000 (0:00:00.030) 0:00:15.397 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:79 Saturday 25 November 2023 13:31:53 +0000 (0:00:00.031) 0:00:15.429 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 25 November 2023 13:31:53 +0000 (0:00:00.262) 0:00:15.691 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 25 November 2023 13:31:53 +0000 (0:00:00.049) 0:00:15.741 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:107 Saturday 25 November 2023 13:31:53 +0000 (0:00:00.047) 0:00:15.788 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 25 November 2023 13:31:53 +0000 (0:00:00.117) 0:00:15.906 ***** 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, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 already up to date [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 skipped because already active TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:128 Saturday 25 November 2023 13:31:54 +0000 (0:00:00.335) 0:00:16.241 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 25 November 2023 13:31:54 +0000 (0:00:00.025) 0:00:16.267 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 skipped because already active" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:138 Saturday 25 November 2023 13:31:54 +0000 (0:00:00.027) 0:00:16.295 ***** 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, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 already up to date\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 skipped because already active\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 already up to date", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1, 5b1f526d-dae2-4bdc-9496-47dedd0fdd35 skipped because already active" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 25 November 2023 13:31:54 +0000 (0:00:00.028) 0:00:16.323 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 25 November 2023 13:31:54 +0000 (0:00:00.034) 0:00:16.357 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Assert change:false] ***************************************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tests_change_indication_on_repeat_run.yml:80 Saturday 25 November 2023 13:31:54 +0000 (0:00:00.132) 0:00:16.489 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the network role] ************************************************ task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tests_change_indication_on_repeat_run.yml:88 Saturday 25 November 2023 13:31:54 +0000 (0:00:00.027) 0:00:16.516 ***** TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 25 November 2023 13:31:54 +0000 (0:00:00.048) 0:00:16.565 ***** included: /WORKDIR/git-weekly-ciw0lcnw71/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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 25 November 2023 13:31:54 +0000 (0:00:00.044) 0:00:16.610 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:16 Saturday 25 November 2023 13:31:54 +0000 (0:00:00.032) 0:00:16.643 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [linux-system-roles.network : Set package manager to use for ostree] ****** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:21 Saturday 25 November 2023 13:31:54 +0000 (0:00:00.146) 0:00:16.790 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 Saturday 25 November 2023 13:31:54 +0000 (0:00:00.038) 0:00:16.828 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 Saturday 25 November 2023 13:31:55 +0000 (0:00:00.756) 0:00:17.584 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 25 November 2023 13:31:56 +0000 (0:00:00.660) 0:00:18.245 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 25 November 2023 13:31:56 +0000 (0:00:00.035) 0:00:18.280 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 25 November 2023 13:31:56 +0000 (0:00:00.027) 0:00:18.308 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:30 Saturday 25 November 2023 13:31:56 +0000 (0:00:00.031) 0:00:18.340 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:38 Saturday 25 November 2023 13:31:56 +0000 (0:00:00.063) 0:00:18.403 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:51 Saturday 25 November 2023 13:31:56 +0000 (0:00:00.027) 0:00:18.431 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:65 Saturday 25 November 2023 13:31:56 +0000 (0:00:00.027) 0:00:18.458 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:79 Saturday 25 November 2023 13:31:56 +0000 (0:00:00.030) 0:00:18.489 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 25 November 2023 13:31:56 +0000 (0:00:00.256) 0:00:18.746 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:99 Saturday 25 November 2023 13:31:56 +0000 (0:00:00.068) 0:00:18.814 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:107 Saturday 25 November 2023 13:31:56 +0000 (0:00:00.035) 0:00:18.850 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:116 Saturday 25 November 2023 13:31:56 +0000 (0:00:00.035) 0:00:18.885 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:128 Saturday 25 November 2023 13:31:57 +0000 (0:00:00.402) 0:00:19.288 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:134 Saturday 25 November 2023 13:31:57 +0000 (0:00:00.025) 0:00:19.314 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:138 Saturday 25 November 2023 13:31:57 +0000 (0:00:00.029) 0:00:19.343 ***** 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-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:143 Saturday 25 November 2023 13:31:57 +0000 (0:00:00.027) 0:00:19.370 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:149 Saturday 25 November 2023 13:31:57 +0000 (0:00:00.026) 0:00:19.397 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tests_change_indication_on_repeat_run.yml:97 Saturday 25 November 2023 13:31:57 +0000 (0:00:00.141) 0:00:19.539 ***** included: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:31:57 +0000 (0:00:00.068) 0:00:19.607 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:31:57 +0000 (0:00:00.026) 0:00:19.633 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:31:57 +0000 (0:00:00.024) 0:00:19.658 ***** included: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:31:57 +0000 (0:00:00.044) 0:00:19.702 ***** included: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:31:57 +0000 (0:00:00.043) 0:00:19.746 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003244", "end": "2023-11-25 13:31:57.767465", "rc": 0, "start": "2023-11-25 13:31:57.764221" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:31:57 +0000 (0:00:00.138) 0:00:19.884 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:31:57 +0000 (0:00:00.032) 0:00:19.916 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:31:57 +0000 (0:00:00.026) 0:00:19.942 ***** ok: [sut] => { "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-ciw0lcnw71/tests/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:31:58 +0000 (0:00:00.345) 0:00:20.288 ***** 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-ciw0lcnw71/tests/tasks/manage_test_interface.yml:31 Saturday 25 November 2023 13:31:58 +0000 (0:00:00.038) 0:00:20.327 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:39 Saturday 25 November 2023 13:31:58 +0000 (0:00:00.029) 0:00:20.357 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.013048", "end": "2023-11-25 13:31:58.392769", "rc": 0, "start": "2023-11-25 13:31:58.379721" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:46 Saturday 25 November 2023 13:31:58 +0000 (0:00:00.158) 0:00:20.515 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:52 Saturday 25 November 2023 13:31:58 +0000 (0:00:00.041) 0:00:20.556 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:59 Saturday 25 November 2023 13:31:58 +0000 (0:00:00.036) 0:00:20.593 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:65 Saturday 25 November 2023 13:31:58 +0000 (0:00:00.031) 0:00:20.625 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=77 changed=3 unreachable=0 failed=0 skipped=81 rescued=0 ignored=0 Saturday 25 November 2023 13:31:58 +0000 (0:00:00.014) 0:00:20.639 ***** =============================================================================== linux-system-roles.network : Configure networking connection profiles --- 1.56s /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:116 Gather current interface info ------------------------------------------- 1.21s /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/get_current_interfaces.yml:3 ------- linux-system-roles.network : Enable and start NetworkManager ------------ 1.18s /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:79 linux-system-roles.network : Check which packages are installed --------- 0.89s /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 linux-system-roles.network : Check which services are running ----------- 0.87s /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 linux-system-roles.network : Check which services are running ----------- 0.77s /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 linux-system-roles.network : Check which services are running ----------- 0.76s /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 linux-system-roles.network : Check which services are running ----------- 0.76s /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 linux-system-roles.network : Check which services are running ----------- 0.75s /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:28 linux-system-roles.network : Check which packages are installed --------- 0.70s /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 linux-system-roles.network : Check which packages are installed --------- 0.70s /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 linux-system-roles.network : Check which packages are installed --------- 0.68s /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 linux-system-roles.network : Check which packages are installed --------- 0.66s /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/set_facts.yml:33 linux-system-roles.network : Re-test connectivity ----------------------- 0.60s /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:149 Gathering Facts --------------------------------------------------------- 0.55s /WORKDIR/git-weekly-ciw0lcnw71/tests/tests_change_indication_on_repeat_run.yml:4 Install iproute --------------------------------------------------------- 0.53s /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Configure networking connection profiles --- 0.40s /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:116 Create veth interface testnic1 ------------------------------------------ 0.39s /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:22 ------- Install iproute --------------------------------------------------------- 0.35s /WORKDIR/git-weekly-ciw0lcnw71/tests/tasks/manage_test_interface.yml:16 ------- linux-system-roles.network : Install packages --------------------------- 0.28s /WORKDIR/git-weekly-ciw0lcnw71/tests/roles/linux-system-roles.network/tasks/main.yml:30 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---