# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_auto_gateway_nm.yml ******************************************** 2 plays in /WORKDIR/git-nm_plugin_hotfixecr9br09/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_hotfixecr9br09/tests/tests_auto_gateway_nm.yml:6 Tuesday 27 February 2024 22:36:03 +0000 (0:00:00.012) 0:00:00.012 ****** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/tests_auto_gateway_nm.yml:9 Tuesday 27 February 2024 22:36:04 +0000 (0:00:01.047) 0:00:01.059 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/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_hotfixecr9br09/tests/tasks/el_repo_setup.yml:3 Tuesday 27 February 2024 22:36:04 +0000 (0:00:00.014) 0:00:01.074 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/tasks/el_repo_setup.yml:17 Tuesday 27 February 2024 22:36:04 +0000 (0:00:00.393) 0:00:01.467 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/tasks/el_repo_setup.yml:22 Tuesday 27 February 2024 22:36:04 +0000 (0:00:00.286) 0:00:01.753 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/tasks/el_repo_setup.yml:26 Tuesday 27 February 2024 22:36:04 +0000 (0:00:00.015) 0:00:01.769 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/tasks/el_repo_setup.yml:51 Tuesday 27 February 2024 22:36:04 +0000 (0:00:00.009) 0:00:01.778 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/tasks/enable_epel.yml:8 Tuesday 27 February 2024 22:36:04 +0000 (0:00:00.035) 0:00:01.814 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/tasks/enable_epel.yml:24 Tuesday 27 February 2024 22:36:05 +0000 (0:00:00.019) 0:00:01.833 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/tasks/enable_epel.yml:30 Tuesday 27 February 2024 22:36:05 +0000 (0:00:00.008) 0:00:01.841 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/tasks/enable_epel.yml:35 Tuesday 27 February 2024 22:36:05 +0000 (0:00:00.010) 0:00:01.852 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/tasks/enable_epel.yml:40 Tuesday 27 February 2024 22:36:05 +0000 (0:00:00.009) 0:00:01.861 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/tests_auto_gateway_nm.yml:11 Tuesday 27 February 2024 22:36:05 +0000 (0:00:00.008) 0:00:01.869 ****** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:3 Tuesday 27 February 2024 22:36:05 +0000 (0:00:00.027) 0:00:01.897 ****** ok: [sut] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:9 Tuesday 27 February 2024 22:36:05 +0000 (0:00:00.760) 0:00:02.657 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 22:36:05 +0000 (0:00:00.024) 0:00:02.681 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 22:36:05 +0000 (0:00:00.012) 0:00:02.694 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003978", "end": "2024-02-27 22:36:06.139075", "rc": 0, "start": "2024-02-27 22:36:06.135097" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 22:36:06 +0000 (0:00:00.284) 0:00:02.979 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 22:36:06 +0000 (0:00:00.012) 0:00:02.991 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:11 Tuesday 27 February 2024 22:36:06 +0000 (0:00:00.012) 0:00:03.004 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:3 Tuesday 27 February 2024 22:36:06 +0000 (0:00:00.027) 0:00:03.031 ****** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:8 Tuesday 27 February 2024 22:36:06 +0000 (0:00:00.011) 0:00:03.043 ****** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:13 Tuesday 27 February 2024 22:36:06 +0000 (0:00:00.011) 0:00:03.055 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 22:36:06 +0000 (0:00:00.014) 0:00:03.069 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 22:36:06 +0000 (0:00:00.012) 0:00:03.082 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003962", "end": "2024-02-27 22:36:06.467243", "rc": 0, "start": "2024-02-27 22:36:06.463281" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 22:36:06 +0000 (0:00:00.236) 0:00:03.318 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 22:36:06 +0000 (0:00:00.015) 0:00:03.333 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:16 Tuesday 27 February 2024 22:36:06 +0000 (0:00:00.010) 0:00:03.344 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:27 Tuesday 27 February 2024 22:36:09 +0000 (0:00:02.667) 0:00:06.012 ****** 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.038843", "end": "2024-02-27 22:36:09.436509", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-02-27 22:36:09.397666" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004674", "end": "2024-02-27 22:36:09.714788", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-02-27 22:36:09.710114" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004524", "end": "2024-02-27 22:36:09.932077", "item": "ip link set veth0 up", "rc": 0, "start": "2024-02-27 22:36:09.927553" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:35 Tuesday 27 February 2024 22:36:09 +0000 (0:00:00.762) 0:00:06.775 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.094734", "end": "2024-02-27 22:36:10.255260", "rc": 0, "start": "2024-02-27 22:36:10.160526" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:43 Tuesday 27 February 2024 22:36:10 +0000 (0:00:00.322) 0:00:07.097 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:49 Tuesday 27 February 2024 22:36:10 +0000 (0:00:00.010) 0:00:07.108 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:54 Tuesday 27 February 2024 22:36:10 +0000 (0:00:00.009) 0:00:07.118 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:60 Tuesday 27 February 2024 22:36:10 +0000 (0:00:00.009) 0:00:07.128 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:65 Tuesday 27 February 2024 22:36:10 +0000 (0:00:00.011) 0:00:07.140 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:15 Tuesday 27 February 2024 22:36:10 +0000 (0:00:00.008) 0:00:07.149 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 27 February 2024 22:36:10 +0000 (0:00:00.026) 0:00:07.175 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 22:36:10 +0000 (0:00:00.011) 0:00:07.186 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1709073369.4331424, "block_size": 4096, "blocks": 0, "ctime": 1709073369.4331424, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26261, "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": 1709073369.4331424, "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_hotfixecr9br09/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 27 February 2024 22:36:10 +0000 (0:00:00.218) 0:00:07.405 ****** 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_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:17 Tuesday 27 February 2024 22:36:10 +0000 (0:00:00.014) 0:00:07.420 ****** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 27 February 2024 22:36:10 +0000 (0:00:00.011) 0:00:07.431 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 27 February 2024 22:36:10 +0000 (0:00:00.016) 0:00:07.448 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 27 February 2024 22:36:10 +0000 (0:00:00.019) 0:00:07.467 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 27 February 2024 22:36:10 +0000 (0:00:00.012) 0:00:07.480 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 27 February 2024 22:36:10 +0000 (0:00:00.014) 0:00:07.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 [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 27 February 2024 22:36:13 +0000 (0:00:02.509) 0:00:10.004 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 27 February 2024 22:36:14 +0000 (0:00:01.092) 0:00:11.097 ****** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 27 February 2024 22:36:14 +0000 (0:00:00.021) 0:00:11.118 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 27 February 2024 22:36:14 +0000 (0:00:00.022) 0:00:11.141 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 27 February 2024 22:36:14 +0000 (0:00:00.022) 0:00:11.163 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Tuesday 27 February 2024 22:36:19 +0000 (0:00:05.112) 0:00:16.276 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Tuesday 27 February 2024 22:36:19 +0000 (0:00:00.054) 0:00:16.331 ****** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Tuesday 27 February 2024 22:36:19 +0000 (0:00:00.034) 0:00:16.365 ****** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Tuesday 27 February 2024 22:36:19 +0000 (0:00:00.054) 0:00:16.419 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Tuesday 27 February 2024 22:36:19 +0000 (0:00:00.024) 0:00:16.443 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 27 February 2024 22:36:19 +0000 (0:00:00.022) 0:00:16.466 ****** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Tuesday 27 February 2024 22:36:19 +0000 (0:00:00.037) 0:00:16.503 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Tuesday 27 February 2024 22:36:20 +0000 (0:00:00.655) 0:00:17.159 ****** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Tuesday 27 February 2024 22:36:20 +0000 (0:00:00.035) 0:00:17.194 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 27 February 2024 22:36:20 +0000 (0:00:00.019) 0:00:17.213 ****** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 27 February 2024 22:36:20 +0000 (0:00:00.019) 0:00:17.232 ****** 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, b84c2152-3d12-4e0d-9743-b7e4105e863b [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b84c2152-3d12-4e0d-9743-b7e4105e863b (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Tuesday 27 February 2024 22:36:21 +0000 (0:00:00.910) 0:00:18.143 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Tuesday 27 February 2024 22:36:21 +0000 (0:00:00.028) 0:00:18.171 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, b84c2152-3d12-4e0d-9743-b7e4105e863b", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b84c2152-3d12-4e0d-9743-b7e4105e863b (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 27 February 2024 22:36:21 +0000 (0:00:00.029) 0:00:18.201 ****** 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, b84c2152-3d12-4e0d-9743-b7e4105e863b\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b84c2152-3d12-4e0d-9743-b7e4105e863b (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, b84c2152-3d12-4e0d-9743-b7e4105e863b", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b84c2152-3d12-4e0d-9743-b7e4105e863b (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Tuesday 27 February 2024 22:36:21 +0000 (0:00:00.027) 0:00:18.229 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Tuesday 27 February 2024 22:36:21 +0000 (0:00:00.034) 0:00:18.264 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:42 Tuesday 27 February 2024 22:36:21 +0000 (0:00:00.356) 0:00:18.621 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 27 February 2024 22:36:21 +0000 (0:00:00.076) 0:00:18.697 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 22:36:21 +0000 (0:00:00.035) 0:00:18.733 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1709073369.4331424, "block_size": 4096, "blocks": 0, "ctime": 1709073369.4331424, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26261, "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": 1709073369.4331424, "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_hotfixecr9br09/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 27 February 2024 22:36:22 +0000 (0:00:00.240) 0:00:18.974 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:44 Tuesday 27 February 2024 22:36:22 +0000 (0:00:00.038) 0:00:19.012 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/assert_profile_present.yml:3 Tuesday 27 February 2024 22:36:22 +0000 (0:00:00.048) 0:00:19.061 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/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_hotfixecr9br09/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 27 February 2024 22:36:22 +0000 (0:00:00.055) 0:00:19.116 ****** 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_hotfixecr9br09/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 27 February 2024 22:36:22 +0000 (0:00:00.027) 0:00:19.144 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 27 February 2024 22:36:22 +0000 (0:00:00.234) 0:00:19.378 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 27 February 2024 22:36:22 +0000 (0:00:00.020) 0:00:19.398 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.156476", "end": "2024-02-27 22:36:22.937868", "rc": 0, "start": "2024-02-27 22:36:22.781392" } 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_hotfixecr9br09/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 27 February 2024 22:36:22 +0000 (0:00:00.390) 0:00:19.789 ****** 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_hotfixecr9br09/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 27 February 2024 22:36:22 +0000 (0:00:00.022) 0:00:19.812 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 27 February 2024 22:36:23 +0000 (0:00:00.051) 0:00:19.863 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 27 February 2024 22:36:23 +0000 (0:00:00.020) 0:00:19.883 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 27 February 2024 22:36:23 +0000 (0:00:00.021) 0:00:19.905 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/assert_profile_present.yml:5 Tuesday 27 February 2024 22:36:23 +0000 (0:00:00.020) 0:00:19.926 ****** 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_hotfixecr9br09/tests/playbooks/tasks/assert_profile_present.yml:10 Tuesday 27 February 2024 22:36:23 +0000 (0:00:00.023) 0:00:19.950 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/assert_profile_present.yml:15 Tuesday 27 February 2024 22:36:23 +0000 (0:00:00.023) 0:00:19.974 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:48 Tuesday 27 February 2024 22:36:23 +0000 (0:00:00.023) 0:00:19.997 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004225", "end": "2024-02-27 22:36:23.382000", "rc": 0, "start": "2024-02-27 22:36:23.377775" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.13.206 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.13.206 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_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:52 Tuesday 27 February 2024 22:36:23 +0000 (0:00:00.234) 0:00:20.232 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:58 Tuesday 27 February 2024 22:36:23 +0000 (0:00:00.022) 0:00:20.254 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004207", "end": "2024-02-27 22:36:23.640800", "rc": 0, "start": "2024-02-27 22:36:23.636593" } 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_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:62 Tuesday 27 February 2024 22:36:23 +0000 (0:00:00.237) 0:00:20.492 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:69 Tuesday 27 February 2024 22:36:23 +0000 (0:00:00.021) 0:00:20.513 ****** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 27 February 2024 22:36:23 +0000 (0:00:00.020) 0:00:20.534 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 27 February 2024 22:36:23 +0000 (0:00:00.035) 0:00:20.569 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 27 February 2024 22:36:23 +0000 (0:00:00.036) 0:00:20.605 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 27 February 2024 22:36:23 +0000 (0:00:00.023) 0:00:20.629 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 27 February 2024 22:36:23 +0000 (0:00:00.022) 0:00:20.652 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 27 February 2024 22:36:26 +0000 (0:00:02.499) 0:00:23.151 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 27 February 2024 22:36:27 +0000 (0:00:00.823) 0:00:23.975 ****** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 27 February 2024 22:36:27 +0000 (0:00:00.022) 0:00:23.998 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 27 February 2024 22:36:27 +0000 (0:00:00.023) 0:00:24.021 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 27 February 2024 22:36:27 +0000 (0:00:00.024) 0:00:24.046 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Tuesday 27 February 2024 22:36:33 +0000 (0:00:05.944) 0:00:29.990 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Tuesday 27 February 2024 22:36:33 +0000 (0:00:00.030) 0:00:30.020 ****** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Tuesday 27 February 2024 22:36:33 +0000 (0:00:00.035) 0:00:30.056 ****** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Tuesday 27 February 2024 22:36:33 +0000 (0:00:00.060) 0:00:30.116 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Tuesday 27 February 2024 22:36:33 +0000 (0:00:00.027) 0:00:30.144 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 27 February 2024 22:36:33 +0000 (0:00:00.028) 0:00:30.172 ****** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Tuesday 27 February 2024 22:36:33 +0000 (0:00:00.037) 0:00:30.210 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Tuesday 27 February 2024 22:36:33 +0000 (0:00:00.467) 0:00:30.677 ****** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Tuesday 27 February 2024 22:36:33 +0000 (0:00:00.071) 0:00:30.748 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 27 February 2024 22:36:33 +0000 (0:00:00.020) 0:00:30.769 ****** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 27 February 2024 22:36:33 +0000 (0:00:00.021) 0:00:30.790 ****** 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 [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Tuesday 27 February 2024 22:36:34 +0000 (0:00:00.569) 0:00:31.360 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Tuesday 27 February 2024 22:36:34 +0000 (0:00:00.030) 0:00:31.391 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 27 February 2024 22:36:34 +0000 (0:00:00.025) 0:00:31.416 ****** 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 [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Tuesday 27 February 2024 22:36:34 +0000 (0:00:00.037) 0:00:31.453 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Tuesday 27 February 2024 22:36:34 +0000 (0:00:00.023) 0:00:31.477 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:81 Tuesday 27 February 2024 22:36:34 +0000 (0:00:00.250) 0:00:31.728 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:3 Tuesday 27 February 2024 22:36:34 +0000 (0:00:00.072) 0:00:31.800 ****** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:8 Tuesday 27 February 2024 22:36:35 +0000 (0:00:00.021) 0:00:31.822 ****** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:13 Tuesday 27 February 2024 22:36:35 +0000 (0:00:00.022) 0:00:31.845 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 22:36:35 +0000 (0:00:00.034) 0:00:31.879 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 22:36:35 +0000 (0:00:00.064) 0:00:31.944 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004130", "end": "2024-02-27 22:36:35.334504", "rc": 0, "start": "2024-02-27 22:36:35.330374" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 22:36:35 +0000 (0:00:00.241) 0:00:32.185 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 22:36:35 +0000 (0:00:00.022) 0:00:32.208 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:16 Tuesday 27 February 2024 22:36:35 +0000 (0:00:00.023) 0:00:32.231 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:27 Tuesday 27 February 2024 22:36:37 +0000 (0:00:02.539) 0:00:34.771 ****** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:35 Tuesday 27 February 2024 22:36:38 +0000 (0:00:00.050) 0:00:34.822 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:43 Tuesday 27 February 2024 22:36:38 +0000 (0:00:00.034) 0:00:34.857 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.025022", "end": "2024-02-27 22:36:38.280176", "rc": 0, "start": "2024-02-27 22:36:38.255154" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:49 Tuesday 27 February 2024 22:36:38 +0000 (0:00:00.292) 0:00:35.149 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:54 Tuesday 27 February 2024 22:36:38 +0000 (0:00:00.030) 0:00:35.180 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:60 Tuesday 27 February 2024 22:36:38 +0000 (0:00:00.037) 0:00:35.217 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:65 Tuesday 27 February 2024 22:36:38 +0000 (0:00:00.021) 0:00:35.239 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [TEST: I can configure an interface with auto_gateway disabled] *********** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:85 Tuesday 27 February 2024 22:36:38 +0000 (0:00:00.022) 0:00:35.262 ****** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:89 Tuesday 27 February 2024 22:36:38 +0000 (0:00:00.026) 0:00:35.289 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:3 Tuesday 27 February 2024 22:36:38 +0000 (0:00:00.050) 0:00:35.339 ****** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:8 Tuesday 27 February 2024 22:36:38 +0000 (0:00:00.018) 0:00:35.358 ****** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:13 Tuesday 27 February 2024 22:36:38 +0000 (0:00:00.051) 0:00:35.409 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 22:36:38 +0000 (0:00:00.033) 0:00:35.443 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 22:36:38 +0000 (0:00:00.035) 0:00:35.478 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004363", "end": "2024-02-27 22:36:38.887188", "rc": 0, "start": "2024-02-27 22:36:38.882825" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 22:36:38 +0000 (0:00:00.261) 0:00:35.740 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 22:36:38 +0000 (0:00:00.022) 0:00:35.762 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:16 Tuesday 27 February 2024 22:36:38 +0000 (0:00:00.021) 0:00:35.783 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:27 Tuesday 27 February 2024 22:36:41 +0000 (0:00:02.586) 0:00:38.370 ****** 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.008925", "end": "2024-02-27 22:36:41.774452", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-02-27 22:36:41.765527" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004511", "end": "2024-02-27 22:36:42.064176", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-02-27 22:36:42.059665" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004906", "end": "2024-02-27 22:36:42.296803", "item": "ip link set veth0 up", "rc": 0, "start": "2024-02-27 22:36:42.291897" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:35 Tuesday 27 February 2024 22:36:42 +0000 (0:00:00.780) 0:00:39.150 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.024037", "end": "2024-02-27 22:36:42.567830", "rc": 0, "start": "2024-02-27 22:36:42.543793" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:43 Tuesday 27 February 2024 22:36:42 +0000 (0:00:00.273) 0:00:39.423 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:49 Tuesday 27 February 2024 22:36:42 +0000 (0:00:00.021) 0:00:39.445 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:54 Tuesday 27 February 2024 22:36:42 +0000 (0:00:00.022) 0:00:39.468 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:60 Tuesday 27 February 2024 22:36:42 +0000 (0:00:00.021) 0:00:39.490 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:65 Tuesday 27 February 2024 22:36:42 +0000 (0:00:00.020) 0:00:39.510 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 27 February 2024 22:36:42 +0000 (0:00:00.021) 0:00:39.532 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 27 February 2024 22:36:42 +0000 (0:00:00.087) 0:00:39.620 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 27 February 2024 22:36:42 +0000 (0:00:00.036) 0:00:39.656 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 27 February 2024 22:36:42 +0000 (0:00:00.025) 0:00:39.682 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 27 February 2024 22:36:42 +0000 (0:00:00.023) 0:00:39.705 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 27 February 2024 22:36:45 +0000 (0:00:02.565) 0:00:42.271 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 27 February 2024 22:36:46 +0000 (0:00:00.845) 0:00:43.116 ****** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 27 February 2024 22:36:46 +0000 (0:00:00.024) 0:00:43.141 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 27 February 2024 22:36:46 +0000 (0:00:00.028) 0:00:43.169 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 27 February 2024 22:36:46 +0000 (0:00:00.026) 0:00:43.196 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Tuesday 27 February 2024 22:36:51 +0000 (0:00:04.813) 0:00:48.010 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Tuesday 27 February 2024 22:36:51 +0000 (0:00:00.033) 0:00:48.043 ****** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Tuesday 27 February 2024 22:36:51 +0000 (0:00:00.047) 0:00:48.091 ****** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Tuesday 27 February 2024 22:36:51 +0000 (0:00:00.056) 0:00:48.147 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Tuesday 27 February 2024 22:36:51 +0000 (0:00:00.077) 0:00:48.224 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 27 February 2024 22:36:51 +0000 (0:00:00.024) 0:00:48.249 ****** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Tuesday 27 February 2024 22:36:51 +0000 (0:00:00.039) 0:00:48.289 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Tuesday 27 February 2024 22:36:51 +0000 (0:00:00.496) 0:00:48.785 ****** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Tuesday 27 February 2024 22:36:52 +0000 (0:00:00.060) 0:00:48.846 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 27 February 2024 22:36:52 +0000 (0:00:00.027) 0:00:48.874 ****** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 27 February 2024 22:36:52 +0000 (0:00:00.021) 0:00:48.895 ****** 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, 696a4baa-137c-4338-a356-e9bba1111596 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 696a4baa-137c-4338-a356-e9bba1111596 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Tuesday 27 February 2024 22:36:52 +0000 (0:00:00.494) 0:00:49.390 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Tuesday 27 February 2024 22:36:52 +0000 (0:00:00.023) 0:00:49.413 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 696a4baa-137c-4338-a356-e9bba1111596", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 696a4baa-137c-4338-a356-e9bba1111596 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 27 February 2024 22:36:52 +0000 (0:00:00.023) 0:00:49.436 ****** 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, 696a4baa-137c-4338-a356-e9bba1111596\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 696a4baa-137c-4338-a356-e9bba1111596 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 696a4baa-137c-4338-a356-e9bba1111596", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 696a4baa-137c-4338-a356-e9bba1111596 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Tuesday 27 February 2024 22:36:52 +0000 (0:00:00.025) 0:00:49.461 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Tuesday 27 February 2024 22:36:52 +0000 (0:00:00.035) 0:00:49.496 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:110 Tuesday 27 February 2024 22:36:52 +0000 (0:00:00.256) 0:00:49.753 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 27 February 2024 22:36:52 +0000 (0:00:00.048) 0:00:49.802 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 22:36:53 +0000 (0:00:00.064) 0:00:49.866 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1709073401.771387, "block_size": 4096, "blocks": 0, "ctime": 1709073401.771387, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26847, "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": 1709073401.771387, "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_hotfixecr9br09/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 27 February 2024 22:36:53 +0000 (0:00:00.234) 0:00:50.101 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:112 Tuesday 27 February 2024 22:36:53 +0000 (0:00:00.023) 0:00:50.125 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/assert_profile_present.yml:3 Tuesday 27 February 2024 22:36:53 +0000 (0:00:00.051) 0:00:50.176 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/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_hotfixecr9br09/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 27 February 2024 22:36:53 +0000 (0:00:00.033) 0:00:50.209 ****** 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_hotfixecr9br09/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 27 February 2024 22:36:53 +0000 (0:00:00.020) 0:00:50.230 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 27 February 2024 22:36:53 +0000 (0:00:00.235) 0:00:50.466 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 27 February 2024 22:36:53 +0000 (0:00:00.020) 0:00:50.486 ****** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.023914", "end": "2024-02-27 22:36:53.899947", "rc": 0, "start": "2024-02-27 22:36:53.876033" } 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_hotfixecr9br09/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 27 February 2024 22:36:53 +0000 (0:00:00.267) 0:00:50.753 ****** 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_hotfixecr9br09/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 27 February 2024 22:36:53 +0000 (0:00:00.023) 0:00:50.777 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 27 February 2024 22:36:53 +0000 (0:00:00.021) 0:00:50.798 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 27 February 2024 22:36:54 +0000 (0:00:00.020) 0:00:50.819 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 27 February 2024 22:36:54 +0000 (0:00:00.023) 0:00:50.842 ****** skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/assert_profile_present.yml:5 Tuesday 27 February 2024 22:36:54 +0000 (0:00:00.065) 0:00:50.907 ****** 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_hotfixecr9br09/tests/playbooks/tasks/assert_profile_present.yml:10 Tuesday 27 February 2024 22:36:54 +0000 (0:00:00.028) 0:00:50.935 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/assert_profile_present.yml:15 Tuesday 27 February 2024 22:36:54 +0000 (0:00:00.027) 0:00:50.962 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:116 Tuesday 27 February 2024 22:36:54 +0000 (0:00:00.030) 0:00:50.993 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004524", "end": "2024-02-27 22:36:54.384075", "rc": 0, "start": "2024-02-27 22:36:54.379551" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.13.206 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.13.206 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_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:120 Tuesday 27 February 2024 22:36:54 +0000 (0:00:00.245) 0:00:51.239 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:126 Tuesday 27 February 2024 22:36:54 +0000 (0:00:00.023) 0:00:51.263 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004446", "end": "2024-02-27 22:36:54.654425", "rc": 0, "start": "2024-02-27 22:36:54.649979" } 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_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:130 Tuesday 27 February 2024 22:36:54 +0000 (0:00:00.253) 0:00:51.516 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:137 Tuesday 27 February 2024 22:36:54 +0000 (0:00:00.026) 0:00:51.543 ****** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 27 February 2024 22:36:54 +0000 (0:00:00.023) 0:00:51.566 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for sut TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 27 February 2024 22:36:54 +0000 (0:00:00.038) 0:00:51.605 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check if system is ostree] *********** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 27 February 2024 22:36:54 +0000 (0:00:00.035) 0:00:51.641 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 27 February 2024 22:36:54 +0000 (0:00:00.024) 0:00:51.665 ****** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 27 February 2024 22:36:54 +0000 (0:00:00.023) 0:00:51.689 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 27 February 2024 22:36:57 +0000 (0:00:02.469) 0:00:54.159 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 27 February 2024 22:36:58 +0000 (0:00:01.027) 0:00:55.186 ****** ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.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_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 27 February 2024 22:36:58 +0000 (0:00:00.038) 0:00:55.239 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.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_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 27 February 2024 22:36:58 +0000 (0:00:00.030) 0:00:55.270 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Tuesday 27 February 2024 22:36:58 +0000 (0:00:00.030) 0:00:55.300 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:34 Tuesday 27 February 2024 22:37:03 +0000 (0:00:04.595) 0:00:59.895 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version | int < 8", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:43 Tuesday 27 February 2024 22:37:03 +0000 (0:00:00.037) 0:00:59.933 ****** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Tuesday 27 February 2024 22:37:03 +0000 (0:00:00.058) 0:00:59.991 ****** skipping: [sut] => { "changed": false, "false_condition": "not network_packages is subset(ansible_facts.packages.keys())", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:68 Tuesday 27 February 2024 22:37:03 +0000 (0:00:00.072) 0:01:00.063 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:79 Tuesday 27 February 2024 22:37:03 +0000 (0:00:00.027) 0:01:00.091 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 27 February 2024 22:37:03 +0000 (0:00:00.024) 0:01:00.115 ****** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:105 Tuesday 27 February 2024 22:37:03 +0000 (0:00:00.034) 0:01:00.149 ****** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:116 Tuesday 27 February 2024 22:37:03 +0000 (0:00:00.457) 0:01:00.607 ****** skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:125 Tuesday 27 February 2024 22:37:03 +0000 (0:00:00.037) 0:01:00.644 ****** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Tuesday 27 February 2024 22:37:03 +0000 (0:00:00.024) 0:01:00.668 ****** skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 27 February 2024 22:37:03 +0000 (0:00:00.031) 0:01:00.700 ****** 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 [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:154 Tuesday 27 February 2024 22:37:04 +0000 (0:00:00.651) 0:01:01.352 ****** skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Tuesday 27 February 2024 22:37:04 +0000 (0:00:00.031) 0:01:01.384 ****** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:164 Tuesday 27 February 2024 22:37:04 +0000 (0:00:00.042) 0:01:01.426 ****** 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 [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:169 Tuesday 27 February 2024 22:37:04 +0000 (0:00:00.027) 0:01:01.453 ****** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Tuesday 27 February 2024 22:37:04 +0000 (0:00:00.026) 0:01:01.480 ****** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:149 Tuesday 27 February 2024 22:37:04 +0000 (0:00:00.316) 0:01:01.797 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:3 Tuesday 27 February 2024 22:37:05 +0000 (0:00:00.068) 0:01:01.865 ****** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:8 Tuesday 27 February 2024 22:37:05 +0000 (0:00:00.028) 0:01:01.893 ****** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:13 Tuesday 27 February 2024 22:37:05 +0000 (0:00:00.027) 0:01:01.921 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 22:37:05 +0000 (0:00:00.039) 0:01:01.960 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 22:37:05 +0000 (0:00:00.034) 0:01:01.994 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004226", "end": "2024-02-27 22:37:05.433627", "rc": 0, "start": "2024-02-27 22:37:05.429401" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 22:37:05 +0000 (0:00:00.301) 0:01:02.296 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 22:37:05 +0000 (0:00:00.072) 0:01:02.368 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:16 Tuesday 27 February 2024 22:37:05 +0000 (0:00:00.024) 0:01:02.393 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:27 Tuesday 27 February 2024 22:37:08 +0000 (0:00:02.642) 0:01:05.036 ****** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:35 Tuesday 27 February 2024 22:37:08 +0000 (0:00:00.028) 0:01:05.065 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:43 Tuesday 27 February 2024 22:37:08 +0000 (0:00:00.020) 0:01:05.086 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.020313", "end": "2024-02-27 22:37:08.497436", "rc": 0, "start": "2024-02-27 22:37:08.477123" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:49 Tuesday 27 February 2024 22:37:08 +0000 (0:00:00.275) 0:01:05.362 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:54 Tuesday 27 February 2024 22:37:08 +0000 (0:00:00.030) 0:01:05.393 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:60 Tuesday 27 February 2024 22:37:08 +0000 (0:00:00.024) 0:01:05.417 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:65 Tuesday 27 February 2024 22:37:08 +0000 (0:00:00.034) 0:01:05.451 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tests_auto_gateway.yml:153 Tuesday 27 February 2024 22:37:08 +0000 (0:00:00.052) 0:01:05.504 ****** included: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/check_network_dns.yml:6 Tuesday 27 February 2024 22:37:08 +0000 (0:00:00.102) 0:01:05.606 ****** 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.010473", "end": "2024-02-27 22:37:09.056653", "rc": 0, "start": "2024-02-27 22:37:09.046180" } 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 0a:ff:d2:66:53:fd brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.13.206/22 brd 10.31.15.255 scope global dynamic noprefixroute eth0 valid_lft 2773sec preferred_lft 2773sec inet6 fe80::8ff:d2ff:fe66:53fd/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.12.1 dev eth0 proto dhcp src 10.31.13.206 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.13.206 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_hotfixecr9br09/tests/playbooks/tasks/check_network_dns.yml:24 Tuesday 27 February 2024 22:37:09 +0000 (0:00:00.304) 0:01:05.911 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts[\"distribution\"] == \"CentOS\"", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=131 changed=4 unreachable=0 failed=0 skipped=111 rescued=0 ignored=0 Tuesday 27 February 2024 22:37:09 +0000 (0:00:00.056) 0:01:05.967 ****** =============================================================================== fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 5.94s /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 5.11s /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 4.81s /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 fedora.linux_system_roles.network : Check if updates for network packages are available through the DNF package manager --- 4.60s /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Install iproute --------------------------------------------------------- 2.67s /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.64s /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 2.57s /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 2.54s /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 2.51s /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.50s /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.47s /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.09s /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 1.05s /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/tests_auto_gateway_nm.yml:6 ------- fedora.linux_system_roles.network : Check which packages are installed --- 1.03s /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.91s /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 fedora.linux_system_roles.network : Check which packages are installed --- 0.85s /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.82s /WORKDIR/git-nm_plugin_hotfixecr9br09/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Create veth interface veth0 --------------------------------------------- 0.78s /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:27 Create veth interface veth0 --------------------------------------------- 0.76s /WORKDIR/git-nm_plugin_hotfixecr9br09/tests/playbooks/tasks/manage_test_interface.yml:27 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---