# 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_hotfix3__8457_/.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_hotfix3__8457_/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_hotfix3__8457_/tests/tests_auto_gateway_nm.yml:6 Friday 15 March 2024 15:18:08 +0000 (0:00:00.011) 0:00:00.011 ********** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tests_auto_gateway_nm.yml:9 Friday 15 March 2024 15:18:09 +0000 (0:00:01.024) 0:00:01.036 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/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_hotfix3__8457_/tests/tasks/el_repo_setup.yml:3 Friday 15 March 2024 15:18:09 +0000 (0:00:00.011) 0:00:01.048 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/el_repo_setup.yml:17 Friday 15 March 2024 15:18:09 +0000 (0:00:00.404) 0:00:01.452 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/el_repo_setup.yml:22 Friday 15 March 2024 15:18:09 +0000 (0:00:00.289) 0:00:01.742 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/el_repo_setup.yml:26 Friday 15 March 2024 15:18:09 +0000 (0:00:00.013) 0:00:01.755 ********** 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_hotfix3__8457_/tests/tasks/el_repo_setup.yml:51 Friday 15 March 2024 15:18:09 +0000 (0:00:00.008) 0:00:01.764 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tasks/enable_epel.yml:8 Friday 15 March 2024 15:18:09 +0000 (0:00:00.020) 0:00:01.785 ********** 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_hotfix3__8457_/tests/tasks/enable_epel.yml:24 Friday 15 March 2024 15:18:09 +0000 (0:00:00.007) 0:00:01.793 ********** 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_hotfix3__8457_/tests/tasks/enable_epel.yml:30 Friday 15 March 2024 15:18:09 +0000 (0:00:00.007) 0:00:01.800 ********** 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_hotfix3__8457_/tests/tasks/enable_epel.yml:35 Friday 15 March 2024 15:18:09 +0000 (0:00:00.007) 0:00:01.807 ********** 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_hotfix3__8457_/tests/tasks/enable_epel.yml:40 Friday 15 March 2024 15:18:09 +0000 (0:00:00.007) 0:00:01.815 ********** 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_hotfix3__8457_/tests/tests_auto_gateway_nm.yml:11 Friday 15 March 2024 15:18:09 +0000 (0:00:00.007) 0:00:01.822 ********** 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_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:3 Friday 15 March 2024 15:18:09 +0000 (0:00:00.016) 0:00:01.839 ********** ok: [sut] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:9 Friday 15 March 2024 15:18:10 +0000 (0:00:00.815) 0:00:02.654 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:18:10 +0000 (0:00:00.025) 0:00:02.679 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:18:10 +0000 (0:00:00.011) 0:00:02.690 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004250", "end": "2024-03-15 15:18:11.076297", "rc": 0, "start": "2024-03-15 15:18:11.072047" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:18:11 +0000 (0:00:00.292) 0:00:02.983 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:18:11 +0000 (0:00:00.010) 0:00:02.993 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:11 Friday 15 March 2024 15:18:11 +0000 (0:00:00.010) 0:00:03.004 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:18:11 +0000 (0:00:00.026) 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:18:11 +0000 (0:00:00.009) 0:00:03.040 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:18:11 +0000 (0:00:00.008) 0:00:03.048 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:18:11 +0000 (0:00:00.012) 0:00:03.061 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:18:11 +0000 (0:00:00.011) 0:00:03.072 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004324", "end": "2024-03-15 15:18:11.400820", "rc": 0, "start": "2024-03-15 15:18:11.396496" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:18:11 +0000 (0:00:00.236) 0:00:03.308 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:18:11 +0000 (0:00:00.011) 0:00:03.320 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:18:11 +0000 (0:00:00.013) 0:00:03.333 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:27 Friday 15 March 2024 15:18:14 +0000 (0:00:02.697) 0:00:06.030 ********** 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.038437", "end": "2024-03-15 15:18:14.401654", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-03-15 15:18:14.363217" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004578", "end": "2024-03-15 15:18:14.693787", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-03-15 15:18:14.689209" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004710", "end": "2024-03-15 15:18:14.947069", "item": "ip link set veth0 up", "rc": 0, "start": "2024-03-15 15:18:14.942359" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:35 Friday 15 March 2024 15:18:14 +0000 (0:00:00.824) 0:00:06.855 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.096342", "end": "2024-03-15 15:18:15.276003", "rc": 0, "start": "2024-03-15 15:18:15.179661" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:43 Friday 15 March 2024 15:18:15 +0000 (0:00:00.328) 0:00:07.184 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:49 Friday 15 March 2024 15:18:15 +0000 (0:00:00.009) 0:00:07.194 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:54 Friday 15 March 2024 15:18:15 +0000 (0:00:00.009) 0:00:07.203 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:60 Friday 15 March 2024 15:18:15 +0000 (0:00:00.009) 0:00:07.213 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:18:15 +0000 (0:00:00.009) 0:00:07.222 ********** 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_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:15 Friday 15 March 2024 15:18:15 +0000 (0:00:00.008) 0:00:07.231 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/assert_device_present.yml:3 Friday 15 March 2024 15:18:15 +0000 (0:00:00.025) 0:00:07.256 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:18:15 +0000 (0:00:00.011) 0:00:07.267 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710515894.397893, "block_size": 4096, "blocks": 0, "ctime": 1710515894.397893, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26310, "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": 1710515894.397893, "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_hotfix3__8457_/tests/playbooks/tasks/assert_device_present.yml:5 Friday 15 March 2024 15:18:15 +0000 (0:00:00.234) 0:00:07.502 ********** 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_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:17 Friday 15 March 2024 15:18:15 +0000 (0:00:00.017) 0:00:07.519 ********** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 15 March 2024 15:18:15 +0000 (0:00:00.012) 0:00:07.531 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/.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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 15 March 2024 15:18:15 +0000 (0:00:00.020) 0:00:07.552 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 15 March 2024 15:18:15 +0000 (0:00:00.026) 0:00:07.579 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 15 March 2024 15:18:15 +0000 (0:00:00.013) 0:00:07.592 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 15 March 2024 15:18:15 +0000 (0:00:00.012) 0:00:07.604 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 15 March 2024 15:18:18 +0000 (0:00:02.691) 0:00:10.296 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 15 March 2024 15:18:19 +0000 (0:00:01.033) 0:00:11.329 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 15 March 2024 15:18:19 +0000 (0:00:00.022) 0:00:11.352 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 15 March 2024 15:18:19 +0000 (0:00:00.022) 0:00:11.374 ********** 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 due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 15 March 2024 15:18:19 +0000 (0:00:00.022) 0:00:11.397 ********** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Friday 15 March 2024 15:18:19 +0000 (0:00:00.037) 0:00:11.435 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Friday 15 March 2024 15:18:19 +0000 (0:00:00.055) 0:00:11.490 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Friday 15 March 2024 15:18:19 +0000 (0:00:00.036) 0:00:11.526 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Friday 15 March 2024 15:18:19 +0000 (0:00:00.055) 0:00:11.582 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 15 March 2024 15:18:19 +0000 (0:00:00.024) 0:00:11.607 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Friday 15 March 2024 15:18:19 +0000 (0:00:00.023) 0:00:11.631 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Friday 15 March 2024 15:18:19 +0000 (0:00:00.037) 0:00:11.669 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 15 March 2024 15:18:20 +0000 (0:00:00.636) 0:00:12.305 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 15 March 2024 15:18:20 +0000 (0:00:00.035) 0:00:12.340 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Friday 15 March 2024 15:18:20 +0000 (0:00:00.019) 0:00:12.360 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Friday 15 March 2024 15:18:20 +0000 (0:00:00.019) 0:00:12.380 ********** 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, d7bcea26-7931-4c0e-9393-e057e8c1c5d8 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d7bcea26-7931-4c0e-9393-e057e8c1c5d8 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Friday 15 March 2024 15:18:21 +0000 (0:00:01.075) 0:00:13.455 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Friday 15 March 2024 15:18:21 +0000 (0:00:00.025) 0:00:13.480 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, d7bcea26-7931-4c0e-9393-e057e8c1c5d8", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d7bcea26-7931-4c0e-9393-e057e8c1c5d8 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Friday 15 March 2024 15:18:21 +0000 (0:00:00.022) 0:00:13.503 ********** 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, d7bcea26-7931-4c0e-9393-e057e8c1c5d8\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d7bcea26-7931-4c0e-9393-e057e8c1c5d8 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, d7bcea26-7931-4c0e-9393-e057e8c1c5d8", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d7bcea26-7931-4c0e-9393-e057e8c1c5d8 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Friday 15 March 2024 15:18:21 +0000 (0:00:00.023) 0:00:13.527 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 15 March 2024 15:18:21 +0000 (0:00:00.024) 0:00:13.551 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:42 Friday 15 March 2024 15:18:22 +0000 (0:00:00.351) 0:00:13.903 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/assert_device_present.yml:3 Friday 15 March 2024 15:18:22 +0000 (0:00:00.123) 0:00:14.026 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:18:22 +0000 (0:00:00.034) 0:00:14.061 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710515894.397893, "block_size": 4096, "blocks": 0, "ctime": 1710515894.397893, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26310, "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": 1710515894.397893, "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_hotfix3__8457_/tests/playbooks/tasks/assert_device_present.yml:5 Friday 15 March 2024 15:18:22 +0000 (0:00:00.244) 0:00:14.306 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:44 Friday 15 March 2024 15:18:22 +0000 (0:00:00.025) 0:00:14.332 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 15 March 2024 15:18:22 +0000 (0:00:00.046) 0:00:14.378 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/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_hotfix3__8457_/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 15 March 2024 15:18:22 +0000 (0:00:00.032) 0:00:14.411 ********** 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_hotfix3__8457_/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 15 March 2024 15:18:22 +0000 (0:00:00.020) 0:00:14.431 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 15 March 2024 15:18:22 +0000 (0:00:00.244) 0:00:14.676 ********** 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_hotfix3__8457_/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 15 March 2024 15:18:22 +0000 (0:00:00.020) 0:00:14.696 ********** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.025730", "end": "2024-03-15 15:18:23.053408", "rc": 0, "start": "2024-03-15 15:18:23.027678" } 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_hotfix3__8457_/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 15 March 2024 15:18:23 +0000 (0:00:00.273) 0:00:14.970 ********** 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_hotfix3__8457_/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 15 March 2024 15:18:23 +0000 (0:00:00.022) 0:00:14.992 ********** 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_hotfix3__8457_/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 15 March 2024 15:18:23 +0000 (0:00:00.048) 0:00:15.041 ********** 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_hotfix3__8457_/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 15 March 2024 15:18:23 +0000 (0:00:00.020) 0:00:15.061 ********** 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_hotfix3__8457_/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 15 March 2024 15:18:23 +0000 (0:00:00.020) 0:00:15.081 ********** 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_hotfix3__8457_/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 15 March 2024 15:18:23 +0000 (0:00:00.020) 0:00:15.102 ********** 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_hotfix3__8457_/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 15 March 2024 15:18:23 +0000 (0:00:00.023) 0:00:15.125 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 15 March 2024 15:18:23 +0000 (0:00:00.023) 0:00:15.149 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:48 Friday 15 March 2024 15:18:23 +0000 (0:00:00.022) 0:00:15.172 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004492", "end": "2024-03-15 15:18:23.506217", "rc": 0, "start": "2024-03-15 15:18:23.501725" } STDOUT: default via 10.31.40.1 dev eth0 proto dhcp src 10.31.40.73 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.40.73 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_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:52 Friday 15 March 2024 15:18:23 +0000 (0:00:00.253) 0:00:15.425 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:58 Friday 15 March 2024 15:18:23 +0000 (0:00:00.026) 0:00:15.452 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004465", "end": "2024-03-15 15:18:23.783055", "rc": 0, "start": "2024-03-15 15:18:23.778590" } 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_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:62 Friday 15 March 2024 15:18:23 +0000 (0:00:00.248) 0:00:15.701 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:69 Friday 15 March 2024 15:18:23 +0000 (0:00:00.024) 0:00:15.725 ********** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 15 March 2024 15:18:23 +0000 (0:00:00.022) 0:00:15.748 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/.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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 15 March 2024 15:18:23 +0000 (0:00:00.038) 0:00:15.786 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 15 March 2024 15:18:23 +0000 (0:00:00.042) 0:00:15.828 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 15 March 2024 15:18:23 +0000 (0:00:00.027) 0:00:15.855 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 15 March 2024 15:18:24 +0000 (0:00:00.027) 0:00:15.883 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 15 March 2024 15:18:26 +0000 (0:00:02.683) 0:00:18.567 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 15 March 2024 15:18:27 +0000 (0:00:00.837) 0:00:19.404 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 15 March 2024 15:18:27 +0000 (0:00:00.023) 0:00:19.428 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 15 March 2024 15:18:27 +0000 (0:00:00.024) 0:00:19.452 ********** 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 due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 15 March 2024 15:18:27 +0000 (0:00:00.024) 0:00:19.477 ********** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Friday 15 March 2024 15:18:27 +0000 (0:00:00.037) 0:00:19.514 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Friday 15 March 2024 15:18:27 +0000 (0:00:00.029) 0:00:19.544 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Friday 15 March 2024 15:18:27 +0000 (0:00:00.037) 0:00:19.581 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Friday 15 March 2024 15:18:27 +0000 (0:00:00.053) 0:00:19.635 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 15 March 2024 15:18:27 +0000 (0:00:00.024) 0:00:19.659 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Friday 15 March 2024 15:18:27 +0000 (0:00:00.025) 0:00:19.684 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Friday 15 March 2024 15:18:27 +0000 (0:00:00.035) 0:00:19.720 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 15 March 2024 15:18:28 +0000 (0:00:00.465) 0:00:20.186 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 15 March 2024 15:18:28 +0000 (0:00:00.045) 0:00:20.231 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Friday 15 March 2024 15:18:28 +0000 (0:00:00.070) 0:00:20.302 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Friday 15 March 2024 15:18:28 +0000 (0:00:00.020) 0:00:20.323 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Friday 15 March 2024 15:18:29 +0000 (0:00:00.585) 0:00:20.908 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Friday 15 March 2024 15:18:29 +0000 (0:00:00.026) 0:00:20.935 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Friday 15 March 2024 15:18:29 +0000 (0:00:00.024) 0:00:20.960 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Friday 15 March 2024 15:18:29 +0000 (0:00:00.024) 0:00:20.985 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 15 March 2024 15:18:29 +0000 (0:00:00.031) 0:00:21.016 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:81 Friday 15 March 2024 15:18:29 +0000 (0:00:00.247) 0:00:21.264 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:18:29 +0000 (0:00:00.049) 0:00:21.314 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:18:29 +0000 (0:00:00.020) 0:00:21.334 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:18:29 +0000 (0:00:00.018) 0:00:21.353 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:18:29 +0000 (0:00:00.031) 0:00:21.384 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:18:29 +0000 (0:00:00.060) 0:00:21.445 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004198", "end": "2024-03-15 15:18:29.773886", "rc": 0, "start": "2024-03-15 15:18:29.769688" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:18:29 +0000 (0:00:00.246) 0:00:21.691 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:18:29 +0000 (0:00:00.028) 0:00:21.720 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:18:29 +0000 (0:00:00.024) 0:00:21.745 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:27 Friday 15 March 2024 15:18:32 +0000 (0:00:02.560) 0:00:24.306 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:35 Friday 15 March 2024 15:18:32 +0000 (0:00:00.032) 0:00:24.339 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:43 Friday 15 March 2024 15:18:32 +0000 (0:00:00.022) 0:00:24.361 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.024445", "end": "2024-03-15 15:18:32.712627", "rc": 0, "start": "2024-03-15 15:18:32.688182" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:49 Friday 15 March 2024 15:18:32 +0000 (0:00:00.288) 0:00:24.650 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:54 Friday 15 March 2024 15:18:32 +0000 (0:00:00.027) 0:00:24.678 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:60 Friday 15 March 2024 15:18:32 +0000 (0:00:00.034) 0:00:24.713 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:18:32 +0000 (0:00:00.024) 0:00:24.737 ********** 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_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:85 Friday 15 March 2024 15:18:32 +0000 (0:00:00.035) 0:00:24.772 ********** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:89 Friday 15 March 2024 15:18:32 +0000 (0:00:00.024) 0:00:24.796 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:18:32 +0000 (0:00:00.053) 0:00:24.849 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:18:32 +0000 (0:00:00.022) 0:00:24.872 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:18:33 +0000 (0:00:00.060) 0:00:24.932 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:18:33 +0000 (0:00:00.036) 0:00:24.968 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:18:33 +0000 (0:00:00.032) 0:00:25.001 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004223", "end": "2024-03-15 15:18:33.334672", "rc": 0, "start": "2024-03-15 15:18:33.330449" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:18:33 +0000 (0:00:00.251) 0:00:25.253 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:18:33 +0000 (0:00:00.029) 0:00:25.282 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:18:33 +0000 (0:00:00.024) 0:00:25.307 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:27 Friday 15 March 2024 15:18:36 +0000 (0:00:02.600) 0:00:27.907 ********** 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.007895", "end": "2024-03-15 15:18:36.247657", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-03-15 15:18:36.239762" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004380", "end": "2024-03-15 15:18:36.539408", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-03-15 15:18:36.535028" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004338", "end": "2024-03-15 15:18:36.771548", "item": "ip link set veth0 up", "rc": 0, "start": "2024-03-15 15:18:36.767210" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:35 Friday 15 March 2024 15:18:36 +0000 (0:00:00.789) 0:00:28.697 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.022780", "end": "2024-03-15 15:18:37.049275", "rc": 0, "start": "2024-03-15 15:18:37.026495" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:43 Friday 15 March 2024 15:18:37 +0000 (0:00:00.280) 0:00:28.977 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:49 Friday 15 March 2024 15:18:37 +0000 (0:00:00.026) 0:00:29.003 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:54 Friday 15 March 2024 15:18:37 +0000 (0:00:00.033) 0:00:29.037 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:60 Friday 15 March 2024 15:18:37 +0000 (0:00:00.020) 0:00:29.057 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:18:37 +0000 (0:00:00.020) 0:00:29.078 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 15 March 2024 15:18:37 +0000 (0:00:00.020) 0:00:29.098 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/.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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 15 March 2024 15:18:37 +0000 (0:00:00.070) 0:00:29.168 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 15 March 2024 15:18:37 +0000 (0:00:00.034) 0:00:29.202 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 15 March 2024 15:18:37 +0000 (0:00:00.023) 0:00:29.226 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 15 March 2024 15:18:37 +0000 (0:00:00.025) 0:00:29.252 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 15 March 2024 15:18:39 +0000 (0:00:02.584) 0:00:31.836 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 15 March 2024 15:18:40 +0000 (0:00:00.844) 0:00:32.680 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 15 March 2024 15:18:40 +0000 (0:00:00.024) 0:00:32.705 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 15 March 2024 15:18:40 +0000 (0:00:00.024) 0:00:32.730 ********** 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 due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 15 March 2024 15:18:40 +0000 (0:00:00.025) 0:00:32.756 ********** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Friday 15 March 2024 15:18:40 +0000 (0:00:00.039) 0:00:32.795 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Friday 15 March 2024 15:18:40 +0000 (0:00:00.029) 0:00:32.825 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Friday 15 March 2024 15:18:40 +0000 (0:00:00.034) 0:00:32.859 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Friday 15 March 2024 15:18:41 +0000 (0:00:00.053) 0:00:32.913 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 15 March 2024 15:18:41 +0000 (0:00:00.060) 0:00:32.973 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Friday 15 March 2024 15:18:41 +0000 (0:00:00.022) 0:00:32.996 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Friday 15 March 2024 15:18:41 +0000 (0:00:00.037) 0:00:33.034 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 15 March 2024 15:18:41 +0000 (0:00:00.465) 0:00:33.499 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 15 March 2024 15:18:41 +0000 (0:00:00.035) 0:00:33.535 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Friday 15 March 2024 15:18:41 +0000 (0:00:00.020) 0:00:33.555 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Friday 15 March 2024 15:18:41 +0000 (0:00:00.020) 0:00:33.576 ********** 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, 28fe27c4-baec-45a3-92fd-2fec17ac21a3 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 28fe27c4-baec-45a3-92fd-2fec17ac21a3 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Friday 15 March 2024 15:18:42 +0000 (0:00:00.498) 0:00:34.074 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Friday 15 March 2024 15:18:42 +0000 (0:00:00.025) 0:00:34.100 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 28fe27c4-baec-45a3-92fd-2fec17ac21a3", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 28fe27c4-baec-45a3-92fd-2fec17ac21a3 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Friday 15 March 2024 15:18:42 +0000 (0:00:00.023) 0:00:34.123 ********** 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, 28fe27c4-baec-45a3-92fd-2fec17ac21a3\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 28fe27c4-baec-45a3-92fd-2fec17ac21a3 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 28fe27c4-baec-45a3-92fd-2fec17ac21a3", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 28fe27c4-baec-45a3-92fd-2fec17ac21a3 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Friday 15 March 2024 15:18:42 +0000 (0:00:00.023) 0:00:34.147 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 15 March 2024 15:18:42 +0000 (0:00:00.025) 0:00:34.172 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:110 Friday 15 March 2024 15:18:42 +0000 (0:00:00.249) 0:00:34.422 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/assert_device_present.yml:3 Friday 15 March 2024 15:18:42 +0000 (0:00:00.049) 0:00:34.472 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:18:42 +0000 (0:00:00.065) 0:00:34.537 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710515916.2455826, "block_size": 4096, "blocks": 0, "ctime": 1710515916.2455826, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26896, "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": 1710515916.2455826, "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_hotfix3__8457_/tests/playbooks/tasks/assert_device_present.yml:5 Friday 15 March 2024 15:18:42 +0000 (0:00:00.243) 0:00:34.780 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:112 Friday 15 March 2024 15:18:42 +0000 (0:00:00.023) 0:00:34.803 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 15 March 2024 15:18:42 +0000 (0:00:00.050) 0:00:34.854 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/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_hotfix3__8457_/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 15 March 2024 15:18:43 +0000 (0:00:00.034) 0:00:34.889 ********** 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_hotfix3__8457_/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 15 March 2024 15:18:43 +0000 (0:00:00.021) 0:00:34.911 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 15 March 2024 15:18:43 +0000 (0:00:00.246) 0:00:35.157 ********** 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_hotfix3__8457_/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 15 March 2024 15:18:43 +0000 (0:00:00.020) 0:00:35.178 ********** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.023736", "end": "2024-03-15 15:18:43.526175", "rc": 0, "start": "2024-03-15 15:18:43.502439" } 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_hotfix3__8457_/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 15 March 2024 15:18:43 +0000 (0:00:00.265) 0:00:35.444 ********** 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_hotfix3__8457_/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 15 March 2024 15:18:43 +0000 (0:00:00.025) 0:00:35.469 ********** 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_hotfix3__8457_/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 15 March 2024 15:18:43 +0000 (0:00:00.029) 0:00:35.499 ********** 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_hotfix3__8457_/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 15 March 2024 15:18:43 +0000 (0:00:00.034) 0:00:35.533 ********** 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_hotfix3__8457_/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 15 March 2024 15:18:43 +0000 (0:00:00.032) 0:00:35.566 ********** 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_hotfix3__8457_/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 15 March 2024 15:18:43 +0000 (0:00:00.074) 0:00:35.640 ********** 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_hotfix3__8457_/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 15 March 2024 15:18:43 +0000 (0:00:00.027) 0:00:35.668 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 15 March 2024 15:18:43 +0000 (0:00:00.025) 0:00:35.693 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:116 Friday 15 March 2024 15:18:43 +0000 (0:00:00.031) 0:00:35.724 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004311", "end": "2024-03-15 15:18:44.065931", "rc": 0, "start": "2024-03-15 15:18:44.061620" } STDOUT: default via 10.31.40.1 dev eth0 proto dhcp src 10.31.40.73 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.40.73 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_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:120 Friday 15 March 2024 15:18:44 +0000 (0:00:00.264) 0:00:35.988 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:126 Friday 15 March 2024 15:18:44 +0000 (0:00:00.027) 0:00:36.016 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004525", "end": "2024-03-15 15:18:44.346867", "rc": 0, "start": "2024-03-15 15:18:44.342342" } 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_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:130 Friday 15 March 2024 15:18:44 +0000 (0:00:00.247) 0:00:36.264 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:137 Friday 15 March 2024 15:18:44 +0000 (0:00:00.022) 0:00:36.286 ********** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 15 March 2024 15:18:44 +0000 (0:00:00.021) 0:00:36.308 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/.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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 15 March 2024 15:18:44 +0000 (0:00:00.036) 0:00:36.345 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 15 March 2024 15:18:44 +0000 (0:00:00.035) 0:00:36.380 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 15 March 2024 15:18:44 +0000 (0:00:00.024) 0:00:36.405 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 15 March 2024 15:18:44 +0000 (0:00:00.024) 0:00:36.430 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 15 March 2024 15:18:47 +0000 (0:00:02.582) 0:00:39.012 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 15 March 2024 15:18:48 +0000 (0:00:00.925) 0:00:39.938 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 15 March 2024 15:18:48 +0000 (0:00:00.023) 0:00:39.961 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 15 March 2024 15:18:48 +0000 (0:00:00.024) 0:00:39.986 ********** 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 due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:25 Friday 15 March 2024 15:18:48 +0000 (0:00:00.024) 0:00:40.011 ********** 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 : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:37 Friday 15 March 2024 15:18:48 +0000 (0:00:00.037) 0:00:40.048 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:49 Friday 15 March 2024 15:18:48 +0000 (0:00:00.030) 0:00:40.079 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Friday 15 March 2024 15:18:48 +0000 (0:00:00.037) 0:00:40.116 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:74 Friday 15 March 2024 15:18:48 +0000 (0:00:00.054) 0:00:40.170 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:85 Friday 15 March 2024 15:18:48 +0000 (0:00:00.027) 0:00:40.198 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:98 Friday 15 March 2024 15:18:48 +0000 (0:00:00.028) 0:00:40.226 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 Friday 15 March 2024 15:18:48 +0000 (0:00:00.039) 0:00:40.266 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:122 Friday 15 March 2024 15:18:48 +0000 (0:00:00.485) 0:00:40.751 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 15 March 2024 15:18:48 +0000 (0:00:00.038) 0:00:40.790 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Friday 15 March 2024 15:18:48 +0000 (0:00:00.032) 0:00:40.822 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 Friday 15 March 2024 15:18:48 +0000 (0:00:00.021) 0:00:40.844 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:160 Friday 15 March 2024 15:18:49 +0000 (0:00:00.568) 0:00:41.413 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:166 Friday 15 March 2024 15:18:49 +0000 (0:00:00.105) 0:00:41.519 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:170 Friday 15 March 2024 15:18:49 +0000 (0:00:00.024) 0:00:41.543 ********** 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_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:175 Friday 15 March 2024 15:18:49 +0000 (0:00:00.024) 0:00:41.568 ********** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:181 Friday 15 March 2024 15:18:49 +0000 (0:00:00.026) 0:00:41.594 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:149 Friday 15 March 2024 15:18:49 +0000 (0:00:00.248) 0:00:41.843 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:18:50 +0000 (0:00:00.053) 0:00:41.896 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:18:50 +0000 (0:00:00.020) 0:00:41.917 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:18:50 +0000 (0:00:00.019) 0:00:41.937 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:18:50 +0000 (0:00:00.033) 0:00:41.970 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:18:50 +0000 (0:00:00.032) 0:00:42.002 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004228", "end": "2024-03-15 15:18:50.335044", "rc": 0, "start": "2024-03-15 15:18:50.330816" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:18:50 +0000 (0:00:00.256) 0:00:42.258 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:18:50 +0000 (0:00:00.025) 0:00:42.284 ********** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:18:50 +0000 (0:00:00.070) 0:00:42.354 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:27 Friday 15 March 2024 15:18:53 +0000 (0:00:02.573) 0:00:44.928 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:35 Friday 15 March 2024 15:18:53 +0000 (0:00:00.030) 0:00:44.958 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:43 Friday 15 March 2024 15:18:53 +0000 (0:00:00.024) 0:00:44.982 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.024493", "end": "2024-03-15 15:18:53.337929", "rc": 0, "start": "2024-03-15 15:18:53.313436" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:49 Friday 15 March 2024 15:18:53 +0000 (0:00:00.275) 0:00:45.258 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:54 Friday 15 March 2024 15:18:53 +0000 (0:00:00.021) 0:00:45.279 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:60 Friday 15 March 2024 15:18:53 +0000 (0:00:00.021) 0:00:45.300 ********** 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_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:18:53 +0000 (0:00:00.021) 0:00:45.322 ********** 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_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:153 Friday 15 March 2024 15:18:53 +0000 (0:00:00.020) 0:00:45.342 ********** included: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/check_network_dns.yml:6 Friday 15 March 2024 15:18:53 +0000 (0:00:00.053) 0:00:45.395 ********** 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.010443", "end": "2024-03-15 15:18:53.731269", "rc": 0, "start": "2024-03-15 15:18:53.720826" } 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 0e:1b:36:60:fe:33 brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.40.73/22 brd 10.31.43.255 scope global dynamic noprefixroute eth0 valid_lft 2708sec preferred_lft 2708sec inet6 fe80::c1b:36ff:fe60:fe33/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.40.1 dev eth0 proto dhcp src 10.31.40.73 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.40.73 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_hotfix3__8457_/tests/playbooks/tasks/check_network_dns.yml:24 Friday 15 March 2024 15:18:53 +0000 (0:00:00.262) 0:00:45.657 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts[\"distribution\"] == \"CentOS\"", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=127 changed=4 unreachable=0 failed=0 skipped=115 rescued=0 ignored=0 Friday 15 March 2024 15:18:53 +0000 (0:00:00.061) 0:00:45.719 ********** =============================================================================== Install iproute --------------------------------------------------------- 2.70s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 2.69s /WORKDIR/git-nm_plugin_hotfix3__8457_/.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.68s /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 2.60s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 2.58s /WORKDIR/git-nm_plugin_hotfix3__8457_/.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.58s /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 2.57s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.56s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.08s /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 fedora.linux_system_roles.network : Check which packages are installed --- 1.03s /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 1.02s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/tests_auto_gateway_nm.yml:6 ------- fedora.linux_system_roles.network : Check which packages are installed --- 0.93s /WORKDIR/git-nm_plugin_hotfix3__8457_/.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.84s /WORKDIR/git-nm_plugin_hotfix3__8457_/.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.84s /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Create veth interface veth0 --------------------------------------------- 0.82s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:27 Gathering Facts --------------------------------------------------------- 0.82s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tests_auto_gateway.yml:3 Create veth interface veth0 --------------------------------------------- 0.79s /WORKDIR/git-nm_plugin_hotfix3__8457_/tests/playbooks/tasks/manage_test_interface.yml:27 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.64s /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:111 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.59s /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.57s /WORKDIR/git-nm_plugin_hotfix3__8457_/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:148 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---