# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_auto_gateway_nm.yml ******************************************** 2 plays in /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/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-nm_plugin_hotfix7fhmbb1u/tests/tests_auto_gateway_nm.yml:6 Thursday 14 March 2024 21:20:41 +0000 (0:00:00.013) 0:00:00.013 ******** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/tests_auto_gateway_nm.yml:9 Thursday 14 March 2024 21:20:42 +0000 (0:00:01.064) 0:00:01.077 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/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-nm_plugin_hotfix7fhmbb1u/tests/tasks/el_repo_setup.yml:3 Thursday 14 March 2024 21:20:42 +0000 (0:00:00.013) 0:00:01.090 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/tasks/el_repo_setup.yml:19 Thursday 14 March 2024 21:20:43 +0000 (0:00:00.586) 0:00:01.677 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/tasks/el_repo_setup.yml:24 Thursday 14 March 2024 21:20:43 +0000 (0:00:00.285) 0:00:01.962 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/tasks/el_repo_setup.yml:28 Thursday 14 March 2024 21:20:43 +0000 (0:00:00.021) 0:00:01.983 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/tasks/el_repo_setup.yml:53 Thursday 14 March 2024 21:20:43 +0000 (0:00:00.026) 0:00:02.009 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/tasks/enable_epel.yml:8 Thursday 14 March 2024 21:20:43 +0000 (0:00:00.041) 0:00:02.051 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/tasks/enable_epel.yml:24 Thursday 14 March 2024 21:20:43 +0000 (0:00:00.025) 0:00:02.077 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/tasks/enable_epel.yml:30 Thursday 14 March 2024 21:20:43 +0000 (0:00:00.014) 0:00:02.091 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/tasks/enable_epel.yml:35 Thursday 14 March 2024 21:20:43 +0000 (0:00:00.018) 0:00:02.109 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/tasks/enable_epel.yml:40 Thursday 14 March 2024 21:20:43 +0000 (0:00:00.014) 0:00:02.124 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/tests_auto_gateway_nm.yml:11 Thursday 14 March 2024 21:20:44 +0000 (0:00:00.024) 0:00:02.149 ******** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing auto_gateway setting] *********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:3 Thursday 14 March 2024 21:20:44 +0000 (0:00:00.027) 0:00:02.176 ******** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:9 Thursday 14 March 2024 21:20:44 +0000 (0:00:00.818) 0:00:02.994 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:20:44 +0000 (0:00:00.027) 0:00:03.021 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:20:44 +0000 (0:00:00.016) 0:00:03.038 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004117", "end": "2024-03-14 21:20:45.198041", "rc": 0, "start": "2024-03-14 21:20:45.193924" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:20:45 +0000 (0:00:00.320) 0:00:03.358 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:20:45 +0000 (0:00:00.017) 0:00:03.376 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:11 Thursday 14 March 2024 21:20:45 +0000 (0:00:00.013) 0:00:03.389 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 21:20:45 +0000 (0:00:00.035) 0:00:03.425 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 21:20:45 +0000 (0:00:00.011) 0:00:03.437 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 21:20:45 +0000 (0:00:00.010) 0:00:03.448 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:20:45 +0000 (0:00:00.014) 0:00:03.463 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:20:45 +0000 (0:00:00.014) 0:00:03.477 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004088", "end": "2024-03-14 21:20:45.543238", "rc": 0, "start": "2024-03-14 21:20:45.539150" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:20:45 +0000 (0:00:00.222) 0:00:03.699 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:20:45 +0000 (0:00:00.012) 0:00:03.712 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 21:20:45 +0000 (0:00:00.012) 0:00:03.725 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:28 Thursday 14 March 2024 21:20:48 +0000 (0:00:02.798) 0:00:06.524 ******** 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.053221", "end": "2024-03-14 21:20:48.655273", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-03-14 21:20:48.602052" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.005002", "end": "2024-03-14 21:20:48.938008", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-03-14 21:20:48.933006" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004616", "end": "2024-03-14 21:20:49.157609", "item": "ip link set veth0 up", "rc": 0, "start": "2024-03-14 21:20:49.152993" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:37 Thursday 14 March 2024 21:20:49 +0000 (0:00:00.790) 0:00:07.314 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.160028", "end": "2024-03-14 21:20:49.541599", "rc": 0, "start": "2024-03-14 21:20:49.381571" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:45 Thursday 14 March 2024 21:20:49 +0000 (0:00:00.386) 0:00:07.701 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:52 Thursday 14 March 2024 21:20:49 +0000 (0:00:00.013) 0:00:07.714 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:58 Thursday 14 March 2024 21:20:49 +0000 (0:00:00.014) 0:00:07.729 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 21:20:49 +0000 (0:00:00.013) 0:00:07.742 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:71 Thursday 14 March 2024 21:20:49 +0000 (0:00:00.013) 0:00:07.755 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:15 Thursday 14 March 2024 21:20:49 +0000 (0:00:00.035) 0:00:07.790 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 14 March 2024 21:20:49 +0000 (0:00:00.029) 0:00:07.820 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 21:20:49 +0000 (0:00:00.015) 0:00:07.836 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710451248.6518404, "block_size": 4096, "blocks": 0, "ctime": 1710451248.6518404, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26317, "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": 1710451248.6518404, "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-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 14 March 2024 21:20:49 +0000 (0:00:00.245) 0:00:08.082 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can configure an interface with auto_gateway enabled] ************ task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:17 Thursday 14 March 2024 21:20:49 +0000 (0:00:00.017) 0:00:08.099 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 March 2024 21:20:49 +0000 (0:00:00.011) 0:00:08.111 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 March 2024 21:20:49 +0000 (0:00:00.019) 0:00:08.130 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 March 2024 21:20:50 +0000 (0:00:00.012) 0:00:08.143 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 March 2024 21:20:50 +0000 (0:00:00.011) 0:00:08.154 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 March 2024 21:20:50 +0000 (0:00:00.009) 0:00:08.164 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 March 2024 21:20:52 +0000 (0:00:02.516) 0:00:10.680 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 March 2024 21:20:53 +0000 (0:00:01.244) 0:00:11.924 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 March 2024 21:20:53 +0000 (0:00:00.024) 0:00:11.949 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 March 2024 21:20:53 +0000 (0:00:00.022) 0:00:11.972 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 14 March 2024 21:20:53 +0000 (0:00:00.024) 0:00:11.996 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 14 March 2024 21:20:53 +0000 (0:00:00.029) 0:00:12.025 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:57 Thursday 14 March 2024 21:20:53 +0000 (0:00:00.028) 0:00:12.054 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:77 Thursday 14 March 2024 21:20:53 +0000 (0:00:00.032) 0:00:12.086 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:90 Thursday 14 March 2024 21:20:54 +0000 (0:00:00.047) 0:00:12.134 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Thursday 14 March 2024 21:20:54 +0000 (0:00:00.029) 0:00:12.163 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:122 Thursday 14 March 2024 21:20:54 +0000 (0:00:00.024) 0:00:12.187 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:136 Thursday 14 March 2024 21:20:54 +0000 (0:00:00.026) 0:00:12.214 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 14 March 2024 21:20:54 +0000 (0:00:00.756) 0:00:12.970 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:156 Thursday 14 March 2024 21:20:54 +0000 (0:00:00.028) 0:00:12.999 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:164 Thursday 14 March 2024 21:20:54 +0000 (0:00:00.059) 0:00:13.058 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:173 Thursday 14 March 2024 21:20:54 +0000 (0:00:00.024) 0:00:13.082 ******** 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, d34d883e-4af5-49a0-949b-1448eb79b782 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d34d883e-4af5-49a0-949b-1448eb79b782 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:185 Thursday 14 March 2024 21:20:55 +0000 (0:00:00.967) 0:00:14.049 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:191 Thursday 14 March 2024 21:20:55 +0000 (0:00:00.024) 0:00:14.074 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, d34d883e-4af5-49a0-949b-1448eb79b782", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d34d883e-4af5-49a0-949b-1448eb79b782 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 14 March 2024 21:20:55 +0000 (0:00:00.026) 0:00:14.100 ******** 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, d34d883e-4af5-49a0-949b-1448eb79b782\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d34d883e-4af5-49a0-949b-1448eb79b782 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, d34d883e-4af5-49a0-949b-1448eb79b782", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, d34d883e-4af5-49a0-949b-1448eb79b782 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Thursday 14 March 2024 21:20:55 +0000 (0:00:00.028) 0:00:14.129 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Thursday 14 March 2024 21:20:56 +0000 (0:00:00.037) 0:00:14.167 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:42 Thursday 14 March 2024 21:20:56 +0000 (0:00:00.343) 0:00:14.510 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 14 March 2024 21:20:56 +0000 (0:00:00.061) 0:00:14.572 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 21:20:56 +0000 (0:00:00.037) 0:00:14.609 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710451248.6518404, "block_size": 4096, "blocks": 0, "ctime": 1710451248.6518404, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26317, "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": 1710451248.6518404, "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-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 14 March 2024 21:20:56 +0000 (0:00:00.236) 0:00:14.846 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:44 Thursday 14 March 2024 21:20:56 +0000 (0:00:00.027) 0:00:14.873 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/assert_profile_present.yml:3 Thursday 14 March 2024 21:20:56 +0000 (0:00:00.056) 0:00:14.930 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 14 March 2024 21:20:56 +0000 (0:00:00.041) 0:00:14.971 ******** 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-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 14 March 2024 21:20:56 +0000 (0:00:00.041) 0:00:15.013 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 14 March 2024 21:20:57 +0000 (0:00:00.231) 0:00:15.244 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 14 March 2024 21:20:57 +0000 (0:00:00.024) 0:00:15.269 ******** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.026293", "end": "2024-03-14 21:20:57.360774", "rc": 0, "start": "2024-03-14 21:20:57.334481" } 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-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 14 March 2024 21:20:57 +0000 (0:00:00.261) 0:00:15.531 ******** 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-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 14 March 2024 21:20:57 +0000 (0:00:00.030) 0:00:15.561 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 14 March 2024 21:20:57 +0000 (0:00:00.026) 0:00:15.587 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 14 March 2024 21:20:57 +0000 (0:00:00.033) 0:00:15.620 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 14 March 2024 21:20:57 +0000 (0:00:00.069) 0:00:15.690 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/assert_profile_present.yml:5 Thursday 14 March 2024 21:20:57 +0000 (0:00:00.027) 0:00:15.717 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/assert_profile_present.yml:10 Thursday 14 March 2024 21:20:57 +0000 (0:00:00.029) 0:00:15.747 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/assert_profile_present.yml:15 Thursday 14 March 2024 21:20:57 +0000 (0:00:00.039) 0:00:15.786 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:48 Thursday 14 March 2024 21:20:57 +0000 (0:00:00.029) 0:00:15.816 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004294", "end": "2024-03-14 21:20:57.887082", "rc": 0, "start": "2024-03-14 21:20:57.882788" } STDOUT: default via 10.31.40.1 dev eth0 proto dhcp src 10.31.41.138 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.41.138 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-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:52 Thursday 14 March 2024 21:20:57 +0000 (0:00:00.240) 0:00:16.056 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:58 Thursday 14 March 2024 21:20:57 +0000 (0:00:00.024) 0:00:16.081 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004306", "end": "2024-03-14 21:20:58.152868", "rc": 0, "start": "2024-03-14 21:20:58.148562" } 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-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:62 Thursday 14 March 2024 21:20:58 +0000 (0:00:00.240) 0:00:16.321 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:69 Thursday 14 March 2024 21:20:58 +0000 (0:00:00.041) 0:00:16.363 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 March 2024 21:20:58 +0000 (0:00:00.023) 0:00:16.387 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 March 2024 21:20:58 +0000 (0:00:00.050) 0:00:16.438 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 March 2024 21:20:58 +0000 (0:00:00.028) 0:00:16.466 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 March 2024 21:20:58 +0000 (0:00:00.024) 0:00:16.491 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 March 2024 21:20:58 +0000 (0:00:00.024) 0:00:16.515 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 March 2024 21:21:00 +0000 (0:00:02.510) 0:00:19.025 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 March 2024 21:21:01 +0000 (0:00:01.001) 0:00:20.027 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 March 2024 21:21:01 +0000 (0:00:00.060) 0:00:20.087 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 March 2024 21:21:01 +0000 (0:00:00.026) 0:00:20.113 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 14 March 2024 21:21:02 +0000 (0:00:00.026) 0:00:20.139 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 14 March 2024 21:21:02 +0000 (0:00:00.029) 0:00:20.169 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:57 Thursday 14 March 2024 21:21:02 +0000 (0:00:00.023) 0:00:20.193 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:77 Thursday 14 March 2024 21:21:02 +0000 (0:00:00.027) 0:00:20.221 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:90 Thursday 14 March 2024 21:21:02 +0000 (0:00:00.047) 0:00:20.268 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Thursday 14 March 2024 21:21:02 +0000 (0:00:00.023) 0:00:20.292 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:122 Thursday 14 March 2024 21:21:02 +0000 (0:00:00.024) 0:00:20.316 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:136 Thursday 14 March 2024 21:21:02 +0000 (0:00:00.031) 0:00:20.347 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 14 March 2024 21:21:02 +0000 (0:00:00.625) 0:00:20.973 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:156 Thursday 14 March 2024 21:21:02 +0000 (0:00:00.028) 0:00:21.002 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:164 Thursday 14 March 2024 21:21:02 +0000 (0:00:00.025) 0:00:21.027 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:173 Thursday 14 March 2024 21:21:02 +0000 (0:00:00.029) 0:00:21.056 ******** 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 [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:185 Thursday 14 March 2024 21:21:03 +0000 (0:00:00.695) 0:00:21.752 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:191 Thursday 14 March 2024 21:21:03 +0000 (0:00:00.026) 0:00:21.778 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 14 March 2024 21:21:03 +0000 (0:00:00.032) 0:00:21.810 ******** 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 [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Thursday 14 March 2024 21:21:03 +0000 (0:00:00.029) 0:00:21.840 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Thursday 14 March 2024 21:21:03 +0000 (0:00:00.032) 0:00:21.872 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:81 Thursday 14 March 2024 21:21:03 +0000 (0:00:00.240) 0:00:22.112 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 21:21:04 +0000 (0:00:00.075) 0:00:22.188 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 21:21:04 +0000 (0:00:00.032) 0:00:22.220 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 21:21:04 +0000 (0:00:00.037) 0:00:22.257 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:21:04 +0000 (0:00:00.042) 0:00:22.300 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:21:04 +0000 (0:00:00.049) 0:00:22.349 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004017", "end": "2024-03-14 21:21:04.477612", "rc": 0, "start": "2024-03-14 21:21:04.473595" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:21:04 +0000 (0:00:00.359) 0:00:22.709 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:21:04 +0000 (0:00:00.030) 0:00:22.739 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 21:21:04 +0000 (0:00:00.035) 0:00:22.775 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:28 Thursday 14 March 2024 21:21:07 +0000 (0:00:02.723) 0:00:25.498 ******** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:37 Thursday 14 March 2024 21:21:07 +0000 (0:00:00.040) 0:00:25.539 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:45 Thursday 14 March 2024 21:21:07 +0000 (0:00:00.047) 0:00:25.586 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.008820", "end": "2024-03-14 21:21:07.673587", "rc": 0, "start": "2024-03-14 21:21:07.664767" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:52 Thursday 14 March 2024 21:21:07 +0000 (0:00:00.308) 0:00:25.895 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:58 Thursday 14 March 2024 21:21:07 +0000 (0:00:00.026) 0:00:25.922 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 21:21:07 +0000 (0:00:00.030) 0:00:25.952 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:71 Thursday 14 March 2024 21:21:07 +0000 (0:00:00.026) 0:00:25.978 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [TEST: I can configure an interface with auto_gateway disabled] *********** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:85 Thursday 14 March 2024 21:21:07 +0000 (0:00:00.042) 0:00:26.021 ******** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:89 Thursday 14 March 2024 21:21:07 +0000 (0:00:00.026) 0:00:26.047 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 21:21:07 +0000 (0:00:00.080) 0:00:26.128 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 21:21:08 +0000 (0:00:00.028) 0:00:26.157 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 21:21:08 +0000 (0:00:00.051) 0:00:26.208 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:21:08 +0000 (0:00:00.068) 0:00:26.276 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:21:08 +0000 (0:00:00.068) 0:00:26.345 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003987", "end": "2024-03-14 21:21:08.426047", "rc": 0, "start": "2024-03-14 21:21:08.422060" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:21:08 +0000 (0:00:00.318) 0:00:26.664 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:21:08 +0000 (0:00:00.042) 0:00:26.706 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 21:21:08 +0000 (0:00:00.026) 0:00:26.733 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:28 Thursday 14 March 2024 21:21:11 +0000 (0:00:02.713) 0:00:29.446 ******** 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.007694", "end": "2024-03-14 21:21:11.526206", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-03-14 21:21:11.518512" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.004649", "end": "2024-03-14 21:21:11.800870", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-03-14 21:21:11.796221" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004649", "end": "2024-03-14 21:21:12.021759", "item": "ip link set veth0 up", "rc": 0, "start": "2024-03-14 21:21:12.017110" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:37 Thursday 14 March 2024 21:21:12 +0000 (0:00:00.744) 0:00:30.191 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.022380", "end": "2024-03-14 21:21:12.280261", "rc": 0, "start": "2024-03-14 21:21:12.257881" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:45 Thursday 14 March 2024 21:21:12 +0000 (0:00:00.259) 0:00:30.450 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:52 Thursday 14 March 2024 21:21:12 +0000 (0:00:00.025) 0:00:30.476 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:58 Thursday 14 March 2024 21:21:12 +0000 (0:00:00.024) 0:00:30.501 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 21:21:12 +0000 (0:00:00.023) 0:00:30.524 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:71 Thursday 14 March 2024 21:21:12 +0000 (0:00:00.025) 0:00:30.550 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 March 2024 21:21:12 +0000 (0:00:00.075) 0:00:30.626 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 March 2024 21:21:12 +0000 (0:00:00.049) 0:00:30.675 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 March 2024 21:21:12 +0000 (0:00:00.034) 0:00:30.710 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 March 2024 21:21:12 +0000 (0:00:00.042) 0:00:30.752 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 March 2024 21:21:12 +0000 (0:00:00.033) 0:00:30.786 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 March 2024 21:21:15 +0000 (0:00:02.435) 0:00:33.221 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 March 2024 21:21:16 +0000 (0:00:01.112) 0:00:34.334 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 March 2024 21:21:16 +0000 (0:00:00.027) 0:00:34.362 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 March 2024 21:21:16 +0000 (0:00:00.026) 0:00:34.388 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 14 March 2024 21:21:16 +0000 (0:00:00.026) 0:00:34.415 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 14 March 2024 21:21:16 +0000 (0:00:00.033) 0:00:34.448 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:57 Thursday 14 March 2024 21:21:16 +0000 (0:00:00.023) 0:00:34.471 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:77 Thursday 14 March 2024 21:21:16 +0000 (0:00:00.027) 0:00:34.499 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:90 Thursday 14 March 2024 21:21:16 +0000 (0:00:00.046) 0:00:34.546 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Thursday 14 March 2024 21:21:16 +0000 (0:00:00.027) 0:00:34.573 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:122 Thursday 14 March 2024 21:21:16 +0000 (0:00:00.024) 0:00:34.598 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:136 Thursday 14 March 2024 21:21:16 +0000 (0:00:00.027) 0:00:34.625 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 14 March 2024 21:21:17 +0000 (0:00:00.610) 0:00:35.236 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:156 Thursday 14 March 2024 21:21:17 +0000 (0:00:00.096) 0:00:35.333 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:164 Thursday 14 March 2024 21:21:17 +0000 (0:00:00.026) 0:00:35.359 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:173 Thursday 14 March 2024 21:21:17 +0000 (0:00:00.025) 0:00:35.384 ******** 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, 9dc0b6e7-6068-418e-9fde-35fdf0b74634 [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 9dc0b6e7-6068-418e-9fde-35fdf0b74634 (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:185 Thursday 14 March 2024 21:21:17 +0000 (0:00:00.478) 0:00:35.863 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:191 Thursday 14 March 2024 21:21:17 +0000 (0:00:00.029) 0:00:35.893 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 9dc0b6e7-6068-418e-9fde-35fdf0b74634", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 9dc0b6e7-6068-418e-9fde-35fdf0b74634 (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 14 March 2024 21:21:17 +0000 (0:00:00.026) 0:00:35.919 ******** 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, 9dc0b6e7-6068-418e-9fde-35fdf0b74634\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 9dc0b6e7-6068-418e-9fde-35fdf0b74634 (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, 9dc0b6e7-6068-418e-9fde-35fdf0b74634", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, 9dc0b6e7-6068-418e-9fde-35fdf0b74634 (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Thursday 14 March 2024 21:21:17 +0000 (0:00:00.034) 0:00:35.953 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Thursday 14 March 2024 21:21:17 +0000 (0:00:00.024) 0:00:35.977 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:110 Thursday 14 March 2024 21:21:18 +0000 (0:00:00.227) 0:00:36.204 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 14 March 2024 21:21:18 +0000 (0:00:00.057) 0:00:36.261 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 21:21:18 +0000 (0:00:00.038) 0:00:36.300 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710451271.5231378, "block_size": 4096, "blocks": 0, "ctime": 1710451271.5231378, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26903, "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": 1710451271.5231378, "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-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 14 March 2024 21:21:18 +0000 (0:00:00.292) 0:00:36.593 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:112 Thursday 14 March 2024 21:21:18 +0000 (0:00:00.054) 0:00:36.647 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/assert_profile_present.yml:3 Thursday 14 March 2024 21:21:18 +0000 (0:00:00.080) 0:00:36.727 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml for sut TASK [Initialize NM profile exist and ansible_managed comment flag] ************ task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 14 March 2024 21:21:18 +0000 (0:00:00.057) 0:00:36.785 ******** 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-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 14 March 2024 21:21:18 +0000 (0:00:00.026) 0:00:36.811 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 14 March 2024 21:21:18 +0000 (0:00:00.236) 0:00:37.048 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 14 March 2024 21:21:18 +0000 (0:00:00.025) 0:00:37.073 ******** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.023537", "end": "2024-03-14 21:21:19.166239", "rc": 0, "start": "2024-03-14 21:21:19.142702" } 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-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 14 March 2024 21:21:19 +0000 (0:00:00.264) 0:00:37.338 ******** 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-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 14 March 2024 21:21:19 +0000 (0:00:00.027) 0:00:37.366 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the ansible_managed comment in ifcfg-veth0] *********************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 14 March 2024 21:21:19 +0000 (0:00:00.026) 0:00:37.392 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 14 March 2024 21:21:19 +0000 (0:00:00.025) 0:00:37.417 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 14 March 2024 21:21:19 +0000 (0:00:00.078) 0:00:37.496 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/assert_profile_present.yml:5 Thursday 14 March 2024 21:21:19 +0000 (0:00:00.026) 0:00:37.522 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ansible managed comment is present in 'veth0'] *********** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/assert_profile_present.yml:10 Thursday 14 March 2024 21:21:19 +0000 (0:00:00.027) 0:00:37.550 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/assert_profile_present.yml:15 Thursday 14 March 2024 21:21:19 +0000 (0:00:00.027) 0:00:37.578 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:116 Thursday 14 March 2024 21:21:19 +0000 (0:00:00.032) 0:00:37.610 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.004537", "end": "2024-03-14 21:21:19.685014", "rc": 0, "start": "2024-03-14 21:21:19.680477" } STDOUT: default via 10.31.40.1 dev eth0 proto dhcp src 10.31.41.138 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.41.138 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-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:120 Thursday 14 March 2024 21:21:19 +0000 (0:00:00.251) 0:00:37.862 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:126 Thursday 14 March 2024 21:21:19 +0000 (0:00:00.028) 0:00:37.890 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.004358", "end": "2024-03-14 21:21:19.971486", "rc": 0, "start": "2024-03-14 21:21:19.967128" } 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-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:130 Thursday 14 March 2024 21:21:20 +0000 (0:00:00.254) 0:00:38.144 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:137 Thursday 14 March 2024 21:21:20 +0000 (0:00:00.038) 0:00:38.183 ******** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 14 March 2024 21:21:20 +0000 (0:00:00.026) 0:00:38.209 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml for sut TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 14 March 2024 21:21:20 +0000 (0:00:00.089) 0:00:38.298 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 14 March 2024 21:21:20 +0000 (0:00:00.035) 0:00:38.334 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Set flag to indicate system is ostree] ****** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 14 March 2024 21:21:20 +0000 (0:00:00.023) 0:00:38.358 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 14 March 2024 21:21:20 +0000 (0:00:00.023) 0:00:38.381 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 14 March 2024 21:21:22 +0000 (0:00:02.557) 0:00:40.939 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 14 March 2024 21:21:23 +0000 (0:00:01.001) 0:00:41.940 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 14 March 2024 21:21:23 +0000 (0:00:00.026) 0:00:41.967 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [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-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 14 March 2024 21:21:23 +0000 (0:00:00.043) 0:00:42.010 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 14 March 2024 21:21:23 +0000 (0:00:00.026) 0:00:42.037 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:43 Thursday 14 March 2024 21:21:23 +0000 (0:00:00.082) 0:00:42.119 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Ask user's consent to restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:57 Thursday 14 March 2024 21:21:24 +0000 (0:00:00.028) 0:00:42.148 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:77 Thursday 14 March 2024 21:21:24 +0000 (0:00:00.031) 0:00:42.180 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:90 Thursday 14 March 2024 21:21:24 +0000 (0:00:00.054) 0:00:42.235 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:105 Thursday 14 March 2024 21:21:24 +0000 (0:00:00.035) 0:00:42.270 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:122 Thursday 14 March 2024 21:21:24 +0000 (0:00:00.043) 0:00:42.314 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:136 Thursday 14 March 2024 21:21:24 +0000 (0:00:00.035) 0:00:42.349 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:147 Thursday 14 March 2024 21:21:24 +0000 (0:00:00.658) 0:00:43.007 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:156 Thursday 14 March 2024 21:21:24 +0000 (0:00:00.049) 0:00:43.057 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:164 Thursday 14 March 2024 21:21:24 +0000 (0:00:00.026) 0:00:43.083 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:173 Thursday 14 March 2024 21:21:24 +0000 (0:00:00.033) 0:00:43.117 ******** 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 [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:185 Thursday 14 March 2024 21:21:25 +0000 (0:00:00.548) 0:00:43.665 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:191 Thursday 14 March 2024 21:21:25 +0000 (0:00:00.036) 0:00:43.701 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 14 March 2024 21:21:25 +0000 (0:00:00.144) 0:00:43.845 ******** 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 [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:200 Thursday 14 March 2024 21:21:25 +0000 (0:00:00.053) 0:00:43.899 ******** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:206 Thursday 14 March 2024 21:21:25 +0000 (0:00:00.063) 0:00:43.962 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:149 Thursday 14 March 2024 21:21:26 +0000 (0:00:00.300) 0:00:44.263 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 21:21:26 +0000 (0:00:00.101) 0:00:44.364 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 21:21:26 +0000 (0:00:00.046) 0:00:44.411 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 21:21:26 +0000 (0:00:00.062) 0:00:44.474 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:21:26 +0000 (0:00:00.056) 0:00:44.530 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:21:26 +0000 (0:00:00.058) 0:00:44.589 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004079", "end": "2024-03-14 21:21:26.694400", "rc": 0, "start": "2024-03-14 21:21:26.690321" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:21:26 +0000 (0:00:00.292) 0:00:44.881 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:21:26 +0000 (0:00:00.056) 0:00:44.938 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 21:21:26 +0000 (0:00:00.152) 0:00:45.090 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:28 Thursday 14 March 2024 21:21:29 +0000 (0:00:02.872) 0:00:47.962 ******** skipping: [sut] => (item=ip link add veth0 type veth peer name peerveth0) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set veth0 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:37 Thursday 14 March 2024 21:21:29 +0000 (0:00:00.042) 0:00:48.004 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:45 Thursday 14 March 2024 21:21:29 +0000 (0:00:00.026) 0:00:48.031 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.015080", "end": "2024-03-14 21:21:30.119266", "rc": 0, "start": "2024-03-14 21:21:30.104186" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:52 Thursday 14 March 2024 21:21:30 +0000 (0:00:00.264) 0:00:48.296 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:58 Thursday 14 March 2024 21:21:30 +0000 (0:00:00.024) 0:00:48.320 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 21:21:30 +0000 (0:00:00.028) 0:00:48.349 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:71 Thursday 14 March 2024 21:21:30 +0000 (0:00:00.024) 0:00:48.373 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:153 Thursday 14 March 2024 21:21:30 +0000 (0:00:00.023) 0:00:48.397 ******** included: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/check_network_dns.yml:6 Thursday 14 March 2024 21:21:30 +0000 (0:00:00.121) 0:00:48.518 ******** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho IP\nip a\necho IP ROUTE\nip route\necho IP -6 ROUTE\nip -6 route\necho RESOLV\nif [ -f /etc/resolv.conf ]; then\n cat /etc/resolv.conf\nelse\n echo NO /etc/resolv.conf\n ls -alrtF /etc/resolv.* || :\nfi\n", "delta": "0:00:00.010132", "end": "2024-03-14 21:21:30.597670", "rc": 0, "start": "2024-03-14 21:21:30.587538" } STDOUT: IP 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host noprefixroute valid_lft forever preferred_lft forever 2: eth0: mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 0e:cb:2f:29:45:15 brd ff:ff:ff:ff:ff:ff altname enX0 inet 10.31.41.138/22 brd 10.31.43.255 scope global dynamic noprefixroute eth0 valid_lft 2798sec preferred_lft 2798sec inet6 fe80::ccb:2fff:fe29:4515/64 scope link noprefixroute valid_lft forever preferred_lft forever IP ROUTE default via 10.31.40.1 dev eth0 proto dhcp src 10.31.41.138 metric 100 10.31.40.0/22 dev eth0 proto kernel scope link src 10.31.41.138 metric 100 IP -6 ROUTE fe80::/64 dev eth0 proto kernel metric 1024 pref medium RESOLV # This is /run/systemd/resolve/stub-resolv.conf managed by man:systemd-resolved(8). # Do not edit. # # This file might be symlinked as /etc/resolv.conf. If you're looking at # /etc/resolv.conf and seeing this text, you have followed the symlink. # # This is a dynamic resolv.conf file for connecting local clients to the # internal DNS stub resolver of systemd-resolved. This file lists all # configured search domains. # # Run "resolvectl status" to see details about the uplink DNS servers # currently in use. # # Third party programs should typically not access this file directly, but only # through the symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a # different way, replace this symlink by a static file or a different symlink. # # See man:systemd-resolved.service(8) for details about the supported modes of # operation for /etc/resolv.conf. nameserver 127.0.0.53 options edns0 trust-ad search us-east-1.aws.redhat.com TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/check_network_dns.yml:24 Thursday 14 March 2024 21:21:30 +0000 (0:00:00.248) 0:00:48.767 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=127 changed=4 unreachable=0 failed=0 skipped=115 rescued=0 ignored=0 Thursday 14 March 2024 21:21:30 +0000 (0:00:00.014) 0:00:48.781 ******** =============================================================================== Install iproute --------------------------------------------------------- 2.87s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.80s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.72s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.71s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 2.56s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.52s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.51s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 2.44s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Enable and start NetworkManager ------------ 1.28s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:136 linux-system-roles.network : Check which packages are installed --------- 1.24s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 1.24s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Check which packages are installed --------- 1.11s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gathering Facts --------------------------------------------------------- 1.06s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/tests_auto_gateway_nm.yml:6 ------- linux-system-roles.network : Check which packages are installed --------- 1.00s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.00s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 0.97s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:173 Gathering Facts --------------------------------------------------------- 0.82s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tests_auto_gateway.yml:3 Create veth interface veth0 --------------------------------------------- 0.79s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:28 linux-system-roles.network : Enable and start NetworkManager ------------ 0.76s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/roles/linux-system-roles.network/tasks/main.yml:136 Create veth interface veth0 --------------------------------------------- 0.74s /WORKDIR/git-nm_plugin_hotfix7fhmbb1u/tests/playbooks/tasks/manage_test_interface.yml:28 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution fedora 38 on host sut should use /usr/bin/python3, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs.ansible.com/ansible/ 2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---