# 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_hotfix_jagk25i/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_hotfix_jagk25i/tests/tests_auto_gateway_nm.yml:6 Thursday 22 February 2024 03:01:59 +0000 (0:00:00.012) 0:00:00.012 ***** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tests_auto_gateway_nm.yml:9 Thursday 22 February 2024 03:02:00 +0000 (0:00:00.710) 0:00:00.722 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/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_hotfix_jagk25i/tests/tasks/el_repo_setup.yml:3 Thursday 22 February 2024 03:02:00 +0000 (0:00:00.012) 0:00:00.734 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/el_repo_setup.yml:19 Thursday 22 February 2024 03:02:01 +0000 (0:00:00.326) 0:00:01.061 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/el_repo_setup.yml:24 Thursday 22 February 2024 03:02:01 +0000 (0:00:00.256) 0:00:01.317 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/el_repo_setup.yml:28 Thursday 22 February 2024 03:02:01 +0000 (0:00:00.026) 0:00:01.343 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/el_repo_setup.yml:53 Thursday 22 February 2024 03:02:01 +0000 (0:00:00.037) 0:00:01.381 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/enable_epel.yml:8 Thursday 22 February 2024 03:02:01 +0000 (0:00:00.090) 0:00:01.472 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/enable_epel.yml:24 Thursday 22 February 2024 03:02:01 +0000 (0:00:00.286) 0:00:01.758 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/enable_epel.yml:30 Thursday 22 February 2024 03:02:01 +0000 (0:00:00.029) 0:00:01.788 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/enable_epel.yml:35 Thursday 22 February 2024 03:02:01 +0000 (0:00:00.013) 0:00:01.801 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:01.252585", "end": "2024-02-22 03:02:03.223088", "rc": 0, "start": "2024-02-22 03:02:01.970503" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/enable_epel.yml:40 Thursday 22 February 2024 03:02:03 +0000 (0:00:01.464) 0:00:03.266 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tests_auto_gateway_nm.yml:11 Thursday 22 February 2024 03:02:03 +0000 (0:00:00.009) 0:00:03.276 ***** 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_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:3 Thursday 22 February 2024 03:02:03 +0000 (0:00:00.010) 0:00:03.286 ***** ok: [sut] META: ran handlers TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:9 Thursday 22 February 2024 03:02:03 +0000 (0:00:00.478) 0:00:03.765 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:02:03 +0000 (0:00:00.023) 0:00:03.788 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:02:03 +0000 (0:00:00.011) 0:00:03.800 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003528", "end": "2024-02-22 03:02:03.945819", "rc": 0, "start": "2024-02-22 03:02:03.942291" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:02:03 +0000 (0:00:00.189) 0:00:03.989 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:02:03 +0000 (0:00:00.011) 0:00:04.001 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:11 Thursday 22 February 2024 03:02:03 +0000 (0:00:00.009) 0:00:04.010 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 03:02:04 +0000 (0:00:00.028) 0:00:04.039 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 03:02:04 +0000 (0:00:00.009) 0:00:04.049 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 03:02:04 +0000 (0:00:00.009) 0:00:04.058 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:02:04 +0000 (0:00:00.012) 0:00:04.071 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:02:04 +0000 (0:00:00.011) 0:00:04.082 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003331", "end": "2024-02-22 03:02:04.223777", "rc": 0, "start": "2024-02-22 03:02:04.220446" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:02:04 +0000 (0:00:00.183) 0:00:04.266 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:02:04 +0000 (0:00:00.017) 0:00:04.284 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 03:02:04 +0000 (0:00:00.011) 0:00:04.295 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:28 Thursday 22 February 2024 03:02:06 +0000 (0:00:02.670) 0:00:06.966 ***** 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.012159", "end": "2024-02-22 03:02:07.120056", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-02-22 03:02:07.107897" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003370", "end": "2024-02-22 03:02:07.331991", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-02-22 03:02:07.328621" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.003756", "end": "2024-02-22 03:02:07.512138", "item": "ip link set veth0 up", "rc": 0, "start": "2024-02-22 03:02:07.508382" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:37 Thursday 22 February 2024 03:02:07 +0000 (0:00:00.588) 0:00:07.555 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.022783", "end": "2024-02-22 03:02:07.715479", "rc": 0, "start": "2024-02-22 03:02:07.692696" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:45 Thursday 22 February 2024 03:02:07 +0000 (0:00:00.205) 0:00:07.761 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:52 Thursday 22 February 2024 03:02:07 +0000 (0:00:00.010) 0:00:07.772 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:58 Thursday 22 February 2024 03:02:07 +0000 (0:00:00.012) 0:00:07.784 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 03:02:07 +0000 (0:00:00.014) 0:00:07.798 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:71 Thursday 22 February 2024 03:02:07 +0000 (0:00:00.021) 0:00:07.820 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:15 Thursday 22 February 2024 03:02:07 +0000 (0:00:00.016) 0:00:07.836 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 22 February 2024 03:02:07 +0000 (0:00:00.042) 0:00:07.879 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 03:02:07 +0000 (0:00:00.015) 0:00:07.894 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708570927.1111243, "block_size": 4096, "blocks": 0, "ctime": 1708570927.1111243, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22810, "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": 1708570927.1111243, "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_hotfix_jagk25i/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 22 February 2024 03:02:08 +0000 (0:00:00.191) 0:00:08.086 ***** 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_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:17 Thursday 22 February 2024 03:02:08 +0000 (0:00:00.011) 0:00:08.098 ***** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 22 February 2024 03:02:08 +0000 (0:00:00.009) 0:00:08.107 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 22 February 2024 03:02:08 +0000 (0:00:00.016) 0:00:08.123 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 22 February 2024 03:02:08 +0000 (0:00:00.010) 0:00:08.134 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 22 February 2024 03:02:08 +0000 (0:00:00.009) 0:00:08.143 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 22 February 2024 03:02:08 +0000 (0:00:00.009) 0:00:08.152 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 22 February 2024 03:02:09 +0000 (0:00:01.508) 0:00:09.661 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 22 February 2024 03:02:11 +0000 (0:00:01.483) 0:00:11.145 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 22 February 2024 03:02:11 +0000 (0:00:00.034) 0:00:11.179 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 22 February 2024 03:02:11 +0000 (0:00:00.032) 0:00:11.211 ***** 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] *** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 22 February 2024 03:02:11 +0000 (0:00:00.023) 0:00:11.235 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:39 Thursday 22 February 2024 03:02:16 +0000 (0:00:05.682) 0:00:16.917 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:49 Thursday 22 February 2024 03:02:16 +0000 (0:00:00.022) 0:00:16.940 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:66 Thursday 22 February 2024 03:02:16 +0000 (0:00:00.025) 0:00:16.966 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:79 Thursday 22 February 2024 03:02:17 +0000 (0:00:00.067) 0:00:17.033 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:94 Thursday 22 February 2024 03:02:17 +0000 (0:00:00.020) 0:00:17.054 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:111 Thursday 22 February 2024 03:02:17 +0000 (0:00:00.023) 0:00:17.077 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 22 February 2024 03:02:17 +0000 (0:00:00.026) 0:00:17.103 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:136 Thursday 22 February 2024 03:02:17 +0000 (0:00:00.471) 0:00:17.575 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:145 Thursday 22 February 2024 03:02:17 +0000 (0:00:00.034) 0:00:17.609 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:153 Thursday 22 February 2024 03:02:17 +0000 (0:00:00.023) 0:00:17.633 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:162 Thursday 22 February 2024 03:02:17 +0000 (0:00:00.028) 0:00:17.662 ***** 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, c93e19fa-67c1-47b0-b7c2-a9ab8a6e96ab [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, c93e19fa-67c1-47b0-b7c2-a9ab8a6e96ab (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:174 Thursday 22 February 2024 03:02:18 +0000 (0:00:00.574) 0:00:18.236 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:180 Thursday 22 February 2024 03:02:18 +0000 (0:00:00.036) 0:00:18.272 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, c93e19fa-67c1-47b0-b7c2-a9ab8a6e96ab", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, c93e19fa-67c1-47b0-b7c2-a9ab8a6e96ab (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:184 Thursday 22 February 2024 03:02:18 +0000 (0:00:00.028) 0:00:18.301 ***** 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, c93e19fa-67c1-47b0-b7c2-a9ab8a6e96ab\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, c93e19fa-67c1-47b0-b7c2-a9ab8a6e96ab (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, c93e19fa-67c1-47b0-b7c2-a9ab8a6e96ab", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, c93e19fa-67c1-47b0-b7c2-a9ab8a6e96ab (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:189 Thursday 22 February 2024 03:02:18 +0000 (0:00:00.046) 0:00:18.348 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 22 February 2024 03:02:18 +0000 (0:00:00.029) 0:00:18.377 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:42 Thursday 22 February 2024 03:02:18 +0000 (0:00:00.297) 0:00:18.674 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 22 February 2024 03:02:18 +0000 (0:00:00.140) 0:00:18.815 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 03:02:18 +0000 (0:00:00.045) 0:00:18.861 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708570927.1111243, "block_size": 4096, "blocks": 0, "ctime": 1708570927.1111243, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 22810, "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": 1708570927.1111243, "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_hotfix_jagk25i/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 22 February 2024 03:02:19 +0000 (0:00:00.218) 0:00:19.079 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:44 Thursday 22 February 2024 03:02:19 +0000 (0:00:00.059) 0:00:19.139 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/assert_profile_present.yml:3 Thursday 22 February 2024 03:02:19 +0000 (0:00:00.067) 0:00:19.206 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/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_hotfix_jagk25i/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 22 February 2024 03:02:19 +0000 (0:00:00.059) 0:00:19.265 ***** 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_hotfix_jagk25i/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 22 February 2024 03:02:19 +0000 (0:00:00.030) 0:00:19.295 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708570938.151777, "block_size": 4096, "blocks": 8, "ctime": 1708570938.111777, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5976919, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708570938.111777, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 396, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 22 February 2024 03:02:19 +0000 (0:00:00.207) 0:00:19.503 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 22 February 2024 03:02:19 +0000 (0:00:00.031) 0:00:19.535 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021335", "end": "2024-02-22 03:02:19.700164", "rc": 0, "start": "2024-02-22 03:02:19.678829" } STDOUT: veth0 /etc/sysconfig/network-scripts/ifcfg-veth0 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 22 February 2024 03:02:19 +0000 (0:00:00.262) 0:00:19.797 ***** 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_hotfix_jagk25i/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 22 February 2024 03:02:19 +0000 (0:00:00.047) 0:00:19.844 ***** 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_hotfix_jagk25i/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 22 February 2024 03:02:19 +0000 (0:00:00.027) 0:00:19.872 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 22 February 2024 03:02:19 +0000 (0:00:00.035) 0:00:19.908 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 22 February 2024 03:02:19 +0000 (0:00:00.029) 0:00:19.937 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/assert_profile_present.yml:5 Thursday 22 February 2024 03:02:19 +0000 (0:00:00.052) 0:00:19.989 ***** 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_hotfix_jagk25i/tests/playbooks/tasks/assert_profile_present.yml:10 Thursday 22 February 2024 03:02:19 +0000 (0:00:00.032) 0:00:20.021 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/assert_profile_present.yml:15 Thursday 22 February 2024 03:02:20 +0000 (0:00:00.034) 0:00:20.056 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:48 Thursday 22 February 2024 03:02:20 +0000 (0:00:00.036) 0:00:20.093 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003718", "end": "2024-02-22 03:02:20.249412", "rc": 0, "start": "2024-02-22 03:02:20.245694" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.9.108 metric 100 default via 203.0.113.1 dev veth0 proto static metric 65535 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.9.108 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_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:52 Thursday 22 February 2024 03:02:20 +0000 (0:00:00.210) 0:00:20.304 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:58 Thursday 22 February 2024 03:02:20 +0000 (0:00:00.027) 0:00:20.332 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003476", "end": "2024-02-22 03:02:20.473274", "rc": 0, "start": "2024-02-22 03:02:20.469798" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 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_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:62 Thursday 22 February 2024 03:02:20 +0000 (0:00:00.213) 0:00:20.546 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:69 Thursday 22 February 2024 03:02:20 +0000 (0:00:00.048) 0:00:20.594 ***** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 22 February 2024 03:02:20 +0000 (0:00:00.026) 0:00:20.620 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 22 February 2024 03:02:20 +0000 (0:00:00.079) 0:00:20.700 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 22 February 2024 03:02:20 +0000 (0:00:00.041) 0:00:20.741 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 22 February 2024 03:02:20 +0000 (0:00:00.036) 0:00:20.777 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 22 February 2024 03:02:20 +0000 (0:00:00.024) 0:00:20.802 ***** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check which packages are installed] ********* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 22 February 2024 03:02:22 +0000 (0:00:01.465) 0:00:22.267 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 22 February 2024 03:02:23 +0000 (0:00:01.329) 0:00:23.597 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 22 February 2024 03:02:23 +0000 (0:00:00.036) 0:00:23.633 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 22 February 2024 03:02:23 +0000 (0:00:00.023) 0:00:23.657 ***** 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] *** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 22 February 2024 03:02:23 +0000 (0:00:00.029) 0:00:23.686 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:39 Thursday 22 February 2024 03:02:32 +0000 (0:00:08.769) 0:00:32.456 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:49 Thursday 22 February 2024 03:02:32 +0000 (0:00:00.021) 0:00:32.478 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:66 Thursday 22 February 2024 03:02:32 +0000 (0:00:00.026) 0:00:32.504 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:79 Thursday 22 February 2024 03:02:32 +0000 (0:00:00.101) 0:00:32.605 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:94 Thursday 22 February 2024 03:02:32 +0000 (0:00:00.021) 0:00:32.627 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:111 Thursday 22 February 2024 03:02:32 +0000 (0:00:00.021) 0:00:32.648 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 22 February 2024 03:02:32 +0000 (0:00:00.023) 0:00:32.672 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:136 Thursday 22 February 2024 03:02:32 +0000 (0:00:00.339) 0:00:33.011 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:145 Thursday 22 February 2024 03:02:33 +0000 (0:00:00.027) 0:00:33.039 ***** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:153 Thursday 22 February 2024 03:02:33 +0000 (0:00:00.023) 0:00:33.063 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:162 Thursday 22 February 2024 03:02:33 +0000 (0:00:00.023) 0:00:33.086 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:174 Thursday 22 February 2024 03:02:33 +0000 (0:00:00.407) 0:00:33.494 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:180 Thursday 22 February 2024 03:02:33 +0000 (0:00:00.027) 0:00:33.521 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:184 Thursday 22 February 2024 03:02:33 +0000 (0:00:00.024) 0:00:33.545 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:189 Thursday 22 February 2024 03:02:33 +0000 (0:00:00.023) 0:00:33.568 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 22 February 2024 03:02:33 +0000 (0:00:00.022) 0:00:33.590 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:81 Thursday 22 February 2024 03:02:33 +0000 (0:00:00.241) 0:00:33.832 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 03:02:33 +0000 (0:00:00.056) 0:00:33.888 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 03:02:33 +0000 (0:00:00.021) 0:00:33.909 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 03:02:33 +0000 (0:00:00.021) 0:00:33.930 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:02:33 +0000 (0:00:00.034) 0:00:33.965 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:02:33 +0000 (0:00:00.034) 0:00:34.000 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003334", "end": "2024-02-22 03:02:34.142973", "rc": 0, "start": "2024-02-22 03:02:34.139639" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:02:34 +0000 (0:00:00.196) 0:00:34.197 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:02:34 +0000 (0:00:00.023) 0:00:34.220 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 03:02:34 +0000 (0:00:00.023) 0:00:34.243 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:28 Thursday 22 February 2024 03:02:36 +0000 (0:00:02.732) 0:00:36.976 ***** 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_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:37 Thursday 22 February 2024 03:02:36 +0000 (0:00:00.031) 0:00:37.007 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:45 Thursday 22 February 2024 03:02:37 +0000 (0:00:00.022) 0:00:37.030 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.014714", "end": "2024-02-22 03:02:37.185994", "rc": 0, "start": "2024-02-22 03:02:37.171280" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:52 Thursday 22 February 2024 03:02:37 +0000 (0:00:00.218) 0:00:37.248 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:58 Thursday 22 February 2024 03:02:37 +0000 (0:00:00.025) 0:00:37.273 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 03:02:37 +0000 (0:00:00.023) 0:00:37.297 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:71 Thursday 22 February 2024 03:02:37 +0000 (0:00:00.022) 0:00:37.320 ***** 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_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:85 Thursday 22 February 2024 03:02:37 +0000 (0:00:00.023) 0:00:37.344 ***** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:89 Thursday 22 February 2024 03:02:37 +0000 (0:00:00.023) 0:00:37.368 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 03:02:37 +0000 (0:00:00.086) 0:00:37.454 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 03:02:37 +0000 (0:00:00.022) 0:00:37.476 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 03:02:37 +0000 (0:00:00.022) 0:00:37.499 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:02:37 +0000 (0:00:00.034) 0:00:37.534 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:02:37 +0000 (0:00:00.034) 0:00:37.568 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003220", "end": "2024-02-22 03:02:37.710489", "rc": 0, "start": "2024-02-22 03:02:37.707269" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:02:37 +0000 (0:00:00.196) 0:00:37.765 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:02:37 +0000 (0:00:00.022) 0:00:37.787 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 03:02:37 +0000 (0:00:00.022) 0:00:37.809 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:28 Thursday 22 February 2024 03:02:40 +0000 (0:00:02.514) 0:00:40.323 ***** 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.011224", "end": "2024-02-22 03:02:40.479974", "item": "ip link add veth0 type veth peer name peerveth0", "rc": 0, "start": "2024-02-22 03:02:40.468750" } ok: [sut] => (item=ip link set peerveth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth0", "up" ], "delta": "0:00:00.003992", "end": "2024-02-22 03:02:40.698413", "item": "ip link set peerveth0 up", "rc": 0, "start": "2024-02-22 03:02:40.694421" } ok: [sut] => (item=ip link set veth0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth0", "up" ], "delta": "0:00:00.004274", "end": "2024-02-22 03:02:40.879508", "item": "ip link set veth0 up", "rc": 0, "start": "2024-02-22 03:02:40.875234" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:37 Thursday 22 February 2024 03:02:40 +0000 (0:00:00.631) 0:00:40.955 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth0", "managed", "true" ], "delta": "0:00:00.024082", "end": "2024-02-22 03:02:41.142821", "rc": 0, "start": "2024-02-22 03:02:41.118739" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:45 Thursday 22 February 2024 03:02:41 +0000 (0:00:00.247) 0:00:41.203 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:52 Thursday 22 February 2024 03:02:41 +0000 (0:00:00.028) 0:00:41.231 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:58 Thursday 22 February 2024 03:02:41 +0000 (0:00:00.026) 0:00:41.258 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 03:02:41 +0000 (0:00:00.032) 0:00:41.291 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:71 Thursday 22 February 2024 03:02:41 +0000 (0:00:00.021) 0:00:41.312 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 22 February 2024 03:02:41 +0000 (0:00:00.022) 0:00:41.335 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 22 February 2024 03:02:41 +0000 (0:00:00.039) 0:00:41.375 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 22 February 2024 03:02:41 +0000 (0:00:00.079) 0:00:41.454 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 22 February 2024 03:02:41 +0000 (0:00:00.021) 0:00:41.476 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 22 February 2024 03:02:41 +0000 (0:00:00.020) 0:00:41.497 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 22 February 2024 03:02:42 +0000 (0:00:01.456) 0:00:42.953 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 22 February 2024 03:02:44 +0000 (0:00:01.320) 0:00:44.273 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 22 February 2024 03:02:44 +0000 (0:00:00.085) 0:00:44.359 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 22 February 2024 03:02:44 +0000 (0:00:00.026) 0:00:44.385 ***** 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] *** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 22 February 2024 03:02:44 +0000 (0:00:00.023) 0:00:44.409 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:39 Thursday 22 February 2024 03:02:50 +0000 (0:00:05.875) 0:00:50.284 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:49 Thursday 22 February 2024 03:02:50 +0000 (0:00:00.021) 0:00:50.306 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:66 Thursday 22 February 2024 03:02:50 +0000 (0:00:00.025) 0:00:50.331 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:79 Thursday 22 February 2024 03:02:50 +0000 (0:00:00.044) 0:00:50.376 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:94 Thursday 22 February 2024 03:02:50 +0000 (0:00:00.041) 0:00:50.417 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:111 Thursday 22 February 2024 03:02:50 +0000 (0:00:00.081) 0:00:50.498 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 22 February 2024 03:02:50 +0000 (0:00:00.030) 0:00:50.529 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:136 Thursday 22 February 2024 03:02:50 +0000 (0:00:00.361) 0:00:50.890 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:145 Thursday 22 February 2024 03:02:50 +0000 (0:00:00.028) 0:00:50.919 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:153 Thursday 22 February 2024 03:02:50 +0000 (0:00:00.023) 0:00:50.942 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:162 Thursday 22 February 2024 03:02:50 +0000 (0:00:00.023) 0:00:50.966 ***** 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, a01d652f-7511-4bf6-aef5-f3b241ec406e [004] #0, state:up persistent_state:present, 'veth0': up connection veth0, a01d652f-7511-4bf6-aef5-f3b241ec406e (not-active) TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:174 Thursday 22 February 2024 03:02:51 +0000 (0:00:00.400) 0:00:51.367 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:180 Thursday 22 February 2024 03:02:51 +0000 (0:00:00.041) 0:00:51.409 ***** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, a01d652f-7511-4bf6-aef5-f3b241ec406e", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, a01d652f-7511-4bf6-aef5-f3b241ec406e (not-active)" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:184 Thursday 22 February 2024 03:02:51 +0000 (0:00:00.048) 0:00:51.457 ***** 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, a01d652f-7511-4bf6-aef5-f3b241ec406e\n[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, a01d652f-7511-4bf6-aef5-f3b241ec406e (not-active)\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'veth0': add connection veth0, a01d652f-7511-4bf6-aef5-f3b241ec406e", "[004] #0, state:up persistent_state:present, 'veth0': up connection veth0, a01d652f-7511-4bf6-aef5-f3b241ec406e (not-active)" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:189 Thursday 22 February 2024 03:02:51 +0000 (0:00:00.062) 0:00:51.520 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 22 February 2024 03:02:51 +0000 (0:00:00.038) 0:00:51.559 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:110 Thursday 22 February 2024 03:02:51 +0000 (0:00:00.217) 0:00:51.777 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/assert_device_present.yml:3 Thursday 22 February 2024 03:02:51 +0000 (0:00:00.131) 0:00:51.909 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 03:02:51 +0000 (0:00:00.071) 0:00:51.981 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708570960.472445, "block_size": 4096, "blocks": 0, "ctime": 1708570960.472445, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 23396, "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": 1708570960.472445, "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_hotfix_jagk25i/tests/playbooks/tasks/assert_device_present.yml:5 Thursday 22 February 2024 03:02:52 +0000 (0:00:00.228) 0:00:52.210 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'assert_profile_present.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:112 Thursday 22 February 2024 03:02:52 +0000 (0:00:00.032) 0:00:52.242 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/assert_profile_present.yml for sut TASK [Include the task 'get_profile_stat.yml'] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/assert_profile_present.yml:3 Thursday 22 February 2024 03:02:52 +0000 (0:00:00.062) 0:00:52.305 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/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_hotfix_jagk25i/tests/playbooks/tasks/get_profile_stat.yml:3 Thursday 22 February 2024 03:02:52 +0000 (0:00:00.044) 0:00:52.350 ***** 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_hotfix_jagk25i/tests/playbooks/tasks/get_profile_stat.yml:9 Thursday 22 February 2024 03:02:52 +0000 (0:00:00.027) 0:00:52.377 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708570971.2739072, "block_size": 4096, "blocks": 8, "ctime": 1708570971.235907, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 5976919, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0644", "mtime": 1708570971.235907, "nlink": 1, "path": "/etc/sysconfig/network-scripts/ifcfg-veth0", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 323, "uid": 0, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Set NM profile exist flag based on the profile files] ******************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_profile_stat.yml:17 Thursday 22 February 2024 03:02:52 +0000 (0:00:00.218) 0:00:52.596 ***** ok: [sut] => { "ansible_facts": { "lsr_net_profile_exists": true }, "changed": false } TASK [Get NM profile info] ***************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_profile_stat.yml:25 Thursday 22 February 2024 03:02:52 +0000 (0:00:00.047) 0:00:52.643 ***** ok: [sut] => { "changed": false, "cmd": "nmcli -f NAME,FILENAME connection show |grep veth0 | grep /etc", "delta": "0:00:00.021457", "end": "2024-02-22 03:02:52.803351", "rc": 0, "start": "2024-02-22 03:02:52.781894" } STDOUT: veth0 /etc/sysconfig/network-scripts/ifcfg-veth0 TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] *** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_profile_stat.yml:35 Thursday 22 February 2024 03:02:52 +0000 (0:00:00.224) 0:00:52.868 ***** 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_hotfix_jagk25i/tests/playbooks/tasks/get_profile_stat.yml:49 Thursday 22 February 2024 03:02:52 +0000 (0:00:00.030) 0:00:52.898 ***** 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_hotfix_jagk25i/tests/playbooks/tasks/get_profile_stat.yml:56 Thursday 22 February 2024 03:02:52 +0000 (0:00:00.090) 0:00:52.988 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get the fingerprint comment in ifcfg-veth0] ****************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_profile_stat.yml:62 Thursday 22 February 2024 03:02:53 +0000 (0:00:00.036) 0:00:53.025 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify the fingerprint comment in ifcfg-veth0] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_profile_stat.yml:69 Thursday 22 February 2024 03:02:53 +0000 (0:00:00.024) 0:00:53.050 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert that the profile is present - 'veth0'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/assert_profile_present.yml:5 Thursday 22 February 2024 03:02:53 +0000 (0:00:00.024) 0:00:53.074 ***** 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_hotfix_jagk25i/tests/playbooks/tasks/assert_profile_present.yml:10 Thursday 22 February 2024 03:02:53 +0000 (0:00:00.024) 0:00:53.099 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the fingerprint comment is present in veth0] ***************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/assert_profile_present.yml:15 Thursday 22 February 2024 03:02:53 +0000 (0:00:00.027) 0:00:53.126 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Show ipv4 routes] ******************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:116 Thursday 22 February 2024 03:02:53 +0000 (0:00:00.023) 0:00:53.150 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "route" ], "delta": "0:00:00.003222", "end": "2024-02-22 03:02:53.293664", "rc": 0, "start": "2024-02-22 03:02:53.290442" } STDOUT: default via 10.31.8.1 dev eth0 proto dhcp src 10.31.9.108 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.9.108 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_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:120 Thursday 22 February 2024 03:02:53 +0000 (0:00:00.199) 0:00:53.350 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Get ipv6 routes] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:126 Thursday 22 February 2024 03:02:53 +0000 (0:00:00.024) 0:00:53.375 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "-6", "route" ], "delta": "0:00:00.003381", "end": "2024-02-22 03:02:53.517015", "rc": 0, "start": "2024-02-22 03:02:53.513634" } STDOUT: ::1 dev lo proto kernel metric 256 pref medium 2001:db8::/64 dev veth0 proto kernel metric 101 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium fe80::/64 dev peerveth0 proto kernel metric 256 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_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:130 Thursday 22 February 2024 03:02:53 +0000 (0:00:00.196) 0:00:53.571 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEARDOWN: remove profiles.] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:137 Thursday 22 February 2024 03:02:53 +0000 (0:00:00.035) 0:00:53.606 ***** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:4 Thursday 22 February 2024 03:02:53 +0000 (0:00:00.043) 0:00:53.650 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Thursday 22 February 2024 03:02:53 +0000 (0:00:00.068) 0:00:53.718 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Thursday 22 February 2024 03:02:53 +0000 (0:00:00.029) 0:00:53.747 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Thursday 22 February 2024 03:02:53 +0000 (0:00:00.042) 0:00:53.790 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Thursday 22 February 2024 03:02:53 +0000 (0:00:00.086) 0:00:53.877 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Thursday 22 February 2024 03:02:55 +0000 (0:00:01.471) 0:00:55.348 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:7 Thursday 22 February 2024 03:02:56 +0000 (0:00:01.284) 0:00:56.632 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:11 Thursday 22 February 2024 03:02:56 +0000 (0:00:00.029) 0:00:56.661 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:19 Thursday 22 February 2024 03:02:56 +0000 (0:00:00.028) 0:00:56.690 ***** 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] *** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:28 Thursday 22 February 2024 03:02:56 +0000 (0:00:00.023) 0:00:56.714 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager] *** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:39 Thursday 22 February 2024 03:03:03 +0000 (0:00:06.333) 0:01:03.047 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:49 Thursday 22 February 2024 03:03:03 +0000 (0:00:00.022) 0:01:03.070 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:66 Thursday 22 February 2024 03:03:03 +0000 (0:00:00.024) 0:01:03.095 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:79 Thursday 22 February 2024 03:03:03 +0000 (0:00:00.043) 0:01:03.139 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:94 Thursday 22 February 2024 03:03:03 +0000 (0:00:00.021) 0:01:03.160 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:111 Thursday 22 February 2024 03:03:03 +0000 (0:00:00.022) 0:01:03.183 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:125 Thursday 22 February 2024 03:03:03 +0000 (0:00:00.024) 0:01:03.208 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:136 Thursday 22 February 2024 03:03:03 +0000 (0:00:00.345) 0:01:03.553 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:145 Thursday 22 February 2024 03:03:03 +0000 (0:00:00.033) 0:01:03.587 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:153 Thursday 22 February 2024 03:03:03 +0000 (0:00:00.022) 0:01:03.609 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:162 Thursday 22 February 2024 03:03:03 +0000 (0:00:00.063) 0:01:03.673 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:174 Thursday 22 February 2024 03:03:04 +0000 (0:00:00.421) 0:01:04.094 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:180 Thursday 22 February 2024 03:03:04 +0000 (0:00:00.021) 0:01:04.116 ***** 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_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:184 Thursday 22 February 2024 03:03:04 +0000 (0:00:00.024) 0:01:04.140 ***** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "veth0", "persistent_state": "absent", "state": "down" } ], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": true, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:189 Thursday 22 February 2024 03:03:04 +0000 (0:00:00.023) 0:01:04.163 ***** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:195 Thursday 22 February 2024 03:03:04 +0000 (0:00:00.024) 0:01:04.188 ***** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:149 Thursday 22 February 2024 03:03:04 +0000 (0:00:00.192) 0:01:04.381 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 03:03:04 +0000 (0:00:00.057) 0:01:04.438 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 03:03:04 +0000 (0:00:00.024) 0:01:04.463 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 03:03:04 +0000 (0:00:00.027) 0:01:04.491 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:03:04 +0000 (0:00:00.040) 0:01:04.531 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:03:04 +0000 (0:00:00.087) 0:01:04.619 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002858", "end": "2024-02-22 03:03:04.765240", "rc": 0, "start": "2024-02-22 03:03:04.762382" } STDOUT: eth0 lo peerveth0 veth0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:03:04 +0000 (0:00:00.199) 0:01:04.819 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth0", "veth0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:03:04 +0000 (0:00:00.024) 0:01:04.843 ***** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth0', 'veth0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 03:03:04 +0000 (0:00:00.023) 0:01:04.867 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:28 Thursday 22 February 2024 03:03:07 +0000 (0:00:02.562) 0:01:07.430 ***** 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_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:37 Thursday 22 February 2024 03:03:07 +0000 (0:00:00.032) 0:01:07.462 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth0] ********************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:45 Thursday 22 February 2024 03:03:07 +0000 (0:00:00.022) 0:01:07.484 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth0", "type", "veth" ], "delta": "0:00:00.014369", "end": "2024-02-22 03:03:07.637721", "rc": 0, "start": "2024-02-22 03:03:07.623352" } TASK [Create dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:52 Thursday 22 February 2024 03:03:07 +0000 (0:00:00.329) 0:01:07.813 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth0] ******************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:58 Thursday 22 February 2024 03:03:07 +0000 (0:00:00.042) 0:01:07.856 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 03:03:07 +0000 (0:00:00.025) 0:01:07.881 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth0] ********************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:71 Thursday 22 February 2024 03:03:07 +0000 (0:00:00.034) 0:01:07.916 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tests_auto_gateway.yml:153 Thursday 22 February 2024 03:03:07 +0000 (0:00:00.032) 0:01:07.949 ***** included: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/check_network_dns.yml:6 Thursday 22 February 2024 03:03:07 +0000 (0:00:00.061) 0:01:08.010 ***** 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.009688", "end": "2024-02-22 03:03:08.160392", "rc": 0, "start": "2024-02-22 03:03:08.150704" } 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 valid_lft forever preferred_lft forever 2: eth0: mtu 9001 qdisc mq state UP group default qlen 1000 link/ether 12:74:55:33:50:8d brd ff:ff:ff:ff:ff:ff inet 10.31.9.108/22 brd 10.31.11.255 scope global dynamic noprefixroute eth0 valid_lft 2742sec preferred_lft 2742sec inet6 fe80::1074:55ff:fe33:508d/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.8.1 dev eth0 proto dhcp src 10.31.9.108 metric 100 10.31.8.0/22 dev eth0 proto kernel scope link src 10.31.9.108 metric 100 IP -6 ROUTE ::1 dev lo proto kernel metric 256 pref medium fe80::/64 dev eth0 proto kernel metric 256 pref medium RESOLV # Generated by NetworkManager search us-east-1.aws.redhat.com testing-farm nameserver 10.29.169.13 nameserver 10.29.170.12 nameserver 10.2.32.1 TASK [Verify DNS and network connectivity] ************************************* task path: /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/check_network_dns.yml:24 Thursday 22 February 2024 03:03:08 +0000 (0:00:00.219) 0:01:08.229 ***** ok: [sut] => { "changed": false, "cmd": "set -euo pipefail\necho CHECK DNS AND CONNECTIVITY\nfor host in mirrors.fedoraproject.org mirrors.centos.org; do\n if ! getent hosts \"$host\"; then\n echo FAILED to lookup host \"$host\"\n exit 1\n fi\n if ! curl -o /dev/null https://\"$host\"; then\n echo FAILED to contact host \"$host\"\n exit 1\n fi\ndone\n", "delta": "0:00:00.291379", "end": "2024-02-22 03:03:08.664690", "rc": 0, "start": "2024-02-22 03:03:08.373311" } STDOUT: CHECK DNS AND CONNECTIVITY 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed6 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.centos.org mirrors.fedoraproject.org STDERR: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 305 100 305 0 0 1292 0 --:--:-- --:--:-- --:--:-- 1292 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 8818 0 --:--:-- --:--:-- --:--:-- 8818 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=136 changed=4 unreachable=0 failed=0 skipped=106 rescued=0 ignored=0 Thursday 22 February 2024 03:03:08 +0000 (0:00:00.476) 0:01:08.706 ***** =============================================================================== linux-system-roles.network : Check if updates for network packages are available through the DNF package manager -- 15.10s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:28 linux-system-roles.network : Check if updates for network packages are available through the DNF package manager --- 5.88s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:28 linux-system-roles.network : Check if updates for network packages are available through the DNF package manager --- 5.68s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:28 Install iproute --------------------------------------------------------- 2.73s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.67s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.56s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.51s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 1.51s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.48s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.47s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.47s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Enable EPEL 8 ----------------------------------------------------------- 1.46s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tasks/enable_epel.yml:35 ---------- linux-system-roles.network : Check which services are running ----------- 1.46s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.33s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.32s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.28s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Configure networking connection profiles --- 0.83s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:162 Gathering Facts --------------------------------------------------------- 0.71s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/tests_auto_gateway_nm.yml:6 ------- linux-system-roles.network : Enable and start NetworkManager ------------ 0.68s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/roles/linux-system-roles.network/tasks/main.yml:125 Create veth interface veth0 --------------------------------------------- 0.63s /WORKDIR/git-nm_plugin_hotfix_jagk25i/tests/playbooks/tasks/manage_test_interface.yml:28 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---