# 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-test_network_state_fixwx_8ohmo/.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-test_network_state_fixwx_8ohmo/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-test_network_state_fixwx_8ohmo/tests/tests_auto_gateway_nm.yml:5 Monday 27 November 2023 23:46:08 +0000 (0:00:00.016) 0:00:00.016 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/tests_auto_gateway_nm.yml:9 Monday 27 November 2023 23:46:10 +0000 (0:00:01.875) 0:00:01.892 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/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-test_network_state_fixwx_8ohmo/tests/tasks/el_repo_setup.yml:3 Monday 27 November 2023 23:46:10 +0000 (0:00:00.015) 0:00:01.908 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/tasks/el_repo_setup.yml:20 Monday 27 November 2023 23:46:10 +0000 (0:00:00.396) 0:00:02.305 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set package manager to use for ostree] *********************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/tasks/el_repo_setup.yml:25 Monday 27 November 2023 23:46:10 +0000 (0:00:00.272) 0:00:02.577 ******* skipping: [sut] => { "changed": false, "false_condition": "__ostree_booted_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/tasks/el_repo_setup.yml:32 Monday 27 November 2023 23:46:10 +0000 (0:00:00.021) 0:00:02.598 ******* 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-test_network_state_fixwx_8ohmo/tests/tasks/el_repo_setup.yml:57 Monday 27 November 2023 23:46:10 +0000 (0:00:00.008) 0:00:02.606 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/tasks/enable_epel.yml:8 Monday 27 November 2023 23:46:10 +0000 (0:00:00.015) 0:00:02.622 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/tasks/enable_epel.yml:24 Monday 27 November 2023 23:46:11 +0000 (0:00:00.263) 0:00:02.885 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/tasks/enable_epel.yml:30 Monday 27 November 2023 23:46:11 +0000 (0:00:00.011) 0:00:02.897 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/tasks/enable_epel.yml:35 Monday 27 November 2023 23:46:11 +0000 (0:00:00.010) 0:00:02.907 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.382384", "end": "2023-11-27 23:46:11.828081", "rc": 0, "start": "2023-11-27 23:46:11.445697" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/tasks/enable_epel.yml:40 Monday 27 November 2023 23:46:11 +0000 (0:00:00.574) 0:00:03.482 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/tests_auto_gateway_nm.yml:11 Monday 27 November 2023 23:46:11 +0000 (0:00:00.011) 0:00:03.493 ******* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:3 Monday 27 November 2023 23:46:11 +0000 (0:00:00.028) 0:00:03.522 ******* ok: [sut] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:9 Monday 27 November 2023 23:46:13 +0000 (0:00:01.650) 0:00:05.172 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/show_interfaces.yml:3 Monday 27 November 2023 23:46:13 +0000 (0:00:00.036) 0:00:05.208 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 27 November 2023 23:46:13 +0000 (0:00:00.016) 0:00:05.225 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003668", "end": "2023-11-27 23:46:13.768559", "rc": 0, "start": "2023-11-27 23:46:13.764891" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 27 November 2023 23:46:13 +0000 (0:00:00.197) 0:00:05.423 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/show_interfaces.yml:5 Monday 27 November 2023 23:46:13 +0000 (0:00:00.014) 0:00:05.438 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:11 Monday 27 November 2023 23:46:13 +0000 (0:00:00.014) 0:00:05.452 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:3 Monday 27 November 2023 23:46:13 +0000 (0:00:00.032) 0:00:05.485 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:8 Monday 27 November 2023 23:46:13 +0000 (0:00:00.012) 0:00:05.497 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:13 Monday 27 November 2023 23:46:13 +0000 (0:00:00.013) 0:00:05.510 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/show_interfaces.yml:3 Monday 27 November 2023 23:46:13 +0000 (0:00:00.015) 0:00:05.525 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 27 November 2023 23:46:13 +0000 (0:00:00.016) 0:00:05.541 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003683", "end": "2023-11-27 23:46:14.084511", "rc": 0, "start": "2023-11-27 23:46:14.080828" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 27 November 2023 23:46:14 +0000 (0:00:00.195) 0:00:05.737 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/show_interfaces.yml:5 Monday 27 November 2023 23:46:14 +0000 (0:00:00.012) 0:00:05.750 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:16 Monday 27 November 2023 23:46:14 +0000 (0:00:00.011) 0:00:05.761 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:22 Monday 27 November 2023 23:46:15 +0000 (0:00:01.711) 0:00:07.473 ******* 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.013965", "end": "2023-11-27 23:46:16.029691", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2023-11-27 23:46:16.015726" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.007150", "end": "2023-11-27 23:46:16.259318", "item": "ip link set peerveth0 up", "rc": 0, "start": "2023-11-27 23:46:16.252168" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.007831", "end": "2023-11-27 23:46:16.448233", "item": "ip link set veth0 up", "rc": 0, "start": "2023-11-27 23:46:16.440402" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:30 Monday 27 November 2023 23:46:16 +0000 (0:00:00.632) 0:00:08.105 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.023182", "end": "2023-11-27 23:46:16.669706", "rc": 0, "start": "2023-11-27 23:46:16.646524" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:38 Monday 27 November 2023 23:46:16 +0000 (0:00:00.218) 0:00:08.324 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:44 Monday 27 November 2023 23:46:16 +0000 (0:00:00.010) 0:00:08.335 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:49 Monday 27 November 2023 23:46:16 +0000 (0:00:00.011) 0:00:08.346 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:55 Monday 27 November 2023 23:46:16 +0000 (0:00:00.010) 0:00:08.357 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:60 Monday 27 November 2023 23:46:16 +0000 (0:00:00.011) 0:00:08.368 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:15 Monday 27 November 2023 23:46:16 +0000 (0:00:00.010) 0:00:08.379 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/assert_device_present.yml:3 Monday 27 November 2023 23:46:16 +0000 (0:00:00.038) 0:00:08.418 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 27 November 2023 23:46:16 +0000 (0:00:00.016) 0:00:08.434 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701128776.0196745, "block_size": 4096, "blocks": 0, "ctime": 1701128776.0196745, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23059, "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": 1701128776.0196745, "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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/assert_device_present.yml:5 Monday 27 November 2023 23:46:16 +0000 (0:00:00.201) 0:00:08.636 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:17 Monday 27 November 2023 23:46:17 +0000 (0:00:00.017) 0:00:08.654 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 27 November 2023 23:46:17 +0000 (0:00:00.013) 0:00:08.667 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/.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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 27 November 2023 23:46:17 +0000 (0:00:00.022) 0:00:08.689 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:15 Monday 27 November 2023 23:46:17 +0000 (0:00:00.024) 0:00:08.713 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.network : Set package manager to use for ostree] *** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:20 Monday 27 November 2023 23:46:17 +0000 (0:00:00.202) 0:00:08.916 ******* skipping: [sut] => { "changed": false, "false_condition": "__ostree_booted_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 Monday 27 November 2023 23:46:17 +0000 (0:00:00.023) 0:00:08.939 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Monday 27 November 2023 23:46:19 +0000 (0:00:01.778) 0:00:10.718 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 27 November 2023 23:46:20 +0000 (0:00:01.497) 0:00:12.216 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 27 November 2023 23:46:20 +0000 (0:00:00.026) 0:00:12.242 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 27 November 2023 23:46:20 +0000 (0:00:00.025) 0:00:12.268 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 27 November 2023 23:46:20 +0000 (0:00:00.024) 0:00:12.292 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Monday 27 November 2023 23:46:20 +0000 (0:00:00.068) 0:00:12.361 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Monday 27 November 2023 23:46:20 +0000 (0:00:00.050) 0:00:12.411 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Monday 27 November 2023 23:46:20 +0000 (0:00:00.027) 0:00:12.439 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Monday 27 November 2023 23:46:20 +0000 (0:00:00.040) 0:00:12.480 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Monday 27 November 2023 23:46:21 +0000 (0:00:00.606) 0:00:13.087 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Monday 27 November 2023 23:46:21 +0000 (0:00:00.042) 0:00:13.129 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Monday 27 November 2023 23:46:21 +0000 (0:00:00.023) 0:00:13.153 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Monday 27 November 2023 23:46:21 +0000 (0:00:00.023) 0:00:13.177 ******* 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, ca944d4d-ce6a-4f4b-a9f0-2e13cb64d8d6 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, ca944d4d-ce6a-4f4b-a9f0-2e13cb64d8d6 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Monday 27 November 2023 23:46:22 +0000 (0:00:00.705) 0:00:13.883 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 27 November 2023 23:46:22 +0000 (0:00:00.031) 0:00:13.915 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, ca944d4d-ce6a-4f4b-a9f0-2e13cb64d8d6", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, ca944d4d-ce6a-4f4b-a9f0-2e13cb64d8d6 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Monday 27 November 2023 23:46:22 +0000 (0:00:00.039) 0:00:13.954 ******* 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, ca944d4d-ce6a-4f4b-a9f0-2e13cb64d8d6\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, ca944d4d-ce6a-4f4b-a9f0-2e13cb64d8d6 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, ca944d4d-ce6a-4f4b-a9f0-2e13cb64d8d6", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, ca944d4d-ce6a-4f4b-a9f0-2e13cb64d8d6 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Monday 27 November 2023 23:46:22 +0000 (0:00:00.030) 0:00:13.985 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 27 November 2023 23:46:22 +0000 (0:00:00.041) 0:00:14.026 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:42 Monday 27 November 2023 23:46:22 +0000 (0:00:00.339) 0:00:14.365 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/assert_device_present.yml:3 Monday 27 November 2023 23:46:22 +0000 (0:00:00.051) 0:00:14.416 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 27 November 2023 23:46:22 +0000 (0:00:00.060) 0:00:14.476 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701128776.0196745, "block_size": 4096, "blocks": 0, "ctime": 1701128776.0196745, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23059, "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": 1701128776.0196745, "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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/assert_device_present.yml:5 Monday 27 November 2023 23:46:23 +0000 (0:00:00.205) 0:00:14.681 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:44 Monday 27 November 2023 23:46:23 +0000 (0:00:00.026) 0:00:14.708 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/assert_profile_present.yml:3 Monday 27 November 2023 23:46:23 +0000 (0:00:00.051) 0:00:14.760 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 27 November 2023 23:46:23 +0000 (0:00:00.041) 0:00:14.801 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 27 November 2023 23:46:23 +0000 (0:00:00.024) 0:00:14.826 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701128782.1908457, "block_size": 4096, "blocks": 8, "ctime": 1701128782.1488476, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 16798130, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701128782.1488476, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 396, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 27 November 2023 23:46:23 +0000 (0:00:00.205) 0:00:15.032 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 27 November 2023 23:46:23 +0000 (0:00:00.029) 0:00:15.061 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.022879", "end": "2023-11-27 23:46:23.623121", "rc": 0, "start": "2023-11-27 23:46:23.600242" } STDOUT: veth0 /etc/sysconfig/network-scripts/ifcfg-veth0 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 27 November 2023 23:46:23 +0000 (0:00:00.238) 0:00:15.300 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 27 November 2023 23:46:23 +0000 (0:00:00.025) 0:00:15.326 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 27 November 2023 23:46:23 +0000 (0:00:00.033) 0:00:15.360 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 27 November 2023 23:46:23 +0000 (0:00:00.024) 0:00:15.384 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 27 November 2023 23:46:23 +0000 (0:00:00.029) 0:00:15.413 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/assert_profile_present.yml:5 Monday 27 November 2023 23:46:23 +0000 (0:00:00.028) 0:00:15.442 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/assert_profile_present.yml:10 Monday 27 November 2023 23:46:23 +0000 (0:00:00.053) 0:00:15.496 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/assert_profile_present.yml:15 Monday 27 November 2023 23:46:23 +0000 (0:00:00.027) 0:00:15.523 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:48 Monday 27 November 2023 23:46:23 +0000 (0:00:00.027) 0:00:15.551 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003769", "end": "2023-11-27 23:46:24.093855", "rc": 0, "start": "2023-11-27 23:46:24.090086" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.11.201 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.11.201 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-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:52 Monday 27 November 2023 23:46:24 +0000 (0:00:00.207) 0:00:15.759 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:58 Monday 27 November 2023 23:46:24 +0000 (0:00:00.026) 0:00:15.785 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003677", "end": "2023-11-27 23:46:24.327286", "rc": 0, "start": "2023-11-27 23:46:24.323609" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 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-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:62 Monday 27 November 2023 23:46:24 +0000 (0:00:00.207) 0:00:15.993 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:69 Monday 27 November 2023 23:46:24 +0000 (0:00:00.025) 0:00:16.019 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 27 November 2023 23:46:24 +0000 (0:00:00.023) 0:00:16.042 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/.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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 27 November 2023 23:46:24 +0000 (0:00:00.061) 0:00:16.104 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:15 Monday 27 November 2023 23:46:24 +0000 (0:00:00.048) 0:00:16.153 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.network : Set package manager to use for ostree] *** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:20 Monday 27 November 2023 23:46:24 +0000 (0:00:00.222) 0:00:16.375 ******* skipping: [sut] => { "changed": false, "false_condition": "__ostree_booted_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 Monday 27 November 2023 23:46:24 +0000 (0:00:00.038) 0:00:16.414 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Monday 27 November 2023 23:46:26 +0000 (0:00:01.675) 0:00:18.089 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 27 November 2023 23:46:27 +0000 (0:00:01.381) 0:00:19.471 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 27 November 2023 23:46:27 +0000 (0:00:00.040) 0:00:19.511 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 27 November 2023 23:46:27 +0000 (0:00:00.038) 0:00:19.550 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 27 November 2023 23:46:27 +0000 (0:00:00.027) 0:00:19.578 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Monday 27 November 2023 23:46:28 +0000 (0:00:00.068) 0:00:19.646 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Monday 27 November 2023 23:46:28 +0000 (0:00:00.028) 0:00:19.674 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Monday 27 November 2023 23:46:28 +0000 (0:00:00.029) 0:00:19.704 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Monday 27 November 2023 23:46:28 +0000 (0:00:00.043) 0:00:19.748 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Monday 27 November 2023 23:46:28 +0000 (0:00:00.416) 0:00:20.164 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Monday 27 November 2023 23:46:28 +0000 (0:00:00.048) 0:00:20.212 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Monday 27 November 2023 23:46:28 +0000 (0:00:00.035) 0:00:20.248 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Monday 27 November 2023 23:46:28 +0000 (0:00:00.033) 0:00:20.282 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Monday 27 November 2023 23:46:29 +0000 (0:00:00.449) 0:00:20.731 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 27 November 2023 23:46:29 +0000 (0:00:00.041) 0:00:20.773 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Monday 27 November 2023 23:46:29 +0000 (0:00:00.029) 0:00:20.803 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Monday 27 November 2023 23:46:29 +0000 (0:00:00.029) 0:00:20.832 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 27 November 2023 23:46:29 +0000 (0:00:00.027) 0:00:20.860 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:81 Monday 27 November 2023 23:46:29 +0000 (0:00:00.254) 0:00:21.114 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:3 Monday 27 November 2023 23:46:29 +0000 (0:00:00.058) 0:00:21.173 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:8 Monday 27 November 2023 23:46:29 +0000 (0:00:00.022) 0:00:21.195 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:13 Monday 27 November 2023 23:46:29 +0000 (0:00:00.021) 0:00:21.217 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/show_interfaces.yml:3 Monday 27 November 2023 23:46:29 +0000 (0:00:00.038) 0:00:21.256 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 27 November 2023 23:46:29 +0000 (0:00:00.048) 0:00:21.304 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003539", "end": "2023-11-27 23:46:29.847688", "rc": 0, "start": "2023-11-27 23:46:29.844149" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 27 November 2023 23:46:29 +0000 (0:00:00.212) 0:00:21.517 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/show_interfaces.yml:5 Monday 27 November 2023 23:46:29 +0000 (0:00:00.037) 0:00:21.554 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:16 Monday 27 November 2023 23:46:29 +0000 (0:00:00.040) 0:00:21.595 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:22 Monday 27 November 2023 23:46:31 +0000 (0:00:01.437) 0:00:23.033 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:30 Monday 27 November 2023 23:46:31 +0000 (0:00:00.031) 0:00:23.065 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:38 Monday 27 November 2023 23:46:31 +0000 (0:00:00.021) 0:00:23.087 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.010584", "end": "2023-11-27 23:46:31.637671", "rc": 0, "start": "2023-11-27 23:46:31.627087" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:44 Monday 27 November 2023 23:46:31 +0000 (0:00:00.247) 0:00:23.334 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:49 Monday 27 November 2023 23:46:31 +0000 (0:00:00.025) 0:00:23.360 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:55 Monday 27 November 2023 23:46:31 +0000 (0:00:00.022) 0:00:23.383 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:60 Monday 27 November 2023 23:46:31 +0000 (0:00:00.023) 0:00:23.406 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:85 Monday 27 November 2023 23:46:31 +0000 (0:00:00.031) 0:00:23.437 ******* ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:89 Monday 27 November 2023 23:46:31 +0000 (0:00:00.026) 0:00:23.464 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:3 Monday 27 November 2023 23:46:31 +0000 (0:00:00.060) 0:00:23.525 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:8 Monday 27 November 2023 23:46:31 +0000 (0:00:00.031) 0:00:23.556 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:13 Monday 27 November 2023 23:46:31 +0000 (0:00:00.023) 0:00:23.580 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/show_interfaces.yml:3 Monday 27 November 2023 23:46:31 +0000 (0:00:00.042) 0:00:23.622 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 27 November 2023 23:46:32 +0000 (0:00:00.037) 0:00:23.660 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003711", "end": "2023-11-27 23:46:32.206244", "rc": 0, "start": "2023-11-27 23:46:32.202533" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 27 November 2023 23:46:32 +0000 (0:00:00.211) 0:00:23.872 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/show_interfaces.yml:5 Monday 27 November 2023 23:46:32 +0000 (0:00:00.024) 0:00:23.897 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:16 Monday 27 November 2023 23:46:32 +0000 (0:00:00.071) 0:00:23.968 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:22 Monday 27 November 2023 23:46:33 +0000 (0:00:01.432) 0:00:25.400 ******* 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.016138", "end": "2023-11-27 23:46:33.963724", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2023-11-27 23:46:33.947586" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.010336", "end": "2023-11-27 23:46:34.200895", "item": "ip link set peerveth0 up", "rc": 0, "start": "2023-11-27 23:46:34.190559" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.008694", "end": "2023-11-27 23:46:34.396592", "item": "ip link set veth0 up", "rc": 0, "start": "2023-11-27 23:46:34.387898" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:30 Monday 27 November 2023 23:46:34 +0000 (0:00:00.672) 0:00:26.072 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.023282", "end": "2023-11-27 23:46:34.638052", "rc": 0, "start": "2023-11-27 23:46:34.614770" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:38 Monday 27 November 2023 23:46:34 +0000 (0:00:00.233) 0:00:26.306 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:44 Monday 27 November 2023 23:46:34 +0000 (0:00:00.023) 0:00:26.330 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:49 Monday 27 November 2023 23:46:34 +0000 (0:00:00.024) 0:00:26.354 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:55 Monday 27 November 2023 23:46:34 +0000 (0:00:00.024) 0:00:26.378 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:60 Monday 27 November 2023 23:46:34 +0000 (0:00:00.022) 0:00:26.400 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 27 November 2023 23:46:34 +0000 (0:00:00.022) 0:00:26.423 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/.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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 27 November 2023 23:46:34 +0000 (0:00:00.041) 0:00:26.465 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:15 Monday 27 November 2023 23:46:34 +0000 (0:00:00.039) 0:00:26.504 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.network : Set package manager to use for ostree] *** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:20 Monday 27 November 2023 23:46:35 +0000 (0:00:00.216) 0:00:26.721 ******* skipping: [sut] => { "changed": false, "false_condition": "__ostree_booted_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 Monday 27 November 2023 23:46:35 +0000 (0:00:00.038) 0:00:26.759 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Monday 27 November 2023 23:46:36 +0000 (0:00:01.696) 0:00:28.456 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 27 November 2023 23:46:38 +0000 (0:00:01.334) 0:00:29.790 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 27 November 2023 23:46:38 +0000 (0:00:00.025) 0:00:29.816 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 27 November 2023 23:46:38 +0000 (0:00:00.025) 0:00:29.841 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 27 November 2023 23:46:38 +0000 (0:00:00.025) 0:00:29.866 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Monday 27 November 2023 23:46:38 +0000 (0:00:00.062) 0:00:29.929 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Monday 27 November 2023 23:46:38 +0000 (0:00:00.025) 0:00:29.955 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Monday 27 November 2023 23:46:38 +0000 (0:00:00.025) 0:00:29.980 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Monday 27 November 2023 23:46:38 +0000 (0:00:00.037) 0:00:30.017 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Monday 27 November 2023 23:46:38 +0000 (0:00:00.399) 0:00:30.417 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Monday 27 November 2023 23:46:38 +0000 (0:00:00.045) 0:00:30.463 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Monday 27 November 2023 23:46:38 +0000 (0:00:00.027) 0:00:30.490 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Monday 27 November 2023 23:46:38 +0000 (0:00:00.029) 0:00:30.520 ******* 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, ac2e569d-92ad-4638-8ffa-43ffde373ef5 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, ac2e569d-92ad-4638-8ffa-43ffde373ef5 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Monday 27 November 2023 23:46:39 +0000 (0:00:00.442) 0:00:30.962 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 27 November 2023 23:46:39 +0000 (0:00:00.037) 0:00:31.000 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, ac2e569d-92ad-4638-8ffa-43ffde373ef5", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, ac2e569d-92ad-4638-8ffa-43ffde373ef5 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Monday 27 November 2023 23:46:39 +0000 (0:00:00.028) 0:00:31.029 ******* 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, ac2e569d-92ad-4638-8ffa-43ffde373ef5\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, ac2e569d-92ad-4638-8ffa-43ffde373ef5 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, ac2e569d-92ad-4638-8ffa-43ffde373ef5", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, ac2e569d-92ad-4638-8ffa-43ffde373ef5 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Monday 27 November 2023 23:46:39 +0000 (0:00:00.078) 0:00:31.108 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 27 November 2023 23:46:39 +0000 (0:00:00.029) 0:00:31.137 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:110 Monday 27 November 2023 23:46:39 +0000 (0:00:00.220) 0:00:31.357 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/assert_device_present.yml:3 Monday 27 November 2023 23:46:39 +0000 (0:00:00.057) 0:00:31.415 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_interface_stat.yml:3 Monday 27 November 2023 23:46:39 +0000 (0:00:00.039) 0:00:31.454 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701128793.9516585, "block_size": 4096, "blocks": 0, "ctime": 1701128793.9516585, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23645, "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": 1701128793.9516585, "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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/assert_device_present.yml:5 Monday 27 November 2023 23:46:40 +0000 (0:00:00.210) 0:00:31.665 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:112 Monday 27 November 2023 23:46:40 +0000 (0:00:00.030) 0:00:31.695 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/assert_profile_present.yml:3 Monday 27 November 2023 23:46:40 +0000 (0:00:00.088) 0:00:31.784 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml:3 Monday 27 November 2023 23:46:40 +0000 (0:00:00.048) 0:00:31.832 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml:9 Monday 27 November 2023 23:46:40 +0000 (0:00:00.037) 0:00:31.870 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1701128799.2611513, "block_size": 4096, "blocks": 8, "ctime": 1701128799.2211528, "dev": 51715, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 16798130, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1701128799.2211528, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 323, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml:17 Monday 27 November 2023 23:46:40 +0000 (0:00:00.228) 0:00:32.098 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml:25 Monday 27 November 2023 23:46:40 +0000 (0:00:00.082) 0:00:32.180 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.022696", "end": "2023-11-27 23:46:40.752314", "rc": 0, "start": "2023-11-27 23:46:40.729618" } STDOUT: veth0 /etc/sysconfig/network-scripts/ifcfg-veth0 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml:35 Monday 27 November 2023 23:46:40 +0000 (0:00:00.237) 0:00:32.418 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml:49 Monday 27 November 2023 23:46:40 +0000 (0:00:00.025) 0:00:32.444 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml:56 Monday 27 November 2023 23:46:40 +0000 (0:00:00.034) 0:00:32.479 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml:62 Monday 27 November 2023 23:46:40 +0000 (0:00:00.023) 0:00:32.502 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_profile_stat.yml:69 Monday 27 November 2023 23:46:40 +0000 (0:00:00.025) 0:00:32.527 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc != 0", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/assert_profile_present.yml:5 Monday 27 November 2023 23:46:40 +0000 (0:00:00.025) 0:00:32.553 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/assert_profile_present.yml:10 Monday 27 November 2023 23:46:40 +0000 (0:00:00.027) 0:00:32.580 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/assert_profile_present.yml:15 Monday 27 November 2023 23:46:40 +0000 (0:00:00.027) 0:00:32.608 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:116 Monday 27 November 2023 23:46:41 +0000 (0:00:00.029) 0:00:32.638 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004184", "end": "2023-11-27 23:46:41.184861", "rc": 0, "start": "2023-11-27 23:46:41.180677" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.11.201 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.11.201 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-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:120 Monday 27 November 2023 23:46:41 +0000 (0:00:00.213) 0:00:32.852 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:126 Monday 27 November 2023 23:46:41 +0000 (0:00:00.032) 0:00:32.884 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004035", "end": "2023-11-27 23:46:41.431071", "rc": 0, "start": "2023-11-27 23:46:41.427036" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev veth0 proto kernel metric 1024 pref medium TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:130 Monday 27 November 2023 23:46:41 +0000 (0:00:00.213) 0:00:33.097 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:137 Monday 27 November 2023 23:46:41 +0000 (0:00:00.026) 0:00:33.124 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Monday 27 November 2023 23:46:41 +0000 (0:00:00.025) 0:00:33.150 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/.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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Monday 27 November 2023 23:46:41 +0000 (0:00:00.044) 0:00:33.195 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:15 Monday 27 November 2023 23:46:41 +0000 (0:00:00.071) 0:00:33.267 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.network : Set package manager to use for ostree] *** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:20 Monday 27 November 2023 23:46:41 +0000 (0:00:00.223) 0:00:33.490 ******* skipping: [sut] => { "changed": false, "false_condition": "__ostree_booted_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 Monday 27 November 2023 23:46:41 +0000 (0:00:00.038) 0:00:33.529 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Monday 27 November 2023 23:46:43 +0000 (0:00:01.687) 0:00:35.216 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Monday 27 November 2023 23:46:44 +0000 (0:00:01.267) 0:00:36.484 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Monday 27 November 2023 23:46:44 +0000 (0:00:00.028) 0:00:36.513 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Monday 27 November 2023 23:46:44 +0000 (0:00:00.028) 0:00:36.541 ******* skipping: [sut] => { "changed": false, "false_condition": "network_state is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Monday 27 November 2023 23:46:44 +0000 (0:00:00.028) 0:00:36.569 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Monday 27 November 2023 23:46:45 +0000 (0:00:00.086) 0:00:36.656 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Monday 27 November 2023 23:46:45 +0000 (0:00:00.029) 0:00:36.685 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Monday 27 November 2023 23:46:45 +0000 (0:00:00.036) 0:00:36.722 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Monday 27 November 2023 23:46:45 +0000 (0:00:00.054) 0:00:36.776 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Monday 27 November 2023 23:46:45 +0000 (0:00:00.402) 0:00:37.179 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Monday 27 November 2023 23:46:45 +0000 (0:00:00.040) 0:00:37.219 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Monday 27 November 2023 23:46:45 +0000 (0:00:00.051) 0:00:37.271 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Monday 27 November 2023 23:46:45 +0000 (0:00:00.023) 0:00:37.294 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Monday 27 November 2023 23:46:46 +0000 (0:00:00.419) 0:00:37.713 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Monday 27 November 2023 23:46:46 +0000 (0:00:00.028) 0:00:37.742 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Monday 27 November 2023 23:46:46 +0000 (0:00:00.027) 0:00:37.769 ******* 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-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Monday 27 November 2023 23:46:46 +0000 (0:00:00.025) 0:00:37.795 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Monday 27 November 2023 23:46:46 +0000 (0:00:00.029) 0:00:37.824 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:149 Monday 27 November 2023 23:46:46 +0000 (0:00:00.212) 0:00:38.037 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:3 Monday 27 November 2023 23:46:46 +0000 (0:00:00.060) 0:00:38.097 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:8 Monday 27 November 2023 23:46:46 +0000 (0:00:00.023) 0:00:38.121 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:13 Monday 27 November 2023 23:46:46 +0000 (0:00:00.022) 0:00:38.144 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/show_interfaces.yml:3 Monday 27 November 2023 23:46:46 +0000 (0:00:00.041) 0:00:38.185 ******* included: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_current_interfaces.yml:3 Monday 27 November 2023 23:46:46 +0000 (0:00:00.064) 0:00:38.250 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003507", "end": "2023-11-27 23:46:46.791362", "rc": 0, "start": "2023-11-27 23:46:46.787855" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/get_current_interfaces.yml:9 Monday 27 November 2023 23:46:46 +0000 (0:00:00.207) 0:00:38.457 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/show_interfaces.yml:5 Monday 27 November 2023 23:46:46 +0000 (0:00:00.026) 0:00:38.483 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:16 Monday 27 November 2023 23:46:46 +0000 (0:00:00.029) 0:00:38.513 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:22 Monday 27 November 2023 23:46:48 +0000 (0:00:01.412) 0:00:39.926 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:30 Monday 27 November 2023 23:46:48 +0000 (0:00:00.031) 0:00:39.957 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:38 Monday 27 November 2023 23:46:48 +0000 (0:00:00.024) 0:00:39.982 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.011688", "end": "2023-11-27 23:46:48.535203", "rc": 0, "start": "2023-11-27 23:46:48.523515" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:44 Monday 27 November 2023 23:46:48 +0000 (0:00:00.227) 0:00:40.210 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:49 Monday 27 November 2023 23:46:48 +0000 (0:00:00.031) 0:00:40.241 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:55 Monday 27 November 2023 23:46:48 +0000 (0:00:00.024) 0:00:40.266 ******* 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-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:60 Monday 27 November 2023 23:46:48 +0000 (0:00:00.026) 0:00:40.293 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=132 changed=4 unreachable=0 failed=0 skipped=95 rescued=0 ignored=0 Monday 27 November 2023 23:46:48 +0000 (0:00:00.058) 0:00:40.351 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 1.88s /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/tests_auto_gateway_nm.yml:5 - fedora.linux_system_roles.network : Check which services are running ---- 1.78s /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 Install iproute --------------------------------------------------------- 1.71s /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 1.70s /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 fedora.linux_system_roles.network : Check which services are running ---- 1.69s /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 fedora.linux_system_roles.network : Check which services are running ---- 1.68s /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 1.65s /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tests_auto_gateway.yml:3 fedora.linux_system_roles.network : Check which packages are installed --- 1.50s /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 Install iproute --------------------------------------------------------- 1.44s /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.43s /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.41s /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which packages are installed --- 1.38s /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 fedora.linux_system_roles.network : Check which packages are installed --- 1.33s /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 fedora.linux_system_roles.network : Check which packages are installed --- 1.27s /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:32 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.71s /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Create veth interface veth0 --------------------------------------------- 0.67s /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:22 Create veth interface veth0 --------------------------------------------- 0.63s /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/playbooks/tasks/manage_test_interface.yml:22 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.61s /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Enable EPEL 8 ----------------------------------------------------------- 0.57s /WORKDIR/git-test_network_state_fixwx_8ohmo/tests/tasks/enable_epel.yml:35 ---- fedora.linux_system_roles.network : Configure networking connection profiles --- 0.45s /WORKDIR/git-test_network_state_fixwx_8ohmo/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---