# 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_network_state_nm.yml ******************************************* 2 plays in /WORKDIR/git-weekly-cikt4hj1lm/tests/tests_network_state_nm.yml PLAY [Run playbook 'playbooks/tests_network_state.yml' with nm as provider] **** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tests_network_state_nm.yml:6 Saturday 27 April 2024 14:32:05 +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-cikt4hj1lm/tests/tests_network_state_nm.yml:9 Saturday 27 April 2024 14:32:06 +0000 (0:00:00.659) 0:00:00.671 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/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-cikt4hj1lm/tests/tasks/el_repo_setup.yml:3 Saturday 27 April 2024 14:32:06 +0000 (0:00:00.010) 0:00:00.682 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tasks/el_repo_setup.yml:19 Saturday 27 April 2024 14:32:06 +0000 (0:00:00.310) 0:00:00.992 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tasks/el_repo_setup.yml:24 Saturday 27 April 2024 14:32:06 +0000 (0:00:00.230) 0:00:01.222 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tasks/el_repo_setup.yml:28 Saturday 27 April 2024 14:32:06 +0000 (0:00:00.019) 0:00:01.242 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tasks/el_repo_setup.yml:53 Saturday 27 April 2024 14:32:06 +0000 (0:00:00.018) 0:00:01.260 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tasks/enable_epel.yml:8 Saturday 27 April 2024 14:32:06 +0000 (0:00:00.030) 0:00:01.291 ******** 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-cikt4hj1lm/tests/tasks/enable_epel.yml:24 Saturday 27 April 2024 14:32:06 +0000 (0:00:00.225) 0:00:01.517 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tasks/enable_epel.yml:30 Saturday 27 April 2024 14:32:06 +0000 (0:00:00.012) 0:00:01.529 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tasks/enable_epel.yml:35 Saturday 27 April 2024 14:32:06 +0000 (0:00:00.010) 0:00:01.540 ******** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.241476", "end": "2024-04-27 14:32:07.371812", "rc": 0, "start": "2024-04-27 14:32:07.130336" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tasks/enable_epel.yml:40 Saturday 27 April 2024 14:32:07 +0000 (0:00:00.420) 0:00:01.960 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/tests_network_state_nm.yml:11 Saturday 27 April 2024 14:32:07 +0000 (0:00:00.011) 0:00:01.971 ******** ok: [sut] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [Play for configuring network using network state variable] *************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:3 Saturday 27 April 2024 14:32:07 +0000 (0:00:00.014) 0:00:01.986 ******** ok: [sut] META: ran handlers TASK [Set type=veth and interface=ethtest0] ************************************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:12 Saturday 27 April 2024 14:32:07 +0000 (0:00:00.453) 0:00:02.439 ******** ok: [sut] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:16 Saturday 27 April 2024 14:32:07 +0000 (0:00:00.014) 0:00:02.454 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 April 2024 14:32:07 +0000 (0:00:00.027) 0:00:02.482 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 April 2024 14:32:07 +0000 (0:00:00.016) 0:00:02.498 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003927", "end": "2024-04-27 14:32:09.094038", "rc": 0, "start": "2024-04-27 14:32:08.090111" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 April 2024 14:32:09 +0000 (0:00:01.185) 0:00:03.683 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 April 2024 14:32:09 +0000 (0:00:00.013) 0:00:03.697 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:18 Saturday 27 April 2024 14:32:09 +0000 (0:00:00.013) 0:00:03.710 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 April 2024 14:32:09 +0000 (0:00:00.031) 0:00:03.741 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 April 2024 14:32:09 +0000 (0:00:00.013) 0:00:03.755 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 April 2024 14:32:09 +0000 (0:00:00.011) 0:00:03.766 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 April 2024 14:32:09 +0000 (0:00:00.024) 0:00:03.791 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 April 2024 14:32:09 +0000 (0:00:00.019) 0:00:03.811 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003958", "end": "2024-04-27 14:32:10.422428", "rc": 0, "start": "2024-04-27 14:32:09.418470" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 April 2024 14:32:10 +0000 (0:00:01.203) 0:00:05.014 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 April 2024 14:32:10 +0000 (0:00:00.014) 0:00:05.029 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 April 2024 14:32:10 +0000 (0:00:00.011) 0:00:05.041 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface ethtest0] ****************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 27 April 2024 14:32:13 +0000 (0:00:02.995) 0:00:08.037 ******** ok: [sut] => (item=ip link add ethtest0 type veth peer name peerethtest0) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "ethtest0", "type", "veth", "peer", "name", "peerethtest0" ], "delta": "0:00:00.011876", "end": "2024-04-27 14:32:13.647011", "item": "ip link add ethtest0 type veth peer name peerethtest0", "rc": 0, "start": "2024-04-27 14:32:13.635135" } ok: [sut] => (item=ip link set peerethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerethtest0", "up" ], "delta": "0:00:00.003229", "end": "2024-04-27 14:32:13.858073", "item": "ip link set peerethtest0 up", "rc": 0, "start": "2024-04-27 14:32:13.854844" } ok: [sut] => (item=ip link set ethtest0 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "ethtest0", "up" ], "delta": "0:00:00.003548", "end": "2024-04-27 14:32:14.034279", "item": "ip link set ethtest0 up", "rc": 0, "start": "2024-04-27 14:32:14.030731" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 27 April 2024 14:32:14 +0000 (0:00:00.585) 0:00:08.622 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest0", "managed", "true" ], "delta": "0:00:00.021974", "end": "2024-04-27 14:32:14.236374", "rc": 0, "start": "2024-04-27 14:32:14.214400" } TASK [Delete veth interface ethtest0] ****************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 27 April 2024 14:32:14 +0000 (0:00:00.202) 0:00:08.824 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest0] ***************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 27 April 2024 14:32:14 +0000 (0:00:00.012) 0:00:08.837 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest0] ***************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 27 April 2024 14:32:14 +0000 (0:00:00.012) 0:00:08.850 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest0] ******************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 27 April 2024 14:32:14 +0000 (0:00:00.011) 0:00:08.861 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest0] ******************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 27 April 2024 14:32:14 +0000 (0:00:00.012) 0:00:08.874 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:22 Saturday 27 April 2024 14:32:14 +0000 (0:00:00.012) 0:00:08.886 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 April 2024 14:32:14 +0000 (0:00:00.030) 0:00:08.916 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest0] ***************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 April 2024 14:32:14 +0000 (0:00:00.015) 0:00:08.932 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1714228333.6382785, "block_size": 4096, "blocks": 0, "ctime": 1714228333.6382785, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 39534, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/ethtest0", "lnk_target": "../../devices/virtual/net/ethtest0", "mode": "0777", "mtime": 1714228333.6382785, "nlink": 1, "path": "/sys/class/net/ethtest0", "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 - 'ethtest0'] *********************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 April 2024 14:32:14 +0000 (0:00:00.179) 0:00:09.111 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set type=veth and interface=ethtest1] ************************************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:24 Saturday 27 April 2024 14:32:14 +0000 (0:00:00.015) 0:00:09.126 ******** ok: [sut] => { "ansible_facts": { "interface": "ethtest1", "type": "veth" }, "changed": false } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:28 Saturday 27 April 2024 14:32:14 +0000 (0:00:00.012) 0:00:09.138 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 April 2024 14:32:14 +0000 (0:00:00.029) 0:00:09.168 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 April 2024 14:32:14 +0000 (0:00:00.014) 0:00:09.182 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003981", "end": "2024-04-27 14:32:15.776117", "rc": 0, "start": "2024-04-27 14:32:14.772136" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 April 2024 14:32:15 +0000 (0:00:01.186) 0:00:10.369 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 April 2024 14:32:15 +0000 (0:00:00.012) 0:00:10.382 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:30 Saturday 27 April 2024 14:32:15 +0000 (0:00:00.011) 0:00:10.393 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:3 Saturday 27 April 2024 14:32:15 +0000 (0:00:00.032) 0:00:10.425 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:8 Saturday 27 April 2024 14:32:15 +0000 (0:00:00.012) 0:00:10.437 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:13 Saturday 27 April 2024 14:32:15 +0000 (0:00:00.015) 0:00:10.452 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml:3 Saturday 27 April 2024 14:32:15 +0000 (0:00:00.016) 0:00:10.469 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:3 Saturday 27 April 2024 14:32:15 +0000 (0:00:00.014) 0:00:10.484 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002829", "end": "2024-04-27 14:32:16.093450", "rc": 0, "start": "2024-04-27 14:32:16.090621" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:9 Saturday 27 April 2024 14:32:16 +0000 (0:00:00.196) 0:00:10.680 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/show_interfaces.yml:5 Saturday 27 April 2024 14:32:16 +0000 (0:00:00.019) 0:00:10.700 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:16 Saturday 27 April 2024 14:32:16 +0000 (0:00:00.018) 0:00:10.718 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface ethtest1] ****************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:28 Saturday 27 April 2024 14:32:18 +0000 (0:00:02.585) 0:00:13.304 ******** ok: [sut] => (item=ip link add ethtest1 type veth peer name peerethtest1) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "ethtest1", "type", "veth", "peer", "name", "peerethtest1" ], "delta": "0:00:00.011634", "end": "2024-04-27 14:32:18.913822", "item": "ip link add ethtest1 type veth peer name peerethtest1", "rc": 0, "start": "2024-04-27 14:32:18.902188" } ok: [sut] => (item=ip link set peerethtest1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerethtest1", "up" ], "delta": "0:00:00.003312", "end": "2024-04-27 14:32:19.121732", "item": "ip link set peerethtest1 up", "rc": 0, "start": "2024-04-27 14:32:19.118420" } ok: [sut] => (item=ip link set ethtest1 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "ethtest1", "up" ], "delta": "0:00:00.004362", "end": "2024-04-27 14:32:19.301143", "item": "ip link set ethtest1 up", "rc": 0, "start": "2024-04-27 14:32:19.296781" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:37 Saturday 27 April 2024 14:32:19 +0000 (0:00:00.585) 0:00:13.890 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "ethtest1", "managed", "true" ], "delta": "0:00:00.023539", "end": "2024-04-27 14:32:19.508107", "rc": 0, "start": "2024-04-27 14:32:19.484568" } TASK [Delete veth interface ethtest1] ****************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:45 Saturday 27 April 2024 14:32:19 +0000 (0:00:00.207) 0:00:14.097 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest1] ***************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:52 Saturday 27 April 2024 14:32:19 +0000 (0:00:00.014) 0:00:14.112 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest1] ***************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:58 Saturday 27 April 2024 14:32:19 +0000 (0:00:00.013) 0:00:14.125 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest1] ******************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:65 Saturday 27 April 2024 14:32:19 +0000 (0:00:00.014) 0:00:14.140 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest1] ******************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:71 Saturday 27 April 2024 14:32:19 +0000 (0:00:00.012) 0:00:14.152 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:34 Saturday 27 April 2024 14:32:19 +0000 (0:00:00.017) 0:00:14.169 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_device_present.yml:3 Saturday 27 April 2024 14:32:19 +0000 (0:00:00.031) 0:00:14.201 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest1] ***************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 April 2024 14:32:19 +0000 (0:00:00.016) 0:00:14.218 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1714228338.905352, "block_size": 4096, "blocks": 0, "ctime": 1714228338.905352, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 40120, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/ethtest1", "lnk_target": "../../devices/virtual/net/ethtest1", "mode": "0777", "mtime": 1714228338.905352, "nlink": 1, "path": "/sys/class/net/ethtest1", "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 - 'ethtest1'] *********************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_device_present.yml:5 Saturday 27 April 2024 14:32:19 +0000 (0:00:00.200) 0:00:14.418 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 April 2024 14:32:19 +0000 (0:00:00.018) 0:00:14.436 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 April 2024 14:32:19 +0000 (0:00:00.024) 0:00:14.461 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 April 2024 14:32:19 +0000 (0:00:00.019) 0:00:14.481 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 April 2024 14:32:19 +0000 (0:00:00.018) 0:00:14.499 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 April 2024 14:32:19 +0000 (0:00:00.018) 0:00:14.517 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 April 2024 14:32:21 +0000 (0:00:01.552) 0:00:16.070 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 April 2024 14:32:22 +0000 (0:00:01.484) 0:00:17.555 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 April 2024 14:32:23 +0000 (0:00:00.029) 0:00:17.584 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 April 2024 14:32:23 +0000 (0:00:00.028) 0:00:17.613 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 27 April 2024 14:32:23 +0000 (0:00:00.028) 0:00:17.641 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 27 April 2024 14:32:23 +0000 (0:00:00.030) 0:00:17.672 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 27 April 2024 14:32:23 +0000 (0:00:00.028) 0:00:17.700 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 27 April 2024 14:32:23 +0000 (0:00:00.031) 0:00:17.731 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 27 April 2024 14:32:23 +0000 (0:00:00.052) 0:00:17.783 ******** changed: [sut] => { "changed": true, "rc": 0, "results": [ "Installed: nispor-1.2.10-1.el8.x86_64", "Installed: nmstate-1.4.5-2.el8.x86_64", "Installed: python3-varlink-29.0.0-1.el8.noarch", "Installed: NetworkManager-config-server-1:1.40.16-15.el8.noarch", "Installed: python3-libnmstate-1.4.5-2.el8.noarch", "Installed: python3-nispor-1.2.10-1.el8.noarch" ] } lsrpackages: NetworkManager nmstate TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 April 2024 14:32:28 +0000 (0:00:05.335) 0:00:23.119 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 April 2024 14:32:28 +0000 (0:00:00.031) 0:00:23.151 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 27 April 2024 14:32:28 +0000 (0:00:00.032) 0:00:23.184 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 27 April 2024 14:32:29 +0000 (0:00:00.487) 0:00:23.672 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 27 April 2024 14:32:29 +0000 (0:00:00.031) 0:00:23.703 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 27 April 2024 14:32:29 +0000 (0:00:00.029) 0:00:23.732 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 27 April 2024 14:32:29 +0000 (0:00:00.059) 0:00:23.792 ******** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 27 April 2024 14:32:29 +0000 (0:00:00.475) 0:00:24.267 ******** changed: [sut] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "02:f9:27:f4:fa:6b", "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::f9:27ff:fef4:fa6b", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "02:F9:27:F4:FA:6B", "mtu": 9001, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::f8bd:86ff:fed8:3344", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "FA:BD:86:D8:33:44", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::3f80:326c:fd53:c941", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "62:47:F2:4D:3B:75", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "unknown" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::68fb:e8ff:fe59:1b89", "prefix-length": 64 } ], "enabled": true }, "mac-address": "6A:FB:E8:59:1B:89", "mtu": 1500, "name": "peerethtest0", "state": "up", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::f40f:88ff:fe3c:dc3e", "prefix-length": 64 } ], "enabled": true }, "mac-address": "F6:0F:88:3C:DC:3E", "mtu": 1500, "name": "peerethtest1", "state": "up", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [] } } } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 27 April 2024 14:32:31 +0000 (0:00:01.744) 0:00:26.012 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 27 April 2024 14:32:31 +0000 (0:00:00.046) 0:00:26.058 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 27 April 2024 14:32:31 +0000 (0:00:00.029) 0:00:26.088 ******** ok: [sut] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "02:f9:27:f4:fa:6b", "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::f9:27ff:fef4:fa6b", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "02:F9:27:F4:FA:6B", "mtu": 9001, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::f8bd:86ff:fed8:3344", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "FA:BD:86:D8:33:44", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::3f80:326c:fd53:c941", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "62:47:F2:4D:3B:75", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "unknown" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::68fb:e8ff:fe59:1b89", "prefix-length": 64 } ], "enabled": true }, "mac-address": "6A:FB:E8:59:1B:89", "mtu": 1500, "name": "peerethtest0", "state": "up", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::f40f:88ff:fe3c:dc3e", "prefix-length": 64 } ], "enabled": true }, "mac-address": "F6:0F:88:3C:DC:3E", "mtu": 1500, "name": "peerethtest1", "state": "up", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [] } } } } TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 27 April 2024 14:32:31 +0000 (0:00:00.035) 0:00:26.124 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get the ethtest0 state configuration] ************************************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:75 Saturday 27 April 2024 14:32:31 +0000 (0:00:00.306) 0:00:26.431 ******** ok: [sut] => { "changed": false, "cmd": [ "nmstatectl", "show", "ethtest0" ], "delta": "0:00:00.474630", "end": "2024-04-27 14:32:32.504630", "rc": 0, "start": "2024-04-27 14:32:32.030000" } STDOUT: --- dns-resolver: config: {} running: search: - us-east-1.aws.redhat.com server: - 10.29.169.13 - 10.29.170.12 - 10.2.32.1 route-rules: config: [] routes: config: [] running: - destination: 2001:db8::/64 metric: 101 next-hop-address: '::' next-hop-interface: ethtest0 table-id: 254 - destination: fe80::/64 metric: 1024 next-hop-address: '::' next-hop-interface: ethtest0 table-id: 254 - destination: 192.168.122.0/24 metric: 101 next-hop-address: 0.0.0.0 next-hop-interface: ethtest0 table-id: 254 interfaces: - name: ethtest0 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: true address: - ip: 192.168.122.250 prefix-length: 24 dhcp: false ipv6: enabled: true address: - ip: 2001:db8::1:1 prefix-length: 64 - ip: fe80::f8bd:86ff:fed8:3344 prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: FA:BD:86:D8:33:44 mtu: 1500 veth: peer: peerethtest0 wait-ip: any STDERR: 2024-04-27 14:32:32,445 root DEBUG NetworkManager version 1.40.16 2024-04-27 14:32:32,446 root DEBUG Async action: Retrieve applied config: ethernet eth0 started 2024-04-27 14:32:32,447 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 started 2024-04-27 14:32:32,447 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 started 2024-04-27 14:32:32,449 root DEBUG Async action: Retrieve applied config: ethernet eth0 finished 2024-04-27 14:32:32,449 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 finished 2024-04-27 14:32:32,450 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 finished 2024-04-27 14:32:32,452 root DEBUG Interface ethernet.eth0 found. Merging the interface information. 2024-04-27 14:32:32,452 root DEBUG Interface ethernet.ethtest0 found. Merging the interface information. 2024-04-27 14:32:32,452 root DEBUG Interface ethernet.ethtest1 found. Merging the interface information. TASK [Get the ethtest1 state configuration] ************************************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:81 Saturday 27 April 2024 14:32:32 +0000 (0:00:00.673) 0:00:27.104 ******** ok: [sut] => { "changed": false, "cmd": [ "nmstatectl", "show", "ethtest1" ], "delta": "0:00:00.465362", "end": "2024-04-27 14:32:33.162192", "rc": 0, "start": "2024-04-27 14:32:32.696830" } STDOUT: --- dns-resolver: config: {} running: search: - us-east-1.aws.redhat.com server: - 10.29.169.13 - 10.29.170.12 - 10.2.32.1 route-rules: config: [] routes: config: [] running: - destination: fe80::/64 metric: 1024 next-hop-address: '::' next-hop-interface: ethtest1 table-id: 254 - destination: 192.168.122.0/24 metric: 102 next-hop-address: 0.0.0.0 next-hop-interface: ethtest1 table-id: 254 interfaces: - name: ethtest1 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: true address: - ip: 192.168.122.88 prefix-length: 24 dhcp: false ipv6: enabled: true addr-gen-mode: stable-privacy address: - ip: fe80::3f80:326c:fd53:c941 prefix-length: 64 auto-dns: false auto-gateway: true auto-route-table-id: 0 auto-routes: true autoconf: true dhcp: true lldp: enabled: false mac-address: 62:47:F2:4D:3B:75 mtu: 1500 veth: peer: peerethtest1 wait-ip: any STDERR: 2024-04-27 14:32:33,102 root DEBUG NetworkManager version 1.40.16 2024-04-27 14:32:33,104 root DEBUG Async action: Retrieve applied config: ethernet eth0 started 2024-04-27 14:32:33,104 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 started 2024-04-27 14:32:33,104 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 started 2024-04-27 14:32:33,106 root DEBUG Async action: Retrieve applied config: ethernet eth0 finished 2024-04-27 14:32:33,107 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 finished 2024-04-27 14:32:33,107 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 finished 2024-04-27 14:32:33,109 root DEBUG Interface ethernet.eth0 found. Merging the interface information. 2024-04-27 14:32:33,110 root DEBUG Interface ethernet.ethtest0 found. Merging the interface information. 2024-04-27 14:32:33,110 root DEBUG Interface ethernet.ethtest1 found. Merging the interface information. TASK [Assert that the ethtest0 state configuration contains the specified settings] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:87 Saturday 27 April 2024 14:32:33 +0000 (0:00:00.658) 0:00:27.762 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the ethtest1 state configuration contains the specified settings] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:96 Saturday 27 April 2024 14:32:33 +0000 (0:00:00.026) 0:00:27.788 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 April 2024 14:32:33 +0000 (0:00:00.026) 0:00:27.815 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 April 2024 14:32:33 +0000 (0:00:00.047) 0:00:27.862 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 April 2024 14:32:33 +0000 (0:00:00.038) 0:00:27.900 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 April 2024 14:32:33 +0000 (0:00:00.040) 0:00:27.941 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 April 2024 14:32:33 +0000 (0:00:00.035) 0:00:27.977 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 April 2024 14:32:34 +0000 (0:00:01.487) 0:00:29.464 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 April 2024 14:32:36 +0000 (0:00:01.300) 0:00:30.765 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 April 2024 14:32:36 +0000 (0:00:00.030) 0:00:30.795 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 April 2024 14:32:36 +0000 (0:00:00.030) 0:00:30.825 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 27 April 2024 14:32:36 +0000 (0:00:00.030) 0:00:30.856 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 27 April 2024 14:32:36 +0000 (0:00:00.031) 0:00:30.888 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 27 April 2024 14:32:36 +0000 (0:00:00.059) 0:00:30.947 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 27 April 2024 14:32:36 +0000 (0:00:00.031) 0:00:30.978 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 27 April 2024 14:32:36 +0000 (0:00:00.049) 0:00:31.028 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: NetworkManager nmstate TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 April 2024 14:32:39 +0000 (0:00:02.597) 0:00:33.625 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 April 2024 14:32:39 +0000 (0:00:00.031) 0:00:33.657 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 27 April 2024 14:32:39 +0000 (0:00:00.031) 0:00:33.688 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 27 April 2024 14:32:39 +0000 (0:00:00.341) 0:00:34.030 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 27 April 2024 14:32:39 +0000 (0:00:00.039) 0:00:34.069 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 27 April 2024 14:32:39 +0000 (0:00:00.080) 0:00:34.150 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 27 April 2024 14:32:39 +0000 (0:00:00.029) 0:00:34.180 ******** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 27 April 2024 14:32:39 +0000 (0:00:00.334) 0:00:34.514 ******** changed: [sut] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "02:f9:27:f4:fa:6b", "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::f9:27ff:fef4:fa6b", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "02:F9:27:F4:FA:6B", "mtu": 9001, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::f8bd:86ff:fed8:3344", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "FA:BD:86:D8:33:44", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::3f80:326c:fd53:c941", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "62:47:F2:4D:3B:75", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "unknown" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::68fb:e8ff:fe59:1b89", "prefix-length": 64 } ], "enabled": true }, "mac-address": "6A:FB:E8:59:1B:89", "mtu": 1500, "name": "peerethtest0", "state": "up", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::f40f:88ff:fe3c:dc3e", "prefix-length": 64 } ], "enabled": true }, "mac-address": "F6:0F:88:3C:DC:3E", "mtu": 1500, "name": "peerethtest1", "state": "up", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 27 April 2024 14:32:40 +0000 (0:00:00.623) 0:00:35.138 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 27 April 2024 14:32:40 +0000 (0:00:00.028) 0:00:35.167 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 27 April 2024 14:32:40 +0000 (0:00:00.029) 0:00:35.196 ******** ok: [sut] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "02:f9:27:f4:fa:6b", "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::f9:27ff:fef4:fa6b", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "02:F9:27:F4:FA:6B", "mtu": 9001, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::f8bd:86ff:fed8:3344", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "FA:BD:86:D8:33:44", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::3f80:326c:fd53:c941", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "62:47:F2:4D:3B:75", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "unknown" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::68fb:e8ff:fe59:1b89", "prefix-length": 64 } ], "enabled": true }, "mac-address": "6A:FB:E8:59:1B:89", "mtu": 1500, "name": "peerethtest0", "state": "up", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::f40f:88ff:fe3c:dc3e", "prefix-length": 64 } ], "enabled": true }, "mac-address": "F6:0F:88:3C:DC:3E", "mtu": 1500, "name": "peerethtest1", "state": "up", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } } TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 27 April 2024 14:32:40 +0000 (0:00:00.034) 0:00:35.231 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get the route configuration] ********************************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:117 Saturday 27 April 2024 14:32:40 +0000 (0:00:00.196) 0:00:35.427 ******** ok: [sut] => { "changed": false, "cmd": [ "nmstatectl", "show" ], "delta": "0:00:00.483450", "end": "2024-04-27 14:32:41.505436", "rc": 0, "start": "2024-04-27 14:32:41.021986" } STDOUT: --- dns-resolver: config: {} running: search: - us-east-1.aws.redhat.com server: - 10.29.169.13 - 10.29.170.12 - 10.2.32.1 route-rules: config: [] routes: config: - destination: 192.0.2.100/30 metric: 150 next-hop-address: 192.168.122.250 next-hop-interface: ethtest0 table-id: 254 running: - destination: 2001:db8::/64 metric: 101 next-hop-address: '::' next-hop-interface: ethtest0 table-id: 254 - destination: fe80::/64 metric: 256 next-hop-address: '::' next-hop-interface: eth0 table-id: 254 - destination: fe80::/64 metric: 256 next-hop-address: '::' next-hop-interface: peerethtest0 table-id: 254 - destination: fe80::/64 metric: 256 next-hop-address: '::' next-hop-interface: peerethtest1 table-id: 254 - destination: fe80::/64 metric: 1024 next-hop-address: '::' next-hop-interface: ethtest1 table-id: 254 - destination: fe80::/64 metric: 1024 next-hop-address: '::' next-hop-interface: ethtest0 table-id: 254 - destination: 0.0.0.0/0 metric: 100 next-hop-address: 10.31.44.1 next-hop-interface: eth0 table-id: 254 - destination: 10.31.44.0/22 metric: 100 next-hop-address: 0.0.0.0 next-hop-interface: eth0 table-id: 254 - destination: 192.0.2.100/30 metric: 150 next-hop-address: 192.168.122.250 next-hop-interface: ethtest0 table-id: 254 - destination: 192.168.122.0/24 metric: 101 next-hop-address: 0.0.0.0 next-hop-interface: ethtest0 table-id: 254 - destination: 192.168.122.0/24 metric: 102 next-hop-address: 0.0.0.0 next-hop-interface: ethtest1 table-id: 254 interfaces: - name: eth0 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: rx-gro: true tx-generic-segmentation: true tx-tcp-segmentation: true ipv4: enabled: true address: - ip: 10.31.47.232 prefix-length: 22 auto-dns: true auto-gateway: true auto-route-table-id: 0 auto-routes: true dhcp: true ipv6: enabled: true address: - ip: fe80::f9:27ff:fef4:fa6b prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: 02:F9:27:F4:FA:6B mtu: 9001 wait-ip: any - name: ethtest0 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: true address: - ip: 192.168.122.250 prefix-length: 24 dhcp: false ipv6: enabled: true address: - ip: 2001:db8::1:1 prefix-length: 64 - ip: fe80::f8bd:86ff:fed8:3344 prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: FA:BD:86:D8:33:44 mtu: 1500 veth: peer: peerethtest0 wait-ip: any - name: ethtest1 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: true address: - ip: 192.168.122.88 prefix-length: 24 dhcp: false ipv6: enabled: true addr-gen-mode: stable-privacy address: - ip: fe80::3f80:326c:fd53:c941 prefix-length: 64 auto-dns: false auto-gateway: true auto-route-table-id: 0 auto-routes: true autoconf: true dhcp: true lldp: enabled: false mac-address: 62:47:F2:4D:3B:75 mtu: 1500 veth: peer: peerethtest1 wait-ip: any - name: lo type: unknown state: up accept-all-mac-addresses: false ethtool: feature: rx-gro: true tx-generic-segmentation: true tx-tcp-segmentation: true ipv4: enabled: true address: - ip: 127.0.0.1 prefix-length: 8 ipv6: enabled: true address: - ip: ::1 prefix-length: 128 mac-address: 00:00:00:00:00:00 mtu: 65536 - name: peerethtest0 type: veth state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: false address: [] ipv6: enabled: true address: - ip: fe80::68fb:e8ff:fe59:1b89 prefix-length: 64 mac-address: 6A:FB:E8:59:1B:89 mtu: 1500 veth: peer: ethtest0 - name: peerethtest1 type: veth state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: false address: [] ipv6: enabled: true address: - ip: fe80::f40f:88ff:fe3c:dc3e prefix-length: 64 mac-address: F6:0F:88:3C:DC:3E mtu: 1500 veth: peer: ethtest1 STDERR: 2024-04-27 14:32:41,433 root DEBUG NetworkManager version 1.40.16 2024-04-27 14:32:41,435 root DEBUG Async action: Retrieve applied config: ethernet eth0 started 2024-04-27 14:32:41,435 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 started 2024-04-27 14:32:41,435 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 started 2024-04-27 14:32:41,437 root DEBUG Async action: Retrieve applied config: ethernet eth0 finished 2024-04-27 14:32:41,438 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 finished 2024-04-27 14:32:41,438 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 finished 2024-04-27 14:32:41,440 root DEBUG Interface ethernet.eth0 found. Merging the interface information. 2024-04-27 14:32:41,441 root DEBUG Interface ethernet.ethtest0 found. Merging the interface information. 2024-04-27 14:32:41,441 root DEBUG Interface ethernet.ethtest1 found. Merging the interface information. TASK [Assert that the route configuration contains the specified route] ******** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:123 Saturday 27 April 2024 14:32:41 +0000 (0:00:00.679) 0:00:36.106 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 April 2024 14:32:41 +0000 (0:00:00.057) 0:00:36.164 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 April 2024 14:32:41 +0000 (0:00:00.046) 0:00:36.210 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 April 2024 14:32:41 +0000 (0:00:00.036) 0:00:36.247 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 April 2024 14:32:41 +0000 (0:00:00.031) 0:00:36.278 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 April 2024 14:32:41 +0000 (0:00:00.030) 0:00:36.308 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 April 2024 14:32:43 +0000 (0:00:01.479) 0:00:37.788 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 April 2024 14:32:44 +0000 (0:00:01.360) 0:00:39.148 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 April 2024 14:32:44 +0000 (0:00:00.032) 0:00:39.180 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 April 2024 14:32:44 +0000 (0:00:00.030) 0:00:39.211 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Check if updates for network packages are available through the DNF package manager due to wireless or team interfaces] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 27 April 2024 14:32:44 +0000 (0:00:00.030) 0:00:39.242 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 27 April 2024 14:32:44 +0000 (0:00:00.032) 0:00:39.275 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 27 April 2024 14:32:44 +0000 (0:00:00.029) 0:00:39.304 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 27 April 2024 14:32:44 +0000 (0:00:00.031) 0:00:39.336 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 27 April 2024 14:32:44 +0000 (0:00:00.049) 0:00:39.385 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: NetworkManager nmstate TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 April 2024 14:32:47 +0000 (0:00:02.584) 0:00:41.969 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 April 2024 14:32:47 +0000 (0:00:00.031) 0:00:42.001 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 27 April 2024 14:32:47 +0000 (0:00:00.033) 0:00:42.034 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 27 April 2024 14:32:47 +0000 (0:00:00.340) 0:00:42.374 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 27 April 2024 14:32:47 +0000 (0:00:00.033) 0:00:42.407 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 27 April 2024 14:32:47 +0000 (0:00:00.029) 0:00:42.437 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 27 April 2024 14:32:47 +0000 (0:00:00.027) 0:00:42.465 ******** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 27 April 2024 14:32:48 +0000 (0:00:00.329) 0:00:42.794 ******** changed: [sut] => { "changed": true, "state": { "dns-resolver": { "config": { "search": [ "example.com", "example.org" ], "server": [ "2001:4860:4860::8888" ] } }, "interfaces": [ { "_permanent_mac_address": "02:f9:27:f4:fa:6b", "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::f9:27ff:fef4:fa6b", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "02:F9:27:F4:FA:6B", "mtu": 9001, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::f8bd:86ff:fed8:3344", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "FA:BD:86:D8:33:44", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::3f80:326c:fd53:c941", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "62:47:F2:4D:3B:75", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "unknown" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::68fb:e8ff:fe59:1b89", "prefix-length": 64 } ], "enabled": true }, "mac-address": "6A:FB:E8:59:1B:89", "mtu": 1500, "name": "peerethtest0", "state": "up", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::f40f:88ff:fe3c:dc3e", "prefix-length": 64 } ], "enabled": true }, "mac-address": "F6:0F:88:3C:DC:3E", "mtu": 1500, "name": "peerethtest1", "state": "up", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 27 April 2024 14:32:48 +0000 (0:00:00.644) 0:00:43.439 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 27 April 2024 14:32:48 +0000 (0:00:00.030) 0:00:43.469 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 27 April 2024 14:32:48 +0000 (0:00:00.028) 0:00:43.498 ******** ok: [sut] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": { "search": [ "example.com", "example.org" ], "server": [ "2001:4860:4860::8888" ] } }, "interfaces": [ { "_permanent_mac_address": "02:f9:27:f4:fa:6b", "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::f9:27ff:fef4:fa6b", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "02:F9:27:F4:FA:6B", "mtu": 9001, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::f8bd:86ff:fed8:3344", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "FA:BD:86:D8:33:44", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::3f80:326c:fd53:c941", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "62:47:F2:4D:3B:75", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "unknown" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::68fb:e8ff:fe59:1b89", "prefix-length": 64 } ], "enabled": true }, "mac-address": "6A:FB:E8:59:1B:89", "mtu": 1500, "name": "peerethtest0", "state": "up", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::f40f:88ff:fe3c:dc3e", "prefix-length": 64 } ], "enabled": true }, "mac-address": "F6:0F:88:3C:DC:3E", "mtu": 1500, "name": "peerethtest1", "state": "up", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } } TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 27 April 2024 14:32:48 +0000 (0:00:00.033) 0:00:43.531 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Get the DNS configuration from nmstatectl] ******************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:146 Saturday 27 April 2024 14:32:49 +0000 (0:00:00.191) 0:00:43.723 ******** ok: [sut] => { "changed": false, "cmd": [ "nmstatectl", "show" ], "delta": "0:00:00.479282", "end": "2024-04-27 14:32:49.793270", "rc": 0, "start": "2024-04-27 14:32:49.313988" } STDOUT: --- dns-resolver: config: search: - example.com - example.org server: - 2001:4860:4860::8888 running: search: - example.com - example.org server: - 2001:4860:4860::8888 route-rules: config: [] routes: config: - destination: 192.0.2.100/30 metric: 150 next-hop-address: 192.168.122.250 next-hop-interface: ethtest0 table-id: 254 running: - destination: 2001:db8::/64 metric: 101 next-hop-address: '::' next-hop-interface: ethtest0 table-id: 254 - destination: fe80::/64 metric: 256 next-hop-address: '::' next-hop-interface: eth0 table-id: 254 - destination: fe80::/64 metric: 256 next-hop-address: '::' next-hop-interface: peerethtest0 table-id: 254 - destination: fe80::/64 metric: 256 next-hop-address: '::' next-hop-interface: peerethtest1 table-id: 254 - destination: fe80::/64 metric: 1024 next-hop-address: '::' next-hop-interface: ethtest1 table-id: 254 - destination: fe80::/64 metric: 1024 next-hop-address: '::' next-hop-interface: ethtest0 table-id: 254 - destination: 0.0.0.0/0 metric: 100 next-hop-address: 10.31.44.1 next-hop-interface: eth0 table-id: 254 - destination: 10.31.44.0/22 metric: 100 next-hop-address: 0.0.0.0 next-hop-interface: eth0 table-id: 254 - destination: 192.0.2.100/30 metric: 150 next-hop-address: 192.168.122.250 next-hop-interface: ethtest0 table-id: 254 - destination: 192.168.122.0/24 metric: 101 next-hop-address: 0.0.0.0 next-hop-interface: ethtest0 table-id: 254 - destination: 192.168.122.0/24 metric: 102 next-hop-address: 0.0.0.0 next-hop-interface: ethtest1 table-id: 254 interfaces: - name: eth0 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: rx-gro: true tx-generic-segmentation: true tx-tcp-segmentation: true ipv4: enabled: true address: - ip: 10.31.47.232 prefix-length: 22 auto-dns: true auto-gateway: true auto-route-table-id: 0 auto-routes: true dhcp: true ipv6: enabled: true address: - ip: fe80::f9:27ff:fef4:fa6b prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: 02:F9:27:F4:FA:6B mtu: 9001 wait-ip: any - name: ethtest0 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: true address: - ip: 192.168.122.250 prefix-length: 24 dhcp: false ipv6: enabled: true address: - ip: 2001:db8::1:1 prefix-length: 64 - ip: fe80::f8bd:86ff:fed8:3344 prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: FA:BD:86:D8:33:44 mtu: 1500 veth: peer: peerethtest0 wait-ip: any - name: ethtest1 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: true address: - ip: 192.168.122.88 prefix-length: 24 dhcp: false ipv6: enabled: true addr-gen-mode: stable-privacy address: - ip: fe80::3f80:326c:fd53:c941 prefix-length: 64 auto-dns: false auto-gateway: true auto-route-table-id: 0 auto-routes: true autoconf: true dhcp: true lldp: enabled: false mac-address: 62:47:F2:4D:3B:75 mtu: 1500 veth: peer: peerethtest1 wait-ip: any - name: lo type: unknown state: up accept-all-mac-addresses: false ethtool: feature: rx-gro: true tx-generic-segmentation: true tx-tcp-segmentation: true ipv4: enabled: true address: - ip: 127.0.0.1 prefix-length: 8 ipv6: enabled: true address: - ip: ::1 prefix-length: 128 mac-address: 00:00:00:00:00:00 mtu: 65536 - name: peerethtest0 type: veth state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: false address: [] ipv6: enabled: true address: - ip: fe80::68fb:e8ff:fe59:1b89 prefix-length: 64 mac-address: 6A:FB:E8:59:1B:89 mtu: 1500 veth: peer: ethtest0 - name: peerethtest1 type: veth state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-vlan-hw-parse: true tx-generic-segmentation: true tx-tcp-segmentation: true tx-vlan-hw-insert: true ipv4: enabled: false address: [] ipv6: enabled: true address: - ip: fe80::f40f:88ff:fe3c:dc3e prefix-length: 64 mac-address: F6:0F:88:3C:DC:3E mtu: 1500 veth: peer: ethtest1 STDERR: 2024-04-27 14:32:49,721 root DEBUG NetworkManager version 1.40.16 2024-04-27 14:32:49,722 root DEBUG Async action: Retrieve applied config: ethernet eth0 started 2024-04-27 14:32:49,723 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 started 2024-04-27 14:32:49,723 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 started 2024-04-27 14:32:49,725 root DEBUG Async action: Retrieve applied config: ethernet eth0 finished 2024-04-27 14:32:49,726 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 finished 2024-04-27 14:32:49,726 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 finished 2024-04-27 14:32:49,728 root DEBUG Interface ethernet.eth0 found. Merging the interface information. 2024-04-27 14:32:49,729 root DEBUG Interface ethernet.ethtest0 found. Merging the interface information. 2024-04-27 14:32:49,729 root DEBUG Interface ethernet.ethtest1 found. Merging the interface information. TASK [Get the DNS configuration from the file `/run/NetworkManager/no-stub-resolv.conf`] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:152 Saturday 27 April 2024 14:32:49 +0000 (0:00:00.672) 0:00:44.395 ******** ok: [sut] => { "changed": false, "cmd": [ "cat", "/run/NetworkManager/no-stub-resolv.conf" ], "delta": "0:00:00.002547", "end": "2024-04-27 14:32:49.989531", "rc": 0, "start": "2024-04-27 14:32:49.986984" } STDOUT: # Generated by NetworkManager search example.com example.org testing-farm nameserver 2001:4860:4860::8888 TASK [Assert that the nmstatectl contains the specified DNS configuration] ***** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:158 Saturday 27 April 2024 14:32:50 +0000 (0:00:00.192) 0:00:44.588 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Assert that the file `/run/NetworkManager/no-stub-resolv.conf` contains the specified DNS configuration] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:166 Saturday 27 April 2024 14:32:50 +0000 (0:00:00.027) 0:00:44.615 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:4 Saturday 27 April 2024 14:32:50 +0000 (0:00:00.026) 0:00:44.642 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Saturday 27 April 2024 14:32:50 +0000 (0:00:00.045) 0:00:44.687 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:13 Saturday 27 April 2024 14:32:50 +0000 (0:00:00.035) 0:00:44.722 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:18 Saturday 27 April 2024 14:32:50 +0000 (0:00:00.064) 0:00:44.787 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 Saturday 27 April 2024 14:32:50 +0000 (0:00:00.032) 0:00:44.819 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Saturday 27 April 2024 14:32:51 +0000 (0:00:01.475) 0:00:46.295 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:7 Saturday 27 April 2024 14:32:53 +0000 (0:00:01.295) 0:00:47.591 ******** ok: [sut] => {} MSG: Using network provider: nm TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:11 Saturday 27 April 2024 14:32:53 +0000 (0:00:00.061) 0:00:47.652 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:19 Saturday 27 April 2024 14:32:53 +0000 (0:00:00.029) 0:00:47.682 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:28 Saturday 27 April 2024 14:32:53 +0000 (0:00:00.029) 0:00:47.712 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:43 Saturday 27 April 2024 14:32:53 +0000 (0:00:00.033) 0:00:47.745 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:57 Saturday 27 April 2024 14:32:53 +0000 (0:00:00.029) 0:00:47.774 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:77 Saturday 27 April 2024 14:32:53 +0000 (0:00:00.031) 0:00:47.806 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:90 Saturday 27 April 2024 14:32:53 +0000 (0:00:00.050) 0:00:47.857 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: NetworkManager nmstate TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:105 Saturday 27 April 2024 14:32:55 +0000 (0:00:02.622) 0:00:50.480 ******** 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-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:122 Saturday 27 April 2024 14:32:55 +0000 (0:00:00.060) 0:00:50.541 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:136 Saturday 27 April 2024 14:32:56 +0000 (0:00:00.031) 0:00:50.572 ******** ok: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Enable and start wpa_supplicant] ************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:147 Saturday 27 April 2024 14:32:56 +0000 (0:00:00.337) 0:00:50.910 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:156 Saturday 27 April 2024 14:32:56 +0000 (0:00:00.031) 0:00:50.941 ******** skipping: [sut] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [linux-system-roles.network : Ensure initscripts network file dependency is present] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:164 Saturday 27 April 2024 14:32:56 +0000 (0:00:00.027) 0:00:50.968 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:173 Saturday 27 April 2024 14:32:56 +0000 (0:00:00.026) 0:00:50.995 ******** ok: [sut] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:185 Saturday 27 April 2024 14:32:56 +0000 (0:00:00.329) 0:00:51.325 ******** changed: [sut] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "02:f9:27:f4:fa:6b", "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::f9:27ff:fef4:fa6b", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "02:F9:27:F4:FA:6B", "mtu": 9001, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::f8bd:86ff:fed8:3344", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "FA:BD:86:D8:33:44", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::3f80:326c:fd53:c941", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "62:47:F2:4D:3B:75", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "unknown" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::68fb:e8ff:fe59:1b89", "prefix-length": 64 } ], "enabled": true }, "mac-address": "6A:FB:E8:59:1B:89", "mtu": 1500, "name": "peerethtest0", "state": "up", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::f40f:88ff:fe3c:dc3e", "prefix-length": 64 } ], "enabled": true }, "mac-address": "F6:0F:88:3C:DC:3E", "mtu": 1500, "name": "peerethtest1", "state": "up", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } TASK [linux-system-roles.network : Show stderr messages for the network_connections] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:191 Saturday 27 April 2024 14:32:57 +0000 (0:00:00.616) 0:00:51.942 ******** ok: [sut] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:195 Saturday 27 April 2024 14:32:57 +0000 (0:00:00.028) 0:00:51.971 ******** ok: [sut] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n# system_role:network\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [linux-system-roles.network : Show debug messages for the network_state] *** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:200 Saturday 27 April 2024 14:32:57 +0000 (0:00:00.028) 0:00:51.999 ******** ok: [sut] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "02:f9:27:f4:fa:6b", "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::f9:27ff:fef4:fa6b", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "02:F9:27:F4:FA:6B", "mtu": 9001, "name": "eth0", "state": "up", "type": "ethernet", "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.250", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "2001:db8::1:1", "prefix-length": 64 }, { "ip": "fe80::f8bd:86ff:fed8:3344", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "FA:BD:86:D8:33:44", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "addr-gen-mode": "stable-privacy", "address": [ { "ip": "fe80::3f80:326c:fd53:c941", "prefix-length": 64 } ], "auto-dns": false, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "autoconf": true, "dhcp": true, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "62:47:F2:4D:3B:75", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" }, "wait-ip": "any" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true } }, "ipv4": { "address": [ { "ip": "127.0.0.1", "prefix-length": 8 } ], "enabled": true }, "ipv6": { "address": [ { "ip": "::1", "prefix-length": 128 } ], "enabled": true }, "mac-address": "00:00:00:00:00:00", "mtu": 65536, "name": "lo", "state": "up", "type": "unknown" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::68fb:e8ff:fe59:1b89", "prefix-length": 64 } ], "enabled": true }, "mac-address": "6A:FB:E8:59:1B:89", "mtu": 1500, "name": "peerethtest0", "state": "up", "type": "veth", "veth": { "peer": "ethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-vlan-hw-parse": true, "tx-generic-segmentation": true, "tx-tcp-segmentation": true, "tx-vlan-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::f40f:88ff:fe3c:dc3e", "prefix-length": 64 } ], "enabled": true }, "mac-address": "F6:0F:88:3C:DC:3E", "mtu": 1500, "name": "peerethtest1", "state": "up", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [ { "destination": "192.0.2.100/30", "metric": 150, "next-hop-address": "192.168.122.250", "next-hop-interface": "ethtest0", "table-id": 254 } ] } } } } TASK [linux-system-roles.network : Re-test connectivity] *********************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:206 Saturday 27 April 2024 14:32:57 +0000 (0:00:00.033) 0:00:52.033 ******** ok: [sut] => { "changed": false, "ping": "pong" } TASK [Include the task 'delete_interface.yml'] ********************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:184 Saturday 27 April 2024 14:32:57 +0000 (0:00:00.231) 0:00:52.264 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/delete_interface.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/delete_interface.yml:3 Saturday 27 April 2024 14:32:57 +0000 (0:00:00.055) 0:00:52.320 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest1" ], "delta": "0:00:00.013104", "end": "2024-04-27 14:32:57.927261", "rc": 0, "start": "2024-04-27 14:32:57.914157" } TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:186 Saturday 27 April 2024 14:32:57 +0000 (0:00:00.211) 0:00:52.531 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 27 April 2024 14:32:58 +0000 (0:00:00.056) 0:00:52.588 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest1] ***************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 April 2024 14:32:58 +0000 (0:00:00.037) 0:00:52.625 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest1'] ************************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 27 April 2024 14:32:58 +0000 (0:00:00.199) 0:00:52.825 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Set interface=ethtest0] ************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:188 Saturday 27 April 2024 14:32:58 +0000 (0:00:00.026) 0:00:52.851 ******** ok: [sut] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [Include the task 'delete_interface.yml'] ********************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:192 Saturday 27 April 2024 14:32:58 +0000 (0:00:00.024) 0:00:52.876 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/delete_interface.yml for sut TASK [Remove test interface if necessary] ************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/delete_interface.yml:3 Saturday 27 April 2024 14:32:58 +0000 (0:00:00.097) 0:00:52.973 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest0" ], "delta": "0:00:00.008859", "end": "2024-04-27 14:32:58.576196", "rc": 0, "start": "2024-04-27 14:32:58.567337" } TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:194 Saturday 27 April 2024 14:32:58 +0000 (0:00:00.207) 0:00:53.181 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_device_absent.yml:3 Saturday 27 April 2024 14:32:58 +0000 (0:00:00.055) 0:00:53.236 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_interface_stat.yml for sut TASK [Get stat for interface ethtest0] ***************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_interface_stat.yml:3 Saturday 27 April 2024 14:32:58 +0000 (0:00:00.037) 0:00:53.274 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'ethtest0'] ************************ task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/assert_device_absent.yml:5 Saturday 27 April 2024 14:32:58 +0000 (0:00:00.193) 0:00:53.468 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify network state restored to default] ******************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:196 Saturday 27 April 2024 14:32:58 +0000 (0:00:00.024) 0:00:53.493 ******** included: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/check_network_dns.yml for sut TASK [Check routes and DNS] **************************************************** task path: /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/check_network_dns.yml:6 Saturday 27 April 2024 14:32:58 +0000 (0:00:00.057) 0:00:53.550 ******** 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.008341", "end": "2024-04-27 14:32:59.149603", "rc": 0, "start": "2024-04-27 14:32:59.141262" } 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 02:f9:27:f4:fa:6b brd ff:ff:ff:ff:ff:ff inet 10.31.47.232/22 brd 10.31.47.255 scope global dynamic noprefixroute eth0 valid_lft 1992sec preferred_lft 1992sec inet6 fe80::f9:27ff:fef4:fa6b/64 scope link valid_lft forever preferred_lft forever IP ROUTE default via 10.31.44.1 dev eth0 proto dhcp src 10.31.47.232 metric 100 10.31.44.0/22 dev eth0 proto kernel scope link src 10.31.47.232 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-cikt4hj1lm/tests/playbooks/tasks/check_network_dns.yml:24 Saturday 27 April 2024 14:32:59 +0000 (0:00:00.197) 0:00:53.747 ******** 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.490637", "end": "2024-04-27 14:32:59.833808", "rc": 0, "start": "2024-04-27 14:32:59.343171" } STDOUT: CHECK DNS AND CONNECTIVITY 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 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 2605:bc80:3010:600:dead:beef:cafe:fed9 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:2701:4000:5211:dead:beef:fe:fed3 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 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 1281 0 --:--:-- --:--:-- --:--:-- 1281 % 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 1265 0 --:--:-- --:--:-- --:--:-- 1259 META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=122 changed=5 unreachable=0 failed=0 skipped=74 rescued=0 ignored=0 Saturday 27 April 2024 14:32:59 +0000 (0:00:00.671) 0:00:54.419 ******** =============================================================================== linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 5.34s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:90 Install iproute --------------------------------------------------------- 3.00s /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 2.62s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:90 linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 2.60s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:90 Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/manage_test_interface.yml:16 linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 2.58s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:90 linux-system-roles.network : Configure networking state ----------------- 1.74s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/main.yml:185 linux-system-roles.network : Check which services are running ----------- 1.55s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.49s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.48s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which services are running ----------- 1.48s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which services are running ----------- 1.48s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:22 linux-system-roles.network : Check which packages are installed --------- 1.36s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.30s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 linux-system-roles.network : Check which packages are installed --------- 1.30s /WORKDIR/git-weekly-cikt4hj1lm/tests/roles/linux-system-roles.network/tasks/set_facts.yml:27 Gather current interface info ------------------------------------------- 1.20s /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tasks/get_current_interfaces.yml:3 Get the route configuration --------------------------------------------- 0.68s /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:117 ---- Get the ethtest0 state configuration ------------------------------------ 0.67s /WORKDIR/git-weekly-cikt4hj1lm/tests/playbooks/tests_network_state.yml:75 ----- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---