# 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-weekly-ciq7fjrlj7/.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-weekly-ciq7fjrlj7/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-weekly-ciq7fjrlj7/tests/tests_auto_gateway_nm.yml:5 Saturday 02 December 2023 13:57:42 +0000 (0:00:00.014) 0:00:00.014 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/tests_auto_gateway_nm.yml:9 Saturday 02 December 2023 13:57:42 +0000 (0:00:00.923) 0:00:00.938 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/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-weekly-ciq7fjrlj7/tests/tasks/el_repo_setup.yml:3 Saturday 02 December 2023 13:57:42 +0000 (0:00:00.017) 0:00:00.955 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/tasks/el_repo_setup.yml:17 Saturday 02 December 2023 13:57:43 +0000 (0:00:00.407) 0:00:01.362 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/tasks/el_repo_setup.yml:22 Saturday 02 December 2023 13:57:43 +0000 (0:00:00.285) 0:00:01.648 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/tasks/el_repo_setup.yml:26 Saturday 02 December 2023 13:57:43 +0000 (0:00:00.021) 0:00:01.669 ***** 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-weekly-ciq7fjrlj7/tests/tasks/el_repo_setup.yml:51 Saturday 02 December 2023 13:57:43 +0000 (0:00:00.012) 0:00:01.681 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/tasks/enable_epel.yml:8 Saturday 02 December 2023 13:57:43 +0000 (0:00:00.032) 0:00:01.714 ***** 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-weekly-ciq7fjrlj7/tests/tasks/enable_epel.yml:24 Saturday 02 December 2023 13:57:44 +0000 (0:00:00.282) 0:00:01.996 ***** 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-weekly-ciq7fjrlj7/tests/tasks/enable_epel.yml:30 Saturday 02 December 2023 13:57:44 +0000 (0:00:00.013) 0:00:02.010 ***** 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-weekly-ciq7fjrlj7/tests/tasks/enable_epel.yml:35 Saturday 02 December 2023 13:57:44 +0000 (0:00:00.014) 0:00:02.025 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.389930", "end": "2023-12-02 13:57:44.623136", "rc": 0, "start": "2023-12-02 13:57:44.233206" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/tasks/enable_epel.yml:40 Saturday 02 December 2023 13:57:44 +0000 (0:00:00.607) 0:00:02.633 ***** 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-weekly-ciq7fjrlj7/tests/tests_auto_gateway_nm.yml:11 Saturday 02 December 2023 13:57:44 +0000 (0:00:00.019) 0:00:02.652 ***** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:3 Saturday 02 December 2023 13:57:44 +0000 (0:00:00.039) 0:00:02.691 ***** ok: [sut] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:9 Saturday 02 December 2023 13:57:45 +0000 (0:00:00.693) 0:00:03.384 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 02 December 2023 13:57:45 +0000 (0:00:00.039) 0:00:03.424 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 13:57:45 +0000 (0:00:00.020) 0:00:03.444 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003974", "end": "2023-12-02 13:57:45.653911", "rc": 0, "start": "2023-12-02 13:57:45.649937" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 13:57:45 +0000 (0:00:00.201) 0:00:03.646 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 02 December 2023 13:57:45 +0000 (0:00:00.012) 0:00:03.658 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:11 Saturday 02 December 2023 13:57:45 +0000 (0:00:00.011) 0:00:03.670 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 13:57:45 +0000 (0:00:00.031) 0:00:03.702 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 13:57:45 +0000 (0:00:00.010) 0:00:03.712 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 13:57:45 +0000 (0:00:00.010) 0:00:03.723 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 02 December 2023 13:57:45 +0000 (0:00:00.013) 0:00:03.737 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 13:57:45 +0000 (0:00:00.015) 0:00:03.753 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003753", "end": "2023-12-02 13:57:45.956683", "rc": 0, "start": "2023-12-02 13:57:45.952930" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 13:57:45 +0000 (0:00:00.198) 0:00:03.951 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 02 December 2023 13:57:45 +0000 (0:00:00.019) 0:00:03.971 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 13:57:46 +0000 (0:00:00.015) 0:00:03.987 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 13:57:47 +0000 (0:00:01.857) 0:00:05.844 ***** 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.014390", "end": "2023-12-02 13:57:48.068606", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2023-12-02 13:57:48.054216" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.007118", "end": "2023-12-02 13:57:48.305217", "item": "ip link set peerveth0 up", "rc": 0, "start": "2023-12-02 13:57:48.298099" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.007244", "end": "2023-12-02 13:57:48.502349", "item": "ip link set veth0 up", "rc": 0, "start": "2023-12-02 13:57:48.495105" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 13:57:48 +0000 (0:00:00.655) 0:00:06.499 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.024885", "end": "2023-12-02 13:57:48.733586", "rc": 0, "start": "2023-12-02 13:57:48.708701" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 13:57:48 +0000 (0:00:00.233) 0:00:06.733 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 13:57:48 +0000 (0:00:00.021) 0:00:06.754 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 13:57:48 +0000 (0:00:00.016) 0:00:06.770 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 13:57:48 +0000 (0:00:00.012) 0:00:06.783 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 13:57:48 +0000 (0:00:00.015) 0:00:06.799 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:15 Saturday 02 December 2023 13:57:48 +0000 (0:00:00.015) 0:00:06.814 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 02 December 2023 13:57:48 +0000 (0:00:00.039) 0:00:06.854 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 02 December 2023 13:57:48 +0000 (0:00:00.016) 0:00:06.870 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701525468.0582738, "block_size": 4096, "blocks": 0, "ctime": 1701525468.0582738, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23076, "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": 1701525468.0582738, "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-weekly-ciq7fjrlj7/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 02 December 2023 13:57:49 +0000 (0:00:00.202) 0:00:07.072 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:17 Saturday 02 December 2023 13:57:49 +0000 (0:00:00.028) 0:00:07.101 ***** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 02 December 2023 13:57:49 +0000 (0:00:00.016) 0:00:07.117 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/.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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 02 December 2023 13:57:49 +0000 (0:00:00.030) 0:00:07.148 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 02 December 2023 13:57:49 +0000 (0:00:00.036) 0:00:07.184 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 02 December 2023 13:57:49 +0000 (0:00:00.018) 0:00:07.203 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 02 December 2023 13:57:49 +0000 (0:00:00.018) 0:00:07.221 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 02 December 2023 13:57:51 +0000 (0:00:01.968) 0:00:09.190 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 02 December 2023 13:57:52 +0000 (0:00:01.558) 0:00:10.749 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 02 December 2023 13:57:52 +0000 (0:00:00.026) 0:00:10.775 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 02 December 2023 13:57:52 +0000 (0:00:00.027) 0:00:10.803 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 02 December 2023 13:57:52 +0000 (0:00:00.026) 0:00:10.829 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 02 December 2023 13:57:52 +0000 (0:00:00.085) 0:00:10.915 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 02 December 2023 13:57:53 +0000 (0:00:00.060) 0:00:10.976 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 02 December 2023 13:57:53 +0000 (0:00:00.044) 0:00:11.020 ***** skipping: [sut] => { "changed": false, "false_condition": "__network_wireless_connections_defined or __network_team_connections_defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 02 December 2023 13:57:53 +0000 (0:00:00.061) 0:00:11.082 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 02 December 2023 13:57:53 +0000 (0:00:00.684) 0:00:11.766 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 02 December 2023 13:57:53 +0000 (0:00:00.056) 0:00:11.822 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 02 December 2023 13:57:53 +0000 (0:00:00.039) 0:00:11.862 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 02 December 2023 13:57:53 +0000 (0:00:00.042) 0:00:11.904 ***** 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, 250c6715-a3e1-4158-83b0-f6c2b2b0c8cb [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 250c6715-a3e1-4158-83b0-f6c2b2b0c8cb (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 02 December 2023 13:57:54 +0000 (0:00:00.662) 0:00:12.567 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 02 December 2023 13:57:54 +0000 (0:00:00.033) 0:00:12.601 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 250c6715-a3e1-4158-83b0-f6c2b2b0c8cb", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 250c6715-a3e1-4158-83b0-f6c2b2b0c8cb (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 02 December 2023 13:57:54 +0000 (0:00:00.047) 0:00:12.648 ***** 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, 250c6715-a3e1-4158-83b0-f6c2b2b0c8cb\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 250c6715-a3e1-4158-83b0-f6c2b2b0c8cb (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 250c6715-a3e1-4158-83b0-f6c2b2b0c8cb", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 250c6715-a3e1-4158-83b0-f6c2b2b0c8cb (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 02 December 2023 13:57:54 +0000 (0:00:00.034) 0:00:12.682 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 02 December 2023 13:57:54 +0000 (0:00:00.032) 0:00:12.715 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:42 Saturday 02 December 2023 13:57:55 +0000 (0:00:00.381) 0:00:13.097 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 02 December 2023 13:57:55 +0000 (0:00:00.081) 0:00:13.178 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 02 December 2023 13:57:55 +0000 (0:00:00.091) 0:00:13.270 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701525468.0582738, "block_size": 4096, "blocks": 0, "ctime": 1701525468.0582738, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23076, "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": 1701525468.0582738, "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-weekly-ciq7fjrlj7/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 02 December 2023 13:57:55 +0000 (0:00:00.220) 0:00:13.490 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:44 Saturday 02 December 2023 13:57:55 +0000 (0:00:00.040) 0:00:13.531 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 02 December 2023 13:57:55 +0000 (0:00:00.066) 0:00:13.598 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 02 December 2023 13:57:55 +0000 (0:00:00.043) 0:00:13.641 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 02 December 2023 13:57:55 +0000 (0:00:00.041) 0:00:13.683 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701525474.5335433, "block_size": 4096, "blocks": 8, "ctime": 1701525474.4915447, "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": 1701525474.4915447, "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-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 02 December 2023 13:57:55 +0000 (0:00:00.219) 0:00:13.903 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 02 December 2023 13:57:55 +0000 (0:00:00.038) 0:00:13.941 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.022700", "end": "2023-12-02 13:57:56.168081", "rc": 0, "start": "2023-12-02 13:57:56.145381" } 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 02 December 2023 13:57:56 +0000 (0:00:00.249) 0:00:14.190 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 02 December 2023 13:57:56 +0000 (0:00:00.047) 0:00:14.238 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 02 December 2023 13:57:56 +0000 (0:00:00.033) 0:00:14.272 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 02 December 2023 13:57:56 +0000 (0:00:00.042) 0:00:14.315 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 02 December 2023 13:57:56 +0000 (0:00:00.038) 0:00:14.354 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 02 December 2023 13:57:56 +0000 (0:00:00.055) 0:00:14.409 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 02 December 2023 13:57:56 +0000 (0:00:00.099) 0:00:14.508 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 02 December 2023 13:57:56 +0000 (0:00:00.043) 0:00:14.552 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:48 Saturday 02 December 2023 13:57:56 +0000 (0:00:00.057) 0:00:14.609 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004071", "end": "2023-12-02 13:57:56.815649", "rc": 0, "start": "2023-12-02 13:57:56.811578" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.15.31 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.15.31 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-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:52 Saturday 02 December 2023 13:57:56 +0000 (0:00:00.214) 0:00:14.823 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:58 Saturday 02 December 2023 13:57:56 +0000 (0:00:00.046) 0:00:14.870 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004188", "end": "2023-12-02 13:57:57.082359", "rc": 0, "start": "2023-12-02 13:57:57.078171" } 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-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:62 Saturday 02 December 2023 13:57:57 +0000 (0:00:00.228) 0:00:15.098 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:69 Saturday 02 December 2023 13:57:57 +0000 (0:00:00.032) 0:00:15.130 ***** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 02 December 2023 13:57:57 +0000 (0:00:00.029) 0:00:15.161 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/.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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 02 December 2023 13:57:57 +0000 (0:00:00.056) 0:00:15.217 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 02 December 2023 13:57:57 +0000 (0:00:00.053) 0:00:15.271 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 02 December 2023 13:57:57 +0000 (0:00:00.044) 0:00:15.315 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 02 December 2023 13:57:57 +0000 (0:00:00.036) 0:00:15.352 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 02 December 2023 13:57:59 +0000 (0:00:01.755) 0:00:17.107 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 02 December 2023 13:58:00 +0000 (0:00:01.404) 0:00:18.512 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 02 December 2023 13:58:00 +0000 (0:00:00.036) 0:00:18.548 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 02 December 2023 13:58:00 +0000 (0:00:00.029) 0:00:18.577 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 02 December 2023 13:58:00 +0000 (0:00:00.039) 0:00:18.617 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 02 December 2023 13:58:00 +0000 (0:00:00.077) 0:00:18.695 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 02 December 2023 13:58:00 +0000 (0:00:00.036) 0:00:18.731 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 02 December 2023 13:58:00 +0000 (0:00:00.036) 0:00:18.767 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 02 December 2023 13:58:00 +0000 (0:00:00.056) 0:00:18.824 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 02 December 2023 13:58:01 +0000 (0:00:00.426) 0:00:19.251 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 02 December 2023 13:58:01 +0000 (0:00:00.059) 0:00:19.311 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 02 December 2023 13:58:01 +0000 (0:00:00.046) 0:00:19.358 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 02 December 2023 13:58:01 +0000 (0:00:00.037) 0:00:19.395 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 02 December 2023 13:58:01 +0000 (0:00:00.466) 0:00:19.861 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 02 December 2023 13:58:01 +0000 (0:00:00.037) 0:00:19.899 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 02 December 2023 13:58:01 +0000 (0:00:00.040) 0:00:19.939 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 02 December 2023 13:58:02 +0000 (0:00:00.042) 0:00:19.982 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 02 December 2023 13:58:02 +0000 (0:00:00.042) 0:00:20.024 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:81 Saturday 02 December 2023 13:58:02 +0000 (0:00:00.259) 0:00:20.283 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 13:58:02 +0000 (0:00:00.064) 0:00:20.348 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 13:58:02 +0000 (0:00:00.024) 0:00:20.373 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 13:58:02 +0000 (0:00:00.026) 0:00:20.399 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 02 December 2023 13:58:02 +0000 (0:00:00.051) 0:00:20.451 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 13:58:02 +0000 (0:00:00.043) 0:00:20.494 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003670", "end": "2023-12-02 13:58:02.709755", "rc": 0, "start": "2023-12-02 13:58:02.706085" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 13:58:02 +0000 (0:00:00.227) 0:00:20.722 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 02 December 2023 13:58:02 +0000 (0:00:00.040) 0:00:20.763 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 13:58:02 +0000 (0:00:00.050) 0:00:20.813 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 13:58:04 +0000 (0:00:01.516) 0:00:22.329 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 13:58:04 +0000 (0:00:00.046) 0:00:22.376 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 13:58:04 +0000 (0:00:00.035) 0:00:22.411 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.012110", "end": "2023-12-02 13:58:04.633070", "rc": 0, "start": "2023-12-02 13:58:04.620960" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 13:58:04 +0000 (0:00:00.262) 0:00:22.673 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 13:58:04 +0000 (0:00:00.028) 0:00:22.702 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 13:58:04 +0000 (0:00:00.026) 0:00:22.729 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 13:58:04 +0000 (0:00:00.031) 0:00:22.760 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:85 Saturday 02 December 2023 13:58:04 +0000 (0:00:00.033) 0:00:22.794 ***** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:89 Saturday 02 December 2023 13:58:04 +0000 (0:00:00.034) 0:00:22.828 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 13:58:04 +0000 (0:00:00.060) 0:00:22.889 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 13:58:04 +0000 (0:00:00.022) 0:00:22.911 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 13:58:04 +0000 (0:00:00.021) 0:00:22.932 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 02 December 2023 13:58:04 +0000 (0:00:00.037) 0:00:22.970 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 13:58:05 +0000 (0:00:00.036) 0:00:23.007 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003538", "end": "2023-12-02 13:58:05.210236", "rc": 0, "start": "2023-12-02 13:58:05.206698" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 13:58:05 +0000 (0:00:00.209) 0:00:23.216 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 02 December 2023 13:58:05 +0000 (0:00:00.027) 0:00:23.243 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 13:58:05 +0000 (0:00:00.058) 0:00:23.302 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 13:58:06 +0000 (0:00:01.465) 0:00:24.768 ***** 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.014153", "end": "2023-12-02 13:58:06.994087", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2023-12-02 13:58:06.979934" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.008396", "end": "2023-12-02 13:58:07.225701", "item": "ip link set peerveth0 up", "rc": 0, "start": "2023-12-02 13:58:07.217305" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.007290", "end": "2023-12-02 13:58:07.417494", "item": "ip link set veth0 up", "rc": 0, "start": "2023-12-02 13:58:07.410204" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 13:58:07 +0000 (0:00:00.675) 0:00:25.443 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.024651", "end": "2023-12-02 13:58:07.679963", "rc": 0, "start": "2023-12-02 13:58:07.655312" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 13:58:07 +0000 (0:00:00.254) 0:00:25.698 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 13:58:07 +0000 (0:00:00.045) 0:00:25.743 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 13:58:07 +0000 (0:00:00.038) 0:00:25.782 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 13:58:07 +0000 (0:00:00.046) 0:00:25.828 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 13:58:07 +0000 (0:00:00.051) 0:00:25.880 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 02 December 2023 13:58:07 +0000 (0:00:00.036) 0:00:25.917 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/.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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 02 December 2023 13:58:08 +0000 (0:00:00.069) 0:00:25.986 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 02 December 2023 13:58:08 +0000 (0:00:00.059) 0:00:26.046 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 02 December 2023 13:58:08 +0000 (0:00:00.040) 0:00:26.086 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 02 December 2023 13:58:08 +0000 (0:00:00.038) 0:00:26.124 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 02 December 2023 13:58:09 +0000 (0:00:01.733) 0:00:27.857 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 02 December 2023 13:58:11 +0000 (0:00:01.442) 0:00:29.299 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 02 December 2023 13:58:11 +0000 (0:00:00.034) 0:00:29.334 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 02 December 2023 13:58:11 +0000 (0:00:00.039) 0:00:29.374 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 02 December 2023 13:58:11 +0000 (0:00:00.032) 0:00:29.407 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 02 December 2023 13:58:11 +0000 (0:00:00.073) 0:00:29.480 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 02 December 2023 13:58:11 +0000 (0:00:00.029) 0:00:29.510 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 02 December 2023 13:58:11 +0000 (0:00:00.030) 0:00:29.540 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 02 December 2023 13:58:11 +0000 (0:00:00.053) 0:00:29.594 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 02 December 2023 13:58:12 +0000 (0:00:00.426) 0:00:30.020 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 02 December 2023 13:58:12 +0000 (0:00:00.068) 0:00:30.089 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 02 December 2023 13:58:12 +0000 (0:00:00.032) 0:00:30.121 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 02 December 2023 13:58:12 +0000 (0:00:00.032) 0:00:30.153 ***** 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, b31052ff-8705-4cdd-985c-7c6378ad55a1 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b31052ff-8705-4cdd-985c-7c6378ad55a1 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 02 December 2023 13:58:12 +0000 (0:00:00.461) 0:00:30.615 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 02 December 2023 13:58:12 +0000 (0:00:00.031) 0:00:30.646 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, b31052ff-8705-4cdd-985c-7c6378ad55a1", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b31052ff-8705-4cdd-985c-7c6378ad55a1 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 02 December 2023 13:58:12 +0000 (0:00:00.039) 0:00:30.685 ***** 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, b31052ff-8705-4cdd-985c-7c6378ad55a1\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b31052ff-8705-4cdd-985c-7c6378ad55a1 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, b31052ff-8705-4cdd-985c-7c6378ad55a1", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, b31052ff-8705-4cdd-985c-7c6378ad55a1 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 02 December 2023 13:58:12 +0000 (0:00:00.087) 0:00:30.773 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 02 December 2023 13:58:12 +0000 (0:00:00.034) 0:00:30.808 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:110 Saturday 02 December 2023 13:58:13 +0000 (0:00:00.237) 0:00:31.045 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 02 December 2023 13:58:13 +0000 (0:00:00.071) 0:00:31.117 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 02 December 2023 13:58:13 +0000 (0:00:00.039) 0:00:31.156 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701525486.9839745, "block_size": 4096, "blocks": 0, "ctime": 1701525486.9839745, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23662, "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": 1701525486.9839745, "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-weekly-ciq7fjrlj7/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 02 December 2023 13:58:13 +0000 (0:00:00.222) 0:00:31.379 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:112 Saturday 02 December 2023 13:58:13 +0000 (0:00:00.040) 0:00:31.420 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/assert_profile_present.yml:3 Saturday 02 December 2023 13:58:13 +0000 (0:00:00.073) 0:00:31.493 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml:3 Saturday 02 December 2023 13:58:13 +0000 (0:00:00.041) 0:00:31.534 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml:9 Saturday 02 December 2023 13:58:13 +0000 (0:00:00.025) 0:00:31.559 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701525492.5859833, "block_size": 4096, "blocks": 8, "ctime": 1701525492.5449846, "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": 1701525492.5449846, "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-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml:17 Saturday 02 December 2023 13:58:13 +0000 (0:00:00.207) 0:00:31.766 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml:25 Saturday 02 December 2023 13:58:13 +0000 (0:00:00.061) 0:00:31.828 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.022384", "end": "2023-12-02 13:58:14.053469", "rc": 0, "start": "2023-12-02 13:58:14.031085" } 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml:35 Saturday 02 December 2023 13:58:14 +0000 (0:00:00.231) 0:00:32.059 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml:49 Saturday 02 December 2023 13:58:14 +0000 (0:00:00.037) 0:00:32.097 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml:56 Saturday 02 December 2023 13:58:14 +0000 (0:00:00.029) 0:00:32.126 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml:62 Saturday 02 December 2023 13:58:14 +0000 (0:00:00.026) 0:00:32.153 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_profile_stat.yml:69 Saturday 02 December 2023 13:58:14 +0000 (0:00:00.032) 0:00:32.186 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/assert_profile_present.yml:5 Saturday 02 December 2023 13:58:14 +0000 (0:00:00.031) 0:00:32.218 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/assert_profile_present.yml:10 Saturday 02 December 2023 13:58:14 +0000 (0:00:00.041) 0:00:32.259 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/assert_profile_present.yml:15 Saturday 02 December 2023 13:58:14 +0000 (0:00:00.048) 0:00:32.307 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:116 Saturday 02 December 2023 13:58:14 +0000 (0:00:00.033) 0:00:32.340 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004078", "end": "2023-12-02 13:58:14.550764", "rc": 0, "start": "2023-12-02 13:58:14.546686" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.15.31 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.15.31 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-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:120 Saturday 02 December 2023 13:58:14 +0000 (0:00:00.216) 0:00:32.557 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:126 Saturday 02 December 2023 13:58:14 +0000 (0:00:00.030) 0:00:32.587 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004073", "end": "2023-12-02 13:58:14.793509", "rc": 0, "start": "2023-12-02 13:58:14.789436" } 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-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:130 Saturday 02 December 2023 13:58:14 +0000 (0:00:00.210) 0:00:32.798 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:137 Saturday 02 December 2023 13:58:14 +0000 (0:00:00.026) 0:00:32.824 ***** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Saturday 02 December 2023 13:58:14 +0000 (0:00:00.024) 0:00:32.849 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/.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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Saturday 02 December 2023 13:58:14 +0000 (0:00:00.042) 0:00:32.891 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Saturday 02 December 2023 13:58:15 +0000 (0:00:00.082) 0:00:32.974 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Saturday 02 December 2023 13:58:15 +0000 (0:00:00.031) 0:00:33.005 ***** skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Saturday 02 December 2023 13:58:15 +0000 (0:00:00.031) 0:00:33.036 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Saturday 02 December 2023 13:58:16 +0000 (0:00:01.755) 0:00:34.792 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Saturday 02 December 2023 13:58:18 +0000 (0:00:01.316) 0:00:36.108 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Saturday 02 December 2023 13:58:18 +0000 (0:00:00.043) 0:00:36.151 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Saturday 02 December 2023 13:58:18 +0000 (0:00:00.041) 0:00:36.193 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Saturday 02 December 2023 13:58:18 +0000 (0:00:00.039) 0:00:36.233 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Saturday 02 December 2023 13:58:18 +0000 (0:00:00.088) 0:00:36.321 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Saturday 02 December 2023 13:58:18 +0000 (0:00:00.037) 0:00:36.358 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Saturday 02 December 2023 13:58:18 +0000 (0:00:00.031) 0:00:36.390 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Saturday 02 December 2023 13:58:18 +0000 (0:00:00.059) 0:00:36.450 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Saturday 02 December 2023 13:58:18 +0000 (0:00:00.422) 0:00:36.873 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Saturday 02 December 2023 13:58:18 +0000 (0:00:00.056) 0:00:36.929 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Saturday 02 December 2023 13:58:19 +0000 (0:00:00.089) 0:00:37.019 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Saturday 02 December 2023 13:58:19 +0000 (0:00:00.036) 0:00:37.055 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Saturday 02 December 2023 13:58:19 +0000 (0:00:00.476) 0:00:37.531 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Saturday 02 December 2023 13:58:19 +0000 (0:00:00.070) 0:00:37.602 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Saturday 02 December 2023 13:58:19 +0000 (0:00:00.041) 0:00:37.643 ***** 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-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Saturday 02 December 2023 13:58:19 +0000 (0:00:00.055) 0:00:37.699 ***** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Saturday 02 December 2023 13:58:19 +0000 (0:00:00.030) 0:00:37.730 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:149 Saturday 02 December 2023 13:58:19 +0000 (0:00:00.223) 0:00:37.953 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 13:58:20 +0000 (0:00:00.080) 0:00:38.033 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 13:58:20 +0000 (0:00:00.038) 0:00:38.071 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 13:58:20 +0000 (0:00:00.040) 0:00:38.112 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 02 December 2023 13:58:20 +0000 (0:00:00.051) 0:00:38.164 ***** included: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 13:58:20 +0000 (0:00:00.118) 0:00:38.283 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003603", "end": "2023-12-02 13:58:20.515136", "rc": 0, "start": "2023-12-02 13:58:20.511533" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 13:58:20 +0000 (0:00:00.243) 0:00:38.526 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 02 December 2023 13:58:20 +0000 (0:00:00.039) 0:00:38.565 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 13:58:20 +0000 (0:00:00.034) 0:00:38.599 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 13:58:22 +0000 (0:00:01.480) 0:00:40.080 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 13:58:22 +0000 (0:00:00.049) 0:00:40.129 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 13:58:22 +0000 (0:00:00.040) 0:00:40.170 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.015707", "end": "2023-12-02 13:58:22.395292", "rc": 0, "start": "2023-12-02 13:58:22.379585" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 13:58:22 +0000 (0:00:00.247) 0:00:40.417 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 13:58:22 +0000 (0:00:00.041) 0:00:40.458 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 13:58:22 +0000 (0:00:00.046) 0:00:40.504 ***** 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-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 13:58:22 +0000 (0:00:00.038) 0:00:40.542 ***** 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=129 changed=4 unreachable=0 failed=0 skipped=98 rescued=0 ignored=0 Saturday 02 December 2023 13:58:22 +0000 (0:00:00.086) 0:00:40.629 ***** =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 1.97s /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 1.86s /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 1.76s /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.76s /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 1.73s /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which packages are installed --- 1.56s /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Install iproute --------------------------------------------------------- 1.52s /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.48s /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.47s /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which packages are installed --- 1.44s /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.40s /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 1.32s /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.92s /WORKDIR/git-weekly-ciq7fjrlj7/tests/tests_auto_gateway_nm.yml:5 -------------- Gathering Facts --------------------------------------------------------- 0.69s /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tests_auto_gateway.yml:3 ------- fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.68s /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Create veth interface veth0 --------------------------------------------- 0.68s /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:23 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.66s /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Create veth interface veth0 --------------------------------------------- 0.66s /WORKDIR/git-weekly-ciq7fjrlj7/tests/playbooks/tasks/manage_test_interface.yml:23 Enable EPEL 8 ----------------------------------------------------------- 0.61s /WORKDIR/git-weekly-ciq7fjrlj7/tests/tasks/enable_epel.yml:35 ----------------- fedora.linux_system_roles.network : Configure networking connection profiles --- 0.48s /WORKDIR/git-weekly-ciq7fjrlj7/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---