# 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_rewriteyg1pmudk/.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_rewriteyg1pmudk/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_rewriteyg1pmudk/tests/tests_auto_gateway_nm.yml:6 Tuesday 30 January 2024 21:22:40 +0000 (0:00:00.017) 0:00:00.017 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/tests_auto_gateway_nm.yml:9 Tuesday 30 January 2024 21:22:41 +0000 (0:00:01.010) 0:00:01.028 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/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_rewriteyg1pmudk/tests/tasks/el_repo_setup.yml:3 Tuesday 30 January 2024 21:22:42 +0000 (0:00:00.018) 0:00:01.047 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/tasks/el_repo_setup.yml:17 Tuesday 30 January 2024 21:22:42 +0000 (0:00:00.416) 0:00:01.463 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/tasks/el_repo_setup.yml:22 Tuesday 30 January 2024 21:22:42 +0000 (0:00:00.321) 0:00:01.784 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/tasks/el_repo_setup.yml:26 Tuesday 30 January 2024 21:22:42 +0000 (0:00:00.020) 0:00:01.805 ******* 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_rewriteyg1pmudk/tests/tasks/el_repo_setup.yml:51 Tuesday 30 January 2024 21:22:42 +0000 (0:00:00.011) 0:00:01.816 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/tasks/enable_epel.yml:8 Tuesday 30 January 2024 21:22:42 +0000 (0:00:00.031) 0:00:01.847 ******* 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_rewriteyg1pmudk/tests/tasks/enable_epel.yml:24 Tuesday 30 January 2024 21:22:42 +0000 (0:00:00.011) 0:00:01.858 ******* 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_rewriteyg1pmudk/tests/tasks/enable_epel.yml:30 Tuesday 30 January 2024 21:22:42 +0000 (0:00:00.010) 0:00:01.869 ******* 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_rewriteyg1pmudk/tests/tasks/enable_epel.yml:35 Tuesday 30 January 2024 21:22:42 +0000 (0:00:00.010) 0:00:01.880 ******* 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_rewriteyg1pmudk/tests/tasks/enable_epel.yml:40 Tuesday 30 January 2024 21:22:42 +0000 (0:00:00.010) 0:00:01.890 ******* 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_rewriteyg1pmudk/tests/tests_auto_gateway_nm.yml:11 Tuesday 30 January 2024 21:22:42 +0000 (0:00:00.011) 0:00:01.901 ******* 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_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:3 Tuesday 30 January 2024 21:22:42 +0000 (0:00:00.023) 0:00:01.924 ******* ok: [sut] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:9 Tuesday 30 January 2024 21:22:43 +0000 (0:00:00.789) 0:00:02.713 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 30 January 2024 21:22:43 +0000 (0:00:00.032) 0:00:02.745 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 30 January 2024 21:22:43 +0000 (0:00:00.014) 0:00:02.760 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003884", "end": "2024-01-30 21:22:44.026667", "rc": 0, "start": "2024-01-30 21:22:44.022783" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 30 January 2024 21:22:44 +0000 (0:00:00.330) 0:00:03.090 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 30 January 2024 21:22:44 +0000 (0:00:00.015) 0:00:03.106 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:11 Tuesday 30 January 2024 21:22:44 +0000 (0:00:00.014) 0:00:03.121 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:3 Tuesday 30 January 2024 21:22:44 +0000 (0:00:00.037) 0:00:03.158 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:8 Tuesday 30 January 2024 21:22:44 +0000 (0:00:00.011) 0:00:03.170 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:13 Tuesday 30 January 2024 21:22:44 +0000 (0:00:00.011) 0:00:03.181 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 30 January 2024 21:22:44 +0000 (0:00:00.015) 0:00:03.197 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 30 January 2024 21:22:44 +0000 (0:00:00.013) 0:00:03.211 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003838", "end": "2024-01-30 21:22:44.386537", "rc": 0, "start": "2024-01-30 21:22:44.382699" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 30 January 2024 21:22:44 +0000 (0:00:00.240) 0:00:03.451 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 30 January 2024 21:22:44 +0000 (0:00:00.017) 0:00:03.468 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:16 Tuesday 30 January 2024 21:22:44 +0000 (0:00:00.013) 0:00:03.482 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:23 Tuesday 30 January 2024 21:22:46 +0000 (0:00:02.055) 0:00:05.538 ******* 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.036042", "end": "2024-01-30 21:22:46.748748", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-30 21:22:46.712706" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004599", "end": "2024-01-30 21:22:47.033902", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-30 21:22:47.029303" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004072", "end": "2024-01-30 21:22:47.263770", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-30 21:22:47.259698" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:31 Tuesday 30 January 2024 21:22:47 +0000 (0:00:00.790) 0:00:06.328 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.312428", "end": "2024-01-30 21:22:47.811817", "rc": 0, "start": "2024-01-30 21:22:47.499389" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:39 Tuesday 30 January 2024 21:22:47 +0000 (0:00:00.549) 0:00:06.878 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:45 Tuesday 30 January 2024 21:22:47 +0000 (0:00:00.012) 0:00:06.890 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:50 Tuesday 30 January 2024 21:22:47 +0000 (0:00:00.013) 0:00:06.903 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:56 Tuesday 30 January 2024 21:22:47 +0000 (0:00:00.012) 0:00:06.916 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:61 Tuesday 30 January 2024 21:22:47 +0000 (0:00:00.012) 0:00:06.928 ******* 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_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:15 Tuesday 30 January 2024 21:22:47 +0000 (0:00:00.011) 0:00:06.939 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 30 January 2024 21:22:47 +0000 (0:00:00.035) 0:00:06.975 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 30 January 2024 21:22:47 +0000 (0:00:00.016) 0:00:06.991 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706649766.7451098, "block_size": 4096, "blocks": 0, "ctime": 1706649766.7451098, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26249, "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": 1706649766.7451098, "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_rewriteyg1pmudk/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 30 January 2024 21:22:48 +0000 (0:00:00.234) 0:00:07.226 ******* 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_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:17 Tuesday 30 January 2024 21:22:48 +0000 (0:00:00.015) 0:00:07.242 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 30 January 2024 21:22:48 +0000 (0:00:00.014) 0:00:07.256 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/.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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 30 January 2024 21:22:48 +0000 (0:00:00.021) 0:00:07.277 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 30 January 2024 21:22:48 +0000 (0:00:00.030) 0:00:07.308 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 30 January 2024 21:22:48 +0000 (0:00:00.018) 0:00:07.326 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 30 January 2024 21:22:48 +0000 (0:00:00.017) 0:00:07.344 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 30 January 2024 21:22:50 +0000 (0:00:02.382) 0:00:09.726 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 30 January 2024 21:22:51 +0000 (0:00:01.106) 0:00:10.833 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 30 January 2024 21:22:51 +0000 (0:00:00.029) 0:00:10.863 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 30 January 2024 21:22:51 +0000 (0:00:00.031) 0:00:10.894 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Tuesday 30 January 2024 21:22:51 +0000 (0:00:00.030) 0:00:10.924 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 30 January 2024 21:22:51 +0000 (0:00:00.073) 0:00:10.998 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 30 January 2024 21:22:52 +0000 (0:00:00.066) 0:00:11.065 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Tuesday 30 January 2024 21:22:52 +0000 (0:00:00.030) 0:00:11.096 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 30 January 2024 21:22:52 +0000 (0:00:00.046) 0:00:11.142 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 30 January 2024 21:22:52 +0000 (0:00:00.741) 0:00:11.884 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 30 January 2024 21:22:52 +0000 (0:00:00.045) 0:00:11.930 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Tuesday 30 January 2024 21:22:52 +0000 (0:00:00.026) 0:00:11.956 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 30 January 2024 21:22:52 +0000 (0:00:00.027) 0:00:11.984 ******* 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, 0c44d62c-a6a1-46a3-948b-6415c2ecb7c7 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 0c44d62c-a6a1-46a3-948b-6415c2ecb7c7 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Tuesday 30 January 2024 21:22:53 +0000 (0:00:00.845) 0:00:12.829 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Tuesday 30 January 2024 21:22:53 +0000 (0:00:00.032) 0:00:12.862 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 0c44d62c-a6a1-46a3-948b-6415c2ecb7c7", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 0c44d62c-a6a1-46a3-948b-6415c2ecb7c7 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Tuesday 30 January 2024 21:22:53 +0000 (0:00:00.031) 0:00:12.894 ******* 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, 0c44d62c-a6a1-46a3-948b-6415c2ecb7c7\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 0c44d62c-a6a1-46a3-948b-6415c2ecb7c7 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 0c44d62c-a6a1-46a3-948b-6415c2ecb7c7", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 0c44d62c-a6a1-46a3-948b-6415c2ecb7c7 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Tuesday 30 January 2024 21:22:53 +0000 (0:00:00.030) 0:00:12.924 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 30 January 2024 21:22:53 +0000 (0:00:00.030) 0:00:12.955 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:42 Tuesday 30 January 2024 21:22:54 +0000 (0:00:00.383) 0:00:13.339 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 30 January 2024 21:22:54 +0000 (0:00:00.059) 0:00:13.399 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 30 January 2024 21:22:54 +0000 (0:00:00.080) 0:00:13.479 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706649766.7451098, "block_size": 4096, "blocks": 0, "ctime": 1706649766.7451098, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26249, "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": 1706649766.7451098, "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_rewriteyg1pmudk/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 30 January 2024 21:22:54 +0000 (0:00:00.248) 0:00:13.727 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:44 Tuesday 30 January 2024 21:22:54 +0000 (0:00:00.032) 0:00:13.760 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/assert_profile_present.yml:3 Tuesday 30 January 2024 21:22:54 +0000 (0:00:00.061) 0:00:13.821 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/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_rewriteyg1pmudk/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 30 January 2024 21:22:54 +0000 (0:00:00.045) 0:00:13.867 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 30 January 2024 21:22:54 +0000 (0:00:00.028) 0:00:13.895 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 30 January 2024 21:22:55 +0000 (0:00:00.250) 0:00:14.146 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 30 January 2024 21:22:55 +0000 (0:00:00.028) 0:00:14.175 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.160782", "end": "2024-01-30 21:22:55.509312", "rc": 0, "start": "2024-01-30 21:22:55.348530" } 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_rewriteyg1pmudk/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 30 January 2024 21:22:55 +0000 (0:00:00.412) 0:00:14.587 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 30 January 2024 21:22:55 +0000 (0:00:00.030) 0:00:14.618 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 30 January 2024 21:22:55 +0000 (0:00:00.024) 0:00:14.642 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 30 January 2024 21:22:55 +0000 (0:00:00.025) 0:00:14.667 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 30 January 2024 21:22:55 +0000 (0:00:00.027) 0:00:14.695 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/assert_profile_present.yml:5 Tuesday 30 January 2024 21:22:55 +0000 (0:00:00.026) 0:00:14.721 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/assert_profile_present.yml:10 Tuesday 30 January 2024 21:22:55 +0000 (0:00:00.067) 0:00:14.789 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/assert_profile_present.yml:15 Tuesday 30 January 2024 21:22:55 +0000 (0:00:00.032) 0:00:14.822 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:48 Tuesday 30 January 2024 21:22:55 +0000 (0:00:00.027) 0:00:14.850 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003988", "end": "2024-01-30 21:22:56.023495", "rc": 0, "start": "2024-01-30 21:22:56.019507" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.11.114 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.11.114 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_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:52 Tuesday 30 January 2024 21:22:56 +0000 (0:00:00.252) 0:00:15.102 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:58 Tuesday 30 January 2024 21:22:56 +0000 (0:00:00.031) 0:00:15.134 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004237", "end": "2024-01-30 21:22:56.310522", "rc": 0, "start": "2024-01-30 21:22:56.306285" } 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_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:62 Tuesday 30 January 2024 21:22:56 +0000 (0:00:00.252) 0:00:15.387 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:69 Tuesday 30 January 2024 21:22:56 +0000 (0:00:00.031) 0:00:15.418 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 30 January 2024 21:22:56 +0000 (0:00:00.027) 0:00:15.445 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/.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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 30 January 2024 21:22:56 +0000 (0:00:00.046) 0:00:15.492 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 30 January 2024 21:22:56 +0000 (0:00:00.045) 0:00:15.537 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 30 January 2024 21:22:56 +0000 (0:00:00.028) 0:00:15.566 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 30 January 2024 21:22:56 +0000 (0:00:00.031) 0:00:15.597 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 30 January 2024 21:22:58 +0000 (0:00:02.179) 0:00:17.777 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 30 January 2024 21:22:59 +0000 (0:00:00.904) 0:00:18.682 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 30 January 2024 21:22:59 +0000 (0:00:00.028) 0:00:18.711 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 30 January 2024 21:22:59 +0000 (0:00:00.031) 0:00:18.742 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Tuesday 30 January 2024 21:22:59 +0000 (0:00:00.030) 0:00:18.772 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 30 January 2024 21:22:59 +0000 (0:00:00.074) 0:00:18.847 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 30 January 2024 21:22:59 +0000 (0:00:00.029) 0:00:18.876 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Tuesday 30 January 2024 21:22:59 +0000 (0:00:00.030) 0:00:18.907 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 30 January 2024 21:22:59 +0000 (0:00:00.048) 0:00:18.955 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 30 January 2024 21:23:00 +0000 (0:00:00.489) 0:00:19.444 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 30 January 2024 21:23:00 +0000 (0:00:00.048) 0:00:19.492 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Tuesday 30 January 2024 21:23:00 +0000 (0:00:00.026) 0:00:19.519 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 30 January 2024 21:23:00 +0000 (0:00:00.028) 0:00:19.548 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Tuesday 30 January 2024 21:23:01 +0000 (0:00:00.528) 0:00:20.077 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Tuesday 30 January 2024 21:23:01 +0000 (0:00:00.032) 0:00:20.109 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Tuesday 30 January 2024 21:23:01 +0000 (0:00:00.030) 0:00:20.140 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Tuesday 30 January 2024 21:23:01 +0000 (0:00:00.032) 0:00:20.172 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 30 January 2024 21:23:01 +0000 (0:00:00.088) 0:00:20.260 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:81 Tuesday 30 January 2024 21:23:01 +0000 (0:00:00.261) 0:00:20.522 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:3 Tuesday 30 January 2024 21:23:01 +0000 (0:00:00.064) 0:00:20.586 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:8 Tuesday 30 January 2024 21:23:01 +0000 (0:00:00.028) 0:00:20.615 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:13 Tuesday 30 January 2024 21:23:01 +0000 (0:00:00.026) 0:00:20.641 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 30 January 2024 21:23:01 +0000 (0:00:00.043) 0:00:20.685 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 30 January 2024 21:23:01 +0000 (0:00:00.042) 0:00:20.728 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003747", "end": "2024-01-30 21:23:01.907217", "rc": 0, "start": "2024-01-30 21:23:01.903470" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 30 January 2024 21:23:01 +0000 (0:00:00.258) 0:00:20.986 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 30 January 2024 21:23:01 +0000 (0:00:00.027) 0:00:21.013 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:16 Tuesday 30 January 2024 21:23:02 +0000 (0:00:00.028) 0:00:21.042 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:23 Tuesday 30 January 2024 21:23:03 +0000 (0:00:01.930) 0:00:22.972 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:31 Tuesday 30 January 2024 21:23:03 +0000 (0:00:00.032) 0:00:23.005 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:39 Tuesday 30 January 2024 21:23:04 +0000 (0:00:00.058) 0:00:23.064 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.008496", "end": "2024-01-30 21:23:04.247605", "rc": 0, "start": "2024-01-30 21:23:04.239109" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:45 Tuesday 30 January 2024 21:23:04 +0000 (0:00:00.269) 0:00:23.334 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:50 Tuesday 30 January 2024 21:23:04 +0000 (0:00:00.027) 0:00:23.361 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:56 Tuesday 30 January 2024 21:23:04 +0000 (0:00:00.027) 0:00:23.388 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:61 Tuesday 30 January 2024 21:23:04 +0000 (0:00:00.026) 0:00:23.415 ******* 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_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:85 Tuesday 30 January 2024 21:23:04 +0000 (0:00:00.026) 0:00:23.442 ******* ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:89 Tuesday 30 January 2024 21:23:04 +0000 (0:00:00.029) 0:00:23.472 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:3 Tuesday 30 January 2024 21:23:04 +0000 (0:00:00.064) 0:00:23.536 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:8 Tuesday 30 January 2024 21:23:04 +0000 (0:00:00.025) 0:00:23.562 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:13 Tuesday 30 January 2024 21:23:04 +0000 (0:00:00.025) 0:00:23.588 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 30 January 2024 21:23:04 +0000 (0:00:00.041) 0:00:23.629 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 30 January 2024 21:23:04 +0000 (0:00:00.039) 0:00:23.669 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003989", "end": "2024-01-30 21:23:04.844279", "rc": 0, "start": "2024-01-30 21:23:04.840290" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 30 January 2024 21:23:04 +0000 (0:00:00.252) 0:00:23.921 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 30 January 2024 21:23:04 +0000 (0:00:00.077) 0:00:23.999 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:16 Tuesday 30 January 2024 21:23:04 +0000 (0:00:00.025) 0:00:24.025 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:23 Tuesday 30 January 2024 21:23:06 +0000 (0:00:01.949) 0:00:25.974 ******* 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.007589", "end": "2024-01-30 21:23:07.160830", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-01-30 21:23:07.153241" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004101", "end": "2024-01-30 21:23:07.448891", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-01-30 21:23:07.444790" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004301", "end": "2024-01-30 21:23:07.678877", "item": "ip link set veth0 up", "rc": 0, "start": "2024-01-30 21:23:07.674576" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:31 Tuesday 30 January 2024 21:23:07 +0000 (0:00:00.782) 0:00:26.757 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.023838", "end": "2024-01-30 21:23:07.954787", "rc": 0, "start": "2024-01-30 21:23:07.930949" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:39 Tuesday 30 January 2024 21:23:07 +0000 (0:00:00.275) 0:00:27.033 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:45 Tuesday 30 January 2024 21:23:08 +0000 (0:00:00.027) 0:00:27.060 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:50 Tuesday 30 January 2024 21:23:08 +0000 (0:00:00.028) 0:00:27.088 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:56 Tuesday 30 January 2024 21:23:08 +0000 (0:00:00.026) 0:00:27.115 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:61 Tuesday 30 January 2024 21:23:08 +0000 (0:00:00.026) 0:00:27.142 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 30 January 2024 21:23:08 +0000 (0:00:00.029) 0:00:27.171 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/.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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 30 January 2024 21:23:08 +0000 (0:00:00.048) 0:00:27.220 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 30 January 2024 21:23:08 +0000 (0:00:00.041) 0:00:27.261 ******* skipping: [sut] => { "changed": false, "false_condition": "not __network_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 30 January 2024 21:23:08 +0000 (0:00:00.030) 0:00:27.291 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 30 January 2024 21:23:08 +0000 (0:00:00.032) 0:00:27.324 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 30 January 2024 21:23:10 +0000 (0:00:02.195) 0:00:29.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 : Print network provider] ************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 30 January 2024 21:23:11 +0000 (0:00:00.935) 0:00:30.455 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 30 January 2024 21:23:11 +0000 (0:00:00.033) 0:00:30.489 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 30 January 2024 21:23:11 +0000 (0:00:00.043) 0:00:30.532 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Tuesday 30 January 2024 21:23:11 +0000 (0:00:00.036) 0:00:30.568 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 30 January 2024 21:23:11 +0000 (0:00:00.098) 0:00:30.667 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 30 January 2024 21:23:11 +0000 (0:00:00.032) 0:00:30.700 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Tuesday 30 January 2024 21:23:11 +0000 (0:00:00.032) 0:00:30.732 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 30 January 2024 21:23:11 +0000 (0:00:00.048) 0:00:30.780 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 30 January 2024 21:23:12 +0000 (0:00:00.478) 0:00:31.258 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 30 January 2024 21:23:12 +0000 (0:00:00.047) 0:00:31.305 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Tuesday 30 January 2024 21:23:12 +0000 (0:00:00.026) 0:00:31.332 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 30 January 2024 21:23:12 +0000 (0:00:00.027) 0:00:31.359 ******* 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, 23fa5aab-9041-49d2-934d-be3a7e52018c [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 23fa5aab-9041-49d2-934d-be3a7e52018c (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Tuesday 30 January 2024 21:23:12 +0000 (0:00:00.593) 0:00:31.953 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Tuesday 30 January 2024 21:23:12 +0000 (0:00:00.033) 0:00:31.986 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 23fa5aab-9041-49d2-934d-be3a7e52018c", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 23fa5aab-9041-49d2-934d-be3a7e52018c (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Tuesday 30 January 2024 21:23:13 +0000 (0:00:00.080) 0:00:32.067 ******* 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, 23fa5aab-9041-49d2-934d-be3a7e52018c\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 23fa5aab-9041-49d2-934d-be3a7e52018c (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 23fa5aab-9041-49d2-934d-be3a7e52018c", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 23fa5aab-9041-49d2-934d-be3a7e52018c (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Tuesday 30 January 2024 21:23:13 +0000 (0:00:00.033) 0:00:32.101 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 30 January 2024 21:23:13 +0000 (0:00:00.033) 0:00:32.135 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:110 Tuesday 30 January 2024 21:23:13 +0000 (0:00:00.257) 0:00:32.392 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 30 January 2024 21:23:13 +0000 (0:00:00.065) 0:00:32.457 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 30 January 2024 21:23:13 +0000 (0:00:00.042) 0:00:32.500 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706649787.1572158, "block_size": 4096, "blocks": 0, "ctime": 1706649787.1572158, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26835, "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": 1706649787.1572158, "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_rewriteyg1pmudk/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 30 January 2024 21:23:13 +0000 (0:00:00.248) 0:00:32.749 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:112 Tuesday 30 January 2024 21:23:13 +0000 (0:00:00.035) 0:00:32.785 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/assert_profile_present.yml:3 Tuesday 30 January 2024 21:23:13 +0000 (0:00:00.075) 0:00:32.860 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/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_rewriteyg1pmudk/tests/playbooks/tasks/get_profile_stat.yml:3 Tuesday 30 January 2024 21:23:13 +0000 (0:00:00.047) 0:00:32.908 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/get_profile_stat.yml:9 Tuesday 30 January 2024 21:23:13 +0000 (0:00:00.033) 0:00:32.942 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_profile_stat.yml:17 Tuesday 30 January 2024 21:23:14 +0000 (0:00:00.295) 0:00:33.238 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/get_profile_stat.yml:25 Tuesday 30 January 2024 21:23:14 +0000 (0:00:00.026) 0:00:33.264 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.022420", "end": "2024-01-30 21:23:14.455242", "rc": 0, "start": "2024-01-30 21:23:14.432822" } 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_rewriteyg1pmudk/tests/playbooks/tasks/get_profile_stat.yml:35 Tuesday 30 January 2024 21:23:14 +0000 (0:00:00.269) 0:00:33.533 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/get_profile_stat.yml:49 Tuesday 30 January 2024 21:23:14 +0000 (0:00:00.031) 0:00:33.565 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/get_profile_stat.yml:56 Tuesday 30 January 2024 21:23:14 +0000 (0:00:00.028) 0:00:33.594 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/get_profile_stat.yml:62 Tuesday 30 January 2024 21:23:14 +0000 (0:00:00.030) 0:00:33.624 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/get_profile_stat.yml:69 Tuesday 30 January 2024 21:23:14 +0000 (0:00:00.029) 0:00:33.654 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/assert_profile_present.yml:5 Tuesday 30 January 2024 21:23:14 +0000 (0:00:00.027) 0:00:33.681 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/assert_profile_present.yml:10 Tuesday 30 January 2024 21:23:14 +0000 (0:00:00.033) 0:00:33.715 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/assert_profile_present.yml:15 Tuesday 30 January 2024 21:23:14 +0000 (0:00:00.035) 0:00:33.750 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:116 Tuesday 30 January 2024 21:23:14 +0000 (0:00:00.042) 0:00:33.792 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003738", "end": "2024-01-30 21:23:14.963667", "rc": 0, "start": "2024-01-30 21:23:14.959929" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.11.114 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.11.114 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_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:120 Tuesday 30 January 2024 21:23:15 +0000 (0:00:00.253) 0:00:34.046 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:126 Tuesday 30 January 2024 21:23:15 +0000 (0:00:00.028) 0:00:34.074 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003976", "end": "2024-01-30 21:23:15.251852", "rc": 0, "start": "2024-01-30 21:23:15.247876" } 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_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:130 Tuesday 30 January 2024 21:23:15 +0000 (0:00:00.253) 0:00:34.327 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:137 Tuesday 30 January 2024 21:23:15 +0000 (0:00:00.030) 0:00:34.358 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Tuesday 30 January 2024 21:23:15 +0000 (0:00:00.029) 0:00:34.388 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/.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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Tuesday 30 January 2024 21:23:15 +0000 (0:00:00.109) 0:00:34.498 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Tuesday 30 January 2024 21:23:15 +0000 (0:00:00.053) 0:00:34.551 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Tuesday 30 January 2024 21:23:15 +0000 (0:00:00.035) 0:00:34.587 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Tuesday 30 January 2024 21:23:15 +0000 (0:00:00.043) 0:00:34.631 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Tuesday 30 January 2024 21:23:17 +0000 (0:00:02.182) 0:00:36.813 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Tuesday 30 January 2024 21:23:18 +0000 (0:00:00.825) 0:00:37.638 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Tuesday 30 January 2024 21:23:18 +0000 (0:00:00.030) 0:00:37.669 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Tuesday 30 January 2024 21:23:18 +0000 (0:00:00.033) 0:00:37.703 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Tuesday 30 January 2024 21:23:18 +0000 (0:00:00.031) 0:00:37.734 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:36 Tuesday 30 January 2024 21:23:18 +0000 (0:00:00.072) 0:00:37.807 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:47 Tuesday 30 January 2024 21:23:18 +0000 (0:00:00.031) 0:00:37.839 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:59 Tuesday 30 January 2024 21:23:18 +0000 (0:00:00.030) 0:00:37.870 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 Tuesday 30 January 2024 21:23:18 +0000 (0:00:00.049) 0:00:37.920 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:83 Tuesday 30 January 2024 21:23:19 +0000 (0:00:00.527) 0:00:38.447 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:92 Tuesday 30 January 2024 21:23:19 +0000 (0:00:00.043) 0:00:38.491 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:100 Tuesday 30 January 2024 21:23:19 +0000 (0:00:00.026) 0:00:38.518 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Tuesday 30 January 2024 21:23:19 +0000 (0:00:00.027) 0:00:38.545 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:121 Tuesday 30 January 2024 21:23:20 +0000 (0:00:00.518) 0:00:39.064 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:127 Tuesday 30 January 2024 21:23:20 +0000 (0:00:00.037) 0:00:39.101 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:131 Tuesday 30 January 2024 21:23:20 +0000 (0:00:00.034) 0:00:39.135 ******* 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_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:136 Tuesday 30 January 2024 21:23:20 +0000 (0:00:00.031) 0:00:39.167 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:142 Tuesday 30 January 2024 21:23:20 +0000 (0:00:00.034) 0:00:39.202 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:149 Tuesday 30 January 2024 21:23:20 +0000 (0:00:00.259) 0:00:39.462 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:3 Tuesday 30 January 2024 21:23:20 +0000 (0:00:00.071) 0:00:39.533 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:8 Tuesday 30 January 2024 21:23:20 +0000 (0:00:00.025) 0:00:39.558 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:13 Tuesday 30 January 2024 21:23:20 +0000 (0:00:00.028) 0:00:39.586 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 30 January 2024 21:23:20 +0000 (0:00:00.107) 0:00:39.694 ******* included: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 30 January 2024 21:23:20 +0000 (0:00:00.039) 0:00:39.733 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003577", "end": "2024-01-30 21:23:20.906023", "rc": 0, "start": "2024-01-30 21:23:20.902446" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 30 January 2024 21:23:20 +0000 (0:00:00.250) 0:00:39.984 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 30 January 2024 21:23:20 +0000 (0:00:00.030) 0:00:40.015 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:16 Tuesday 30 January 2024 21:23:21 +0000 (0:00:00.030) 0:00:40.045 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:23 Tuesday 30 January 2024 21:23:22 +0000 (0:00:01.930) 0:00:41.975 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:31 Tuesday 30 January 2024 21:23:22 +0000 (0:00:00.034) 0:00:42.009 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:39 Tuesday 30 January 2024 21:23:22 +0000 (0:00:00.026) 0:00:42.036 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.012887", "end": "2024-01-30 21:23:23.218613", "rc": 0, "start": "2024-01-30 21:23:23.205726" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:45 Tuesday 30 January 2024 21:23:23 +0000 (0:00:00.268) 0:00:42.304 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:50 Tuesday 30 January 2024 21:23:23 +0000 (0:00:00.027) 0:00:42.332 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:56 Tuesday 30 January 2024 21:23:23 +0000 (0:00:00.029) 0:00:42.361 ******* 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_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:61 Tuesday 30 January 2024 21:23:23 +0000 (0:00:00.026) 0:00:42.388 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } PLAY RECAP ********************************************************************* sut : ok=125 changed=4 unreachable=0 failed=0 skipped=102 rescued=0 ignored=0 Tuesday 30 January 2024 21:23:23 +0000 (0:00:00.065) 0:00:42.454 ******* =============================================================================== fedora.linux_system_roles.network : Check which services are running ---- 2.38s /WORKDIR/git-bond_options_rewriteyg1pmudk/.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.20s /WORKDIR/git-bond_options_rewriteyg1pmudk/.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.18s /WORKDIR/git-bond_options_rewriteyg1pmudk/.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.18s /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 2.06s /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.95s /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.93s /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.93s /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which packages are installed --- 1.11s /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 1.01s /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/tests_auto_gateway_nm.yml:6 --- fedora.linux_system_roles.network : Check which packages are installed --- 0.94s /WORKDIR/git-bond_options_rewriteyg1pmudk/.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.90s /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.85s /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 fedora.linux_system_roles.network : Check which packages are installed --- 0.83s /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Create veth interface veth0 --------------------------------------------- 0.79s /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:23 Gathering Facts --------------------------------------------------------- 0.79s /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tests_auto_gateway.yml:3 Create veth interface veth0 --------------------------------------------- 0.78s /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:23 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.74s /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:72 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.59s /WORKDIR/git-bond_options_rewriteyg1pmudk/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:109 Set up veth as managed by NetworkManager -------------------------------- 0.55s /WORKDIR/git-bond_options_rewriteyg1pmudk/tests/playbooks/tasks/manage_test_interface.yml:31 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---