# 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_auto_gateway_nm.yml ******************************************** 2 plays in /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_auto_gateway_nm.yml PLAY [Run playbook 'playbooks/tests_auto_gateway.yml' with nm as provider] ***** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_auto_gateway_nm.yml:6 Thursday 29 February 2024 00:04:35 +0000 (0:00:00.013) 0:00:00.013 ***** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_auto_gateway_nm.yml:9 Thursday 29 February 2024 00:04:36 +0000 (0:00:01.004) 0:00:01.017 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/el_repo_setup.yml:3 Thursday 29 February 2024 00:04:36 +0000 (0:00:00.012) 0:00:01.030 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/el_repo_setup.yml:19 Thursday 29 February 2024 00:04:36 +0000 (0:00:00.540) 0:00:01.571 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/el_repo_setup.yml:24 Thursday 29 February 2024 00:04:36 +0000 (0:00:00.259) 0:00:01.830 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/el_repo_setup.yml:28 Thursday 29 February 2024 00:04:36 +0000 (0:00:00.021) 0:00:01.852 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/el_repo_setup.yml:53 Thursday 29 February 2024 00:04:36 +0000 (0:00:00.035) 0:00:01.887 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/enable_epel.yml:8 Thursday 29 February 2024 00:04:37 +0000 (0:00:00.057) 0:00:01.945 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/enable_epel.yml:24 Thursday 29 February 2024 00:04:37 +0000 (0:00:00.015) 0:00:01.961 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/enable_epel.yml:30 Thursday 29 February 2024 00:04:37 +0000 (0:00:00.037) 0:00:01.998 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/enable_epel.yml:35 Thursday 29 February 2024 00:04:37 +0000 (0:00:00.015) 0:00:02.013 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tasks/enable_epel.yml:40 Thursday 29 February 2024 00:04:37 +0000 (0:00:00.018) 0:00:02.031 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_auto_gateway_nm.yml:11 Thursday 29 February 2024 00:04:37 +0000 (0:00:00.013) 0:00:02.045 ***** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:3 Thursday 29 February 2024 00:04:37 +0000 (0:00:00.020) 0:00:02.065 ***** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:9 Thursday 29 February 2024 00:04:37 +0000 (0:00:00.825) 0:00:02.891 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:04:38 +0000 (0:00:00.025) 0:00:02.916 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:04:38 +0000 (0:00:00.014) 0:00:02.930 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003669", "end": "2024-02-29 00:04:38.287358", "rc": 0, "start": "2024-02-29 00:04:38.283689" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:04:38 +0000 (0:00:00.278) 0:00:03.208 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:04:38 +0000 (0:00:00.014) 0:00:03.222 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:11 Thursday 29 February 2024 00:04:38 +0000 (0:00:00.011) 0:00:03.234 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:04:38 +0000 (0:00:00.030) 0:00:03.264 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:04:38 +0000 (0:00:00.011) 0:00:03.276 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:04:38 +0000 (0:00:00.009) 0:00:03.286 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:04:38 +0000 (0:00:00.013) 0:00:03.299 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:04:38 +0000 (0:00:00.014) 0:00:03.314 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004902", "end": "2024-02-29 00:04:39.600018", "rc": 0, "start": "2024-02-29 00:04:38.595116" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:04:39 +0000 (0:00:01.209) 0:00:04.524 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:04:39 +0000 (0:00:00.019) 0:00:04.543 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:04:39 +0000 (0:00:00.023) 0:00:04.567 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:28 Thursday 29 February 2024 00:04:42 +0000 (0:00:02.666) 0:00:07.233 ***** ok: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.005570", "end": "2024-02-29 00:04:42.525279", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-02-29 00:04:42.519709" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003860", "end": "2024-02-29 00:04:42.781595", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-02-29 00:04:42.777735" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004106", "end": "2024-02-29 00:04:43.007073", "item": "ip link set veth0 up", "rc": 0, "start": "2024-02-29 00:04:43.002967" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:37 Thursday 29 February 2024 00:04:43 +0000 (0:00:00.707) 0:00:07.941 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.133502", "end": "2024-02-29 00:04:43.372712", "rc": 0, "start": "2024-02-29 00:04:43.239210" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:45 Thursday 29 February 2024 00:04:43 +0000 (0:00:00.394) 0:00:08.336 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:52 Thursday 29 February 2024 00:04:43 +0000 (0:00:00.048) 0:00:08.385 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:58 Thursday 29 February 2024 00:04:43 +0000 (0:00:00.045) 0:00:08.430 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:04:43 +0000 (0:00:00.029) 0:00:08.460 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:71 Thursday 29 February 2024 00:04:43 +0000 (0:00:00.019) 0:00:08.480 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:15 Thursday 29 February 2024 00:04:43 +0000 (0:00:00.011) 0:00:08.491 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 29 February 2024 00:04:43 +0000 (0:00:00.034) 0:00:08.526 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:04:43 +0000 (0:00:00.014) 0:00:08.541 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1709165082.5237372, "block_size": 4096, "blocks": 0, "ctime": 1709165082.5237372, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28017, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1709165082.5237372, "nlink": 1, "path": "/sys/class/net/veth0", "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 - 'veth0'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 29 February 2024 00:04:43 +0000 (0:00:00.200) 0:00:08.741 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:17 Thursday 29 February 2024 00:04:43 +0000 (0:00:00.014) 0:00:08.755 ***** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 29 February 2024 00:04:43 +0000 (0:00:00.014) 0:00:08.769 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:04:43 +0000 (0:00:00.019) 0:00:08.789 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 29 February 2024 00:04:43 +0000 (0:00:00.030) 0:00:08.820 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 29 February 2024 00:04:43 +0000 (0:00:00.024) 0:00:08.844 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 29 February 2024 00:04:43 +0000 (0:00:00.017) 0:00:08.862 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 29 February 2024 00:04:46 +0000 (0:00:02.244) 0:00:11.107 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 29 February 2024 00:04:47 +0000 (0:00:01.107) 0:00:12.214 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 29 February 2024 00:04:47 +0000 (0:00:00.024) 0:00:12.239 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 29 February 2024 00:04:47 +0000 (0:00:00.022) 0:00:12.261 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 29 February 2024 00:04:47 +0000 (0:00:00.020) 0:00:12.282 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:42 Thursday 29 February 2024 00:04:47 +0000 (0:00:00.028) 0:00:12.310 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:55 Thursday 29 February 2024 00:04:47 +0000 (0:00:00.023) 0:00:12.333 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:72 Thursday 29 February 2024 00:04:47 +0000 (0:00:00.026) 0:00:12.360 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:85 Thursday 29 February 2024 00:04:47 +0000 (0:00:00.047) 0:00:12.408 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:100 Thursday 29 February 2024 00:04:47 +0000 (0:00:00.023) 0:00:12.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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:117 Thursday 29 February 2024 00:04:47 +0000 (0:00:00.025) 0:00:12.457 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:131 Thursday 29 February 2024 00:04:47 +0000 (0:00:00.030) 0:00:12.487 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:142 Thursday 29 February 2024 00:04:48 +0000 (0:00:00.726) 0:00:13.214 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:151 Thursday 29 February 2024 00:04:48 +0000 (0:00:00.044) 0:00:13.258 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:159 Thursday 29 February 2024 00:04:48 +0000 (0:00:00.077) 0:00:13.335 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:168 Thursday 29 February 2024 00:04:48 +0000 (0:00:00.049) 0:00:13.385 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 0e265971-e149-42d4-8625-8d5602930e14 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 0e265971-e149-42d4-8625-8d5602930e14 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:180 Thursday 29 February 2024 00:04:49 +0000 (0:00:00.581) 0:00:13.967 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:186 Thursday 29 February 2024 00:04:49 +0000 (0:00:00.025) 0:00:13.992 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 0e265971-e149-42d4-8625-8d5602930e14", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 0e265971-e149-42d4-8625-8d5602930e14 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:190 Thursday 29 February 2024 00:04:49 +0000 (0:00:00.025) 0:00:14.018 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "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, 'veth0': add connection veth0, 0e265971-e149-42d4-8625-8d5602930e14\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 0e265971-e149-42d4-8625-8d5602930e14 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 0e265971-e149-42d4-8625-8d5602930e14", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 0e265971-e149-42d4-8625-8d5602930e14 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 29 February 2024 00:04:49 +0000 (0:00:00.026) 0:00:14.044 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:201 Thursday 29 February 2024 00:04:49 +0000 (0:00:00.023) 0:00:14.067 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:42 Thursday 29 February 2024 00:04:49 +0000 (0:00:00.297) 0:00:14.365 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 29 February 2024 00:04:49 +0000 (0:00:00.054) 0:00:14.419 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:04:49 +0000 (0:00:00.039) 0:00:14.458 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1709165082.5237372, "block_size": 4096, "blocks": 0, "ctime": 1709165082.5237372, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28017, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1709165082.5237372, "nlink": 1, "path": "/sys/class/net/veth0", "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 - 'veth0'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 29 February 2024 00:04:49 +0000 (0:00:00.246) 0:00:14.705 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:44 Thursday 29 February 2024 00:04:49 +0000 (0:00:00.026) 0:00:14.731 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/assert_profile_present.yml:3 Thursday 29 February 2024 00:04:49 +0000 (0:00:00.053) 0:00:14.785 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 29 February 2024 00:04:49 +0000 (0:00:00.039) 0:00:14.825 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 29 February 2024 00:04:49 +0000 (0:00:00.044) 0:00:14.870 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 29 February 2024 00:04:50 +0000 (0:00:00.215) 0:00:15.086 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 29 February 2024 00:04:50 +0000 (0:00:00.024) 0:00:15.111 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.024256", "end": "2024-02-29 00:04:50.413948", "rc": 0, "start": "2024-02-29 00:04:50.389692" } STDOUT: veth0 /etc/NetworkManager/system-connections/veth0.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 29 February 2024 00:04:50 +0000 (0:00:00.240) 0:00:15.351 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 29 February 2024 00:04:50 +0000 (0:00:00.040) 0:00:15.391 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 29 February 2024 00:04:50 +0000 (0:00:00.050) 0:00:15.442 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 29 February 2024 00:04:50 +0000 (0:00:00.039) 0:00:15.482 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 29 February 2024 00:04:50 +0000 (0:00:00.069) 0:00:15.551 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/assert_profile_present.yml:5 Thursday 29 February 2024 00:04:50 +0000 (0:00:00.027) 0:00:15.578 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/assert_profile_present.yml:10 Thursday 29 February 2024 00:04:50 +0000 (0:00:00.033) 0:00:15.612 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/assert_profile_present.yml:15 Thursday 29 February 2024 00:04:50 +0000 (0:00:00.027) 0:00:15.639 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:48 Thursday 29 February 2024 00:04:50 +0000 (0:00:00.025) 0:00:15.665 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004170", "end": "2024-02-29 00:04:50.954905", "rc": 0, "start": "2024-02-29 00:04:50.950735" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.45.197 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.45.197 metric 100 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 metric 65535 TASK [Assert default ipv4 route is present] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:52 Thursday 29 February 2024 00:04:50 +0000 (0:00:00.221) 0:00:15.887 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:58 Thursday 29 February 2024 00:04:51 +0000 (0:00:00.030) 0:00:15.917 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003842", "end": "2024-02-29 00:04:51.207040", "rc": 0, "start": "2024-02-29 00:04:51.203198" } STDOUT: 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 1024 pref medium fe80::/64 dev veth0 proto kernel metric 1024 pref medium default via 2001:db8::1 dev veth0 proto static metric 101 pref medium TASK [Assert default ipv6 route is present] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:62 Thursday 29 February 2024 00:04:51 +0000 (0:00:00.225) 0:00:16.143 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:69 Thursday 29 February 2024 00:04:51 +0000 (0:00:00.033) 0:00:16.176 ***** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 29 February 2024 00:04:51 +0000 (0:00:00.034) 0:00:16.210 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:04:51 +0000 (0:00:00.059) 0:00:16.270 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 29 February 2024 00:04:51 +0000 (0:00:00.031) 0:00:16.301 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 29 February 2024 00:04:51 +0000 (0:00:00.026) 0:00:16.328 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 29 February 2024 00:04:51 +0000 (0:00:00.025) 0:00:16.354 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 29 February 2024 00:04:53 +0000 (0:00:02.226) 0:00:18.581 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 29 February 2024 00:04:54 +0000 (0:00:00.919) 0:00:19.500 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 29 February 2024 00:04:54 +0000 (0:00:00.026) 0:00:19.527 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 29 February 2024 00:04:54 +0000 (0:00:00.032) 0:00:19.559 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 29 February 2024 00:04:54 +0000 (0:00:00.034) 0:00:19.593 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:42 Thursday 29 February 2024 00:04:54 +0000 (0:00:00.071) 0:00:19.665 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:55 Thursday 29 February 2024 00:04:54 +0000 (0:00:00.025) 0:00:19.691 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:72 Thursday 29 February 2024 00:04:54 +0000 (0:00:00.028) 0:00:19.719 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:85 Thursday 29 February 2024 00:04:54 +0000 (0:00:00.051) 0:00:19.770 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:100 Thursday 29 February 2024 00:04:54 +0000 (0:00:00.026) 0:00:19.796 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:117 Thursday 29 February 2024 00:04:54 +0000 (0:00:00.034) 0:00:19.831 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:131 Thursday 29 February 2024 00:04:54 +0000 (0:00:00.027) 0:00:19.858 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:142 Thursday 29 February 2024 00:04:55 +0000 (0:00:00.549) 0:00:20.407 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:151 Thursday 29 February 2024 00:04:55 +0000 (0:00:00.027) 0:00:20.435 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:159 Thursday 29 February 2024 00:04:55 +0000 (0:00:00.023) 0:00:20.459 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:168 Thursday 29 February 2024 00:04:55 +0000 (0:00:00.021) 0:00:20.480 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:180 Thursday 29 February 2024 00:04:56 +0000 (0:00:00.462) 0:00:20.942 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:186 Thursday 29 February 2024 00:04:56 +0000 (0:00:00.067) 0:00:21.009 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:190 Thursday 29 February 2024 00:04:56 +0000 (0:00:00.027) 0:00:21.036 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 29 February 2024 00:04:56 +0000 (0:00:00.026) 0:00:21.063 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:201 Thursday 29 February 2024 00:04:56 +0000 (0:00:00.025) 0:00:21.088 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:81 Thursday 29 February 2024 00:04:56 +0000 (0:00:00.208) 0:00:21.297 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:04:56 +0000 (0:00:00.057) 0:00:21.354 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:04:56 +0000 (0:00:00.032) 0:00:21.387 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:04:56 +0000 (0:00:00.026) 0:00:21.413 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:04:56 +0000 (0:00:00.042) 0:00:21.456 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:04:56 +0000 (0:00:00.038) 0:00:21.495 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003540", "end": "2024-02-29 00:04:56.777783", "rc": 0, "start": "2024-02-29 00:04:56.774243" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:04:56 +0000 (0:00:00.215) 0:00:21.710 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:04:56 +0000 (0:00:00.060) 0:00:21.771 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:04:56 +0000 (0:00:00.025) 0:00:21.796 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:28 Thursday 29 February 2024 00:04:59 +0000 (0:00:02.423) 0:00:24.220 ***** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:37 Thursday 29 February 2024 00:04:59 +0000 (0:00:00.039) 0:00:24.259 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:45 Thursday 29 February 2024 00:04:59 +0000 (0:00:00.025) 0:00:24.284 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.020771", "end": "2024-02-29 00:04:59.585490", "rc": 0, "start": "2024-02-29 00:04:59.564719" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:52 Thursday 29 February 2024 00:04:59 +0000 (0:00:00.256) 0:00:24.541 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:58 Thursday 29 February 2024 00:04:59 +0000 (0:00:00.078) 0:00:24.619 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:04:59 +0000 (0:00:00.028) 0:00:24.648 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:71 Thursday 29 February 2024 00:04:59 +0000 (0:00:00.033) 0:00:24.681 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can configure an interface with auto_gateway disabled] *********** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:85 Thursday 29 February 2024 00:04:59 +0000 (0:00:00.047) 0:00:24.729 ***** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:89 Thursday 29 February 2024 00:04:59 +0000 (0:00:00.033) 0:00:24.762 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:04:59 +0000 (0:00:00.058) 0:00:24.820 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:04:59 +0000 (0:00:00.027) 0:00:24.848 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:04:59 +0000 (0:00:00.024) 0:00:24.872 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:05:00 +0000 (0:00:00.041) 0:00:24.914 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:05:00 +0000 (0:00:00.037) 0:00:24.951 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003603", "end": "2024-02-29 00:05:00.235619", "rc": 0, "start": "2024-02-29 00:05:00.232016" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:05:00 +0000 (0:00:00.218) 0:00:25.169 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:05:00 +0000 (0:00:00.038) 0:00:25.208 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:05:00 +0000 (0:00:00.087) 0:00:25.295 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:28 Thursday 29 February 2024 00:05:04 +0000 (0:00:04.588) 0:00:29.884 ***** ok: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth0", "type", "veth", "peer", "name", "peerveth0" ], "delta": "0:00:00.009901", "end": "2024-02-29 00:05:05.198517", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-02-29 00:05:05.188616" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003883", "end": "2024-02-29 00:05:05.478986", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-02-29 00:05:05.475103" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003918", "end": "2024-02-29 00:05:05.673244", "item": "ip link set veth0 up", "rc": 0, "start": "2024-02-29 00:05:05.669326" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:37 Thursday 29 February 2024 00:05:05 +0000 (0:00:00.723) 0:00:30.608 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.022139", "end": "2024-02-29 00:05:05.912196", "rc": 0, "start": "2024-02-29 00:05:05.890057" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:45 Thursday 29 February 2024 00:05:05 +0000 (0:00:00.239) 0:00:30.847 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:52 Thursday 29 February 2024 00:05:05 +0000 (0:00:00.025) 0:00:30.873 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:58 Thursday 29 February 2024 00:05:06 +0000 (0:00:00.026) 0:00:30.900 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:05:06 +0000 (0:00:00.064) 0:00:30.964 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:71 Thursday 29 February 2024 00:05:06 +0000 (0:00:00.024) 0:00:30.989 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 29 February 2024 00:05:06 +0000 (0:00:00.023) 0:00:31.012 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:05:06 +0000 (0:00:00.041) 0:00:31.054 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 29 February 2024 00:05:06 +0000 (0:00:00.031) 0:00:31.086 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 29 February 2024 00:05:06 +0000 (0:00:00.023) 0:00:31.110 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 29 February 2024 00:05:06 +0000 (0:00:00.023) 0:00:31.133 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 29 February 2024 00:05:08 +0000 (0:00:02.134) 0:00:33.268 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 29 February 2024 00:05:09 +0000 (0:00:00.953) 0:00:34.221 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 29 February 2024 00:05:09 +0000 (0:00:00.028) 0:00:34.249 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 29 February 2024 00:05:09 +0000 (0:00:00.023) 0:00:34.273 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 29 February 2024 00:05:09 +0000 (0:00:00.024) 0:00:34.298 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:42 Thursday 29 February 2024 00:05:09 +0000 (0:00:00.028) 0:00:34.326 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:55 Thursday 29 February 2024 00:05:09 +0000 (0:00:00.024) 0:00:34.351 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:72 Thursday 29 February 2024 00:05:09 +0000 (0:00:00.025) 0:00:34.376 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:85 Thursday 29 February 2024 00:05:09 +0000 (0:00:00.045) 0:00:34.421 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:100 Thursday 29 February 2024 00:05:09 +0000 (0:00:00.023) 0:00:34.445 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:117 Thursday 29 February 2024 00:05:09 +0000 (0:00:00.022) 0:00:34.468 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:131 Thursday 29 February 2024 00:05:09 +0000 (0:00:00.026) 0:00:34.494 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:142 Thursday 29 February 2024 00:05:10 +0000 (0:00:00.573) 0:00:35.068 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:151 Thursday 29 February 2024 00:05:10 +0000 (0:00:00.059) 0:00:35.128 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:159 Thursday 29 February 2024 00:05:10 +0000 (0:00:00.046) 0:00:35.174 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:168 Thursday 29 February 2024 00:05:10 +0000 (0:00:00.031) 0:00:35.205 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 96900570-e39f-42e4-be78-a224f4eb7b0a [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 96900570-e39f-42e4-be78-a224f4eb7b0a (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:180 Thursday 29 February 2024 00:05:10 +0000 (0:00:00.531) 0:00:35.736 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:186 Thursday 29 February 2024 00:05:10 +0000 (0:00:00.039) 0:00:35.776 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 96900570-e39f-42e4-be78-a224f4eb7b0a", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 96900570-e39f-42e4-be78-a224f4eb7b0a (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:190 Thursday 29 February 2024 00:05:10 +0000 (0:00:00.029) 0:00:35.805 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "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, 'veth0': add connection veth0, 96900570-e39f-42e4-be78-a224f4eb7b0a\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 96900570-e39f-42e4-be78-a224f4eb7b0a (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 96900570-e39f-42e4-be78-a224f4eb7b0a", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 96900570-e39f-42e4-be78-a224f4eb7b0a (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 29 February 2024 00:05:10 +0000 (0:00:00.031) 0:00:35.837 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:201 Thursday 29 February 2024 00:05:10 +0000 (0:00:00.032) 0:00:35.870 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:110 Thursday 29 February 2024 00:05:11 +0000 (0:00:00.284) 0:00:36.155 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 29 February 2024 00:05:11 +0000 (0:00:00.106) 0:00:36.262 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:05:11 +0000 (0:00:00.162) 0:00:36.424 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1709165105.1924944, "block_size": 4096, "blocks": 0, "ctime": 1709165105.1924944, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28603, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth0", "lnk_target": "../../devices/virtual/net/veth0", "mode": "0777", "mtime": 1709165105.1924944, "nlink": 1, "path": "/sys/class/net/veth0", "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 - 'veth0'] ************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 29 February 2024 00:05:11 +0000 (0:00:00.221) 0:00:36.645 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:112 Thursday 29 February 2024 00:05:11 +0000 (0:00:00.026) 0:00:36.672 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/assert_profile_present.yml:3 Thursday 29 February 2024 00:05:11 +0000 (0:00:00.065) 0:00:36.737 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 29 February 2024 00:05:11 +0000 (0:00:00.060) 0:00:36.798 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": false, "lsr_net_profile_exists": false, "lsr_net_profile_fingerprint": false }, "changed": false } TASK [Stat profile file] ******************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 29 February 2024 00:05:11 +0000 (0:00:00.038) 0:00:36.836 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 29 February 2024 00:05:12 +0000 (0:00:00.232) 0:00:37.068 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 29 February 2024 00:05:12 +0000 (0:00:00.034) 0:00:37.103 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021566", "end": "2024-02-29 00:05:12.429942", "rc": 0, "start": "2024-02-29 00:05:12.408376" } STDOUT: veth0 /etc/NetworkManager/system-connections/veth0.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 29 February 2024 00:05:12 +0000 (0:00:00.285) 0:00:37.389 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 29 February 2024 00:05:12 +0000 (0:00:00.030) 0:00:37.419 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 29 February 2024 00:05:12 +0000 (0:00:00.031) 0:00:37.451 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 29 February 2024 00:05:12 +0000 (0:00:00.144) 0:00:37.596 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 29 February 2024 00:05:12 +0000 (0:00:00.038) 0:00:37.634 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/assert_profile_present.yml:5 Thursday 29 February 2024 00:05:12 +0000 (0:00:00.035) 0:00:37.669 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/assert_profile_present.yml:10 Thursday 29 February 2024 00:05:12 +0000 (0:00:00.030) 0:00:37.699 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/assert_profile_present.yml:15 Thursday 29 February 2024 00:05:12 +0000 (0:00:00.030) 0:00:37.729 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:116 Thursday 29 February 2024 00:05:12 +0000 (0:00:00.024) 0:00:37.754 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003656", "end": "2024-02-29 00:05:13.034263", "rc": 0, "start": "2024-02-29 00:05:13.030607" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.45.197 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.45.197 metric 100 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 metric 101 TASK [Assert default ipv4 route is absent] ************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:120 Thursday 29 February 2024 00:05:13 +0000 (0:00:00.216) 0:00:37.970 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:126 Thursday 29 February 2024 00:05:13 +0000 (0:00:00.030) 0:00:38.001 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003914", "end": "2024-02-29 00:05:13.282698", "rc": 0, "start": "2024-02-29 00:05:13.278784" } STDOUT: 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 1024 pref medium fe80::/64 dev veth0 proto kernel metric 1024 pref medium TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:130 Thursday 29 February 2024 00:05:13 +0000 (0:00:00.220) 0:00:38.221 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:137 Thursday 29 February 2024 00:05:13 +0000 (0:00:00.038) 0:00:38.260 ***** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 29 February 2024 00:05:13 +0000 (0:00:00.027) 0:00:38.288 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 29 February 2024 00:05:13 +0000 (0:00:00.046) 0:00:38.335 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 29 February 2024 00:05:13 +0000 (0:00:00.032) 0:00:38.368 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 29 February 2024 00:05:13 +0000 (0:00:00.025) 0:00:38.393 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 29 February 2024 00:05:13 +0000 (0:00:00.098) 0:00:38.492 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 29 February 2024 00:05:15 +0000 (0:00:02.170) 0:00:40.662 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 29 February 2024 00:05:16 +0000 (0:00:00.973) 0:00:41.636 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 29 February 2024 00:05:16 +0000 (0:00:00.030) 0:00:41.666 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 29 February 2024 00:05:16 +0000 (0:00:00.045) 0:00:41.712 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 29 February 2024 00:05:16 +0000 (0:00:00.078) 0:00:41.791 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:42 Thursday 29 February 2024 00:05:16 +0000 (0:00:00.032) 0:00:41.823 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:55 Thursday 29 February 2024 00:05:16 +0000 (0:00:00.034) 0:00:41.857 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:72 Thursday 29 February 2024 00:05:17 +0000 (0:00:00.075) 0:00:41.932 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:85 Thursday 29 February 2024 00:05:17 +0000 (0:00:00.077) 0:00:42.010 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:100 Thursday 29 February 2024 00:05:17 +0000 (0:00:00.046) 0:00:42.056 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:117 Thursday 29 February 2024 00:05:17 +0000 (0:00:00.027) 0:00:42.084 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:131 Thursday 29 February 2024 00:05:17 +0000 (0:00:00.053) 0:00:42.137 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:142 Thursday 29 February 2024 00:05:17 +0000 (0:00:00.609) 0:00:42.747 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:151 Thursday 29 February 2024 00:05:17 +0000 (0:00:00.031) 0:00:42.779 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:159 Thursday 29 February 2024 00:05:17 +0000 (0:00:00.025) 0:00:42.804 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:168 Thursday 29 February 2024 00:05:17 +0000 (0:00:00.033) 0:00:42.838 ***** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:180 Thursday 29 February 2024 00:05:18 +0000 (0:00:00.472) 0:00:43.310 ***** 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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:186 Thursday 29 February 2024 00:05:18 +0000 (0:00:00.061) 0:00:43.372 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:190 Thursday 29 February 2024 00:05:18 +0000 (0:00:00.025) 0:00:43.397 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "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-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 29 February 2024 00:05:18 +0000 (0:00:00.024) 0:00:43.422 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:201 Thursday 29 February 2024 00:05:18 +0000 (0:00:00.024) 0:00:43.446 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:149 Thursday 29 February 2024 00:05:18 +0000 (0:00:00.207) 0:00:43.654 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:05:18 +0000 (0:00:00.062) 0:00:43.717 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:05:18 +0000 (0:00:00.023) 0:00:43.740 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:05:18 +0000 (0:00:00.023) 0:00:43.764 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:05:18 +0000 (0:00:00.038) 0:00:43.802 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:05:18 +0000 (0:00:00.037) 0:00:43.840 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003667", "end": "2024-02-29 00:05:19.122947", "rc": 0, "start": "2024-02-29 00:05:19.119280" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:05:19 +0000 (0:00:00.214) 0:00:44.054 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:05:19 +0000 (0:00:00.074) 0:00:44.129 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:05:19 +0000 (0:00:00.025) 0:00:44.154 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:28 Thursday 29 February 2024 00:05:21 +0000 (0:00:02.393) 0:00:46.548 ***** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth0 type veth peer name peerveth0", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:37 Thursday 29 February 2024 00:05:21 +0000 (0:00:00.033) 0:00:46.581 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:45 Thursday 29 February 2024 00:05:21 +0000 (0:00:00.024) 0:00:46.606 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.009321", "end": "2024-02-29 00:05:21.895768", "rc": 0, "start": "2024-02-29 00:05:21.886447" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:52 Thursday 29 February 2024 00:05:21 +0000 (0:00:00.252) 0:00:46.858 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:58 Thursday 29 February 2024 00:05:21 +0000 (0:00:00.027) 0:00:46.886 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:05:22 +0000 (0:00:00.044) 0:00:46.930 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:71 Thursday 29 February 2024 00:05:22 +0000 (0:00:00.055) 0:00:46.986 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:153 Thursday 29 February 2024 00:05:22 +0000 (0:00:00.133) 0:00:47.120 ***** included: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/check_network_dns.yml:6 Thursday 29 February 2024 00:05:22 +0000 (0:00:00.082) 0:00:47.202 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.008845", "end": "2024-02-29 00:05:22.507555", "rc": 0, "start": "2024-02-29 00:05:22.498710" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host noprefixroute valid_lft forever preferred_lft forever 2: eth0: mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 02:bc:11:a9:99:01 brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.45.197/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 3471sec preferred_lft 3471sec inet6 fe80::bc:11ff:fea9:9901/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.45.197 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.45.197 metric 100 IP -6 ROUTE fe80::/64 dev eth0 proto kernel metric 1024 pref medium RESOLV # This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8). # Do not edit. # # This file might be symlinked as /etc/resolv.conf. If you're looking at # /etc/resolv.conf and seeing this text, you have followed the symlink. # # This is a dynamic resolv.conf file for connecting local clients to the # internal DNS stub resolver of systemd-resolved. This file lists all # configured search domains. # # Run "resolvectl status" to see details about the uplink DNS servers # currently in use. # # Third party programs should typically not access this file directly, but only # through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a # different way, replace this symlink by a static file or a different symlink. # # See man:systemd-resolved.service(8) for details about the supported modes of # operation for /etc/resolv.conf. nameserver 127.0.0.53 options edns0 trust-ad search us-east-1.aws.redhat.com TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/check_network_dns.yml:24 Thursday 29 February 2024 00:05:22 +0000 (0:00:00.239) 0:00:47.441 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=127 changed=4 unreachable=0 failed=0 skipped=115 rescued=0 ignored=0 Thursday 29 February 2024 00:05:22 +0000 (0:00:00.015) 0:00:47.457 ***** =============================================================================== Install iproute --------------------------------------------------------- 4.59s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.67s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.42s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.39s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 2.24s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.23s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.17s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.13s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Gather current interface info ------------------------------------------- 1.21s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/get_current_interfaces.yml:3 linux-system-roles.network : Enable and start NetworkManager ------------ 1.16s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:131 linux-system-roles.network : Check which packages are installed --------- 1.11s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 1.00s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/tests_auto_gateway_nm.yml:6 ------- linux-system-roles.network : Check which packages are installed --------- 0.97s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 0.95s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 0.93s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:168 linux-system-roles.network : Check which packages are installed --------- 0.92s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 0.83s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tests_auto_gateway.yml:3 linux-system-roles.network : Enable and start NetworkManager ------------ 0.73s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/roles/linux-system-roles.network/tasks/main.yml:131 Create veth interface veth0 --------------------------------------------- 0.72s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:28 Create veth interface veth0 --------------------------------------------- 0.71s /WORKDIR/git-nm_plugin_hotfixg5pzhnsp/tests/playbooks/tasks/manage_test_interface.yml:28 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution fedora 38 on host sut should use /usr/bin/python3, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs.ansible.com/ansible/ 2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---