# 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-wifi_fixn29r3zih/.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_initscripts.yml *********************************** 2 plays in /WORKDIR/git-wifi_fixn29r3zih/tests/tests_auto_gateway_initscripts.yml PLAY [Run playbook 'playbooks/tests_auto_gateway.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/tests_auto_gateway_initscripts.yml:4 Friday 22 December 2023 17:08:59 +0000 (0:00:00.011) 0:00:00.011 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-wifi_fixn29r3zih/tests/tests_auto_gateway_initscripts.yml:8 Friday 22 December 2023 17:09:00 +0000 (0:00:00.866) 0:00:00.878 ******* included: /WORKDIR/git-wifi_fixn29r3zih/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-wifi_fixn29r3zih/tests/tasks/el_repo_setup.yml:3 Friday 22 December 2023 17:09:00 +0000 (0:00:00.025) 0:00:00.904 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/tasks/el_repo_setup.yml:17 Friday 22 December 2023 17:09:00 +0000 (0:00:00.368) 0:00:01.272 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/tasks/el_repo_setup.yml:22 Friday 22 December 2023 17:09:00 +0000 (0:00:00.275) 0:00:01.548 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/tasks/el_repo_setup.yml:26 Friday 22 December 2023 17:09:00 +0000 (0:00:00.013) 0:00:01.562 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/tasks/el_repo_setup.yml:51 Friday 22 December 2023 17:09:00 +0000 (0:00:00.007) 0:00:01.569 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/tasks/enable_epel.yml:8 Friday 22 December 2023 17:09:01 +0000 (0:00:00.020) 0:00:01.590 ******* 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-wifi_fixn29r3zih/tests/tasks/enable_epel.yml:24 Friday 22 December 2023 17:09:01 +0000 (0:00:00.255) 0:00:01.845 ******* 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-wifi_fixn29r3zih/tests/tasks/enable_epel.yml:30 Friday 22 December 2023 17:09:01 +0000 (0:00:00.009) 0:00:01.854 ******* 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-wifi_fixn29r3zih/tests/tasks/enable_epel.yml:35 Friday 22 December 2023 17:09:01 +0000 (0:00:00.008) 0:00:01.862 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.256220", "end": "2023-12-22 17:09:01.705014", "rc": 0, "start": "2023-12-22 17:09:01.448794" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/tasks/enable_epel.yml:40 Friday 22 December 2023 17:09:01 +0000 (0:00:00.446) 0:00:02.309 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/tests_auto_gateway_initscripts.yml:10 Friday 22 December 2023 17:09:01 +0000 (0:00:00.008) 0:00:02.318 ******* ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:3 Friday 22 December 2023 17:09:01 +0000 (0:00:00.016) 0:00:02.334 ******* ok: [sut] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:9 Friday 22 December 2023 17:09:02 +0000 (0:00:00.724) 0:00:03.058 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/show_interfaces.yml:3 Friday 22 December 2023 17:09:02 +0000 (0:00:00.031) 0:00:03.090 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 17:09:02 +0000 (0:00:00.018) 0:00:03.109 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003726", "end": "2023-12-22 17:09:02.708750", "rc": 0, "start": "2023-12-22 17:09:02.705024" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 17:09:02 +0000 (0:00:00.204) 0:00:03.314 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/show_interfaces.yml:5 Friday 22 December 2023 17:09:02 +0000 (0:00:00.019) 0:00:03.333 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:11 Friday 22 December 2023 17:09:02 +0000 (0:00:00.019) 0:00:03.353 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 22 December 2023 17:09:02 +0000 (0:00:00.033) 0:00:03.386 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 22 December 2023 17:09:02 +0000 (0:00:00.016) 0:00:03.402 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 22 December 2023 17:09:02 +0000 (0:00:00.016) 0:00:03.419 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/show_interfaces.yml:3 Friday 22 December 2023 17:09:02 +0000 (0:00:00.020) 0:00:03.439 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 17:09:02 +0000 (0:00:00.019) 0:00:03.458 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003494", "end": "2023-12-22 17:09:03.058066", "rc": 0, "start": "2023-12-22 17:09:03.054572" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 17:09:03 +0000 (0:00:00.204) 0:00:03.663 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/show_interfaces.yml:5 Friday 22 December 2023 17:09:03 +0000 (0:00:00.019) 0:00:03.683 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 22 December 2023 17:09:03 +0000 (0:00:00.019) 0:00:03.702 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:23 Friday 22 December 2023 17:09:06 +0000 (0:00:03.464) 0:00:07.166 ******* 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.020619", "end": "2023-12-22 17:09:06.784646", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2023-12-22 17:09:06.764027" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004093", "end": "2023-12-22 17:09:07.012701", "item": "ip link set peerveth0 up", "rc": 0, "start": "2023-12-22 17:09:07.008608" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004772", "end": "2023-12-22 17:09:07.200389", "item": "ip link set veth0 up", "rc": 0, "start": "2023-12-22 17:09:07.195617" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:31 Friday 22 December 2023 17:09:07 +0000 (0:00:00.639) 0:00:07.805 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.211187", "end": "2023-12-22 17:09:07.609852", "rc": 0, "start": "2023-12-22 17:09:07.398665" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:39 Friday 22 December 2023 17:09:07 +0000 (0:00:00.409) 0:00:08.215 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:45 Friday 22 December 2023 17:09:07 +0000 (0:00:00.019) 0:00:08.234 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:50 Friday 22 December 2023 17:09:07 +0000 (0:00:00.017) 0:00:08.251 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:56 Friday 22 December 2023 17:09:07 +0000 (0:00:00.016) 0:00:08.268 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:61 Friday 22 December 2023 17:09:07 +0000 (0:00:00.016) 0:00:08.284 ******* 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-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:15 Friday 22 December 2023 17:09:07 +0000 (0:00:00.016) 0:00:08.300 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/assert_device_present.yml:3 Friday 22 December 2023 17:09:07 +0000 (0:00:00.030) 0:00:08.331 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 22 December 2023 17:09:07 +0000 (0:00:00.018) 0:00:08.350 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703264946.774651, "block_size": 4096, "blocks": 0, "ctime": 1703264946.774651, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21719, "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": 1703264946.774651, "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-wifi_fixn29r3zih/tests/playbooks/tasks/assert_device_present.yml:5 Friday 22 December 2023 17:09:07 +0000 (0:00:00.198) 0:00:08.548 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:17 Friday 22 December 2023 17:09:07 +0000 (0:00:00.019) 0:00:08.568 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 22 December 2023 17:09:08 +0000 (0:00:00.018) 0:00:08.586 ******* included: /WORKDIR/git-wifi_fixn29r3zih/.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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 22 December 2023 17:09:08 +0000 (0:00:00.024) 0:00:08.611 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 22 December 2023 17:09:08 +0000 (0:00:00.020) 0:00:08.631 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 22 December 2023 17:09:08 +0000 (0:00:00.021) 0:00:08.652 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 22 December 2023 17:09:08 +0000 (0:00:00.020) 0:00:08.673 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 22 December 2023 17:09:09 +0000 (0:00:01.635) 0:00:10.309 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 22 December 2023 17:09:11 +0000 (0:00:01.509) 0:00:11.818 ******* ok: [sut] => {} MSG: Using network provider: initscripts 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 22 December 2023 17:09:11 +0000 (0:00:00.029) 0:00:11.848 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 22 December 2023 17:09:11 +0000 (0:00:00.028) 0:00:11.876 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 22 December 2023 17:09:11 +0000 (0:00:00.028) 0:00:11.904 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: network-scripts-10.00.18-1.el8.x86_64", "Installed: network-scripts-team-1.31-4.el8.x86_64" ] } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 22 December 2023 17:09:16 +0000 (0:00:05.045) 0:00:16.949 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Friday 22 December 2023 17:09:16 +0000 (0:00:00.029) 0:00:16.978 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Friday 22 December 2023 17:09:16 +0000 (0:00:00.048) 0:00:17.027 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Friday 22 December 2023 17:09:16 +0000 (0:00:00.035) 0:00:17.062 ******* 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Friday 22 December 2023 17:09:16 +0000 (0:00:00.031) 0:00:17.094 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Friday 22 December 2023 17:09:16 +0000 (0:00:00.030) 0:00:17.124 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Friday 22 December 2023 17:09:17 +0000 (0:00:00.877) 0:00:18.002 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2346aqqp3oue/tmp3js6s1g0" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 22 December 2023 17:09:17 +0000 (0:00:00.313) 0:00:18.315 ******* 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": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0' [004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified) [005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\n"', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Friday 22 December 2023 17:09:24 +0000 (0:00:06.728) 0:00:25.044 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Friday 22 December 2023 17:09:24 +0000 (0:00:00.029) 0:00:25.073 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 22 December 2023 17:09:24 +0000 (0:00:00.033) 0:00:25.107 ******* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)\n[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Friday 22 December 2023 17:09:24 +0000 (0:00:00.033) 0:00:25.141 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 22 December 2023 17:09:24 +0000 (0:00:00.031) 0:00:25.172 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:42 Friday 22 December 2023 17:09:24 +0000 (0:00:00.299) 0:00:25.471 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/assert_device_present.yml:3 Friday 22 December 2023 17:09:24 +0000 (0:00:00.049) 0:00:25.521 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 22 December 2023 17:09:24 +0000 (0:00:00.037) 0:00:25.559 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703264946.774651, "block_size": 4096, "blocks": 0, "ctime": 1703264946.774651, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21719, "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": 1703264946.774651, "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-wifi_fixn29r3zih/tests/playbooks/tasks/assert_device_present.yml:5 Friday 22 December 2023 17:09:25 +0000 (0:00:00.259) 0:00:25.818 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:44 Friday 22 December 2023 17:09:25 +0000 (0:00:00.029) 0:00:25.848 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 22 December 2023 17:09:25 +0000 (0:00:00.050) 0:00:25.898 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 22 December 2023 17:09:25 +0000 (0:00:00.039) 0:00:25.938 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 22 December 2023 17:09:25 +0000 (0:00:00.027) 0:00:25.965 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703264958.207954, "block_size": 4096, "blocks": 8, "ctime": 1703264958.186954, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5533394, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703264958.186954, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 277, "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-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 22 December 2023 17:09:25 +0000 (0:00:00.208) 0:00:26.174 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 22 December 2023 17:09:25 +0000 (0:00:00.030) 0:00:26.205 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.020964", "end": "2023-12-22 17:09:25.820709", "rc": 1, "start": "2023-12-22 17:09:25.799745" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 22 December 2023 17:09:25 +0000 (0:00:00.228) 0:00:26.434 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 22 December 2023 17:09:25 +0000 (0:00:00.028) 0:00:26.462 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003324", "end": "2023-12-22 17:09:26.059872", "rc": 0, "start": "2023-12-22 17:09:26.056548" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 22 December 2023 17:09:26 +0000 (0:00:00.211) 0:00:26.674 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 22 December 2023 17:09:26 +0000 (0:00:00.033) 0:00:26.707 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003326", "end": "2023-12-22 17:09:26.307492", "rc": 0, "start": "2023-12-22 17:09:26.304166" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 22 December 2023 17:09:26 +0000 (0:00:00.213) 0:00:26.921 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 22 December 2023 17:09:26 +0000 (0:00:00.030) 0:00:26.952 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 22 December 2023 17:09:26 +0000 (0:00:00.032) 0:00:26.985 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 22 December 2023 17:09:26 +0000 (0:00:00.069) 0:00:27.054 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:48 Friday 22 December 2023 17:09:26 +0000 (0:00:00.030) 0:00:27.085 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003903", "end": "2023-12-22 17:09:26.684565", "rc": 0, "start": "2023-12-22 17:09:26.680662" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.11.53 metric 100 default via 203.0.113.1 dev veth0 metric 65535 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.11.53 metric 100 169.254.0.0/16 dev veth0 scope link metric 1004 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 TASK [Assert default ipv4 route is present] ************************************ task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:52 Friday 22 December 2023 17:09:26 +0000 (0:00:00.212) 0:00:27.298 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:58 Friday 22 December 2023 17:09:26 +0000 (0:00:00.029) 0:00:27.327 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004040", "end": "2023-12-22 17:09:26.927198", "rc": 0, "start": "2023-12-22 17:09:26.923158" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 256 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 256 pref medium default via 2001:db8::1 dev veth0 metric 1 pref medium TASK [Assert default ipv6 route is present] ************************************ task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:62 Friday 22 December 2023 17:09:26 +0000 (0:00:00.213) 0:00:27.541 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:69 Friday 22 December 2023 17:09:26 +0000 (0:00:00.035) 0:00:27.576 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 22 December 2023 17:09:27 +0000 (0:00:00.031) 0:00:27.608 ******* included: /WORKDIR/git-wifi_fixn29r3zih/.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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 22 December 2023 17:09:27 +0000 (0:00:00.044) 0:00:27.652 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 22 December 2023 17:09:27 +0000 (0:00:00.035) 0:00:27.688 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 22 December 2023 17:09:27 +0000 (0:00:00.029) 0:00:27.717 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 22 December 2023 17:09:27 +0000 (0:00:00.033) 0:00:27.750 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 22 December 2023 17:09:28 +0000 (0:00:01.665) 0:00:29.415 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 22 December 2023 17:09:30 +0000 (0:00:01.373) 0:00:30.789 ******* ok: [sut] => {} MSG: Using network provider: initscripts 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 22 December 2023 17:09:30 +0000 (0:00:00.063) 0:00:30.852 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 22 December 2023 17:09:30 +0000 (0:00:00.030) 0:00:30.882 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 22 December 2023 17:09:30 +0000 (0:00:00.033) 0:00:30.916 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 22 December 2023 17:09:30 +0000 (0:00:00.053) 0:00:30.969 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Friday 22 December 2023 17:09:30 +0000 (0:00:00.030) 0:00:31.000 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Friday 22 December 2023 17:09:30 +0000 (0:00:00.032) 0:00:31.032 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Friday 22 December 2023 17:09:30 +0000 (0:00:00.034) 0:00:31.067 ******* 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Friday 22 December 2023 17:09:30 +0000 (0:00:00.029) 0:00:31.096 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Friday 22 December 2023 17:09:30 +0000 (0:00:00.026) 0:00:31.123 ******* 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Friday 22 December 2023 17:09:30 +0000 (0:00:00.381) 0:00:31.504 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2346aqqp3oue/tmpr83me8zw" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 22 December 2023 17:09:31 +0000 (0:00:00.303) 0:00:31.807 ******* 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": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active) [004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' [005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Friday 22 December 2023 17:09:31 +0000 (0:00:00.440) 0:00:32.248 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Friday 22 December 2023 17:09:31 +0000 (0:00:00.032) 0:00:32.281 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 22 December 2023 17:09:31 +0000 (0:00:00.047) 0:00:32.328 ******* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)\n[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Friday 22 December 2023 17:09:31 +0000 (0:00:00.048) 0:00:32.376 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 22 December 2023 17:09:31 +0000 (0:00:00.035) 0:00:32.412 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:81 Friday 22 December 2023 17:09:32 +0000 (0:00:00.256) 0:00:32.669 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 22 December 2023 17:09:32 +0000 (0:00:00.054) 0:00:32.724 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 22 December 2023 17:09:32 +0000 (0:00:00.027) 0:00:32.751 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 22 December 2023 17:09:32 +0000 (0:00:00.027) 0:00:32.779 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/show_interfaces.yml:3 Friday 22 December 2023 17:09:32 +0000 (0:00:00.038) 0:00:32.818 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 17:09:32 +0000 (0:00:00.039) 0:00:32.857 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003624", "end": "2023-12-22 17:09:32.455595", "rc": 0, "start": "2023-12-22 17:09:32.451971" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 17:09:32 +0000 (0:00:00.223) 0:00:33.080 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/show_interfaces.yml:5 Friday 22 December 2023 17:09:32 +0000 (0:00:00.034) 0:00:33.114 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 22 December 2023 17:09:32 +0000 (0:00:00.030) 0:00:33.145 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:23 Friday 22 December 2023 17:09:35 +0000 (0:00:03.001) 0:00:36.147 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:31 Friday 22 December 2023 17:09:35 +0000 (0:00:00.036) 0:00:36.183 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:39 Friday 22 December 2023 17:09:35 +0000 (0:00:00.027) 0:00:36.211 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.015906", "end": "2023-12-22 17:09:35.824539", "rc": 0, "start": "2023-12-22 17:09:35.808633" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:45 Friday 22 December 2023 17:09:35 +0000 (0:00:00.231) 0:00:36.442 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:50 Friday 22 December 2023 17:09:35 +0000 (0:00:00.055) 0:00:36.498 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:56 Friday 22 December 2023 17:09:35 +0000 (0:00:00.027) 0:00:36.526 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:61 Friday 22 December 2023 17:09:35 +0000 (0:00:00.028) 0:00:36.554 ******* 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-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:85 Friday 22 December 2023 17:09:35 +0000 (0:00:00.028) 0:00:36.583 ******* ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:89 Friday 22 December 2023 17:09:36 +0000 (0:00:00.029) 0:00:36.612 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 22 December 2023 17:09:36 +0000 (0:00:00.060) 0:00:36.673 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 22 December 2023 17:09:36 +0000 (0:00:00.027) 0:00:36.701 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 22 December 2023 17:09:36 +0000 (0:00:00.025) 0:00:36.727 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/show_interfaces.yml:3 Friday 22 December 2023 17:09:36 +0000 (0:00:00.038) 0:00:36.765 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 17:09:36 +0000 (0:00:00.037) 0:00:36.802 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003746", "end": "2023-12-22 17:09:36.401465", "rc": 0, "start": "2023-12-22 17:09:36.397719" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 17:09:36 +0000 (0:00:00.213) 0:00:37.016 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/show_interfaces.yml:5 Friday 22 December 2023 17:09:36 +0000 (0:00:00.029) 0:00:37.045 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 22 December 2023 17:09:36 +0000 (0:00:00.028) 0:00:37.074 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:23 Friday 22 December 2023 17:09:39 +0000 (0:00:03.003) 0:00:40.078 ******* 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.012706", "end": "2023-12-22 17:09:39.689085", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2023-12-22 17:09:39.676379" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004007", "end": "2023-12-22 17:09:39.921340", "item": "ip link set peerveth0 up", "rc": 0, "start": "2023-12-22 17:09:39.917333" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004485", "end": "2023-12-22 17:09:40.108239", "item": "ip link set veth0 up", "rc": 0, "start": "2023-12-22 17:09:40.103754" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:31 Friday 22 December 2023 17:09:40 +0000 (0:00:00.670) 0:00:40.748 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.024455", "end": "2023-12-22 17:09:40.368147", "rc": 0, "start": "2023-12-22 17:09:40.343692" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:39 Friday 22 December 2023 17:09:40 +0000 (0:00:00.234) 0:00:40.983 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:45 Friday 22 December 2023 17:09:40 +0000 (0:00:00.027) 0:00:41.011 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:50 Friday 22 December 2023 17:09:40 +0000 (0:00:00.028) 0:00:41.039 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:56 Friday 22 December 2023 17:09:40 +0000 (0:00:00.028) 0:00:41.068 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:61 Friday 22 December 2023 17:09:40 +0000 (0:00:00.027) 0:00:41.096 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 22 December 2023 17:09:40 +0000 (0:00:00.029) 0:00:41.125 ******* included: /WORKDIR/git-wifi_fixn29r3zih/.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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 22 December 2023 17:09:40 +0000 (0:00:00.045) 0:00:41.170 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 22 December 2023 17:09:40 +0000 (0:00:00.033) 0:00:41.204 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 22 December 2023 17:09:40 +0000 (0:00:00.030) 0:00:41.235 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 22 December 2023 17:09:40 +0000 (0:00:00.029) 0:00:41.264 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 22 December 2023 17:09:42 +0000 (0:00:01.644) 0:00:42.909 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 22 December 2023 17:09:43 +0000 (0:00:01.370) 0:00:44.279 ******* ok: [sut] => {} MSG: Using network provider: initscripts 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 22 December 2023 17:09:43 +0000 (0:00:00.059) 0:00:44.338 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 22 December 2023 17:09:43 +0000 (0:00:00.030) 0:00:44.369 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 22 December 2023 17:09:43 +0000 (0:00:00.029) 0:00:44.398 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 22 December 2023 17:09:43 +0000 (0:00:00.052) 0:00:44.451 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Friday 22 December 2023 17:09:43 +0000 (0:00:00.030) 0:00:44.481 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Friday 22 December 2023 17:09:43 +0000 (0:00:00.029) 0:00:44.510 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Friday 22 December 2023 17:09:43 +0000 (0:00:00.035) 0:00:44.546 ******* 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Friday 22 December 2023 17:09:43 +0000 (0:00:00.030) 0:00:44.576 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Friday 22 December 2023 17:09:44 +0000 (0:00:00.026) 0:00:44.603 ******* 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Friday 22 December 2023 17:09:44 +0000 (0:00:00.381) 0:00:44.985 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2346aqqp3oue/tmps6027u0p" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 22 December 2023 17:09:44 +0000 (0:00:00.308) 0:00:45.294 ******* 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": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0' [004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified) [005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\n"', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Friday 22 December 2023 17:09:51 +0000 (0:00:06.517) 0:00:51.811 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Friday 22 December 2023 17:09:51 +0000 (0:00:00.031) 0:00:51.842 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 22 December 2023 17:09:51 +0000 (0:00:00.029) 0:00:51.872 ******* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)\n[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add ifcfg-rh profile 'veth0'", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0 (is-modified)", "[005] #0, state:up persistent_state:present, 'veth0': call 'ifup veth0': rc=0, out='b\"INFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\nINFO : [ipv6_wait_tentative] Waiting for interface veth0 IPv6 address(es) to leave the 'tentative' state\\n\"', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Friday 22 December 2023 17:09:51 +0000 (0:00:00.029) 0:00:51.902 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 22 December 2023 17:09:51 +0000 (0:00:00.031) 0:00:51.933 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:110 Friday 22 December 2023 17:09:51 +0000 (0:00:00.246) 0:00:52.180 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/assert_device_present.yml:3 Friday 22 December 2023 17:09:51 +0000 (0:00:00.056) 0:00:52.236 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 22 December 2023 17:09:51 +0000 (0:00:00.039) 0:00:52.275 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703264979.680314, "block_size": 4096, "blocks": 0, "ctime": 1703264979.680314, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22305, "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": 1703264979.680314, "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-wifi_fixn29r3zih/tests/playbooks/tasks/assert_device_present.yml:5 Friday 22 December 2023 17:09:51 +0000 (0:00:00.207) 0:00:52.483 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:112 Friday 22 December 2023 17:09:51 +0000 (0:00:00.031) 0:00:52.514 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 22 December 2023 17:09:51 +0000 (0:00:00.055) 0:00:52.569 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 22 December 2023 17:09:52 +0000 (0:00:00.041) 0:00:52.611 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 22 December 2023 17:09:52 +0000 (0:00:00.028) 0:00:52.639 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703264984.9997704, "block_size": 4096, "blocks": 8, "ctime": 1703264984.9787705, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 4750414, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1703264984.9787705, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 263, "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-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 22 December 2023 17:09:52 +0000 (0:00:00.206) 0:00:52.846 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 22 December 2023 17:09:52 +0000 (0:00:00.029) 0:00:52.875 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.020858", "end": "2023-12-22 17:09:52.490837", "rc": 1, "start": "2023-12-22 17:09:52.469979" } MSG: non-zero return code ...ignoring TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 22 December 2023 17:09:52 +0000 (0:00:00.228) 0:00:53.104 ******* skipping: [sut] => { "changed": false, "false_condition": "nm_profile_exists.rc == 0", "skip_reason": "Conditional result was False" } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 22 December 2023 17:09:52 +0000 (0:00:00.055) 0:00:53.159 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# Ansible managed", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003303", "end": "2023-12-22 17:09:52.759164", "rc": 0, "start": "2023-12-22 17:09:52.755861" } STDOUT: # Ansible managed TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 22 December 2023 17:09:52 +0000 (0:00:00.214) 0:00:53.374 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true }, "changed": false } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 22 December 2023 17:09:52 +0000 (0:00:00.033) 0:00:53.407 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "^# system_role:network", "/etc/sysconfig/network-scripts/ifcfg-veth0" ], "delta": "0:00:00.003241", "end": "2023-12-22 17:09:53.007124", "rc": 0, "start": "2023-12-22 17:09:53.003883" } STDOUT: # system_role:network TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 22 December 2023 17:09:53 +0000 (0:00:00.215) 0:00:53.622 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 22 December 2023 17:09:53 +0000 (0:00:00.032) 0:00:53.655 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 22 December 2023 17:09:53 +0000 (0:00:00.030) 0:00:53.686 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 22 December 2023 17:09:53 +0000 (0:00:00.030) 0:00:53.716 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:116 Friday 22 December 2023 17:09:53 +0000 (0:00:00.029) 0:00:53.746 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003887", "end": "2023-12-22 17:09:53.343032", "rc": 0, "start": "2023-12-22 17:09:53.339145" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.11.53 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.11.53 metric 100 169.254.0.0/16 dev veth0 scope link metric 1006 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 TASK [Assert default ipv4 route is absent] ************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:120 Friday 22 December 2023 17:09:53 +0000 (0:00:00.211) 0:00:53.958 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:126 Friday 22 December 2023 17:09:53 +0000 (0:00:00.040) 0:00:53.998 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004057", "end": "2023-12-22 17:09:53.596146", "rc": 0, "start": "2023-12-22 17:09:53.592089" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 256 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 256 pref medium default via 2001:db8::1 dev veth0 metric 1 pref medium TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:130 Friday 22 December 2023 17:09:53 +0000 (0:00:00.210) 0:00:54.209 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:137 Friday 22 December 2023 17:09:53 +0000 (0:00:00.028) 0:00:54.237 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 22 December 2023 17:09:53 +0000 (0:00:00.029) 0:00:54.267 ******* included: /WORKDIR/git-wifi_fixn29r3zih/.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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 22 December 2023 17:09:53 +0000 (0:00:00.043) 0:00:54.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 : Check if system is ostree] *********** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 22 December 2023 17:09:53 +0000 (0:00:00.035) 0:00:54.346 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 22 December 2023 17:09:53 +0000 (0:00:00.032) 0:00:54.378 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 22 December 2023 17:09:53 +0000 (0:00:00.076) 0:00:54.455 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 22 December 2023 17:09:55 +0000 (0:00:01.628) 0:00:56.084 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 22 December 2023 17:09:56 +0000 (0:00:01.335) 0:00:57.419 ******* ok: [sut] => {} MSG: Using network provider: initscripts 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 22 December 2023 17:09:56 +0000 (0:00:00.031) 0:00:57.450 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 22 December 2023 17:09:56 +0000 (0:00:00.029) 0:00:57.480 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 22 December 2023 17:09:56 +0000 (0:00:00.031) 0:00:57.511 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Friday 22 December 2023 17:09:56 +0000 (0:00:00.052) 0:00:57.564 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Friday 22 December 2023 17:09:57 +0000 (0:00:00.030) 0:00:57.595 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Friday 22 December 2023 17:09:57 +0000 (0:00:00.032) 0:00:57.628 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Friday 22 December 2023 17:09:57 +0000 (0:00:00.035) 0:00:57.663 ******* 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 : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Friday 22 December 2023 17:09:57 +0000 (0:00:00.031) 0:00:57.695 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"nm\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Friday 22 December 2023 17:09:57 +0000 (0:00:00.028) 0:00:57.724 ******* 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Friday 22 December 2023 17:09:57 +0000 (0:00:00.382) 0:00:58.106 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-2346aqqp3oue/tmp9ug0rjwq" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Friday 22 December 2023 17:09:57 +0000 (0:00:00.303) 0:00:58.410 ******* 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": "initscripts" } }, "changed": true } STDERR: [003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active) [004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' [005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0' TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Friday 22 December 2023 17:09:58 +0000 (0:00:00.496) 0:00:58.906 ******* 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-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Friday 22 December 2023 17:09:58 +0000 (0:00:00.033) 0:00:58.940 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Friday 22 December 2023 17:09:58 +0000 (0:00:00.032) 0:00:58.972 ******* 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": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)\n[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'\n", "stderr_lines": [ "[003] #0, state:down persistent_state:absent, 'veth0': up connection veth0 (active)", "[004] #0, state:down persistent_state:absent, 'veth0': call 'ifdown veth0': rc=0, out='b''', err='b\"WARN : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'", "[005] #0, state:down persistent_state:absent, 'veth0': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-veth0'" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Friday 22 December 2023 17:09:58 +0000 (0:00:00.032) 0:00:59.005 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Friday 22 December 2023 17:09:58 +0000 (0:00:00.033) 0:00:59.038 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:149 Friday 22 December 2023 17:09:58 +0000 (0:00:00.240) 0:00:59.278 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 22 December 2023 17:09:58 +0000 (0:00:00.058) 0:00:59.337 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 22 December 2023 17:09:58 +0000 (0:00:00.030) 0:00:59.367 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 22 December 2023 17:09:58 +0000 (0:00:00.027) 0:00:59.395 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/show_interfaces.yml:3 Friday 22 December 2023 17:09:58 +0000 (0:00:00.038) 0:00:59.434 ******* included: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 17:09:58 +0000 (0:00:00.037) 0:00:59.471 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003524", "end": "2023-12-22 17:09:59.070882", "rc": 0, "start": "2023-12-22 17:09:59.067358" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 17:09:59 +0000 (0:00:00.213) 0:00:59.685 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/show_interfaces.yml:5 Friday 22 December 2023 17:09:59 +0000 (0:00:00.059) 0:00:59.745 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 22 December 2023 17:09:59 +0000 (0:00:00.029) 0:00:59.775 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:23 Friday 22 December 2023 17:10:02 +0000 (0:00:03.021) 0:01:02.796 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:31 Friday 22 December 2023 17:10:02 +0000 (0:00:00.037) 0:01:02.833 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:39 Friday 22 December 2023 17:10:02 +0000 (0:00:00.028) 0:01:02.862 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.012868", "end": "2023-12-22 17:10:02.475242", "rc": 0, "start": "2023-12-22 17:10:02.462374" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:45 Friday 22 December 2023 17:10:02 +0000 (0:00:00.230) 0:01:03.093 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:50 Friday 22 December 2023 17:10:02 +0000 (0:00:00.029) 0:01:03.122 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:56 Friday 22 December 2023 17:10:02 +0000 (0:00:00.027) 0:01:03.150 ******* 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-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:61 Friday 22 December 2023 17:10:02 +0000 (0:00:00.028) 0:01:03.178 ******* 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=138 changed=6 unreachable=0 failed=0 skipped=89 rescued=0 ignored=2 Friday 22 December 2023 17:10:02 +0000 (0:00:00.058) 0:01:03.236 ******* =============================================================================== fedora.linux_system_roles.network : Configure networking connection profiles --- 6.73s /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Configure networking connection profiles --- 6.52s /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Install packages -------------------- 5.05s /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Install iproute --------------------------------------------------------- 3.46s /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 3.02s /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 3.00s /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 3.00s /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 1.67s /WORKDIR/git-wifi_fixn29r3zih/.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.64s /WORKDIR/git-wifi_fixn29r3zih/.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.64s /WORKDIR/git-wifi_fixn29r3zih/.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.63s /WORKDIR/git-wifi_fixn29r3zih/.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.51s /WORKDIR/git-wifi_fixn29r3zih/.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.37s /WORKDIR/git-wifi_fixn29r3zih/.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.37s /WORKDIR/git-wifi_fixn29r3zih/.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.34s /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Enable network service -------------- 0.88s /WORKDIR/git-wifi_fixn29r3zih/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Gathering Facts --------------------------------------------------------- 0.87s /WORKDIR/git-wifi_fixn29r3zih/tests/tests_auto_gateway_initscripts.yml:4 ------ Gathering Facts --------------------------------------------------------- 0.72s /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tests_auto_gateway.yml:3 -------- Create veth interface veth0 --------------------------------------------- 0.67s /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:23 Create veth interface veth0 --------------------------------------------- 0.64s /WORKDIR/git-wifi_fixn29r3zih/tests/playbooks/tasks/manage_test_interface.yml:23 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---