# 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_ethtool_ring_initscripts.yml *********************************** 2 plays in /WORKDIR/git-weekly-ciqyz6v9ns/tests/tests_ethtool_ring_initscripts.yml PLAY [Run playbook 'playbooks/tests_ethtool_ring.yml' with initscripts as provider] *** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tests_ethtool_ring_initscripts.yml:5 Saturday 18 May 2024 13:24:24 +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-weekly-ciqyz6v9ns/tests/tests_ethtool_ring_initscripts.yml:8 Saturday 18 May 2024 13:24:25 +0000 (0:00:00.772) 0:00:00.785 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/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-weekly-ciqyz6v9ns/tests/tasks/el_repo_setup.yml:3 Saturday 18 May 2024 13:24:25 +0000 (0:00:00.017) 0:00:00.802 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/el_repo_setup.yml:19 Saturday 18 May 2024 13:24:25 +0000 (0:00:00.361) 0:00:01.163 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/el_repo_setup.yml:24 Saturday 18 May 2024 13:24:25 +0000 (0:00:00.242) 0:00:01.406 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/el_repo_setup.yml:28 Saturday 18 May 2024 13:24:25 +0000 (0:00:00.021) 0:00:01.427 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/el_repo_setup.yml:53 Saturday 18 May 2024 13:24:25 +0000 (0:00:00.019) 0:00:01.447 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/enable_epel.yml:8 Saturday 18 May 2024 13:24:26 +0000 (0:00:00.030) 0:00:01.477 ********** 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-weekly-ciqyz6v9ns/tests/tasks/enable_epel.yml:24 Saturday 18 May 2024 13:24:26 +0000 (0:00:00.245) 0:00:01.723 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/enable_epel.yml:30 Saturday 18 May 2024 13:24:26 +0000 (0:00:00.023) 0:00:01.746 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/enable_epel.yml:35 Saturday 18 May 2024 13:24:26 +0000 (0:00:00.013) 0:00:01.759 ********** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.246482", "end": "2024-05-18 13:24:26.728672", "rc": 0, "start": "2024-05-18 13:24:26.482190" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tasks/enable_epel.yml:40 Saturday 18 May 2024 13:24:26 +0000 (0:00:00.457) 0:00:02.216 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/tests_ethtool_ring_initscripts.yml:10 Saturday 18 May 2024 13:24:26 +0000 (0:00:00.021) 0:00:02.237 ********** ok: [sut] => { "ansible_facts": { "network_provider": "initscripts" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for testing ethtool ring settings] ********************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:3 Saturday 18 May 2024 13:24:26 +0000 (0:00:00.024) 0:00:02.262 ********** ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:9 Saturday 18 May 2024 13:24:27 +0000 (0:00:00.568) 0:00:02.830 ********** ok: [sut] => {} MSG: this is: playbooks/tests_ethtool_ring.yml TASK [INIT: Ethtool ring tests] ************************************************ task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:15 Saturday 18 May 2024 13:24:27 +0000 (0:00:00.024) 0:00:02.855 ********** ok: [sut] => {} MSG: ################################################## TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:18 Saturday 18 May 2024 13:24:27 +0000 (0:00:00.012) 0:00:02.867 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:24:27 +0000 (0:00:00.013) 0:00:02.880 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:24:27 +0000 (0:00:00.015) 0:00:02.896 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003164", "end": "2024-05-18 13:24:27.617323", "rc": 0, "start": "2024-05-18 13:24:27.614159" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:24:27 +0000 (0:00:00.191) 0:00:03.087 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:24:27 +0000 (0:00:00.011) 0:00:03.099 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:20 Saturday 18 May 2024 13:24:27 +0000 (0:00:00.010) 0:00:03.110 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 18 May 2024 13:24:27 +0000 (0:00:00.016) 0:00:03.126 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 18 May 2024 13:24:27 +0000 (0:00:00.011) 0:00:03.138 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 18 May 2024 13:24:27 +0000 (0:00:00.010) 0:00:03.149 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:24:27 +0000 (0:00:00.054) 0:00:03.203 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:24:27 +0000 (0:00:00.015) 0:00:03.219 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004311", "end": "2024-05-18 13:24:28.939043", "rc": 0, "start": "2024-05-18 13:24:27.934732" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:24:28 +0000 (0:00:01.194) 0:00:04.414 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:24:28 +0000 (0:00:00.021) 0:00:04.435 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 18 May 2024 13:24:29 +0000 (0:00:00.025) 0:00:04.460 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 18 May 2024 13:24:32 +0000 (0:00:03.041) 0:00:07.501 ********** ok: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "testnic1", "type", "veth", "peer", "name", "peertestnic1" ], "delta": "0:00:00.010240", "end": "2024-05-18 13:24:32.231241", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-05-18 13:24:32.221001" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003575", "end": "2024-05-18 13:24:32.449825", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-05-18 13:24:32.446250" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.003735", "end": "2024-05-18 13:24:32.638511", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-05-18 13:24:32.634776" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 18 May 2024 13:24:32 +0000 (0:00:00.608) 0:00:08.110 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.023609", "end": "2024-05-18 13:24:32.847705", "rc": 0, "start": "2024-05-18 13:24:32.824096" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 18 May 2024 13:24:32 +0000 (0:00:00.209) 0:00:08.320 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 18 May 2024 13:24:32 +0000 (0:00:00.016) 0:00:08.337 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 18 May 2024 13:24:32 +0000 (0:00:00.012) 0:00:08.349 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 18 May 2024 13:24:32 +0000 (0:00:00.014) 0:00:08.364 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 18 May 2024 13:24:32 +0000 (0:00:00.012) 0:00:08.376 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:24 Saturday 18 May 2024 13:24:32 +0000 (0:00:00.013) 0:00:08.389 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 18 May 2024 13:24:32 +0000 (0:00:00.030) 0:00:08.419 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 18 May 2024 13:24:32 +0000 (0:00:00.023) 0:00:08.443 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716038672.2245615, "block_size": 4096, "blocks": 0, "ctime": 1716038672.2245615, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32549, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/testnic1", "lnk_target": "../../devices/virtual/net/testnic1", "mode": "0777", "mtime": 1716038672.2245615, "nlink": 1, "path": "/sys/class/net/testnic1", "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 - 'testnic1'] *********************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 18 May 2024 13:24:33 +0000 (0:00:00.224) 0:00:08.667 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Install ethtool (test dependency)] *************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:26 Saturday 18 May 2024 13:24:33 +0000 (0:00:00.015) 0:00:08.682 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: ethtool TASK [TEST: I can create a profile without any ring option.] ******************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:35 Saturday 18 May 2024 13:24:35 +0000 (0:00:02.672) 0:00:11.355 ********** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 18 May 2024 13:24:35 +0000 (0:00:00.028) 0:00:11.383 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 18 May 2024 13:24:35 +0000 (0:00:00.023) 0:00:11.406 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 18 May 2024 13:24:35 +0000 (0:00:00.012) 0:00:11.418 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 18 May 2024 13:24:35 +0000 (0:00:00.019) 0:00:11.437 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 18 May 2024 13:24:36 +0000 (0:00:00.022) 0:00:11.460 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 18 May 2024 13:24:37 +0000 (0:00:01.640) 0:00:13.100 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 18 May 2024 13:24:39 +0000 (0:00:01.520) 0:00:14.621 ********** ok: [sut] => {} MSG: Using network provider: initscripts 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 18 May 2024 13:24:39 +0000 (0:00:00.031) 0:00:14.653 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 18 May 2024 13:24:39 +0000 (0:00:00.028) 0:00:14.681 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 18 May 2024 13:24:39 +0000 (0:00:00.027) 0:00:14.708 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 18 May 2024 13:24:39 +0000 (0:00:00.028) 0:00:14.737 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 18 May 2024 13:24:39 +0000 (0:00:00.022) 0:00:14.760 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 18 May 2024 13:24:39 +0000 (0:00:00.025) 0:00:14.785 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 18 May 2024 13:24:39 +0000 (0:00:00.044) 0:00:14.829 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 18 May 2024 13:24:39 +0000 (0:00:00.022) 0:00:14.851 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 18 May 2024 13:24:39 +0000 (0:00:00.024) 0:00:14.876 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 18 May 2024 13:24:39 +0000 (0:00:00.025) 0:00:14.901 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 18 May 2024 13:24:39 +0000 (0:00:00.022) 0:00:14.924 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 18 May 2024 13:24:39 +0000 (0:00:00.023) 0:00:14.948 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 18 May 2024 13:24:40 +0000 (0:00:00.545) 0:00:15.493 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-1300210f31epf/tmpxecvnt7q" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 18 May 2024 13:24:40 +0000 (0:00:00.286) 0:00:15.780 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1' [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 18 May 2024 13:24:40 +0000 (0:00:00.610) 0:00:16.391 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 18 May 2024 13:24:40 +0000 (0:00:00.024) 0:00:16.415 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 18 May 2024 13:24:40 +0000 (0:00:00.025) 0:00:16.440 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 18 May 2024 13:24:41 +0000 (0:00:00.025) 0:00:16.466 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 18 May 2024 13:24:41 +0000 (0:00:00.024) 0:00:16.491 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ring options] ********************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:51 Saturday 18 May 2024 13:24:41 +0000 (0:00:00.278) 0:00:16.770 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ASSERT: The profile does not contain ring options] *********************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:57 Saturday 18 May 2024 13:24:41 +0000 (0:00:00.022) 0:00:16.792 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get profile's ring options] ********************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:62 Saturday 18 May 2024 13:24:41 +0000 (0:00:00.022) 0:00:16.814 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "grep", "ETHTOOL", "/etc/sysconfig/network-scripts/ifcfg-testnic1" ], "delta": "0:00:00.003009", "end": "2024-05-18 13:24:41.536254", "rc": 1, "start": "2024-05-18 13:24:41.533245" } MSG: non-zero return code ...ignoring TASK [ASSERT: The profile does not contain ring options] *********************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:70 Saturday 18 May 2024 13:24:41 +0000 (0:00:00.205) 0:00:17.020 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can set rx.] ***************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:76 Saturday 18 May 2024 13:24:41 +0000 (0:00:00.026) 0:00:17.046 ********** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 18 May 2024 13:24:41 +0000 (0:00:00.024) 0:00:17.070 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 18 May 2024 13:24:41 +0000 (0:00:00.069) 0:00:17.140 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 18 May 2024 13:24:41 +0000 (0:00:00.028) 0:00:17.169 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 18 May 2024 13:24:41 +0000 (0:00:00.021) 0:00:17.191 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 18 May 2024 13:24:41 +0000 (0:00:00.022) 0:00:17.213 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 18 May 2024 13:24:43 +0000 (0:00:01.548) 0:00:18.761 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 18 May 2024 13:24:44 +0000 (0:00:01.327) 0:00:20.088 ********** ok: [sut] => {} MSG: Using network provider: initscripts 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 18 May 2024 13:24:44 +0000 (0:00:00.024) 0:00:20.113 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 18 May 2024 13:24:44 +0000 (0:00:00.023) 0:00:20.136 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 18 May 2024 13:24:44 +0000 (0:00:00.028) 0:00:20.164 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 18 May 2024 13:24:44 +0000 (0:00:00.042) 0:00:20.207 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 18 May 2024 13:24:44 +0000 (0:00:00.045) 0:00:20.252 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 18 May 2024 13:24:44 +0000 (0:00:00.068) 0:00:20.320 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 18 May 2024 13:24:44 +0000 (0:00:00.071) 0:00:20.392 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 18 May 2024 13:24:44 +0000 (0:00:00.038) 0:00:20.431 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 18 May 2024 13:24:45 +0000 (0:00:00.028) 0:00:20.459 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 18 May 2024 13:24:45 +0000 (0:00:00.025) 0:00:20.484 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 18 May 2024 13:24:45 +0000 (0:00:00.023) 0:00:20.508 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 18 May 2024 13:24:45 +0000 (0:00:00.028) 0:00:20.536 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 18 May 2024 13:24:45 +0000 (0:00:00.419) 0:00:20.956 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-1300210f31epf/tmp4tdmv1ku" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 18 May 2024 13:24:45 +0000 (0:00:00.347) 0:00:21.303 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ethtool": { "ring": { "rx": 128, "rx_jumbo": 128, "rx_mini": 128, "tx": 128 } }, "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1' [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\nnetlink error: Operation not supported\nRTNETLINK answers: File exists\n"' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 18 May 2024 13:24:46 +0000 (0:00:00.452) 0:00:21.756 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 18 May 2024 13:24:46 +0000 (0:00:00.022) 0:00:21.779 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\nnetlink error: Operation not supported\\nRTNETLINK answers: File exists\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 18 May 2024 13:24:46 +0000 (0:00:00.026) 0:00:21.806 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ethtool": { "ring": { "rx": 128, "rx_jumbo": 128, "rx_mini": 128, "tx": 128 } }, "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\nnetlink error: Operation not supported\\nRTNETLINK answers: File exists\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\nnetlink error: Operation not supported\\nRTNETLINK answers: File exists\\n\"'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 18 May 2024 13:24:46 +0000 (0:00:00.029) 0:00:21.836 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 18 May 2024 13:24:46 +0000 (0:00:00.022) 0:00:21.858 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ethtool.ring-rx options] *********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:98 Saturday 18 May 2024 13:24:46 +0000 (0:00:00.189) 0:00:22.048 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert ethtool.ring-rx option set in profile] **************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:104 Saturday 18 May 2024 13:24:46 +0000 (0:00:00.022) 0:00:22.070 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get profile's ethtool.ring-rx-jumbo options] ***************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:109 Saturday 18 May 2024 13:24:46 +0000 (0:00:00.022) 0:00:22.093 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert ethtool.ring-rx-jumbo option set in profile] ********************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:115 Saturday 18 May 2024 13:24:46 +0000 (0:00:00.023) 0:00:22.116 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get profile's ethtool.ring-rx-mini options] ****************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:120 Saturday 18 May 2024 13:24:46 +0000 (0:00:00.027) 0:00:22.144 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert ethtool.ring-rx-mini option set in profile] *********************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:126 Saturday 18 May 2024 13:24:46 +0000 (0:00:00.022) 0:00:22.167 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get profile's ethtool.ring-tx options] *********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:131 Saturday 18 May 2024 13:24:46 +0000 (0:00:00.020) 0:00:22.187 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert ethtool.ring-tx option set in profile] **************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:137 Saturday 18 May 2024 13:24:46 +0000 (0:00:00.044) 0:00:22.232 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get profile's ethtool.ring options] ************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:143 Saturday 18 May 2024 13:24:46 +0000 (0:00:00.025) 0:00:22.257 ********** ok: [sut] => { "changed": false, "cmd": [ "grep", "ETHTOOL", "/etc/sysconfig/network-scripts/ifcfg-testnic1" ], "delta": "0:00:00.003124", "end": "2024-05-18 13:24:46.986080", "rc": 0, "start": "2024-05-18 13:24:46.982956" } STDOUT: ETHTOOL_OPTS="-G testnic1 rx 128 rx-jumbo 128 rx-mini 128 tx 128" TASK [Assert ethtool.ring option set in profile] ******************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:151 Saturday 18 May 2024 13:24:47 +0000 (0:00:00.211) 0:00:22.468 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can clear ring options] ****************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:161 Saturday 18 May 2024 13:24:47 +0000 (0:00:00.026) 0:00:22.495 ********** ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 18 May 2024 13:24:47 +0000 (0:00:00.024) 0:00:22.519 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 18 May 2024 13:24:47 +0000 (0:00:00.039) 0:00:22.559 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 18 May 2024 13:24:47 +0000 (0:00:00.029) 0:00:22.588 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 18 May 2024 13:24:47 +0000 (0:00:00.022) 0:00:22.610 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 18 May 2024 13:24:47 +0000 (0:00:00.021) 0:00:22.632 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 18 May 2024 13:24:48 +0000 (0:00:01.548) 0:00:24.181 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 18 May 2024 13:24:50 +0000 (0:00:01.312) 0:00:25.493 ********** ok: [sut] => {} MSG: Using network provider: initscripts 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 18 May 2024 13:24:50 +0000 (0:00:00.023) 0:00:25.516 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 18 May 2024 13:24:50 +0000 (0:00:00.022) 0:00:25.539 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 18 May 2024 13:24:50 +0000 (0:00:00.023) 0:00:25.562 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 18 May 2024 13:24:50 +0000 (0:00:00.028) 0:00:25.590 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 18 May 2024 13:24:50 +0000 (0:00:00.024) 0:00:25.614 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 18 May 2024 13:24:50 +0000 (0:00:00.030) 0:00:25.644 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 18 May 2024 13:24:50 +0000 (0:00:00.045) 0:00:25.690 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 18 May 2024 13:24:50 +0000 (0:00:00.048) 0:00:25.738 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 18 May 2024 13:24:50 +0000 (0:00:00.023) 0:00:25.762 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 18 May 2024 13:24:50 +0000 (0:00:00.027) 0:00:25.789 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 18 May 2024 13:24:50 +0000 (0:00:00.024) 0:00:25.814 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 18 May 2024 13:24:50 +0000 (0:00:00.023) 0:00:25.837 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 18 May 2024 13:24:50 +0000 (0:00:00.344) 0:00:26.182 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-1300210f31epf/tmpn7rwusq6" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.281) 0:00:26.463 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1' [004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified) [005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\nRTNETLINK answers: File exists\n"' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.400) 0:00:26.864 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.022) 0:00:26.886 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\nRTNETLINK answers: File exists\\n\"'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.023) 0:00:26.909 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "ip": { "auto6": false, "dhcp4": false }, "name": "testnic1", "state": "up", "type": "ethernet" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'\n[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\nRTNETLINK answers: File exists\\n\"'\n", "stderr_lines": [ "[003] #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'", "[004] #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)", "[005] #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\nRTNETLINK answers: File exists\\n\"'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.022) 0:00:26.932 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.022) 0:00:26.954 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ring options] ********************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:176 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.218) 0:00:27.172 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ASSERT: The profile does reset ring options] ***************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:182 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.022) 0:00:27.195 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get profile's ring options] ********************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:187 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.022) 0:00:27.217 ********** fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "grep", "ETHTOOL", "/etc/sysconfig/network-scripts/ifcfg-testnic1" ], "delta": "0:00:00.003107", "end": "2024-05-18 13:24:51.941352", "rc": 1, "start": "2024-05-18 13:24:51.938245" } MSG: non-zero return code ...ignoring TASK [ASSERT: The profile does reset ring options] ***************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:195 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.207) 0:00:27.425 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 18 May 2024 13:24:51 +0000 (0:00:00.025) 0:00:27.450 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 18 May 2024 13:24:52 +0000 (0:00:00.040) 0:00:27.491 ********** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Check if system is ostree] ****************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 18 May 2024 13:24:52 +0000 (0:00:00.028) 0:00:27.520 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 18 May 2024 13:24:52 +0000 (0:00:00.022) 0:00:27.542 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 18 May 2024 13:24:52 +0000 (0:00:00.022) 0:00:27.564 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 18 May 2024 13:24:53 +0000 (0:00:01.581) 0:00:29.146 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 18 May 2024 13:24:55 +0000 (0:00:01.312) 0:00:30.459 ********** ok: [sut] => {} MSG: Using network provider: initscripts 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.026) 0:00:30.486 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.031) 0:00:30.517 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.025) 0:00:30.543 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the YUM package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.028) 0:00:30.571 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.023) 0:00:30.595 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.026) 0:00:30.621 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.045) 0:00:30.667 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.067) 0:00:30.735 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.042) 0:00:30.777 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.034) 0:00:30.812 ********** 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 : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.031) 0:00:30.843 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.026) 0:00:30.870 ********** 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 : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 18 May 2024 13:24:55 +0000 (0:00:00.386) 0:00:31.256 ********** ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-1300210f31epf/tmpsr05cd6d" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.292) 0:00:31.549 ********** changed: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true } STDERR: [002] #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1' TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.309) 0:00:31.859 ********** 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-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.022) 0:00:31.881 ********** ok: [sut] => { "__network_connections_result.stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.025) 0:00:31.907 ********** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [ { "name": "testnic1", "persistent_state": "absent" } ], "force_state_change": false, "ignore_errors": false, "provider": "initscripts" } }, "changed": true, "failed": false, "stderr": "[002] #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'\n", "stderr_lines": [ "[002] #0, state:None persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.024) 0:00:31.932 ********** skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.022) 0:00:31.954 ********** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:214 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.192) 0:00:32.146 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.066) 0:00:32.213 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.022) 0:00:32.235 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.022) 0:00:32.257 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.036) 0:00:32.294 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:24:56 +0000 (0:00:00.035) 0:00:32.329 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003293", "end": "2024-05-18 13:24:57.046031", "rc": 0, "start": "2024-05-18 13:24:57.042738" } STDOUT: bonding_masters eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:24:57 +0000 (0:00:00.198) 0:00:32.528 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:24:57 +0000 (0:00:00.023) 0:00:32.551 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 18 May 2024 13:24:57 +0000 (0:00:00.023) 0:00:32.574 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 18 May 2024 13:24:59 +0000 (0:00:02.656) 0:00:35.231 ********** skipping: [sut] => (item=ip link add testnic1 type veth peer name peertestnic1) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add testnic1 type veth peer name peertestnic1", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peertestnic1 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set testnic1 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 18 May 2024 13:24:59 +0000 (0:00:00.044) 0:00:35.276 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 18 May 2024 13:24:59 +0000 (0:00:00.048) 0:00:35.324 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.010298", "end": "2024-05-18 13:25:00.085294", "rc": 0, "start": "2024-05-18 13:25:00.074996" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.246) 0:00:35.571 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.023) 0:00:35.594 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.023) 0:00:35.618 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.023) 0:00:35.641 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:218 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.021) 0:00:35.662 ********** included: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.041) 0:00:35.704 ********** 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.008700", "end": "2024-05-18 13:25:00.428734", "rc": 0, "start": "2024-05-18 13:25:00.420034" } 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 0a:ff:c8:a0:66:a3 brd ff:ff:ff:ff:ff:ff inet 10.31.12.122/22 brd 10.31.15.255 scope global dynamic noprefixroute eth0 valid_lft 2393sec preferred_lft 2393sec inet6 fe80::8ff:c8ff:fea0:66a3/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.12.1 dev eth0 proto dhcp src 10.31.12.122 metric 100 10.31.12.0/22 dev eth0 proto kernel scope link src 10.31.12.122 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-weekly-ciqyz6v9ns/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 18 May 2024 13:25:00 +0000 (0:00:00.230) 0:00:35.935 ********** 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.467301", "end": "2024-05-18 13:25:01.124208", "rc": 0, "start": "2024-05-18 13:25:00.656907" } STDOUT: CHECK DNS AND CONNECTIVITY 2600:1f14:fad:5c02:7c8a:72d0:1c58:c189 wildcard.fedoraproject.org mirrors.fedoraproject.org 2605:bc80:3010:600:dead:beef:cafe:fed9 wildcard.fedoraproject.org mirrors.fedoraproject.org 2600:2701:4000:5211:dead:beef:fe:fed3 wildcard.fedoraproject.org mirrors.fedoraproject.org 2604:1580:fe00:0:dead:beef:cafe:fed1 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 2620:52:3:1:dead:beef:cafe:fed7 wildcard.fedoraproject.org mirrors.centos.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 2605:bc80:3010:600:dead:beef:cafe:fed9 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 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 1438 0 --:--:-- --:--:-- --:--:-- 1438 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 291 100 291 0 0 1259 0 --:--:-- --:--:-- --:--:-- 1259 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=91 changed=4 unreachable=0 failed=0 skipped=95 rescued=0 ignored=2 Saturday 18 May 2024 13:25:01 +0000 (0:00:00.658) 0:00:36.593 ********** =============================================================================== Install iproute --------------------------------------------------------- 3.04s /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:16 Install ethtool (test dependency) --------------------------------------- 2.67s /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:26 ------ Install iproute --------------------------------------------------------- 2.66s /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Check which services are running ----------- 1.64s /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.58s /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.55s /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.55s /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.52s /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.33s /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.31s /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.31s /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/get_current_interfaces.yml:3 linux-system-roles.network : Configure networking connection profiles --- 1.01s /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:173 linux-system-roles.network : Enable network service --------------------- 0.89s /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:156 Gathering Facts --------------------------------------------------------- 0.77s /WORKDIR/git-weekly-ciqyz6v9ns/tests/tests_ethtool_ring_initscripts.yml:5 ----- Verify DNS and network connectivity ------------------------------------- 0.66s /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/check_network_dns.yml:24 - Create veth interface testnic1 ------------------------------------------ 0.61s /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tasks/manage_test_interface.yml:28 Gathering Facts --------------------------------------------------------- 0.57s /WORKDIR/git-weekly-ciqyz6v9ns/tests/playbooks/tests_ethtool_ring.yml:3 ------- linux-system-roles.network : Ensure initscripts network file dependency is present --- 0.57s /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:164 linux-system-roles.network : Re-test connectivity ----------------------- 0.50s /WORKDIR/git-weekly-ciqyz6v9ns/tests/roles/linux-system-roles.network/tasks/main.yml:206 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---