# 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-bond_options_rewrite3g6toljk/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_auto_gateway_nm.yml ******************************************** 2 plays in /WORKDIR/git-bond_options_rewrite3g6toljk/tests/tests_auto_gateway_nm.yml PLAY [Run playbook 'playbooks/tests_auto_gateway.yml' with nm as provider] ***** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/tests_auto_gateway_nm.yml:6 Tuesday 30 January 2024 21:24:01 +0000 (0:00:00.017) 0:00:00.017 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/tests_auto_gateway_nm.yml:9 Tuesday 30 January 2024 21:24:02 +0000 (0:00:00.982) 0:00:01.000 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/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-bond_options_rewrite3g6toljk/tests/tasks/el_repo_setup.yml:3 Tuesday 30 January 2024 21:24:02 +0000 (0:00:00.022) 0:00:01.023 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/tasks/el_repo_setup.yml:17 Tuesday 30 January 2024 21:24:02 +0000 (0:00:00.389) 0:00:01.413 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/tasks/el_repo_setup.yml:22 Tuesday 30 January 2024 21:24:03 +0000 (0:00:00.296) 0:00:01.709 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/tasks/el_repo_setup.yml:26 Tuesday 30 January 2024 21:24:03 +0000 (0:00:00.018) 0:00:01.727 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/tasks/el_repo_setup.yml:51 Tuesday 30 January 2024 21:24:03 +0000 (0:00:00.011) 0:00:01.739 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/tasks/enable_epel.yml:8 Tuesday 30 January 2024 21:24:03 +0000 (0:00:00.030) 0:00:01.770 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/tasks/enable_epel.yml:24 Tuesday 30 January 2024 21:24:03 +0000 (0:00:00.010) 0:00:01.780 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/tasks/enable_epel.yml:30 Tuesday 30 January 2024 21:24:03 +0000 (0:00:00.010) 0:00:01.790 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/tasks/enable_epel.yml:35 Tuesday 30 January 2024 21:24:03 +0000 (0:00:00.009) 0:00:01.800 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/tasks/enable_epel.yml:40 Tuesday 30 January 2024 21:24:03 +0000 (0:00:00.010) 0:00:01.810 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/tests_auto_gateway_nm.yml:11 Tuesday 30 January 2024 21:24:03 +0000 (0:00:00.010) 0:00:01.821 ******* ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:3 Tuesday 30 January 2024 21:24:03 +0000 (0:00:00.023) 0:00:01.844 ******* ok: [sut] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:9 Tuesday 30 January 2024 21:24:04 +0000 (0:00:00.748) 0:00:02.592 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 30 January 2024 21:24:04 +0000 (0:00:00.030) 0:00:02.622 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 30 January 2024 21:24:04 +0000 (0:00:00.014) 0:00:02.637 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004080", "end": "2024-01-30 21:24:04.505989", "rc": 0, "start": "2024-01-30 21:24:04.501909" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 30 January 2024 21:24:04 +0000 (0:00:00.317) 0:00:02.955 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 30 January 2024 21:24:04 +0000 (0:00:00.016) 0:00:02.972 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:11 Tuesday 30 January 2024 21:24:04 +0000 (0:00:00.015) 0:00:02.987 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:3 Tuesday 30 January 2024 21:24:04 +0000 (0:00:00.034) 0:00:03.022 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:8 Tuesday 30 January 2024 21:24:04 +0000 (0:00:00.012) 0:00:03.034 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:13 Tuesday 30 January 2024 21:24:04 +0000 (0:00:00.010) 0:00:03.045 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 30 January 2024 21:24:04 +0000 (0:00:00.015) 0:00:03.060 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 30 January 2024 21:24:04 +0000 (0:00:00.013) 0:00:03.073 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004179", "end": "2024-01-30 21:24:04.848331", "rc": 0, "start": "2024-01-30 21:24:04.844152" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 30 January 2024 21:24:04 +0000 (0:00:00.224) 0:00:03.297 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 30 January 2024 21:24:04 +0000 (0:00:00.014) 0:00:03.312 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:16 Tuesday 30 January 2024 21:24:04 +0000 (0:00:00.015) 0:00:03.327 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:23 Tuesday 30 January 2024 21:24:07 +0000 (0:00:02.430) 0:00:05.758 ******* 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.050734", "end": "2024-01-30 21:24:07.588463", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-30 21:24:07.537729" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004062", "end": "2024-01-30 21:24:07.856972", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-30 21:24:07.852910" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004348", "end": "2024-01-30 21:24:08.065579", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-30 21:24:08.061231" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:31 Tuesday 30 January 2024 21:24:08 +0000 (0:00:00.755) 0:00:06.514 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.103811", "end": "2024-01-30 21:24:08.387104", "rc": 0, "start": "2024-01-30 21:24:08.283293" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:39 Tuesday 30 January 2024 21:24:08 +0000 (0:00:00.321) 0:00:06.835 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:45 Tuesday 30 January 2024 21:24:08 +0000 (0:00:00.016) 0:00:06.852 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:50 Tuesday 30 January 2024 21:24:08 +0000 (0:00:00.014) 0:00:06.866 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:56 Tuesday 30 January 2024 21:24:08 +0000 (0:00:00.014) 0:00:06.881 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:61 Tuesday 30 January 2024 21:24:08 +0000 (0:00:00.013) 0:00:06.895 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:15 Tuesday 30 January 2024 21:24:08 +0000 (0:00:00.015) 0:00:06.910 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 30 January 2024 21:24:08 +0000 (0:00:00.039) 0:00:06.950 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 30 January 2024 21:24:08 +0000 (0:00:00.016) 0:00:06.966 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706649847.5853934, "block_size": 4096, "blocks": 0, "ctime": 1706649847.5853934, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26305, "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": 1706649847.5853934, "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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 30 January 2024 21:24:08 +0000 (0:00:00.219) 0:00:07.186 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:17 Tuesday 30 January 2024 21:24:08 +0000 (0:00:00.015) 0:00:07.202 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 30 January 2024 21:24:08 +0000 (0:00:00.013) 0:00:07.215 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/.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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 30 January 2024 21:24:08 +0000 (0:00:00.022) 0:00:07.237 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 30 January 2024 21:24:08 +0000 (0:00:00.023) 0:00:07.261 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 30 January 2024 21:24:08 +0000 (0:00:00.015) 0:00:07.276 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 30 January 2024 21:24:08 +0000 (0:00:00.015) 0:00:07.292 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 30 January 2024 21:24:11 +0000 (0:00:02.434) 0:00:09.726 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 30 January 2024 21:24:12 +0000 (0:00:01.088) 0:00:10.815 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 30 January 2024 21:24:12 +0000 (0:00:00.028) 0:00:10.843 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 30 January 2024 21:24:12 +0000 (0:00:00.028) 0:00:10.872 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Tuesday 30 January 2024 21:24:12 +0000 (0:00:00.031) 0:00:10.903 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 30 January 2024 21:24:12 +0000 (0:00:00.093) 0:00:10.997 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 30 January 2024 21:24:12 +0000 (0:00:00.082) 0:00:11.079 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Tuesday 30 January 2024 21:24:12 +0000 (0:00:00.051) 0:00:11.130 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 30 January 2024 21:24:12 +0000 (0:00:00.085) 0:00:11.216 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 30 January 2024 21:24:13 +0000 (0:00:00.740) 0:00:11.956 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 30 January 2024 21:24:13 +0000 (0:00:00.055) 0:00:12.011 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Tuesday 30 January 2024 21:24:13 +0000 (0:00:00.027) 0:00:12.039 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 30 January 2024 21:24:13 +0000 (0:00:00.025) 0:00:12.065 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 3342550b-7b8e-493d-9f37-3b24d227a67d [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 3342550b-7b8e-493d-9f37-3b24d227a67d (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Tuesday 30 January 2024 21:24:14 +0000 (0:00:00.945) 0:00:13.010 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Tuesday 30 January 2024 21:24:14 +0000 (0:00:00.033) 0:00:13.043 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 3342550b-7b8e-493d-9f37-3b24d227a67d", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 3342550b-7b8e-493d-9f37-3b24d227a67d (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Tuesday 30 January 2024 21:24:14 +0000 (0:00:00.033) 0:00:13.077 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": true, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1", "route_metric4": 65535 }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 3342550b-7b8e-493d-9f37-3b24d227a67d\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 3342550b-7b8e-493d-9f37-3b24d227a67d (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 3342550b-7b8e-493d-9f37-3b24d227a67d", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 3342550b-7b8e-493d-9f37-3b24d227a67d (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Tuesday 30 January 2024 21:24:14 +0000 (0:00:00.029) 0:00:13.106 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 30 January 2024 21:24:14 +0000 (0:00:00.031) 0:00:13.137 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:42 Tuesday 30 January 2024 21:24:15 +0000 (0:00:00.396) 0:00:13.534 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 30 January 2024 21:24:15 +0000 (0:00:00.064) 0:00:13.599 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 30 January 2024 21:24:15 +0000 (0:00:00.079) 0:00:13.678 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706649847.5853934, "block_size": 4096, "blocks": 0, "ctime": 1706649847.5853934, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26305, "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": 1706649847.5853934, "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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 30 January 2024 21:24:15 +0000 (0:00:00.229) 0:00:13.908 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:44 Tuesday 30 January 2024 21:24:15 +0000 (0:00:00.031) 0:00:13.939 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/assert_profile_present.yml:3 Tuesday 30 January 2024 21:24:15 +0000 (0:00:00.068) 0:00:14.008 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 30 January 2024 21:24:15 +0000 (0:00:00.052) 0:00:14.060 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 30 January 2024 21:24:15 +0000 (0:00:00.034) 0:00:14.094 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 30 January 2024 21:24:15 +0000 (0:00:00.229) 0:00:14.324 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 30 January 2024 21:24:15 +0000 (0:00:00.023) 0:00:14.348 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.054523", "end": "2024-01-30 21:24:16.172483", "rc": 0, "start": "2024-01-30 21:24:16.117960" } STDOUT: veth0 /etc/NetworkManager/system-connections/veth0.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 30 January 2024 21:24:16 +0000 (0:00:00.287) 0:00:14.635 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 30 January 2024 21:24:16 +0000 (0:00:00.040) 0:00:14.675 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 30 January 2024 21:24:16 +0000 (0:00:00.031) 0:00:14.707 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 30 January 2024 21:24:16 +0000 (0:00:00.039) 0:00:14.746 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 30 January 2024 21:24:16 +0000 (0:00:00.042) 0:00:14.788 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/assert_profile_present.yml:5 Tuesday 30 January 2024 21:24:16 +0000 (0:00:00.030) 0:00:14.819 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/assert_profile_present.yml:10 Tuesday 30 January 2024 21:24:16 +0000 (0:00:00.084) 0:00:14.903 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/assert_profile_present.yml:15 Tuesday 30 January 2024 21:24:16 +0000 (0:00:00.032) 0:00:14.935 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:48 Tuesday 30 January 2024 21:24:16 +0000 (0:00:00.042) 0:00:14.977 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004134", "end": "2024-01-30 21:24:16.752594", "rc": 0, "start": "2024-01-30 21:24:16.748460" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.11.158 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.11.158 metric 100 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 metric 65535 TASK [Assert default ipv4 route is present] ************************************ task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:52 Tuesday 30 January 2024 21:24:16 +0000 (0:00:00.236) 0:00:15.214 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:58 Tuesday 30 January 2024 21:24:16 +0000 (0:00:00.026) 0:00:15.240 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004038", "end": "2024-01-30 21:24:17.013293", "rc": 0, "start": "2024-01-30 21:24:17.009255" } STDOUT: 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 1024 pref medium fe80::/64 dev veth0 proto kernel metric 1024 pref medium default via 2001:db8::1 dev veth0 proto static metric 101 pref medium TASK [Assert default ipv6 route is present] ************************************ task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:62 Tuesday 30 January 2024 21:24:17 +0000 (0:00:00.232) 0:00:15.472 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:69 Tuesday 30 January 2024 21:24:17 +0000 (0:00:00.032) 0:00:15.504 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 30 January 2024 21:24:17 +0000 (0:00:00.029) 0:00:15.534 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/.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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 30 January 2024 21:24:17 +0000 (0:00:00.065) 0:00:15.599 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 30 January 2024 21:24:17 +0000 (0:00:00.045) 0:00:15.645 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 30 January 2024 21:24:17 +0000 (0:00:00.032) 0:00:15.677 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 30 January 2024 21:24:17 +0000 (0:00:00.029) 0:00:15.707 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 30 January 2024 21:24:19 +0000 (0:00:02.325) 0:00:18.033 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 30 January 2024 21:24:20 +0000 (0:00:00.970) 0:00:19.003 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 30 January 2024 21:24:20 +0000 (0:00:00.052) 0:00:19.056 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 30 January 2024 21:24:20 +0000 (0:00:00.051) 0:00:19.107 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Tuesday 30 January 2024 21:24:20 +0000 (0:00:00.050) 0:00:19.157 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 30 January 2024 21:24:20 +0000 (0:00:00.130) 0:00:19.288 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 30 January 2024 21:24:20 +0000 (0:00:00.073) 0:00:19.362 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Tuesday 30 January 2024 21:24:20 +0000 (0:00:00.039) 0:00:19.401 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 30 January 2024 21:24:21 +0000 (0:00:00.050) 0:00:19.452 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 30 January 2024 21:24:21 +0000 (0:00:00.457) 0:00:19.909 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 30 January 2024 21:24:21 +0000 (0:00:00.069) 0:00:19.979 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Tuesday 30 January 2024 21:24:21 +0000 (0:00:00.037) 0:00:20.016 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 30 January 2024 21:24:21 +0000 (0:00:00.030) 0:00:20.046 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Tuesday 30 January 2024 21:24:22 +0000 (0:00:00.522) 0:00:20.569 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Tuesday 30 January 2024 21:24:22 +0000 (0:00:00.035) 0:00:20.604 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Tuesday 30 January 2024 21:24:22 +0000 (0:00:00.037) 0:00:20.642 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Tuesday 30 January 2024 21:24:22 +0000 (0:00:00.035) 0:00:20.677 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 30 January 2024 21:24:22 +0000 (0:00:00.095) 0:00:20.773 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:81 Tuesday 30 January 2024 21:24:22 +0000 (0:00:00.254) 0:00:21.027 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:3 Tuesday 30 January 2024 21:24:22 +0000 (0:00:00.078) 0:00:21.105 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:8 Tuesday 30 January 2024 21:24:22 +0000 (0:00:00.030) 0:00:21.136 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:13 Tuesday 30 January 2024 21:24:22 +0000 (0:00:00.032) 0:00:21.168 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 30 January 2024 21:24:22 +0000 (0:00:00.065) 0:00:21.234 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 30 January 2024 21:24:22 +0000 (0:00:00.065) 0:00:21.299 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004071", "end": "2024-01-30 21:24:23.078124", "rc": 0, "start": "2024-01-30 21:24:23.074053" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 30 January 2024 21:24:23 +0000 (0:00:00.251) 0:00:21.551 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 30 January 2024 21:24:23 +0000 (0:00:00.038) 0:00:21.589 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:16 Tuesday 30 January 2024 21:24:23 +0000 (0:00:00.054) 0:00:21.643 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:23 Tuesday 30 January 2024 21:24:25 +0000 (0:00:02.310) 0:00:23.954 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:31 Tuesday 30 January 2024 21:24:25 +0000 (0:00:00.035) 0:00:23.990 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:39 Tuesday 30 January 2024 21:24:25 +0000 (0:00:00.084) 0:00:24.074 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.020235", "end": "2024-01-30 21:24:25.866716", "rc": 0, "start": "2024-01-30 21:24:25.846481" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:45 Tuesday 30 January 2024 21:24:25 +0000 (0:00:00.256) 0:00:24.331 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:50 Tuesday 30 January 2024 21:24:25 +0000 (0:00:00.029) 0:00:24.361 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:56 Tuesday 30 January 2024 21:24:25 +0000 (0:00:00.030) 0:00:24.391 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:61 Tuesday 30 January 2024 21:24:26 +0000 (0:00:00.043) 0:00:24.434 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:85 Tuesday 30 January 2024 21:24:26 +0000 (0:00:00.040) 0:00:24.474 ******* ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:89 Tuesday 30 January 2024 21:24:26 +0000 (0:00:00.048) 0:00:24.523 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:3 Tuesday 30 January 2024 21:24:26 +0000 (0:00:00.108) 0:00:24.632 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:8 Tuesday 30 January 2024 21:24:26 +0000 (0:00:00.039) 0:00:24.672 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:13 Tuesday 30 January 2024 21:24:26 +0000 (0:00:00.030) 0:00:24.703 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 30 January 2024 21:24:26 +0000 (0:00:00.047) 0:00:24.750 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 30 January 2024 21:24:26 +0000 (0:00:00.044) 0:00:24.795 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004017", "end": "2024-01-30 21:24:26.570902", "rc": 0, "start": "2024-01-30 21:24:26.566885" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 30 January 2024 21:24:26 +0000 (0:00:00.240) 0:00:25.035 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 30 January 2024 21:24:26 +0000 (0:00:00.104) 0:00:25.139 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:16 Tuesday 30 January 2024 21:24:26 +0000 (0:00:00.038) 0:00:25.178 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:23 Tuesday 30 January 2024 21:24:29 +0000 (0:00:02.360) 0:00:27.539 ******* 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.006534", "end": "2024-01-30 21:24:29.325733", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-30 21:24:29.319199" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004210", "end": "2024-01-30 21:24:29.594044", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-30 21:24:29.589834" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004231", "end": "2024-01-30 21:24:29.803853", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-30 21:24:29.799622" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:31 Tuesday 30 January 2024 21:24:29 +0000 (0:00:00.729) 0:00:28.268 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.023636", "end": "2024-01-30 21:24:30.066909", "rc": 0, "start": "2024-01-30 21:24:30.043273" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:39 Tuesday 30 January 2024 21:24:30 +0000 (0:00:00.284) 0:00:28.552 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:45 Tuesday 30 January 2024 21:24:30 +0000 (0:00:00.032) 0:00:28.584 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:50 Tuesday 30 January 2024 21:24:30 +0000 (0:00:00.032) 0:00:28.617 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:56 Tuesday 30 January 2024 21:24:30 +0000 (0:00:00.040) 0:00:28.658 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:61 Tuesday 30 January 2024 21:24:30 +0000 (0:00:00.040) 0:00:28.698 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 30 January 2024 21:24:30 +0000 (0:00:00.040) 0:00:28.739 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/.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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 30 January 2024 21:24:30 +0000 (0:00:00.058) 0:00:28.797 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 30 January 2024 21:24:30 +0000 (0:00:00.057) 0:00:28.855 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 30 January 2024 21:24:30 +0000 (0:00:00.034) 0:00:28.889 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 30 January 2024 21:24:30 +0000 (0:00:00.041) 0:00:28.931 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 30 January 2024 21:24:32 +0000 (0:00:02.312) 0:00:31.244 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 30 January 2024 21:24:33 +0000 (0:00:00.897) 0:00:32.142 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 30 January 2024 21:24:33 +0000 (0:00:00.030) 0:00:32.172 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 30 January 2024 21:24:33 +0000 (0:00:00.030) 0:00:32.203 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Tuesday 30 January 2024 21:24:33 +0000 (0:00:00.028) 0:00:32.231 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 30 January 2024 21:24:33 +0000 (0:00:00.087) 0:00:32.319 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 30 January 2024 21:24:33 +0000 (0:00:00.031) 0:00:32.350 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Tuesday 30 January 2024 21:24:33 +0000 (0:00:00.032) 0:00:32.383 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 30 January 2024 21:24:34 +0000 (0:00:00.057) 0:00:32.441 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 30 January 2024 21:24:34 +0000 (0:00:00.478) 0:00:32.919 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 30 January 2024 21:24:34 +0000 (0:00:00.066) 0:00:32.986 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Tuesday 30 January 2024 21:24:34 +0000 (0:00:00.037) 0:00:33.024 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 30 January 2024 21:24:34 +0000 (0:00:00.035) 0:00:33.059 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 9b63b42c-f3da-4b44-bc48-746a5029aac7 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 9b63b42c-f3da-4b44-bc48-746a5029aac7 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Tuesday 30 January 2024 21:24:35 +0000 (0:00:00.510) 0:00:33.570 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Tuesday 30 January 2024 21:24:35 +0000 (0:00:00.040) 0:00:33.611 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 9b63b42c-f3da-4b44-bc48-746a5029aac7", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 9b63b42c-f3da-4b44-bc48-746a5029aac7 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Tuesday 30 January 2024 21:24:35 +0000 (0:00:00.094) 0:00:33.705 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "address": [ "2001:db8::2/64", "203.0.113.2/24" ], "auto6": false, "auto_gateway": false, "dhcp4": false, "gateway4": "203.0.113.1", "gateway6": "2001:db8::1" }, "name": "veth0", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 9b63b42c-f3da-4b44-bc48-746a5029aac7\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 9b63b42c-f3da-4b44-bc48-746a5029aac7 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 9b63b42c-f3da-4b44-bc48-746a5029aac7", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 9b63b42c-f3da-4b44-bc48-746a5029aac7 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Tuesday 30 January 2024 21:24:35 +0000 (0:00:00.031) 0:00:33.737 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 30 January 2024 21:24:35 +0000 (0:00:00.032) 0:00:33.769 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:110 Tuesday 30 January 2024 21:24:35 +0000 (0:00:00.251) 0:00:34.020 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 30 January 2024 21:24:35 +0000 (0:00:00.081) 0:00:34.102 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 30 January 2024 21:24:35 +0000 (0:00:00.058) 0:00:34.160 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706649869.3234715, "block_size": 4096, "blocks": 0, "ctime": 1706649869.3234715, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26891, "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": 1706649869.3234715, "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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 30 January 2024 21:24:35 +0000 (0:00:00.234) 0:00:34.394 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:112 Tuesday 30 January 2024 21:24:36 +0000 (0:00:00.033) 0:00:34.428 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/assert_profile_present.yml:3 Tuesday 30 January 2024 21:24:36 +0000 (0:00:00.081) 0:00:34.509 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 30 January 2024 21:24:36 +0000 (0:00:00.087) 0:00:34.597 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 30 January 2024 21:24:36 +0000 (0:00:00.045) 0:00:34.642 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 30 January 2024 21:24:36 +0000 (0:00:00.288) 0:00:34.931 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 30 January 2024 21:24:36 +0000 (0:00:00.026) 0:00:34.957 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.023046", "end": "2024-01-30 21:24:36.751080", "rc": 0, "start": "2024-01-30 21:24:36.728034" } STDOUT: veth0 /etc/NetworkManager/system-connections/veth0.nmconnection TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 30 January 2024 21:24:36 +0000 (0:00:00.255) 0:00:35.213 ******* ok: [sut] => { "ansible_facts": { "lsr_net_profile_ansible_managed": true, "lsr_net_profile_exists": true, "lsr_net_profile_fingerprint": true }, "changed": false } TASK [Get the ansible_managed comment in ifcfg-veth0] ************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 30 January 2024 21:24:36 +0000 (0:00:00.031) 0:00:35.244 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 30 January 2024 21:24:36 +0000 (0:00:00.025) 0:00:35.269 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 30 January 2024 21:24:36 +0000 (0:00:00.026) 0:00:35.296 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 30 January 2024 21:24:36 +0000 (0:00:00.028) 0:00:35.324 ******* skipping: [sut] => { "changed": false, "false_condition": "profile_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/assert_profile_present.yml:5 Tuesday 30 January 2024 21:24:36 +0000 (0:00:00.026) 0:00:35.350 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/assert_profile_present.yml:10 Tuesday 30 January 2024 21:24:36 +0000 (0:00:00.030) 0:00:35.381 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/assert_profile_present.yml:15 Tuesday 30 January 2024 21:24:36 +0000 (0:00:00.032) 0:00:35.414 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:116 Tuesday 30 January 2024 21:24:37 +0000 (0:00:00.034) 0:00:35.448 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004525", "end": "2024-01-30 21:24:37.223804", "rc": 0, "start": "2024-01-30 21:24:37.219279" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.11.158 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.11.158 metric 100 203.0.113.0/24 dev veth0 proto kernel scope link src 203.0.113.2 metric 101 TASK [Assert default ipv4 route is absent] ************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:120 Tuesday 30 January 2024 21:24:37 +0000 (0:00:00.240) 0:00:35.689 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:126 Tuesday 30 January 2024 21:24:37 +0000 (0:00:00.036) 0:00:35.726 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004252", "end": "2024-01-30 21:24:37.504954", "rc": 0, "start": "2024-01-30 21:24:37.500702" } STDOUT: 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 1024 pref medium fe80::/64 dev veth0 proto kernel metric 1024 pref medium TASK [Assert default ipv6 route is absent] ************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:130 Tuesday 30 January 2024 21:24:37 +0000 (0:00:00.255) 0:00:35.982 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:137 Tuesday 30 January 2024 21:24:37 +0000 (0:00:00.033) 0:00:36.015 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 30 January 2024 21:24:37 +0000 (0:00:00.033) 0:00:36.049 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/.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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 30 January 2024 21:24:37 +0000 (0:00:00.101) 0:00:36.150 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 30 January 2024 21:24:37 +0000 (0:00:00.058) 0:00:36.209 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 30 January 2024 21:24:37 +0000 (0:00:00.036) 0:00:36.245 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 30 January 2024 21:24:37 +0000 (0:00:00.034) 0:00:36.280 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 30 January 2024 21:24:40 +0000 (0:00:02.319) 0:00:38.599 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 30 January 2024 21:24:40 +0000 (0:00:00.820) 0:00:39.420 ******* ok: [sut] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 30 January 2024 21:24:41 +0000 (0:00:00.031) 0:00:39.451 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 30 January 2024 21:24:41 +0000 (0:00:00.032) 0:00:39.484 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Tuesday 30 January 2024 21:24:41 +0000 (0:00:00.044) 0:00:39.529 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 30 January 2024 21:24:41 +0000 (0:00:00.091) 0:00:39.620 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 30 January 2024 21:24:41 +0000 (0:00:00.031) 0:00:39.651 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Tuesday 30 January 2024 21:24:41 +0000 (0:00:00.029) 0:00:39.681 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 30 January 2024 21:24:41 +0000 (0:00:00.052) 0:00:39.733 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 30 January 2024 21:24:41 +0000 (0:00:00.515) 0:00:40.249 ******* skipping: [sut] => { "changed": false, "false_condition": "__network_wpa_supplicant_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 30 January 2024 21:24:41 +0000 (0:00:00.056) 0:00:40.306 ******* skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Tuesday 30 January 2024 21:24:41 +0000 (0:00:00.031) 0:00:40.337 ******* skipping: [sut] => { "changed": false, "false_condition": "network_provider == \"initscripts\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 30 January 2024 21:24:41 +0000 (0:00:00.035) 0:00:40.373 ******* changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Tuesday 30 January 2024 21:24:42 +0000 (0:00:00.498) 0:00:40.872 ******* 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-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Tuesday 30 January 2024 21:24:42 +0000 (0:00:00.042) 0:00:40.914 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Tuesday 30 January 2024 21:24:42 +0000 (0:00:00.034) 0:00:40.949 ******* ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Tuesday 30 January 2024 21:24:42 +0000 (0:00:00.037) 0:00:40.987 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 30 January 2024 21:24:42 +0000 (0:00:00.048) 0:00:41.035 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:149 Tuesday 30 January 2024 21:24:42 +0000 (0:00:00.246) 0:00:41.282 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:3 Tuesday 30 January 2024 21:24:42 +0000 (0:00:00.087) 0:00:41.370 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:8 Tuesday 30 January 2024 21:24:42 +0000 (0:00:00.028) 0:00:41.398 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:13 Tuesday 30 January 2024 21:24:43 +0000 (0:00:00.026) 0:00:41.425 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 30 January 2024 21:24:43 +0000 (0:00:00.047) 0:00:41.473 ******* included: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 30 January 2024 21:24:43 +0000 (0:00:00.105) 0:00:41.578 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003915", "end": "2024-01-30 21:24:43.351388", "rc": 0, "start": "2024-01-30 21:24:43.347473" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 30 January 2024 21:24:43 +0000 (0:00:00.234) 0:00:41.813 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 30 January 2024 21:24:43 +0000 (0:00:00.033) 0:00:41.847 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:16 Tuesday 30 January 2024 21:24:43 +0000 (0:00:00.029) 0:00:41.877 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:23 Tuesday 30 January 2024 21:24:45 +0000 (0:00:02.289) 0:00:44.166 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:31 Tuesday 30 January 2024 21:24:45 +0000 (0:00:00.043) 0:00:44.210 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:39 Tuesday 30 January 2024 21:24:45 +0000 (0:00:00.032) 0:00:44.242 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.008432", "end": "2024-01-30 21:24:46.025679", "rc": 0, "start": "2024-01-30 21:24:46.017247" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:45 Tuesday 30 January 2024 21:24:46 +0000 (0:00:00.267) 0:00:44.510 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:50 Tuesday 30 January 2024 21:24:46 +0000 (0:00:00.042) 0:00:44.553 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:56 Tuesday 30 January 2024 21:24:46 +0000 (0:00:00.040) 0:00:44.593 ******* 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-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:61 Tuesday 30 January 2024 21:24:46 +0000 (0:00:00.037) 0:00:44.630 ******* 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=125 changed=4 unreachable=0 failed=0 skipped=102 rescued=0 ignored=0 Tuesday 30 January 2024 21:24:46 +0000 (0:00:00.096) 0:00:44.727 ******* =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 2.43s /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 2.43s /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.36s /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 2.33s /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.32s /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Check which services are running ---- 2.31s /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 2.31s /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.29s /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which packages are installed --- 1.09s /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.98s /WORKDIR/git-bond_options_rewrite3g6toljk/tests/tests_auto_gateway_nm.yml:6 --- fedora.linux_system_roles.network : Check which packages are installed --- 0.97s /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.95s /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Check which packages are installed --- 0.90s /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.82s /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Create veth interface veth0 --------------------------------------------- 0.76s /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:23 Gathering Facts --------------------------------------------------------- 0.75s /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tests_auto_gateway.yml:3 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.74s /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Create veth interface veth0 --------------------------------------------- 0.73s /WORKDIR/git-bond_options_rewrite3g6toljk/tests/playbooks/tasks/manage_test_interface.yml:23 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.52s /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.52s /WORKDIR/git-bond_options_rewrite3g6toljk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---