# 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_rewritesqqopx5d/.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_rewritesqqopx5d/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_rewritesqqopx5d/tests/tests_auto_gateway_nm.yml:6 Friday 09 February 2024 19:33:22 +0000 (0:00:00.011) 0:00:00.011 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/tests_auto_gateway_nm.yml:9 Friday 09 February 2024 19:33:23 +0000 (0:00:00.892) 0:00:00.903 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/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_rewritesqqopx5d/tests/tasks/el_repo_setup.yml:3 Friday 09 February 2024 19:33:23 +0000 (0:00:00.013) 0:00:00.917 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/tasks/el_repo_setup.yml:17 Friday 09 February 2024 19:33:23 +0000 (0:00:00.376) 0:00:01.294 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/tasks/el_repo_setup.yml:22 Friday 09 February 2024 19:33:23 +0000 (0:00:00.272) 0:00:01.566 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/tasks/el_repo_setup.yml:26 Friday 09 February 2024 19:33:23 +0000 (0:00:00.014) 0:00:01.581 ******* 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_rewritesqqopx5d/tests/tasks/el_repo_setup.yml:51 Friday 09 February 2024 19:33:23 +0000 (0:00:00.007) 0:00:01.589 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/tasks/enable_epel.yml:8 Friday 09 February 2024 19:33:23 +0000 (0:00:00.023) 0:00:01.613 ******* 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_rewritesqqopx5d/tests/tasks/enable_epel.yml:24 Friday 09 February 2024 19:33:23 +0000 (0:00:00.008) 0:00:01.621 ******* 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_rewritesqqopx5d/tests/tasks/enable_epel.yml:30 Friday 09 February 2024 19:33:23 +0000 (0:00:00.008) 0:00:01.629 ******* 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_rewritesqqopx5d/tests/tasks/enable_epel.yml:35 Friday 09 February 2024 19:33:23 +0000 (0:00:00.007) 0:00:01.637 ******* 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_rewritesqqopx5d/tests/tasks/enable_epel.yml:40 Friday 09 February 2024 19:33:23 +0000 (0:00:00.008) 0:00:01.645 ******* 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_rewritesqqopx5d/tests/tests_auto_gateway_nm.yml:11 Friday 09 February 2024 19:33:23 +0000 (0:00:00.007) 0:00:01.653 ******* 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_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:3 Friday 09 February 2024 19:33:23 +0000 (0:00:00.028) 0:00:01.681 ******* ok: [sut] TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:9 Friday 09 February 2024 19:33:24 +0000 (0:00:00.718) 0:00:02.400 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/show_interfaces.yml:3 Friday 09 February 2024 19:33:24 +0000 (0:00:00.022) 0:00:02.423 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 19:33:24 +0000 (0:00:00.012) 0:00:02.435 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003622", "end": "2024-02-09 19:33:24.853238", "rc": 0, "start": "2024-02-09 19:33:24.849616" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 19:33:24 +0000 (0:00:00.260) 0:00:02.695 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/show_interfaces.yml:5 Friday 09 February 2024 19:33:24 +0000 (0:00:00.010) 0:00:02.706 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:11 Friday 09 February 2024 19:33:24 +0000 (0:00:00.011) 0:00:02.717 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 09 February 2024 19:33:24 +0000 (0:00:00.026) 0:00:02.744 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 09 February 2024 19:33:24 +0000 (0:00:00.008) 0:00:02.753 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 09 February 2024 19:33:24 +0000 (0:00:00.007) 0:00:02.761 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/show_interfaces.yml:3 Friday 09 February 2024 19:33:24 +0000 (0:00:00.011) 0:00:02.773 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 19:33:24 +0000 (0:00:00.014) 0:00:02.787 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003696", "end": "2024-02-09 19:33:25.149471", "rc": 0, "start": "2024-02-09 19:33:25.145775" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 19:33:25 +0000 (0:00:00.205) 0:00:02.992 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/show_interfaces.yml:5 Friday 09 February 2024 19:33:25 +0000 (0:00:00.010) 0:00:03.003 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 09 February 2024 19:33:25 +0000 (0:00:00.009) 0:00:03.013 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:27 Friday 09 February 2024 19:33:27 +0000 (0:00:02.396) 0:00:05.409 ******* 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.058763", "end": "2024-02-09 19:33:27.830392", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-02-09 19:33:27.771629" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003987", "end": "2024-02-09 19:33:28.090219", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-02-09 19:33:28.086232" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004093", "end": "2024-02-09 19:33:28.286939", "item": "ip link set veth0 up", "rc": 0, "start": "2024-02-09 19:33:28.282846" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:35 Friday 09 February 2024 19:33:28 +0000 (0:00:00.719) 0:00:06.129 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.156121", "end": "2024-02-09 19:33:28.644053", "rc": 0, "start": "2024-02-09 19:33:28.487932" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:43 Friday 09 February 2024 19:33:28 +0000 (0:00:00.358) 0:00:06.488 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:49 Friday 09 February 2024 19:33:28 +0000 (0:00:00.009) 0:00:06.498 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:54 Friday 09 February 2024 19:33:28 +0000 (0:00:00.009) 0:00:06.507 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:60 Friday 09 February 2024 19:33:28 +0000 (0:00:00.009) 0:00:06.517 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:65 Friday 09 February 2024 19:33:28 +0000 (0:00:00.009) 0:00:06.526 ******* 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_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:15 Friday 09 February 2024 19:33:28 +0000 (0:00:00.008) 0:00:06.535 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/assert_device_present.yml:3 Friday 09 February 2024 19:33:28 +0000 (0:00:00.023) 0:00:06.559 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 09 February 2024 19:33:28 +0000 (0:00:00.011) 0:00:06.570 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707507207.828991, "block_size": 4096, "blocks": 0, "ctime": 1707507207.828991, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26406, "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": 1707507207.828991, "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_rewritesqqopx5d/tests/playbooks/tasks/assert_device_present.yml:5 Friday 09 February 2024 19:33:28 +0000 (0:00:00.201) 0:00:06.771 ******* 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_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:17 Friday 09 February 2024 19:33:28 +0000 (0:00:00.010) 0:00:06.782 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 February 2024 19:33:28 +0000 (0:00:00.010) 0:00:06.792 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/.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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 February 2024 19:33:28 +0000 (0:00:00.016) 0:00:06.808 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 February 2024 19:33:29 +0000 (0:00:00.022) 0:00:06.830 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 February 2024 19:33:29 +0000 (0:00:00.012) 0:00:06.843 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 February 2024 19:33:29 +0000 (0:00:00.012) 0:00:06.856 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 February 2024 19:33:31 +0000 (0:00:02.275) 0:00:09.131 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 February 2024 19:33:32 +0000 (0:00:01.110) 0:00:10.242 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 February 2024 19:33:32 +0000 (0:00:00.030) 0:00:10.272 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 February 2024 19:33:32 +0000 (0:00:00.034) 0:00:10.306 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 09 February 2024 19:33:32 +0000 (0:00:00.041) 0:00:10.348 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Friday 09 February 2024 19:33:32 +0000 (0:00:00.085) 0:00:10.433 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Friday 09 February 2024 19:33:32 +0000 (0:00:00.060) 0:00:10.494 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Friday 09 February 2024 19:33:32 +0000 (0:00:00.024) 0:00:10.518 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Friday 09 February 2024 19:33:32 +0000 (0:00:00.037) 0:00:10.556 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Friday 09 February 2024 19:33:33 +0000 (0:00:00.679) 0:00:11.235 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Friday 09 February 2024 19:33:33 +0000 (0:00:00.053) 0:00:11.289 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Friday 09 February 2024 19:33:33 +0000 (0:00:00.022) 0:00:11.311 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Friday 09 February 2024 19:33:33 +0000 (0:00:00.021) 0:00:11.333 ******* 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, 3be635b3-64a0-48e6-b81a-b5d2559d5ae9 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 3be635b3-64a0-48e6-b81a-b5d2559d5ae9 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Friday 09 February 2024 19:33:34 +0000 (0:00:01.303) 0:00:12.636 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Friday 09 February 2024 19:33:34 +0000 (0:00:00.035) 0:00:12.672 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 3be635b3-64a0-48e6-b81a-b5d2559d5ae9", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 3be635b3-64a0-48e6-b81a-b5d2559d5ae9 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Friday 09 February 2024 19:33:34 +0000 (0:00:00.024) 0:00:12.696 ******* 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, 3be635b3-64a0-48e6-b81a-b5d2559d5ae9\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 3be635b3-64a0-48e6-b81a-b5d2559d5ae9 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 3be635b3-64a0-48e6-b81a-b5d2559d5ae9", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 3be635b3-64a0-48e6-b81a-b5d2559d5ae9 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Friday 09 February 2024 19:33:34 +0000 (0:00:00.024) 0:00:12.720 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Friday 09 February 2024 19:33:34 +0000 (0:00:00.031) 0:00:12.752 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:42 Friday 09 February 2024 19:33:35 +0000 (0:00:00.336) 0:00:13.088 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/assert_device_present.yml:3 Friday 09 February 2024 19:33:35 +0000 (0:00:00.048) 0:00:13.136 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 09 February 2024 19:33:35 +0000 (0:00:00.065) 0:00:13.201 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707507207.828991, "block_size": 4096, "blocks": 0, "ctime": 1707507207.828991, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26406, "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": 1707507207.828991, "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_rewritesqqopx5d/tests/playbooks/tasks/assert_device_present.yml:5 Friday 09 February 2024 19:33:35 +0000 (0:00:00.251) 0:00:13.453 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:44 Friday 09 February 2024 19:33:35 +0000 (0:00:00.038) 0:00:13.492 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 09 February 2024 19:33:35 +0000 (0:00:00.053) 0:00:13.545 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/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_rewritesqqopx5d/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 09 February 2024 19:33:35 +0000 (0:00:00.063) 0:00:13.608 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 09 February 2024 19:33:35 +0000 (0:00:00.056) 0:00:13.665 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 09 February 2024 19:33:36 +0000 (0:00:00.230) 0:00:13.895 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 09 February 2024 19:33:36 +0000 (0:00:00.027) 0:00:13.922 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.164357", "end": "2024-02-09 19:33:36.446070", "rc": 0, "start": "2024-02-09 19:33:36.281713" } 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_rewritesqqopx5d/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 09 February 2024 19:33:36 +0000 (0:00:00.378) 0:00:14.301 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 09 February 2024 19:33:36 +0000 (0:00:00.023) 0:00:14.325 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 09 February 2024 19:33:36 +0000 (0:00:00.020) 0:00:14.345 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 09 February 2024 19:33:36 +0000 (0:00:00.020) 0:00:14.366 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 09 February 2024 19:33:36 +0000 (0:00:00.024) 0:00:14.390 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 09 February 2024 19:33:36 +0000 (0:00:00.025) 0:00:14.416 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 09 February 2024 19:33:36 +0000 (0:00:00.058) 0:00:14.475 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 09 February 2024 19:33:36 +0000 (0:00:00.025) 0:00:14.500 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:48 Friday 09 February 2024 19:33:36 +0000 (0:00:00.023) 0:00:14.523 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003763", "end": "2024-02-09 19:33:36.885393", "rc": 0, "start": "2024-02-09 19:33:36.881630" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.12.10 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.12.10 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_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:52 Friday 09 February 2024 19:33:36 +0000 (0:00:00.217) 0:00:14.741 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:58 Friday 09 February 2024 19:33:36 +0000 (0:00:00.049) 0:00:14.790 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003805", "end": "2024-02-09 19:33:37.189934", "rc": 0, "start": "2024-02-09 19:33:37.186129" } 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_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:62 Friday 09 February 2024 19:33:37 +0000 (0:00:00.252) 0:00:15.042 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:69 Friday 09 February 2024 19:33:37 +0000 (0:00:00.023) 0:00:15.066 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 February 2024 19:33:37 +0000 (0:00:00.022) 0:00:15.088 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/.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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 February 2024 19:33:37 +0000 (0:00:00.036) 0:00:15.125 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 February 2024 19:33:37 +0000 (0:00:00.035) 0:00:15.161 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 February 2024 19:33:37 +0000 (0:00:00.024) 0:00:15.186 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 February 2024 19:33:37 +0000 (0:00:00.024) 0:00:15.210 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 February 2024 19:33:39 +0000 (0:00:02.182) 0:00:17.393 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 February 2024 19:33:40 +0000 (0:00:00.823) 0:00:18.217 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 February 2024 19:33:40 +0000 (0:00:00.030) 0:00:18.248 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 February 2024 19:33:40 +0000 (0:00:00.025) 0:00:18.273 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 09 February 2024 19:33:40 +0000 (0:00:00.027) 0:00:18.300 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Friday 09 February 2024 19:33:40 +0000 (0:00:00.058) 0:00:18.359 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Friday 09 February 2024 19:33:40 +0000 (0:00:00.031) 0:00:18.391 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Friday 09 February 2024 19:33:40 +0000 (0:00:00.028) 0:00:18.419 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Friday 09 February 2024 19:33:40 +0000 (0:00:00.043) 0:00:18.463 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Friday 09 February 2024 19:33:41 +0000 (0:00:00.518) 0:00:18.981 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Friday 09 February 2024 19:33:41 +0000 (0:00:00.058) 0:00:19.039 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Friday 09 February 2024 19:33:41 +0000 (0:00:00.033) 0:00:19.072 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Friday 09 February 2024 19:33:41 +0000 (0:00:00.023) 0:00:19.096 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Friday 09 February 2024 19:33:41 +0000 (0:00:00.484) 0:00:19.581 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Friday 09 February 2024 19:33:41 +0000 (0:00:00.025) 0:00:19.606 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Friday 09 February 2024 19:33:41 +0000 (0:00:00.026) 0:00:19.632 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Friday 09 February 2024 19:33:41 +0000 (0:00:00.024) 0:00:19.657 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Friday 09 February 2024 19:33:41 +0000 (0:00:00.071) 0:00:19.728 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:81 Friday 09 February 2024 19:33:42 +0000 (0:00:00.225) 0:00:19.954 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 09 February 2024 19:33:42 +0000 (0:00:00.050) 0:00:20.004 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 09 February 2024 19:33:42 +0000 (0:00:00.021) 0:00:20.026 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 09 February 2024 19:33:42 +0000 (0:00:00.022) 0:00:20.049 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/show_interfaces.yml:3 Friday 09 February 2024 19:33:42 +0000 (0:00:00.034) 0:00:20.083 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 19:33:42 +0000 (0:00:00.032) 0:00:20.116 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003578", "end": "2024-02-09 19:33:42.478511", "rc": 0, "start": "2024-02-09 19:33:42.474933" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 19:33:42 +0000 (0:00:00.214) 0:00:20.331 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/show_interfaces.yml:5 Friday 09 February 2024 19:33:42 +0000 (0:00:00.022) 0:00:20.353 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 09 February 2024 19:33:42 +0000 (0:00:00.022) 0:00:20.376 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:27 Friday 09 February 2024 19:33:44 +0000 (0:00:02.206) 0:00:22.582 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:35 Friday 09 February 2024 19:33:44 +0000 (0:00:00.027) 0:00:22.610 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:43 Friday 09 February 2024 19:33:44 +0000 (0:00:00.066) 0:00:22.677 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.010377", "end": "2024-02-09 19:33:45.046527", "rc": 0, "start": "2024-02-09 19:33:45.036150" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:49 Friday 09 February 2024 19:33:45 +0000 (0:00:00.233) 0:00:22.910 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:54 Friday 09 February 2024 19:33:45 +0000 (0:00:00.045) 0:00:22.955 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:60 Friday 09 February 2024 19:33:45 +0000 (0:00:00.022) 0:00:22.978 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:65 Friday 09 February 2024 19:33:45 +0000 (0:00:00.021) 0:00:23.000 ******* 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_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:85 Friday 09 February 2024 19:33:45 +0000 (0:00:00.023) 0:00:23.023 ******* ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:89 Friday 09 February 2024 19:33:45 +0000 (0:00:00.023) 0:00:23.046 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 09 February 2024 19:33:45 +0000 (0:00:00.070) 0:00:23.117 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 09 February 2024 19:33:45 +0000 (0:00:00.020) 0:00:23.137 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 09 February 2024 19:33:45 +0000 (0:00:00.024) 0:00:23.161 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/show_interfaces.yml:3 Friday 09 February 2024 19:33:45 +0000 (0:00:00.034) 0:00:23.196 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 19:33:45 +0000 (0:00:00.036) 0:00:23.233 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003571", "end": "2024-02-09 19:33:45.597056", "rc": 0, "start": "2024-02-09 19:33:45.593485" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 19:33:45 +0000 (0:00:00.220) 0:00:23.454 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/show_interfaces.yml:5 Friday 09 February 2024 19:33:45 +0000 (0:00:00.064) 0:00:23.518 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 09 February 2024 19:33:45 +0000 (0:00:00.024) 0:00:23.542 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:27 Friday 09 February 2024 19:33:47 +0000 (0:00:02.201) 0:00:25.744 ******* 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.007154", "end": "2024-02-09 19:33:48.114017", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-02-09 19:33:48.106863" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003846", "end": "2024-02-09 19:33:48.365304", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-02-09 19:33:48.361458" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004155", "end": "2024-02-09 19:33:48.580531", "item": "ip link set veth0 up", "rc": 0, "start": "2024-02-09 19:33:48.576376" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:35 Friday 09 February 2024 19:33:48 +0000 (0:00:00.691) 0:00:26.435 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.022873", "end": "2024-02-09 19:33:48.816915", "rc": 0, "start": "2024-02-09 19:33:48.794042" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:43 Friday 09 February 2024 19:33:48 +0000 (0:00:00.235) 0:00:26.671 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:49 Friday 09 February 2024 19:33:48 +0000 (0:00:00.022) 0:00:26.693 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:54 Friday 09 February 2024 19:33:48 +0000 (0:00:00.021) 0:00:26.715 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:60 Friday 09 February 2024 19:33:48 +0000 (0:00:00.021) 0:00:26.737 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:65 Friday 09 February 2024 19:33:48 +0000 (0:00:00.023) 0:00:26.760 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 February 2024 19:33:48 +0000 (0:00:00.023) 0:00:26.783 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/.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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 February 2024 19:33:48 +0000 (0:00:00.037) 0:00:26.821 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 February 2024 19:33:49 +0000 (0:00:00.040) 0:00:26.861 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 February 2024 19:33:49 +0000 (0:00:00.025) 0:00:26.887 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 February 2024 19:33:49 +0000 (0:00:00.024) 0:00:26.911 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 February 2024 19:33:51 +0000 (0:00:02.162) 0:00:29.074 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 February 2024 19:33:52 +0000 (0:00:00.848) 0:00:29.922 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 February 2024 19:33:52 +0000 (0:00:00.023) 0:00:29.946 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 February 2024 19:33:52 +0000 (0:00:00.023) 0:00:29.969 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 09 February 2024 19:33:52 +0000 (0:00:00.023) 0:00:29.993 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Friday 09 February 2024 19:33:52 +0000 (0:00:00.054) 0:00:30.048 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Friday 09 February 2024 19:33:52 +0000 (0:00:00.024) 0:00:30.072 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Friday 09 February 2024 19:33:52 +0000 (0:00:00.023) 0:00:30.095 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Friday 09 February 2024 19:33:52 +0000 (0:00:00.035) 0:00:30.130 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Friday 09 February 2024 19:33:52 +0000 (0:00:00.404) 0:00:30.535 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Friday 09 February 2024 19:33:52 +0000 (0:00:00.046) 0:00:30.581 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Friday 09 February 2024 19:33:52 +0000 (0:00:00.030) 0:00:30.612 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Friday 09 February 2024 19:33:52 +0000 (0:00:00.025) 0:00:30.637 ******* 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, 8570597b-ec1d-45fd-b28a-d3246d9407d3 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 8570597b-ec1d-45fd-b28a-d3246d9407d3 (not-active) TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Friday 09 February 2024 19:33:53 +0000 (0:00:00.484) 0:00:31.121 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Friday 09 February 2024 19:33:53 +0000 (0:00:00.025) 0:00:31.146 ******* ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 8570597b-ec1d-45fd-b28a-d3246d9407d3", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 8570597b-ec1d-45fd-b28a-d3246d9407d3 (not-active)" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Friday 09 February 2024 19:33:53 +0000 (0:00:00.066) 0:00:31.212 ******* 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, 8570597b-ec1d-45fd-b28a-d3246d9407d3\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 8570597b-ec1d-45fd-b28a-d3246d9407d3 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 8570597b-ec1d-45fd-b28a-d3246d9407d3", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 8570597b-ec1d-45fd-b28a-d3246d9407d3 (not-active)" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Friday 09 February 2024 19:33:53 +0000 (0:00:00.024) 0:00:31.236 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Friday 09 February 2024 19:33:53 +0000 (0:00:00.024) 0:00:31.260 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:110 Friday 09 February 2024 19:33:53 +0000 (0:00:00.229) 0:00:31.490 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/assert_device_present.yml:3 Friday 09 February 2024 19:33:53 +0000 (0:00:00.064) 0:00:31.554 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_interface_stat.yml:3 Friday 09 February 2024 19:33:53 +0000 (0:00:00.042) 0:00:31.597 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707507228.1107683, "block_size": 4096, "blocks": 0, "ctime": 1707507228.1107683, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26992, "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": 1707507228.1107683, "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_rewritesqqopx5d/tests/playbooks/tasks/assert_device_present.yml:5 Friday 09 February 2024 19:33:53 +0000 (0:00:00.216) 0:00:31.814 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:112 Friday 09 February 2024 19:33:54 +0000 (0:00:00.023) 0:00:31.837 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/assert_profile_present.yml:3 Friday 09 February 2024 19:33:54 +0000 (0:00:00.050) 0:00:31.887 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/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_rewritesqqopx5d/tests/playbooks/tasks/get_profile_stat.yml:3 Friday 09 February 2024 19:33:54 +0000 (0:00:00.037) 0:00:31.925 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/get_profile_stat.yml:9 Friday 09 February 2024 19:33:54 +0000 (0:00:00.022) 0:00:31.948 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_profile_stat.yml:17 Friday 09 February 2024 19:33:54 +0000 (0:00:00.255) 0:00:32.203 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/get_profile_stat.yml:25 Friday 09 February 2024 19:33:54 +0000 (0:00:00.022) 0:00:32.226 ******* ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.022014", "end": "2024-02-09 19:33:54.614966", "rc": 0, "start": "2024-02-09 19:33:54.592952" } 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_rewritesqqopx5d/tests/playbooks/tasks/get_profile_stat.yml:35 Friday 09 February 2024 19:33:54 +0000 (0:00:00.244) 0:00:32.471 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/get_profile_stat.yml:49 Friday 09 February 2024 19:33:54 +0000 (0:00:00.036) 0:00:32.507 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/get_profile_stat.yml:56 Friday 09 February 2024 19:33:54 +0000 (0:00:00.041) 0:00:32.549 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/get_profile_stat.yml:62 Friday 09 February 2024 19:33:54 +0000 (0:00:00.048) 0:00:32.597 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/get_profile_stat.yml:69 Friday 09 February 2024 19:33:54 +0000 (0:00:00.044) 0:00:32.642 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/assert_profile_present.yml:5 Friday 09 February 2024 19:33:54 +0000 (0:00:00.027) 0:00:32.670 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/assert_profile_present.yml:10 Friday 09 February 2024 19:33:54 +0000 (0:00:00.038) 0:00:32.709 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/assert_profile_present.yml:15 Friday 09 February 2024 19:33:54 +0000 (0:00:00.041) 0:00:32.750 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:116 Friday 09 February 2024 19:33:54 +0000 (0:00:00.048) 0:00:32.799 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004002", "end": "2024-02-09 19:33:55.225856", "rc": 0, "start": "2024-02-09 19:33:55.221854" } STDOUT: default via 10.31.12.1 dev eth0 proto dhcp src 10.31.12.10 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.12.10 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_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:120 Friday 09 February 2024 19:33:55 +0000 (0:00:00.287) 0:00:33.086 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:126 Friday 09 February 2024 19:33:55 +0000 (0:00:00.025) 0:00:33.112 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003782", "end": "2024-02-09 19:33:55.479752", "rc": 0, "start": "2024-02-09 19:33:55.475970" } 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_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:130 Friday 09 February 2024 19:33:55 +0000 (0:00:00.221) 0:00:33.334 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:137 Friday 09 February 2024 19:33:55 +0000 (0:00:00.024) 0:00:33.358 ******* ok: [sut] => {} MSG: ################################################## TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Friday 09 February 2024 19:33:55 +0000 (0:00:00.026) 0:00:33.384 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/.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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Friday 09 February 2024 19:33:55 +0000 (0:00:00.110) 0:00:33.495 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:12 Friday 09 February 2024 19:33:55 +0000 (0:00:00.036) 0:00:33.532 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:17 Friday 09 February 2024 19:33:55 +0000 (0:00:00.030) 0:00:33.562 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Friday 09 February 2024 19:33:55 +0000 (0:00:00.034) 0:00:33.596 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Friday 09 February 2024 19:33:57 +0000 (0:00:02.170) 0:00:35.767 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Friday 09 February 2024 19:33:58 +0000 (0:00:00.783) 0:00:36.550 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Friday 09 February 2024 19:33:58 +0000 (0:00:00.025) 0:00:36.576 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Friday 09 February 2024 19:33:58 +0000 (0:00:00.028) 0:00:36.604 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Friday 09 February 2024 19:33:58 +0000 (0:00:00.024) 0:00:36.629 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:39 Friday 09 February 2024 19:33:58 +0000 (0:00:00.069) 0:00:36.699 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:50 Friday 09 February 2024 19:33:58 +0000 (0:00:00.026) 0:00:36.725 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:62 Friday 09 February 2024 19:33:58 +0000 (0:00:00.035) 0:00:36.761 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 Friday 09 February 2024 19:33:58 +0000 (0:00:00.041) 0:00:36.802 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:86 Friday 09 February 2024 19:33:59 +0000 (0:00:00.457) 0:00:37.260 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:95 Friday 09 February 2024 19:33:59 +0000 (0:00:00.036) 0:00:37.297 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:103 Friday 09 February 2024 19:33:59 +0000 (0:00:00.022) 0:00:37.319 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 Friday 09 February 2024 19:33:59 +0000 (0:00:00.021) 0:00:37.341 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Friday 09 February 2024 19:33:59 +0000 (0:00:00.447) 0:00:37.789 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:130 Friday 09 February 2024 19:34:00 +0000 (0:00:00.037) 0:00:37.826 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:134 Friday 09 February 2024 19:34:00 +0000 (0:00:00.026) 0:00:37.853 ******* 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_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Friday 09 February 2024 19:34:00 +0000 (0:00:00.026) 0:00:37.879 ******* skipping: [sut] => { "false_condition": "network_state is defined" } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:145 Friday 09 February 2024 19:34:00 +0000 (0:00:00.036) 0:00:37.915 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:149 Friday 09 February 2024 19:34:00 +0000 (0:00:00.227) 0:00:38.142 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:3 Friday 09 February 2024 19:34:00 +0000 (0:00:00.054) 0:00:38.197 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:8 Friday 09 February 2024 19:34:00 +0000 (0:00:00.023) 0:00:38.221 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:13 Friday 09 February 2024 19:34:00 +0000 (0:00:00.026) 0:00:38.247 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/show_interfaces.yml:3 Friday 09 February 2024 19:34:00 +0000 (0:00:00.040) 0:00:38.288 ******* included: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 19:34:00 +0000 (0:00:00.075) 0:00:38.363 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003727", "end": "2024-02-09 19:34:00.737002", "rc": 0, "start": "2024-02-09 19:34:00.733275" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 19:34:00 +0000 (0:00:00.227) 0:00:38.591 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/show_interfaces.yml:5 Friday 09 February 2024 19:34:00 +0000 (0:00:00.022) 0:00:38.614 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:16 Friday 09 February 2024 19:34:00 +0000 (0:00:00.023) 0:00:38.637 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:27 Friday 09 February 2024 19:34:03 +0000 (0:00:02.339) 0:00:40.976 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:35 Friday 09 February 2024 19:34:03 +0000 (0:00:00.028) 0:00:41.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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:43 Friday 09 February 2024 19:34:03 +0000 (0:00:00.022) 0:00:41.027 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.020326", "end": "2024-02-09 19:34:03.413936", "rc": 0, "start": "2024-02-09 19:34:03.393610" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:49 Friday 09 February 2024 19:34:03 +0000 (0:00:00.242) 0:00:41.269 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:54 Friday 09 February 2024 19:34:03 +0000 (0:00:00.032) 0:00:41.301 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:60 Friday 09 February 2024 19:34:03 +0000 (0:00:00.029) 0:00:41.331 ******* 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_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:65 Friday 09 February 2024 19:34:03 +0000 (0:00:00.023) 0:00:41.355 ******* 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 Friday 09 February 2024 19:34:03 +0000 (0:00:00.062) 0:00:41.417 ******* =============================================================================== Install iproute --------------------------------------------------------- 2.40s /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.34s /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 2.28s /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 Install iproute --------------------------------------------------------- 2.21s /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.20s /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:16 fedora.linux_system_roles.network : Check which services are running ---- 2.18s /WORKDIR/git-bond_options_rewritesqqopx5d/.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.17s /WORKDIR/git-bond_options_rewritesqqopx5d/.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.16s /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:21 fedora.linux_system_roles.network : Configure networking connection profiles --- 1.30s /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 fedora.linux_system_roles.network : Check which packages are installed --- 1.11s /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Gathering Facts --------------------------------------------------------- 0.89s /WORKDIR/git-bond_options_rewritesqqopx5d/tests/tests_auto_gateway_nm.yml:6 --- fedora.linux_system_roles.network : Check which packages are installed --- 0.85s /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 fedora.linux_system_roles.network : Check which packages are installed --- 0.82s /WORKDIR/git-bond_options_rewritesqqopx5d/.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.78s /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:26 Create veth interface veth0 --------------------------------------------- 0.72s /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:27 Gathering Facts --------------------------------------------------------- 0.72s /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tests_auto_gateway.yml:3 Create veth interface veth0 --------------------------------------------- 0.69s /WORKDIR/git-bond_options_rewritesqqopx5d/tests/playbooks/tasks/manage_test_interface.yml:27 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.68s /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.52s /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:75 fedora.linux_system_roles.network : Configure networking connection profiles --- 0.48s /WORKDIR/git-bond_options_rewritesqqopx5d/.collection/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:112 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---