# 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-route_typemxl9uwfa/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-route_typemxl9uwfa/tests/tests_ethtool_ring_initscripts.yml:5 Tuesday 09 January 2024 16:51:32 +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-route_typemxl9uwfa/tests/tests_ethtool_ring_initscripts.yml:8 Tuesday 09 January 2024 16:51:33 +0000 (0:00:00.754) 0:00:00.766 ******* included: /WORKDIR/git-route_typemxl9uwfa/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-route_typemxl9uwfa/tests/tasks/el_repo_setup.yml:3 Tuesday 09 January 2024 16:51:33 +0000 (0:00:00.010) 0:00:00.777 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/tasks/el_repo_setup.yml:19 Tuesday 09 January 2024 16:51:33 +0000 (0:00:00.319) 0:00:01.096 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/tasks/el_repo_setup.yml:24 Tuesday 09 January 2024 16:51:33 +0000 (0:00:00.237) 0:00:01.333 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/tasks/el_repo_setup.yml:28 Tuesday 09 January 2024 16:51:33 +0000 (0:00:00.020) 0:00:01.353 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/tasks/el_repo_setup.yml:53 Tuesday 09 January 2024 16:51:33 +0000 (0:00:00.017) 0:00:01.371 ******* included: /WORKDIR/git-route_typemxl9uwfa/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/tasks/enable_epel.yml:8 Tuesday 09 January 2024 16:51:33 +0000 (0:00:00.031) 0:00:01.402 ******* 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-route_typemxl9uwfa/tests/tasks/enable_epel.yml:24 Tuesday 09 January 2024 16:51:33 +0000 (0:00:00.234) 0:00:01.637 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/tasks/enable_epel.yml:30 Tuesday 09 January 2024 16:51:33 +0000 (0:00:00.012) 0:00:01.649 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/tasks/enable_epel.yml:35 Tuesday 09 January 2024 16:51:33 +0000 (0:00:00.010) 0:00:01.660 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:01.245123", "end": "2024-01-09 16:51:35.346248", "rc": 0, "start": "2024-01-09 16:51:34.101125" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/tasks/enable_epel.yml:40 Tuesday 09 January 2024 16:51:35 +0000 (0:00:01.430) 0:00:03.090 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'initscripts'] *********************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/tests_ethtool_ring_initscripts.yml:10 Tuesday 09 January 2024 16:51:35 +0000 (0:00:00.010) 0:00:03.100 ******* 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-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:3 Tuesday 09 January 2024 16:51:35 +0000 (0:00:00.012) 0:00:03.113 ******* ok: [sut] META: ran handlers TASK [Show playbook name] ****************************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:9 Tuesday 09 January 2024 16:51:35 +0000 (0:00:00.560) 0:00:03.674 ******* ok: [sut] => {} MSG: this is: playbooks/tests_ethtool_ring.yml TASK [INIT: Ethtool ring tests] ************************************************ task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:15 Tuesday 09 January 2024 16:51:35 +0000 (0:00:00.012) 0:00:03.686 ******* ok: [sut] => {} MSG: ################################################## TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:18 Tuesday 09 January 2024 16:51:35 +0000 (0:00:00.011) 0:00:03.697 ******* included: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 16:51:35 +0000 (0:00:00.013) 0:00:03.711 ******* included: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 16:51:36 +0000 (0:00:00.013) 0:00:03.724 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002981", "end": "2024-01-09 16:51:36.169201", "rc": 0, "start": "2024-01-09 16:51:36.166220" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 16:51:36 +0000 (0:00:00.187) 0:00:03.912 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 16:51:36 +0000 (0:00:00.011) 0:00:03.923 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:20 Tuesday 09 January 2024 16:51:36 +0000 (0:00:00.010) 0:00:03.934 ******* included: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 16:51:36 +0000 (0:00:00.016) 0:00:03.951 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 16:51:36 +0000 (0:00:00.011) 0:00:03.962 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 16:51:36 +0000 (0:00:00.010) 0:00:03.973 ******* included: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 16:51:36 +0000 (0:00:00.015) 0:00:03.988 ******* included: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 16:51:36 +0000 (0:00:00.013) 0:00:04.001 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003136", "end": "2024-01-09 16:51:36.443873", "rc": 0, "start": "2024-01-09 16:51:36.440737" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 16:51:36 +0000 (0:00:00.186) 0:00:04.187 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 16:51:36 +0000 (0:00:00.013) 0:00:04.201 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 16:51:36 +0000 (0:00:00.012) 0:00:04.213 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:24 Tuesday 09 January 2024 16:51:39 +0000 (0:00:03.247) 0:00:07.461 ******* 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.015294", "end": "2024-01-09 16:51:39.922207", "item": "ip link add testnic1 type veth peer name peertestnic1", "rc": 0, "start": "2024-01-09 16:51:39.906913" } ok: [sut] => (item=ip link set peertestnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peertestnic1", "up" ], "delta": "0:00:00.003801", "end": "2024-01-09 16:51:40.149169", "item": "ip link set peertestnic1 up", "rc": 0, "start": "2024-01-09 16:51:40.145368" } ok: [sut] => (item=ip link set testnic1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "testnic1", "up" ], "delta": "0:00:00.004057", "end": "2024-01-09 16:51:40.329693", "item": "ip link set testnic1 up", "rc": 0, "start": "2024-01-09 16:51:40.325636" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:33 Tuesday 09 January 2024 16:51:40 +0000 (0:00:00.612) 0:00:08.074 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "testnic1", "managed", "true" ], "delta": "0:00:00.105074", "end": "2024-01-09 16:51:40.621850", "rc": 0, "start": "2024-01-09 16:51:40.516776" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:41 Tuesday 09 January 2024 16:51:40 +0000 (0:00:00.293) 0:00:08.367 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:48 Tuesday 09 January 2024 16:51:40 +0000 (0:00:00.012) 0:00:08.379 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:54 Tuesday 09 January 2024 16:51:40 +0000 (0:00:00.011) 0:00:08.391 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 16:51:40 +0000 (0:00:00.010) 0:00:08.401 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:67 Tuesday 09 January 2024 16:51:40 +0000 (0:00:00.011) 0:00:08.413 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:24 Tuesday 09 January 2024 16:51:40 +0000 (0:00:00.010) 0:00:08.423 ******* included: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/assert_device_present.yml:3 Tuesday 09 January 2024 16:51:40 +0000 (0:00:00.013) 0:00:08.437 ******* included: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface testnic1] ***************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 16:51:40 +0000 (0:00:00.013) 0:00:08.451 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1704819099.9169707, "block_size": 4096, "blocks": 0, "ctime": 1704819099.9169707, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21774, "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": 1704819099.9169707, "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-route_typemxl9uwfa/tests/playbooks/tasks/assert_device_present.yml:5 Tuesday 09 January 2024 16:51:40 +0000 (0:00:00.185) 0:00:08.637 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Install ethtool (test dependency)] *************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:26 Tuesday 09 January 2024 16:51:40 +0000 (0:00:00.013) 0:00:08.650 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [TEST: I can create a profile without any ring option.] ******************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:35 Tuesday 09 January 2024 16:51:43 +0000 (0:00:03.033) 0:00:11.683 ******* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 09 January 2024 16:51:43 +0000 (0:00:00.010) 0:00:11.694 ******* included: /WORKDIR/git-route_typemxl9uwfa/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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 09 January 2024 16:51:44 +0000 (0:00:00.065) 0:00:11.759 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 09 January 2024 16:51:44 +0000 (0:00:00.012) 0:00:11.772 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 09 January 2024 16:51:44 +0000 (0:00:00.010) 0:00:11.783 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 09 January 2024 16:51:44 +0000 (0:00:00.010) 0:00:11.793 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 09 January 2024 16:51:45 +0000 (0:00:01.530) 0:00:13.324 ******* ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Print network provider] ********************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 09 January 2024 16:51:47 +0000 (0:00:01.465) 0:00:14.789 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 09 January 2024 16:51:47 +0000 (0:00:00.023) 0:00:14.813 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 09 January 2024 16:51:47 +0000 (0:00:00.025) 0:00:14.839 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 09 January 2024 16:51:47 +0000 (0:00:00.022) 0:00:14.862 ******* changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: network-scripts-team-1.31-4.el8.x86_64", "Installed: network-scripts-10.00.18-1.el8.x86_64" ] } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 09 January 2024 16:51:52 +0000 (0:00:05.704) 0:00:20.566 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 09 January 2024 16:51:52 +0000 (0:00:00.022) 0:00:20.588 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 09 January 2024 16:51:52 +0000 (0:00:00.022) 0:00:20.611 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 09 January 2024 16:51:52 +0000 (0:00:00.026) 0:00:20.637 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 09 January 2024 16:51:52 +0000 (0:00:00.021) 0:00:20.659 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 09 January 2024 16:51:52 +0000 (0:00:00.022) 0:00:20.681 ******* changed: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 09 January 2024 16:51:53 +0000 (0:00:00.860) 0:00:21.541 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18973yoq9snh1/tmpa5t3upci" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 09 January 2024 16:51:54 +0000 (0:00:00.305) 0:00:21.847 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 09 January 2024 16:51:54 +0000 (0:00:00.541) 0:00:22.388 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 09 January 2024 16:51:54 +0000 (0:00:00.024) 0:00:22.413 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 09 January 2024 16:51:54 +0000 (0:00:00.024) 0:00:22.437 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 09 January 2024 16:51:54 +0000 (0:00:00.023) 0:00:22.461 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 09 January 2024 16:51:54 +0000 (0:00:00.021) 0:00:22.483 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ring options] ********************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:51 Tuesday 09 January 2024 16:51:55 +0000 (0:00:00.334) 0:00:22.817 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ASSERT: The profile does not contain ring options] *********************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:57 Tuesday 09 January 2024 16:51:55 +0000 (0:00:00.021) 0:00:22.839 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get profile's ring options] ********************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:62 Tuesday 09 January 2024 16:51:55 +0000 (0:00:00.044) 0:00:22.884 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "grep", "ETHTOOL", "/etc/sysconfig/network-scripts/ifcfg-testnic1" ], "delta": "0:00:00.004952", "end": "2024-01-09 16:51:55.423361", "rc": 1, "start": "2024-01-09 16:51:55.418409" } MSG: non-zero return code ...ignoring TASK [ASSERT: The profile does not contain ring options] *********************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:70 Tuesday 09 January 2024 16:51:55 +0000 (0:00:00.297) 0:00:23.182 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can set rx.] ***************************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:76 Tuesday 09 January 2024 16:51:55 +0000 (0:00:00.025) 0:00:23.207 ******* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 09 January 2024 16:51:55 +0000 (0:00:00.022) 0:00:23.229 ******* included: /WORKDIR/git-route_typemxl9uwfa/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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 09 January 2024 16:51:55 +0000 (0:00:00.038) 0:00:23.268 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 09 January 2024 16:51:55 +0000 (0:00:00.029) 0:00:23.297 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 09 January 2024 16:51:55 +0000 (0:00:00.022) 0:00:23.319 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 09 January 2024 16:51:55 +0000 (0:00:00.022) 0:00:23.341 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 09 January 2024 16:51:57 +0000 (0:00:02.324) 0:00:25.665 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 09 January 2024 16:51:59 +0000 (0:00:01.364) 0:00:27.030 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 09 January 2024 16:51:59 +0000 (0:00:00.026) 0:00:27.056 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 09 January 2024 16:51:59 +0000 (0:00:00.024) 0:00:27.081 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 09 January 2024 16:51:59 +0000 (0:00:00.026) 0:00:27.107 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 09 January 2024 16:51:59 +0000 (0:00:00.050) 0:00:27.157 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 09 January 2024 16:51:59 +0000 (0:00:00.046) 0:00:27.203 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 09 January 2024 16:51:59 +0000 (0:00:00.024) 0:00:27.228 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 09 January 2024 16:51:59 +0000 (0:00:00.025) 0:00:27.253 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 09 January 2024 16:51:59 +0000 (0:00:00.023) 0:00:27.276 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 09 January 2024 16:51:59 +0000 (0:00:00.022) 0:00:27.299 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 09 January 2024 16:51:59 +0000 (0:00:00.346) 0:00:27.645 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18973yoq9snh1/tmpv6_jyy_9" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 09 January 2024 16:52:00 +0000 (0:00:00.299) 0:00:27.944 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 09 January 2024 16:52:00 +0000 (0:00:00.420) 0:00:28.365 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 09 January 2024 16:52:00 +0000 (0:00:00.022) 0:00:28.388 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 09 January 2024 16:52:00 +0000 (0:00:00.023) 0:00:28.411 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 09 January 2024 16:52:00 +0000 (0:00:00.022) 0:00:28.434 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 09 January 2024 16:52:00 +0000 (0:00:00.022) 0:00:28.456 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ethtool.ring-rx options] *********************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:98 Tuesday 09 January 2024 16:52:00 +0000 (0:00:00.219) 0:00:28.675 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert ethtool.ring-rx option set in profile] **************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:104 Tuesday 09 January 2024 16:52:00 +0000 (0:00:00.023) 0:00:28.699 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get profile's ethtool.ring-rx-jumbo options] ***************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:109 Tuesday 09 January 2024 16:52:01 +0000 (0:00:00.025) 0:00:28.724 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert ethtool.ring-rx-jumbo option set in profile] ********************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:115 Tuesday 09 January 2024 16:52:01 +0000 (0:00:00.024) 0:00:28.748 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get profile's ethtool.ring-rx-mini options] ****************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:120 Tuesday 09 January 2024 16:52:01 +0000 (0:00:00.023) 0:00:28.772 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert ethtool.ring-rx-mini option set in profile] *********************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:126 Tuesday 09 January 2024 16:52:01 +0000 (0:00:00.023) 0:00:28.795 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get profile's ethtool.ring-tx options] *********************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:131 Tuesday 09 January 2024 16:52:01 +0000 (0:00:00.022) 0:00:28.818 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Assert ethtool.ring-tx option set in profile] **************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:137 Tuesday 09 January 2024 16:52:01 +0000 (0:00:00.021) 0:00:28.839 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get profile's ethtool.ring options] ************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:143 Tuesday 09 January 2024 16:52:01 +0000 (0:00:00.022) 0:00:28.861 ******* ok: [sut] => { "changed": false, "cmd": [ "grep", "ETHTOOL", "/etc/sysconfig/network-scripts/ifcfg-testnic1" ], "delta": "0:00:00.003326", "end": "2024-01-09 16:52:01.309654", "rc": 0, "start": "2024-01-09 16:52:01.306328" } 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-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:151 Tuesday 09 January 2024 16:52:01 +0000 (0:00:00.206) 0:00:29.068 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [TEST: I can clear ring options] ****************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:161 Tuesday 09 January 2024 16:52:01 +0000 (0:00:00.029) 0:00:29.097 ******* ok: [sut] => {} MSG: ################################################## TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 09 January 2024 16:52:01 +0000 (0:00:00.027) 0:00:29.125 ******* included: /WORKDIR/git-route_typemxl9uwfa/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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 09 January 2024 16:52:01 +0000 (0:00:00.044) 0:00:29.169 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 09 January 2024 16:52:01 +0000 (0:00:00.029) 0:00:29.199 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 09 January 2024 16:52:01 +0000 (0:00:00.022) 0:00:29.221 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 09 January 2024 16:52:01 +0000 (0:00:00.049) 0:00:29.270 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 09 January 2024 16:52:03 +0000 (0:00:01.540) 0:00:30.811 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 09 January 2024 16:52:04 +0000 (0:00:01.316) 0:00:32.128 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 09 January 2024 16:52:04 +0000 (0:00:00.023) 0:00:32.151 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 09 January 2024 16:52:04 +0000 (0:00:00.022) 0:00:32.174 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 09 January 2024 16:52:04 +0000 (0:00:00.022) 0:00:32.196 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 09 January 2024 16:52:04 +0000 (0:00:00.043) 0:00:32.239 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 09 January 2024 16:52:04 +0000 (0:00:00.022) 0:00:32.262 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 09 January 2024 16:52:04 +0000 (0:00:00.021) 0:00:32.283 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 09 January 2024 16:52:04 +0000 (0:00:00.024) 0:00:32.308 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 09 January 2024 16:52:04 +0000 (0:00:00.022) 0:00:32.331 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 09 January 2024 16:52:04 +0000 (0:00:00.021) 0:00:32.352 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 09 January 2024 16:52:04 +0000 (0:00:00.348) 0:00:32.701 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18973yoq9snh1/tmp3lg7ff91" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 09 January 2024 16:52:05 +0000 (0:00:00.299) 0:00:33.000 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 09 January 2024 16:52:05 +0000 (0:00:00.412) 0:00:33.412 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 09 January 2024 16:52:05 +0000 (0:00:00.049) 0:00:33.462 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 09 January 2024 16:52:05 +0000 (0:00:00.030) 0:00:33.492 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 09 January 2024 16:52:05 +0000 (0:00:00.025) 0:00:33.517 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 09 January 2024 16:52:05 +0000 (0:00:00.022) 0:00:33.540 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get profile's ring options] ********************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:176 Tuesday 09 January 2024 16:52:06 +0000 (0:00:00.191) 0:00:33.732 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ASSERT: The profile does reset ring options] ***************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:182 Tuesday 09 January 2024 16:52:06 +0000 (0:00:00.022) 0:00:33.754 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Get profile's ring options] ********************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:187 Tuesday 09 January 2024 16:52:06 +0000 (0:00:00.021) 0:00:33.776 ******* fatal: [sut]: FAILED! => { "changed": false, "cmd": [ "grep", "ETHTOOL", "/etc/sysconfig/network-scripts/ifcfg-testnic1" ], "delta": "0:00:00.002899", "end": "2024-01-09 16:52:06.222692", "rc": 1, "start": "2024-01-09 16:52:06.219793" } MSG: non-zero return code ...ignoring TASK [ASSERT: The profile does reset ring options] ***************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:195 Tuesday 09 January 2024 16:52:06 +0000 (0:00:00.199) 0:00:33.976 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:4 Tuesday 09 January 2024 16:52:06 +0000 (0:00:00.025) 0:00:34.002 ******* included: /WORKDIR/git-route_typemxl9uwfa/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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Tuesday 09 January 2024 16:52:06 +0000 (0:00:00.045) 0:00:34.047 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Tuesday 09 January 2024 16:52:06 +0000 (0:00:00.029) 0:00:34.076 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Tuesday 09 January 2024 16:52:06 +0000 (0:00:00.024) 0:00:34.100 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check which services are running] *********** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Tuesday 09 January 2024 16:52:06 +0000 (0:00:00.022) 0:00:34.122 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Tuesday 09 January 2024 16:52:07 +0000 (0:00:01.531) 0:00:35.653 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:7 Tuesday 09 January 2024 16:52:09 +0000 (0:00:01.293) 0:00:36.947 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:11 Tuesday 09 January 2024 16:52:09 +0000 (0:00:00.023) 0:00:36.970 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:19 Tuesday 09 January 2024 16:52:09 +0000 (0:00:00.021) 0:00:36.992 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:30 Tuesday 09 January 2024 16:52:09 +0000 (0:00:00.043) 0:00:37.035 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:40 Tuesday 09 January 2024 16:52:09 +0000 (0:00:00.045) 0:00:37.081 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:55 Tuesday 09 January 2024 16:52:09 +0000 (0:00:00.021) 0:00:37.103 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:71 Tuesday 09 January 2024 16:52:09 +0000 (0:00:00.022) 0:00:37.125 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:85 Tuesday 09 January 2024 16:52:09 +0000 (0:00:00.025) 0:00:37.151 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:96 Tuesday 09 January 2024 16:52:09 +0000 (0:00:00.021) 0:00:37.172 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:105 Tuesday 09 January 2024 16:52:09 +0000 (0:00:00.022) 0:00:37.194 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:113 Tuesday 09 January 2024 16:52:09 +0000 (0:00:00.345) 0:00:37.540 ******* ok: [sut] => { "changed": false, "dest": "/etc/sysconfig/network", "src": "/home/jenkins/.ansible/tmp/ansible-local-18973yoq9snh1/tmp31fr071x" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:122 Tuesday 09 January 2024 16:52:10 +0000 (0:00:00.298) 0:00:37.839 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:134 Tuesday 09 January 2024 16:52:10 +0000 (0:00:00.300) 0:00:38.140 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:140 Tuesday 09 January 2024 16:52:10 +0000 (0:00:00.022) 0:00:38.162 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:144 Tuesday 09 January 2024 16:52:10 +0000 (0:00:00.023) 0:00:38.185 ******* 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-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:149 Tuesday 09 January 2024 16:52:10 +0000 (0:00:00.024) 0:00:38.209 ******* skipping: [sut] => {} TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:155 Tuesday 09 January 2024 16:52:10 +0000 (0:00:00.048) 0:00:38.258 ******* ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:214 Tuesday 09 January 2024 16:52:10 +0000 (0:00:00.193) 0:00:38.451 ******* included: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 16:52:10 +0000 (0:00:00.040) 0:00:38.491 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 16:52:10 +0000 (0:00:00.022) 0:00:38.514 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 16:52:10 +0000 (0:00:00.024) 0:00:38.538 ******* included: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 16:52:10 +0000 (0:00:00.039) 0:00:38.578 ******* included: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 16:52:10 +0000 (0:00:00.038) 0:00:38.616 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003237", "end": "2024-01-09 16:52:11.061858", "rc": 0, "start": "2024-01-09 16:52:11.058621" } STDOUT: eth0 lo peertestnic1 testnic1 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 16:52:11 +0000 (0:00:00.200) 0:00:38.816 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peertestnic1", "testnic1" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 16:52:11 +0000 (0:00:00.023) 0:00:38.840 ******* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peertestnic1', 'testnic1'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 16:52:11 +0000 (0:00:00.023) 0:00:38.863 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:24 Tuesday 09 January 2024 16:52:14 +0000 (0:00:03.128) 0:00:41.992 ******* 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-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:33 Tuesday 09 January 2024 16:52:14 +0000 (0:00:00.034) 0:00:42.027 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface testnic1] ****************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:41 Tuesday 09 January 2024 16:52:14 +0000 (0:00:00.023) 0:00:42.050 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "testnic1", "type", "veth" ], "delta": "0:00:00.014720", "end": "2024-01-09 16:52:14.510610", "rc": 0, "start": "2024-01-09 16:52:14.495890" } TASK [Create dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:48 Tuesday 09 January 2024 16:52:14 +0000 (0:00:00.218) 0:00:42.269 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface testnic1] ***************************************** task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:54 Tuesday 09 January 2024 16:52:14 +0000 (0:00:00.024) 0:00:42.293 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 16:52:14 +0000 (0:00:00.023) 0:00:42.317 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface testnic1] ******************************************* task path: /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:67 Tuesday 09 January 2024 16:52:14 +0000 (0:00:00.044) 0:00:42.361 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=89 changed=6 unreachable=0 failed=0 skipped=82 rescued=0 ignored=2 Tuesday 09 January 2024 16:52:14 +0000 (0:00:00.010) 0:00:42.372 ******* =============================================================================== linux-system-roles.network : Install packages --------------------------- 5.75s /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:30 Install iproute --------------------------------------------------------- 3.25s /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 3.13s /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:16 Install ethtool (test dependency) --------------------------------------- 3.03s /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:26 ----- linux-system-roles.network : Check which services are running ----------- 2.32s /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.54s /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.53s /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.53s /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.47s /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Enable EPEL 8 ----------------------------------------------------------- 1.43s /WORKDIR/git-route_typemxl9uwfa/tests/tasks/enable_epel.yml:35 ---------------- linux-system-roles.network : Check which packages are installed --------- 1.36s /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.32s /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.29s /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Enable network service --------------------- 1.21s /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:105 linux-system-roles.network : Configure networking connection profiles --- 0.95s /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:122 Gathering Facts --------------------------------------------------------- 0.75s /WORKDIR/git-route_typemxl9uwfa/tests/tests_ethtool_ring_initscripts.yml:5 ---- Create veth interface testnic1 ------------------------------------------ 0.61s /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tasks/manage_test_interface.yml:24 linux-system-roles.network : Ensure initscripts network file dependency is present --- 0.60s /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:113 Gathering Facts --------------------------------------------------------- 0.56s /WORKDIR/git-route_typemxl9uwfa/tests/playbooks/tests_ethtool_ring.yml:3 ------ linux-system-roles.network : Re-test connectivity ----------------------- 0.53s /WORKDIR/git-route_typemxl9uwfa/tests/roles/linux-system-roles.network/tasks/main.yml:155 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---