# 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_rewritecqbiqqv8/.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_rewritecqbiqqv8/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_rewritecqbiqqv8/tests/tests_auto_gateway_nm.yml:6 Wednesday 14 February 2024 21:14:06 +0000 (0:00:00.011) 0:00:00.011 **** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/tests_auto_gateway_nm.yml:9 Wednesday 14 February 2024 21:14:07 +0000 (0:00:00.964) 0:00:00.975 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/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_rewritecqbiqqv8/tests/tasks/el_repo_setup.yml:3 Wednesday 14 February 2024 21:14:07 +0000 (0:00:00.011) 0:00:00.987 **** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/tasks/el_repo_setup.yml:17 Wednesday 14 February 2024 21:14:08 +0000 (0:00:00.356) 0:00:01.343 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/tasks/el_repo_setup.yml:22 Wednesday 14 February 2024 21:14:08 +0000 (0:00:00.256) 0:00:01.599 **** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/tasks/el_repo_setup.yml:26 Wednesday 14 February 2024 21:14:08 +0000 (0:00:00.013) 0:00:01.612 **** 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_rewritecqbiqqv8/tests/tasks/el_repo_setup.yml:51 Wednesday 14 February 2024 21:14:08 +0000 (0:00:00.007) 0:00:01.620 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/tasks/enable_epel.yml:8 Wednesday 14 February 2024 21:14:08 +0000 (0:00:00.020) 0:00:01.640 **** 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_rewritecqbiqqv8/tests/tasks/enable_epel.yml:24 Wednesday 14 February 2024 21:14:08 +0000 (0:00:00.007) 0:00:01.648 **** 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_rewritecqbiqqv8/tests/tasks/enable_epel.yml:30 Wednesday 14 February 2024 21:14:08 +0000 (0:00:00.007) 0:00:01.656 **** 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_rewritecqbiqqv8/tests/tasks/enable_epel.yml:35 Wednesday 14 February 2024 21:14:08 +0000 (0:00:00.007) 0:00:01.663 **** 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_rewritecqbiqqv8/tests/tasks/enable_epel.yml:40 Wednesday 14 February 2024 21:14:08 +0000 (0:00:00.007) 0:00:01.670 **** 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_rewritecqbiqqv8/tests/tests_auto_gateway_nm.yml:11 Wednesday 14 February 2024 21:14:08 +0000 (0:00:00.007) 0:00:01.678 **** 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_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:3 Wednesday 14 February 2024 21:14:08 +0000 (0:00:00.015) 0:00:01.693 **** ok: [sut] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:9 Wednesday 14 February 2024 21:14:09 +0000 (0:00:00.705) 0:00:02.399 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 21:14:09 +0000 (0:00:00.021) 0:00:02.421 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 21:14:09 +0000 (0:00:00.010) 0:00:02.431 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003605", "end": "2024-02-14 21:14:09.649439", "rc": 0, "start": "2024-02-14 21:14:09.645834" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 21:14:09 +0000 (0:00:00.260) 0:00:02.691 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 21:14:09 +0000 (0:00:00.010) 0:00:02.701 **** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:11 Wednesday 14 February 2024 21:14:09 +0000 (0:00:00.009) 0:00:02.710 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:3 Wednesday 14 February 2024 21:14:09 +0000 (0:00:00.023) 0:00:02.734 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:8 Wednesday 14 February 2024 21:14:09 +0000 (0:00:00.007) 0:00:02.742 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:13 Wednesday 14 February 2024 21:14:09 +0000 (0:00:00.007) 0:00:02.749 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 21:14:09 +0000 (0:00:00.010) 0:00:02.759 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 21:14:09 +0000 (0:00:00.010) 0:00:02.770 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003582", "end": "2024-02-14 21:14:09.933636", "rc": 0, "start": "2024-02-14 21:14:09.930054" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 21:14:09 +0000 (0:00:00.207) 0:00:02.977 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 21:14:09 +0000 (0:00:00.009) 0:00:02.987 **** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:16 Wednesday 14 February 2024 21:14:09 +0000 (0:00:00.009) 0:00:02.996 **** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:27 Wednesday 14 February 2024 21:14:12 +0000 (0:00:02.430) 0:00:05.427 **** 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.109073", "end": "2024-02-14 21:14:12.698339", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-02-14 21:14:12.589266" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003786", "end": "2024-02-14 21:14:12.953444", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-02-14 21:14:12.949658" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004013", "end": "2024-02-14 21:14:13.154026", "item": "ip link set veth0 up", "rc": 0, "start": "2024-02-14 21:14:13.150013" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:35 Wednesday 14 February 2024 21:14:13 +0000 (0:00:00.770) 0:00:06.197 **** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.148754", "end": "2024-02-14 21:14:13.505770", "rc": 0, "start": "2024-02-14 21:14:13.357016" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:43 Wednesday 14 February 2024 21:14:13 +0000 (0:00:00.351) 0:00:06.549 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:49 Wednesday 14 February 2024 21:14:13 +0000 (0:00:00.009) 0:00:06.558 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:54 Wednesday 14 February 2024 21:14:13 +0000 (0:00:00.009) 0:00:06.568 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:60 Wednesday 14 February 2024 21:14:13 +0000 (0:00:00.009) 0:00:06.577 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:65 Wednesday 14 February 2024 21:14:13 +0000 (0:00:00.009) 0:00:06.586 **** 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_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:15 Wednesday 14 February 2024 21:14:13 +0000 (0:00:00.008) 0:00:06.595 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/assert_device_present.yml:3 Wednesday 14 February 2024 21:14:13 +0000 (0:00:00.031) 0:00:06.626 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 14 February 2024 21:14:13 +0000 (0:00:00.021) 0:00:06.648 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707945252.6951528, "block_size": 4096, "blocks": 0, "ctime": 1707945252.6951528, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26202, "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": 1707945252.6951528, "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_rewritecqbiqqv8/tests/playbooks/tasks/assert_device_present.yml:5 Wednesday 14 February 2024 21:14:13 +0000 (0:00:00.203) 0:00:06.851 **** 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_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:17 Wednesday 14 February 2024 21:14:13 +0000 (0:00:00.010) 0:00:06.862 **** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 14 February 2024 21:14:13 +0000 (0:00:00.009) 0:00:06.872 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/.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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 14 February 2024 21:14:13 +0000 (0:00:00.015) 0:00:06.887 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 14 February 2024 21:14:13 +0000 (0:00:00.019) 0:00:06.907 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 14 February 2024 21:14:13 +0000 (0:00:00.010) 0:00:06.918 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 14 February 2024 21:14:13 +0000 (0:00:00.010) 0:00:06.929 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 14 February 2024 21:14:16 +0000 (0:00:02.227) 0:00:09.156 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 14 February 2024 21:14:17 +0000 (0:00:00.937) 0:00:10.094 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 14 February 2024 21:14:17 +0000 (0:00:00.020) 0:00:10.115 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 14 February 2024 21:14:17 +0000 (0:00:00.020) 0:00:10.136 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 14 February 2024 21:14:17 +0000 (0:00:00.020) 0:00:10.156 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Wednesday 14 February 2024 21:14:17 +0000 (0:00:00.051) 0:00:10.207 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Wednesday 14 February 2024 21:14:17 +0000 (0:00:00.038) 0:00:10.246 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Wednesday 14 February 2024 21:14:17 +0000 (0:00:00.021) 0:00:10.268 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Wednesday 14 February 2024 21:14:17 +0000 (0:00:00.032) 0:00:10.301 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Wednesday 14 February 2024 21:14:17 +0000 (0:00:00.564) 0:00:10.865 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Wednesday 14 February 2024 21:14:17 +0000 (0:00:00.033) 0:00:10.899 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Wednesday 14 February 2024 21:14:17 +0000 (0:00:00.018) 0:00:10.918 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Wednesday 14 February 2024 21:14:17 +0000 (0:00:00.018) 0:00:10.937 **** 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, af17279e-f12f-49f5-8506-55d5bb7aeedb [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, af17279e-f12f-49f5-8506-55d5bb7aeedb (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 14 February 2024 21:14:19 +0000 (0:00:01.170) 0:00:12.107 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Wednesday 14 February 2024 21:14:19 +0000 (0:00:00.022) 0:00:12.130 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, af17279e-f12f-49f5-8506-55d5bb7aeedb", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, af17279e-f12f-49f5-8506-55d5bb7aeedb (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Wednesday 14 February 2024 21:14:19 +0000 (0:00:00.021) 0:00:12.151 **** 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, af17279e-f12f-49f5-8506-55d5bb7aeedb\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, af17279e-f12f-49f5-8506-55d5bb7aeedb (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, af17279e-f12f-49f5-8506-55d5bb7aeedb", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, af17279e-f12f-49f5-8506-55d5bb7aeedb (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 14 February 2024 21:14:19 +0000 (0:00:00.021) 0:00:12.172 **** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Wednesday 14 February 2024 21:14:19 +0000 (0:00:00.021) 0:00:12.193 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:42 Wednesday 14 February 2024 21:14:19 +0000 (0:00:00.301) 0:00:12.495 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/assert_device_present.yml:3 Wednesday 14 February 2024 21:14:19 +0000 (0:00:00.044) 0:00:12.539 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 14 February 2024 21:14:19 +0000 (0:00:00.056) 0:00:12.596 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707945252.6951528, "block_size": 4096, "blocks": 0, "ctime": 1707945252.6951528, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26202, "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": 1707945252.6951528, "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_rewritecqbiqqv8/tests/playbooks/tasks/assert_device_present.yml:5 Wednesday 14 February 2024 21:14:19 +0000 (0:00:00.219) 0:00:12.815 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:44 Wednesday 14 February 2024 21:14:19 +0000 (0:00:00.022) 0:00:12.838 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/assert_profile_present.yml:3 Wednesday 14 February 2024 21:14:19 +0000 (0:00:00.051) 0:00:12.889 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/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_rewritecqbiqqv8/tests/playbooks/tasks/get_profile_stat.yml:3 Wednesday 14 February 2024 21:14:19 +0000 (0:00:00.043) 0:00:12.933 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/get_profile_stat.yml:9 Wednesday 14 February 2024 21:14:19 +0000 (0:00:00.020) 0:00:12.953 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_profile_stat.yml:17 Wednesday 14 February 2024 21:14:20 +0000 (0:00:00.212) 0:00:13.165 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/get_profile_stat.yml:25 Wednesday 14 February 2024 21:14:20 +0000 (0:00:00.018) 0:00:13.184 **** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.026141", "end": "2024-02-14 21:14:20.371729", "rc": 0, "start": "2024-02-14 21:14:20.345588" } 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_rewritecqbiqqv8/tests/playbooks/tasks/get_profile_stat.yml:35 Wednesday 14 February 2024 21:14:20 +0000 (0:00:00.240) 0:00:13.425 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/get_profile_stat.yml:49 Wednesday 14 February 2024 21:14:20 +0000 (0:00:00.022) 0:00:13.447 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/get_profile_stat.yml:56 Wednesday 14 February 2024 21:14:20 +0000 (0:00:00.019) 0:00:13.466 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/get_profile_stat.yml:62 Wednesday 14 February 2024 21:14:20 +0000 (0:00:00.020) 0:00:13.486 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/get_profile_stat.yml:69 Wednesday 14 February 2024 21:14:20 +0000 (0:00:00.019) 0:00:13.506 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/assert_profile_present.yml:5 Wednesday 14 February 2024 21:14:20 +0000 (0:00:00.018) 0:00:13.524 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/assert_profile_present.yml:10 Wednesday 14 February 2024 21:14:20 +0000 (0:00:00.045) 0:00:13.570 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/assert_profile_present.yml:15 Wednesday 14 February 2024 21:14:20 +0000 (0:00:00.023) 0:00:13.593 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:48 Wednesday 14 February 2024 21:14:20 +0000 (0:00:00.021) 0:00:13.615 **** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004184", "end": "2024-02-14 21:14:20.781892", "rc": 0, "start": "2024-02-14 21:14:20.777708" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.47.22 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.47.22 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_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:52 Wednesday 14 February 2024 21:14:20 +0000 (0:00:00.218) 0:00:13.834 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:58 Wednesday 14 February 2024 21:14:20 +0000 (0:00:00.021) 0:00:13.855 **** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003778", "end": "2024-02-14 21:14:21.017410", "rc": 0, "start": "2024-02-14 21:14:21.013632" } 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_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:62 Wednesday 14 February 2024 21:14:21 +0000 (0:00:00.213) 0:00:14.069 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:69 Wednesday 14 February 2024 21:14:21 +0000 (0:00:00.021) 0:00:14.091 **** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 14 February 2024 21:14:21 +0000 (0:00:00.020) 0:00:14.111 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/.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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 14 February 2024 21:14:21 +0000 (0:00:00.033) 0:00:14.145 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 14 February 2024 21:14:21 +0000 (0:00:00.032) 0:00:14.178 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 14 February 2024 21:14:21 +0000 (0:00:00.021) 0:00:14.200 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 14 February 2024 21:14:21 +0000 (0:00:00.024) 0:00:14.225 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 14 February 2024 21:14:23 +0000 (0:00:02.160) 0:00:16.385 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 14 February 2024 21:14:24 +0000 (0:00:00.807) 0:00:17.192 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 14 February 2024 21:14:24 +0000 (0:00:00.022) 0:00:17.215 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 14 February 2024 21:14:24 +0000 (0:00:00.022) 0:00:17.237 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 14 February 2024 21:14:24 +0000 (0:00:00.023) 0:00:17.260 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Wednesday 14 February 2024 21:14:24 +0000 (0:00:00.053) 0:00:17.313 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Wednesday 14 February 2024 21:14:24 +0000 (0:00:00.022) 0:00:17.336 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Wednesday 14 February 2024 21:14:24 +0000 (0:00:00.021) 0:00:17.358 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Wednesday 14 February 2024 21:14:24 +0000 (0:00:00.033) 0:00:17.391 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Wednesday 14 February 2024 21:14:24 +0000 (0:00:00.405) 0:00:17.797 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Wednesday 14 February 2024 21:14:24 +0000 (0:00:00.033) 0:00:17.831 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Wednesday 14 February 2024 21:14:24 +0000 (0:00:00.019) 0:00:17.850 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Wednesday 14 February 2024 21:14:24 +0000 (0:00:00.020) 0:00:17.870 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 14 February 2024 21:14:25 +0000 (0:00:00.466) 0:00:18.337 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Wednesday 14 February 2024 21:14:25 +0000 (0:00:00.024) 0:00:18.361 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Wednesday 14 February 2024 21:14:25 +0000 (0:00:00.023) 0:00:18.384 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 14 February 2024 21:14:25 +0000 (0:00:00.022) 0:00:18.407 **** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Wednesday 14 February 2024 21:14:25 +0000 (0:00:00.053) 0:00:18.460 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:81 Wednesday 14 February 2024 21:14:25 +0000 (0:00:00.220) 0:00:18.681 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:3 Wednesday 14 February 2024 21:14:25 +0000 (0:00:00.047) 0:00:18.728 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:8 Wednesday 14 February 2024 21:14:25 +0000 (0:00:00.019) 0:00:18.747 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:13 Wednesday 14 February 2024 21:14:25 +0000 (0:00:00.020) 0:00:18.768 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 21:14:25 +0000 (0:00:00.031) 0:00:18.799 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 21:14:25 +0000 (0:00:00.037) 0:00:18.836 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003598", "end": "2024-02-14 21:14:25.998609", "rc": 0, "start": "2024-02-14 21:14:25.995011" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 21:14:26 +0000 (0:00:00.215) 0:00:19.052 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 21:14:26 +0000 (0:00:00.020) 0:00:19.072 **** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:16 Wednesday 14 February 2024 21:14:26 +0000 (0:00:00.021) 0:00:19.094 **** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:27 Wednesday 14 February 2024 21:14:28 +0000 (0:00:02.227) 0:00:21.321 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:35 Wednesday 14 February 2024 21:14:28 +0000 (0:00:00.025) 0:00:21.347 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:43 Wednesday 14 February 2024 21:14:28 +0000 (0:00:00.044) 0:00:21.391 **** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.011962", "end": "2024-02-14 21:14:28.566291", "rc": 0, "start": "2024-02-14 21:14:28.554329" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:49 Wednesday 14 February 2024 21:14:28 +0000 (0:00:00.236) 0:00:21.628 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:54 Wednesday 14 February 2024 21:14:28 +0000 (0:00:00.020) 0:00:21.648 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:60 Wednesday 14 February 2024 21:14:28 +0000 (0:00:00.019) 0:00:21.668 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:65 Wednesday 14 February 2024 21:14:28 +0000 (0:00:00.019) 0:00:21.687 **** 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_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:85 Wednesday 14 February 2024 21:14:28 +0000 (0:00:00.018) 0:00:21.706 **** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:89 Wednesday 14 February 2024 21:14:28 +0000 (0:00:00.020) 0:00:21.726 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:3 Wednesday 14 February 2024 21:14:28 +0000 (0:00:00.045) 0:00:21.772 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:8 Wednesday 14 February 2024 21:14:28 +0000 (0:00:00.019) 0:00:21.791 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:13 Wednesday 14 February 2024 21:14:28 +0000 (0:00:00.019) 0:00:21.810 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 21:14:28 +0000 (0:00:00.030) 0:00:21.841 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 21:14:28 +0000 (0:00:00.029) 0:00:21.871 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003567", "end": "2024-02-14 21:14:29.033210", "rc": 0, "start": "2024-02-14 21:14:29.029643" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 21:14:29 +0000 (0:00:00.214) 0:00:22.085 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 21:14:29 +0000 (0:00:00.049) 0:00:22.135 **** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:16 Wednesday 14 February 2024 21:14:29 +0000 (0:00:00.021) 0:00:22.156 **** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:27 Wednesday 14 February 2024 21:14:31 +0000 (0:00:02.237) 0:00:24.393 **** 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.006198", "end": "2024-02-14 21:14:31.562768", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-02-14 21:14:31.556570" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003870", "end": "2024-02-14 21:14:31.815013", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-02-14 21:14:31.811143" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004256", "end": "2024-02-14 21:14:32.012572", "item": "ip link set veth0 up", "rc": 0, "start": "2024-02-14 21:14:32.008316" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:35 Wednesday 14 February 2024 21:14:32 +0000 (0:00:00.672) 0:00:25.066 **** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.021621", "end": "2024-02-14 21:14:32.250275", "rc": 0, "start": "2024-02-14 21:14:32.228654" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:43 Wednesday 14 February 2024 21:14:32 +0000 (0:00:00.239) 0:00:25.306 **** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:49 Wednesday 14 February 2024 21:14:32 +0000 (0:00:00.027) 0:00:25.333 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:54 Wednesday 14 February 2024 21:14:32 +0000 (0:00:00.019) 0:00:25.353 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:60 Wednesday 14 February 2024 21:14:32 +0000 (0:00:00.018) 0:00:25.372 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:65 Wednesday 14 February 2024 21:14:32 +0000 (0:00:00.019) 0:00:25.391 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 14 February 2024 21:14:32 +0000 (0:00:00.019) 0:00:25.411 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/.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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 14 February 2024 21:14:32 +0000 (0:00:00.033) 0:00:25.444 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 14 February 2024 21:14:32 +0000 (0:00:00.032) 0:00:25.476 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 14 February 2024 21:14:32 +0000 (0:00:00.021) 0:00:25.498 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 14 February 2024 21:14:32 +0000 (0:00:00.021) 0:00:25.520 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 14 February 2024 21:14:34 +0000 (0:00:02.133) 0:00:27.654 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 14 February 2024 21:14:35 +0000 (0:00:00.819) 0:00:28.474 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 14 February 2024 21:14:35 +0000 (0:00:00.022) 0:00:28.496 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 14 February 2024 21:14:35 +0000 (0:00:00.021) 0:00:28.518 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 14 February 2024 21:14:35 +0000 (0:00:00.021) 0:00:28.539 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Wednesday 14 February 2024 21:14:35 +0000 (0:00:00.051) 0:00:28.591 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Wednesday 14 February 2024 21:14:35 +0000 (0:00:00.022) 0:00:28.613 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Wednesday 14 February 2024 21:14:35 +0000 (0:00:00.021) 0:00:28.634 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Wednesday 14 February 2024 21:14:35 +0000 (0:00:00.033) 0:00:28.668 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Wednesday 14 February 2024 21:14:36 +0000 (0:00:00.404) 0:00:29.072 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Wednesday 14 February 2024 21:14:36 +0000 (0:00:00.033) 0:00:29.106 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Wednesday 14 February 2024 21:14:36 +0000 (0:00:00.019) 0:00:29.125 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Wednesday 14 February 2024 21:14:36 +0000 (0:00:00.019) 0:00:29.145 **** 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, feca0336-053f-44ef-b153-bad58f1ca5d4 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, feca0336-053f-44ef-b153-bad58f1ca5d4 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 14 February 2024 21:14:36 +0000 (0:00:00.464) 0:00:29.609 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Wednesday 14 February 2024 21:14:36 +0000 (0:00:00.022) 0:00:29.632 **** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, feca0336-053f-44ef-b153-bad58f1ca5d4", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, feca0336-053f-44ef-b153-bad58f1ca5d4 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Wednesday 14 February 2024 21:14:36 +0000 (0:00:00.049) 0:00:29.682 **** 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, feca0336-053f-44ef-b153-bad58f1ca5d4\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, feca0336-053f-44ef-b153-bad58f1ca5d4 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, feca0336-053f-44ef-b153-bad58f1ca5d4", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, feca0336-053f-44ef-b153-bad58f1ca5d4 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 14 February 2024 21:14:36 +0000 (0:00:00.022) 0:00:29.704 **** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Wednesday 14 February 2024 21:14:36 +0000 (0:00:00.022) 0:00:29.727 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:110 Wednesday 14 February 2024 21:14:36 +0000 (0:00:00.218) 0:00:29.946 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/assert_device_present.yml:3 Wednesday 14 February 2024 21:14:36 +0000 (0:00:00.046) 0:00:29.992 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 14 February 2024 21:14:37 +0000 (0:00:00.029) 0:00:30.021 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707945271.5606654, "block_size": 4096, "blocks": 0, "ctime": 1707945271.5606654, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26788, "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": 1707945271.5606654, "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_rewritecqbiqqv8/tests/playbooks/tasks/assert_device_present.yml:5 Wednesday 14 February 2024 21:14:37 +0000 (0:00:00.210) 0:00:30.232 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:112 Wednesday 14 February 2024 21:14:37 +0000 (0:00:00.020) 0:00:30.253 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/assert_profile_present.yml:3 Wednesday 14 February 2024 21:14:37 +0000 (0:00:00.045) 0:00:30.298 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/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_rewritecqbiqqv8/tests/playbooks/tasks/get_profile_stat.yml:3 Wednesday 14 February 2024 21:14:37 +0000 (0:00:00.030) 0:00:30.329 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/get_profile_stat.yml:9 Wednesday 14 February 2024 21:14:37 +0000 (0:00:00.019) 0:00:30.349 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_profile_stat.yml:17 Wednesday 14 February 2024 21:14:37 +0000 (0:00:00.241) 0:00:30.590 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/get_profile_stat.yml:25 Wednesday 14 February 2024 21:14:37 +0000 (0:00:00.021) 0:00:30.612 **** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021380", "end": "2024-02-14 21:14:37.792834", "rc": 0, "start": "2024-02-14 21:14:37.771454" } 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_rewritecqbiqqv8/tests/playbooks/tasks/get_profile_stat.yml:35 Wednesday 14 February 2024 21:14:37 +0000 (0:00:00.233) 0:00:30.846 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/get_profile_stat.yml:49 Wednesday 14 February 2024 21:14:37 +0000 (0:00:00.025) 0:00:30.871 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/get_profile_stat.yml:56 Wednesday 14 February 2024 21:14:37 +0000 (0:00:00.035) 0:00:30.906 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/get_profile_stat.yml:62 Wednesday 14 February 2024 21:14:37 +0000 (0:00:00.024) 0:00:30.931 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/get_profile_stat.yml:69 Wednesday 14 February 2024 21:14:37 +0000 (0:00:00.025) 0:00:30.957 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/assert_profile_present.yml:5 Wednesday 14 February 2024 21:14:37 +0000 (0:00:00.021) 0:00:30.978 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/assert_profile_present.yml:10 Wednesday 14 February 2024 21:14:37 +0000 (0:00:00.024) 0:00:31.002 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/assert_profile_present.yml:15 Wednesday 14 February 2024 21:14:38 +0000 (0:00:00.041) 0:00:31.044 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:116 Wednesday 14 February 2024 21:14:38 +0000 (0:00:00.038) 0:00:31.083 **** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003761", "end": "2024-02-14 21:14:38.268727", "rc": 0, "start": "2024-02-14 21:14:38.264966" } STDOUT: default via 10.31.44.1 dev eth0 proto dhcp src 10.31.47.22 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.47.22 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_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:120 Wednesday 14 February 2024 21:14:38 +0000 (0:00:00.237) 0:00:31.321 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:126 Wednesday 14 February 2024 21:14:38 +0000 (0:00:00.021) 0:00:31.343 **** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003744", "end": "2024-02-14 21:14:38.505623", "rc": 0, "start": "2024-02-14 21:14:38.501879" } 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_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:130 Wednesday 14 February 2024 21:14:38 +0000 (0:00:00.214) 0:00:31.557 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:137 Wednesday 14 February 2024 21:14:38 +0000 (0:00:00.022) 0:00:31.579 **** ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 14 February 2024 21:14:38 +0000 (0:00:00.020) 0:00:31.600 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/.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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 14 February 2024 21:14:38 +0000 (0:00:00.065) 0:00:31.666 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Wednesday 14 February 2024 21:14:38 +0000 (0:00:00.033) 0:00:31.699 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Wednesday 14 February 2024 21:14:38 +0000 (0:00:00.022) 0:00:31.722 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Wednesday 14 February 2024 21:14:38 +0000 (0:00:00.023) 0:00:31.746 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Wednesday 14 February 2024 21:14:40 +0000 (0:00:02.144) 0:00:33.891 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 14 February 2024 21:14:41 +0000 (0:00:00.755) 0:00:34.646 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 14 February 2024 21:14:41 +0000 (0:00:00.024) 0:00:34.671 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 14 February 2024 21:14:41 +0000 (0:00:00.024) 0:00:34.695 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 14 February 2024 21:14:41 +0000 (0:00:00.024) 0:00:34.720 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Wednesday 14 February 2024 21:14:41 +0000 (0:00:00.055) 0:00:34.775 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Wednesday 14 February 2024 21:14:41 +0000 (0:00:00.025) 0:00:34.801 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Wednesday 14 February 2024 21:14:41 +0000 (0:00:00.022) 0:00:34.824 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Wednesday 14 February 2024 21:14:41 +0000 (0:00:00.035) 0:00:34.859 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Wednesday 14 February 2024 21:14:42 +0000 (0:00:00.440) 0:00:35.300 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Wednesday 14 February 2024 21:14:42 +0000 (0:00:00.034) 0:00:35.334 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Wednesday 14 February 2024 21:14:42 +0000 (0:00:00.019) 0:00:35.353 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Wednesday 14 February 2024 21:14:42 +0000 (0:00:00.019) 0:00:35.372 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 14 February 2024 21:14:42 +0000 (0:00:00.453) 0:00:35.826 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Wednesday 14 February 2024 21:14:42 +0000 (0:00:00.023) 0:00:35.850 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Wednesday 14 February 2024 21:14:42 +0000 (0:00:00.023) 0:00:35.873 **** 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_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 14 February 2024 21:14:42 +0000 (0:00:00.022) 0:00:35.895 **** skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Wednesday 14 February 2024 21:14:42 +0000 (0:00:00.022) 0:00:35.918 **** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:149 Wednesday 14 February 2024 21:14:43 +0000 (0:00:00.221) 0:00:36.140 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:3 Wednesday 14 February 2024 21:14:43 +0000 (0:00:00.048) 0:00:36.188 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:8 Wednesday 14 February 2024 21:14:43 +0000 (0:00:00.019) 0:00:36.207 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:13 Wednesday 14 February 2024 21:14:43 +0000 (0:00:00.017) 0:00:36.225 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 21:14:43 +0000 (0:00:00.058) 0:00:36.283 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 21:14:43 +0000 (0:00:00.031) 0:00:36.314 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003538", "end": "2024-02-14 21:14:43.478026", "rc": 0, "start": "2024-02-14 21:14:43.474488" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 21:14:43 +0000 (0:00:00.216) 0:00:36.531 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 21:14:43 +0000 (0:00:00.021) 0:00:36.552 **** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:16 Wednesday 14 February 2024 21:14:43 +0000 (0:00:00.021) 0:00:36.574 **** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:27 Wednesday 14 February 2024 21:14:45 +0000 (0:00:02.247) 0:00:38.821 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:35 Wednesday 14 February 2024 21:14:45 +0000 (0:00:00.025) 0:00:38.847 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:43 Wednesday 14 February 2024 21:14:45 +0000 (0:00:00.019) 0:00:38.867 **** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.016958", "end": "2024-02-14 21:14:46.044562", "rc": 0, "start": "2024-02-14 21:14:46.027604" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:49 Wednesday 14 February 2024 21:14:46 +0000 (0:00:00.238) 0:00:39.105 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:54 Wednesday 14 February 2024 21:14:46 +0000 (0:00:00.022) 0:00:39.127 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:60 Wednesday 14 February 2024 21:14:46 +0000 (0:00:00.024) 0:00:39.152 **** 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_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:65 Wednesday 14 February 2024 21:14:46 +0000 (0:00:00.023) 0:00:39.176 **** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:153 Wednesday 14 February 2024 21:14:46 +0000 (0:00:00.023) 0:00:39.199 **** included: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/check_network_dns.yml:6 Wednesday 14 February 2024 21:14:46 +0000 (0:00:00.052) 0:00:39.252 **** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.008909", "end": "2024-02-14 21:14:46.419871", "rc": 0, "start": "2024-02-14 21:14:46.410962" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host noprefixroute valid_lft forever preferred_lft forever 2: eth0: mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 02:2a:93:ef:27:2f brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.47.22/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 2876sec preferred_lft 2876sec inet6 fe80::2a:93ff:feef:272f/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.47.22 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.47.22 metric 100 IP -6 ROUTE fe80::/64 dev eth0 proto kernel metric 1024 pref medium RESOLV # This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8). # Do not edit. # # This file might be symlinked as /etc/resolv.conf. If you're looking at # /etc/resolv.conf and seeing this text, you have followed the symlink. # # This is a dynamic resolv.conf file for connecting local clients to the # internal DNS stub resolver of systemd-resolved. This file lists all # configured search domains. # # Run "resolvectl status" to see details about the uplink DNS servers # currently in use. # # Third party programs should typically not access this file directly, but only # through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a # different way, replace this symlink by a static file or a different symlink. # # See man:systemd-resolved.service(8) for details about the supported modes of # operation for /etc/resolv.conf. nameserver 127.0.0.53 options edns0 trust-ad search us-east-1.aws.redhat.com TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/check_network_dns.yml:24 Wednesday 14 February 2024 21:14:46 +0000 (0:00:00.220) 0:00:39.472 **** skipping: [sut] => { "changed": false, "false_condition": "ansible_facts[\"distribution\"] == \"CentOS\"", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=127 changed=4 unreachable=0 failed=0 skipped=103 rescued=0 ignored=0 Wednesday 14 February 2024 21:14:46 +0000 (0:00:00.115) 0:00:39.587 **** =============================================================================== Install iproute --------------------------------------------------------- 2.43s /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.25s /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.24s /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 2.23s /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 2.23s /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 2.16s /WORKDIR/git-bond_options_rewritecqbiqqv8/.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.14s /WORKDIR/git-bond_options_rewritecqbiqqv8/.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.13s /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.17s /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Gathering Facts --------------------------------------------------------- 0.96s /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/tests_auto_gateway_nm.yml:6 --- fedora.linux_system_roles.network : Check which packages are installed --- 0.94s /WORKDIR/git-bond_options_rewritecqbiqqv8/.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_rewritecqbiqqv8/.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.81s /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Create veth interface veth0 --------------------------------------------- 0.77s /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:27 fedora.linux_system_roles.network : Check which packages are installed --- 0.76s /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.71s /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tests_auto_gateway.yml:3 Create veth interface veth0 --------------------------------------------- 0.67s /WORKDIR/git-bond_options_rewritecqbiqqv8/tests/playbooks/tasks/manage_test_interface.yml:27 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.56s /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.47s /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.46s /WORKDIR/git-bond_options_rewritecqbiqqv8/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---