ansible-playbook [core 2.12.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /tmp/tmpcwsggv7g executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: rhel-8_setup.yml ***************************************************** 1 plays in /cache/rhel-8_setup.yml PLAY [Setup repos] ************************************************************* META: ran handlers TASK [set up internal repositories] ******************************************** task path: /cache/rhel-8_setup.yml:5 Wednesday 03 August 2022 15:43:59 +0000 (0:00:00.018) 0:00:00.018 ****** ok: [/cache/rhel-8.qcow2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [/cache/rhel-8.qcow2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [/cache/rhel-8.qcow2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 15:44:01 +0000 (0:00:01.271) 0:00:01.290 ****** =============================================================================== set up internal repositories -------------------------------------------- 1.27s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- PLAYBOOK: _backup.yml ********************************************************** 1 plays in /tmp/tmpd6fsfezc/tests/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmpd6fsfezc/tests/_backup.yml:6 Wednesday 03 August 2022 15:44:01 +0000 (0:00:00.014) 0:00:01.305 ****** ok: [/cache/rhel-8.qcow2] => (item=/etc/resolv.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659541439.2577784, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659541438.2557783, "dev": 64515, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 752168, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659539931.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "98781525", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmpd6fsfezc/tests/_backup.yml:13 Wednesday 03 August 2022 15:44:01 +0000 (0:00:00.495) 0:00:01.800 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/rhel-8.qcow2] => (item={'changed': False, 'stat': {'exists': True, 'path': '/etc/resolv.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 90, 'inode': 752168, 'dev': 64515, 'nlink': 1, 'atime': 1659541439.2577784, 'mtime': 1659539931.0, 'ctime': 1659541438.2557783, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'root', 'gr_name': 'root', 'checksum': 'fba82b5b78ea37322e584bf452f6f8e163f0869b', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '98781525', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/etc/resolv.conf', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/etc/resolv.conf', 'ansible_loop_var': 'item'}) => { "ansible_facts": { "_existing_files": " /etc/resolv.conf" }, "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "failed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/resolv.conf" } }, "item": "/etc/resolv.conf", "stat": { "atime": 1659541439.2577784, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659541438.2557783, "dev": 64515, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 752168, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659539931.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "98781525", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } } TASK [Back up system files] **************************************************** task path: /tmp/tmpd6fsfezc/tests/_backup.yml:19 Wednesday 03 August 2022 15:44:01 +0000 (0:00:00.035) 0:00:01.836 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.004003", "end": "2022-08-03 11:44:01.145509", "rc": 0, "start": "2022-08-03 11:44:01.141506" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=4 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 15:44:02 +0000 (0:00:00.458) 0:00:02.294 ****** =============================================================================== set up internal repositories -------------------------------------------- 1.27s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- Get stats of system files ----------------------------------------------- 0.50s /tmp/tmpd6fsfezc/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.46s /tmp/tmpd6fsfezc/tests/_backup.yml:19 ----------------------------------------- Check if system files exist --------------------------------------------- 0.04s /tmp/tmpd6fsfezc/tests/_backup.yml:13 ----------------------------------------- PLAYBOOK: tests_network_state_nm.yml ******************************************* 3 plays in /tmp/tmpd6fsfezc/tests/tests_network_state_nm.yml PLAY [Run playbook 'playbooks/tests_network_state.yml' with nm as provider] **** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpd6fsfezc/tests/tests_network_state_nm.yml:5 Wednesday 03 August 2022 15:44:02 +0000 (0:00:00.054) 0:00:02.348 ****** ok: [/cache/rhel-8.qcow2] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tests_network_state_nm.yml:8 Wednesday 03 August 2022 15:44:03 +0000 (0:00:01.036) 0:00:03.384 ****** included: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml for /cache/rhel-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 15:44:03 +0000 (0:00:00.026) 0:00:03.411 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 15:44:03 +0000 (0:00:00.020) 0:00:03.432 ****** included: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml for /cache/rhel-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 15:44:03 +0000 (0:00:00.028) 0:00:03.460 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 15:44:03 +0000 (0:00:00.371) 0:00:03.831 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 15:44:03 +0000 (0:00:00.021) 0:00:03.853 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.401380", "end": "2022-08-03 11:44:03.470348", "rc": 0, "start": "2022-08-03 11:44:03.068968" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 15:44:04 +0000 (0:00:00.762) 0:00:04.616 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmpd6fsfezc/tests/tests_network_state_nm.yml:9 Wednesday 03 August 2022 15:44:04 +0000 (0:00:00.021) 0:00:04.638 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:3 Wednesday 03 August 2022 15:44:04 +0000 (0:00:00.044) 0:00:04.682 ****** ok: [/cache/rhel-8.qcow2] META: ran handlers META: ran handlers META: ran handlers PLAY [Test configuring ethernet devices] *************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:5 Wednesday 03 August 2022 15:44:05 +0000 (0:00:00.877) 0:00:05.560 ****** ok: [/cache/rhel-8.qcow2] META: ran handlers TASK [set type=veth and interface=ethtest0] ************************************ task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:14 Wednesday 03 August 2022 15:44:06 +0000 (0:00:00.839) 0:00:06.399 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:18 Wednesday 03 August 2022 15:44:06 +0000 (0:00:00.088) 0:00:06.488 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:44:06 +0000 (0:00:00.073) 0:00:06.561 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:44:06 +0000 (0:00:00.041) 0:00:06.602 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003268", "end": "2022-08-03 11:44:05.834133", "rc": 0, "start": "2022-08-03 11:44:05.830865" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:44:06 +0000 (0:00:00.376) 0:00:06.979 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:44:06 +0000 (0:00:00.045) 0:00:07.024 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:19 Wednesday 03 August 2022 15:44:06 +0000 (0:00:00.044) 0:00:07.068 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml for /cache/rhel-8.qcow2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:44:07 +0000 (0:00:00.059) 0:00:07.128 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:44:07 +0000 (0:00:00.033) 0:00:07.161 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:44:07 +0000 (0:00:00.031) 0:00:07.193 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:44:07 +0000 (0:00:00.046) 0:00:07.239 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:44:07 +0000 (0:00:00.041) 0:00:07.281 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002788", "end": "2022-08-03 11:44:06.520664", "rc": 0, "start": "2022-08-03 11:44:06.517876" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:44:07 +0000 (0:00:00.381) 0:00:07.663 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:44:07 +0000 (0:00:00.043) 0:00:07.706 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:44:07 +0000 (0:00:00.045) 0:00:07.751 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface ethtest0] ****************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:44:09 +0000 (0:00:01.785) 0:00:09.536 ****** changed: [/cache/rhel-8.qcow2] => (item=ip link add ethtest0 type veth peer name peerethtest0) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "add", "ethtest0", "type", "veth", "peer", "name", "peerethtest0" ], "delta": "0:00:00.007062", "end": "2022-08-03 11:44:08.787245", "item": "ip link add ethtest0 type veth peer name peerethtest0", "rc": 0, "start": "2022-08-03 11:44:08.780183" } changed: [/cache/rhel-8.qcow2] => (item=ip link set peerethtest0 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peerethtest0", "up" ], "delta": "0:00:00.006972", "end": "2022-08-03 11:44:09.143716", "item": "ip link set peerethtest0 up", "rc": 0, "start": "2022-08-03 11:44:09.136744" } changed: [/cache/rhel-8.qcow2] => (item=ip link set ethtest0 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "ethtest0", "up" ], "delta": "0:00:00.005010", "end": "2022-08-03 11:44:09.531047", "item": "ip link set ethtest0 up", "rc": 0, "start": "2022-08-03 11:44:09.526037" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:44:10 +0000 (0:00:01.140) 0:00:10.677 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "nmcli", "d", "set", "ethtest0", "managed", "true" ], "delta": "0:00:00.019990", "end": "2022-08-03 11:44:09.932206", "rc": 0, "start": "2022-08-03 11:44:09.912216" } TASK [Delete veth interface ethtest0] ****************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:44:10 +0000 (0:00:00.403) 0:00:11.080 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest0] ***************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:44:11 +0000 (0:00:00.033) 0:00:11.114 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest0] ***************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:44:11 +0000 (0:00:00.032) 0:00:11.147 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest0] ******************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:44:11 +0000 (0:00:00.032) 0:00:11.179 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest0] ******************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:44:11 +0000 (0:00:00.032) 0:00:11.212 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:22 Wednesday 03 August 2022 15:44:11 +0000 (0:00:00.034) 0:00:11.247 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/assert_device_present.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 15:44:11 +0000 (0:00:00.055) 0:00:11.302 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface ethtest0] ***************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:44:11 +0000 (0:00:00.042) 0:00:11.345 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "atime": 1659541448.7849956, "block_size": 4096, "blocks": 0, "ctime": 1659541448.7849956, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 35957, "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": 1659541448.7849956, "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 interface ethtest0 is present] ******************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 15:44:11 +0000 (0:00:00.399) 0:00:11.745 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [set type=veth and interface=ethtest1] ************************************ task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:23 Wednesday 03 August 2022 15:44:11 +0000 (0:00:00.086) 0:00:11.831 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "interface": "ethtest1", "type": "veth" }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:27 Wednesday 03 August 2022 15:44:11 +0000 (0:00:00.050) 0:00:11.882 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:44:11 +0000 (0:00:00.057) 0:00:11.939 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:44:11 +0000 (0:00:00.041) 0:00:11.980 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002876", "end": "2022-08-03 11:44:11.242739", "rc": 0, "start": "2022-08-03 11:44:11.239863" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:44:12 +0000 (0:00:00.407) 0:00:12.387 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:44:12 +0000 (0:00:00.042) 0:00:12.430 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:28 Wednesday 03 August 2022 15:44:12 +0000 (0:00:00.072) 0:00:12.502 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml for /cache/rhel-8.qcow2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:44:12 +0000 (0:00:00.060) 0:00:12.563 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:44:12 +0000 (0:00:00.036) 0:00:12.600 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:44:12 +0000 (0:00:00.062) 0:00:12.662 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:44:12 +0000 (0:00:00.041) 0:00:12.704 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:44:12 +0000 (0:00:00.040) 0:00:12.744 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002713", "end": "2022-08-03 11:44:11.973004", "rc": 0, "start": "2022-08-03 11:44:11.970291" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:44:13 +0000 (0:00:00.373) 0:00:13.117 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:44:13 +0000 (0:00:00.045) 0:00:13.163 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:44:13 +0000 (0:00:00.044) 0:00:13.208 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface ethtest1] ****************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:44:14 +0000 (0:00:01.383) 0:00:14.592 ****** changed: [/cache/rhel-8.qcow2] => (item=ip link add ethtest1 type veth peer name peerethtest1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "add", "ethtest1", "type", "veth", "peer", "name", "peerethtest1" ], "delta": "0:00:00.004267", "end": "2022-08-03 11:44:13.826741", "item": "ip link add ethtest1 type veth peer name peerethtest1", "rc": 0, "start": "2022-08-03 11:44:13.822474" } changed: [/cache/rhel-8.qcow2] => (item=ip link set peerethtest1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peerethtest1", "up" ], "delta": "0:00:00.006980", "end": "2022-08-03 11:44:14.182837", "item": "ip link set peerethtest1 up", "rc": 0, "start": "2022-08-03 11:44:14.175857" } changed: [/cache/rhel-8.qcow2] => (item=ip link set ethtest1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "ethtest1", "up" ], "delta": "0:00:00.011116", "end": "2022-08-03 11:44:14.539438", "item": "ip link set ethtest1 up", "rc": 0, "start": "2022-08-03 11:44:14.528322" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:44:15 +0000 (0:00:01.095) 0:00:15.687 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "nmcli", "d", "set", "ethtest1", "managed", "true" ], "delta": "0:00:00.017350", "end": "2022-08-03 11:44:14.932612", "rc": 0, "start": "2022-08-03 11:44:14.915262" } TASK [Delete veth interface ethtest1] ****************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:44:15 +0000 (0:00:00.391) 0:00:16.078 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest1] ***************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:44:16 +0000 (0:00:00.036) 0:00:16.114 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest1] ***************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:44:16 +0000 (0:00:00.035) 0:00:16.150 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest1] ******************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:44:16 +0000 (0:00:00.036) 0:00:16.186 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest1] ******************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:44:16 +0000 (0:00:00.034) 0:00:16.221 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:31 Wednesday 03 August 2022 15:44:16 +0000 (0:00:00.034) 0:00:16.256 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/assert_device_present.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 15:44:16 +0000 (0:00:00.060) 0:00:16.316 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface ethtest1] ***************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:44:16 +0000 (0:00:00.041) 0:00:16.358 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "atime": 1659541453.8254209, "block_size": 4096, "blocks": 0, "ctime": 1659541453.8254209, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36213, "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": 1659541453.8254209, "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 interface ethtest1 is present] ******************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 15:44:16 +0000 (0:00:00.377) 0:00:16.735 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 03 August 2022 15:44:16 +0000 (0:00:00.047) 0:00:16.783 ****** included: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/rhel-8.qcow2 TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 03 August 2022 15:44:16 +0000 (0:00:00.050) 0:00:16.833 ****** ok: [/cache/rhel-8.qcow2] => { "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 services are running] *********** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Wednesday 03 August 2022 15:44:17 +0000 (0:00:00.526) 0:00:17.359 ****** ok: [/cache/rhel-8.qcow2] => { "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Wednesday 03 August 2022 15:44:19 +0000 (0:00:01.750) 0:00:19.109 ****** ok: [/cache/rhel-8.qcow2] => { "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 03 August 2022 15:44:20 +0000 (0:00:01.383) 0:00:20.493 ****** ok: [/cache/rhel-8.qcow2] => {} 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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 03 August 2022 15:44:20 +0000 (0:00:00.104) 0:00:20.597 ****** skipping: [/cache/rhel-8.qcow2] => { "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 03 August 2022 15:44:20 +0000 (0:00:00.059) 0:00:20.657 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 03 August 2022 15:44:20 +0000 (0:00:00.057) 0:00:20.714 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:38 Wednesday 03 August 2022 15:44:20 +0000 (0:00:00.077) 0:00:20.792 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "rc": 0, "results": [ "Installed: python3-nispor-1.2.3-1.el8.noarch", "Installed: nmstate-1.2.1-1.el8.x86_64", "Installed: nispor-1.2.3-1.el8.x86_64", "Installed: python3-libnmstate-1.2.1-1.el8.noarch", "Installed: python3-varlink-29.0.0-1.el8.noarch", "Installed: NetworkManager-config-server-1:1.36.0-4.el8.noarch" ] } TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:51 Wednesday 03 August 2022 15:44:23 +0000 (0:00:02.738) 0:00:23.531 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:65 Wednesday 03 August 2022 15:44:23 +0000 (0:00:00.094) 0:00:23.625 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:79 Wednesday 03 August 2022 15:44:23 +0000 (0:00:00.057) 0:00:23.682 ****** ok: [/cache/rhel-8.qcow2] => { "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:90 Wednesday 03 August 2022 15:44:24 +0000 (0:00:00.806) 0:00:24.489 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:99 Wednesday 03 August 2022 15:44:24 +0000 (0:00:00.058) 0:00:24.548 ****** skipping: [/cache/rhel-8.qcow2] => { "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:107 Wednesday 03 August 2022 15:44:24 +0000 (0:00:00.054) 0:00:24.602 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:116 Wednesday 03 August 2022 15:44:24 +0000 (0:00:00.054) 0:00:24.657 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network ok: [/cache/rhel-8.qcow2] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:128 Wednesday 03 August 2022 15:44:25 +0000 (0:00:00.732) 0:00:25.390 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network changed: [/cache/rhel-8.qcow2] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "52:54:00:12:34:56", "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "tx": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-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::bcf1:e8ff:fe3b:b7d4", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "BE:F1:E8:3B:B7:D4", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::60b2:c9ff:fec6:56fb", "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:B2:C9:C6:56:FB", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::50fc:9eff:fe16:37f0", "prefix-length": 64 } ], "enabled": true }, "mac-address": "52:FC:9E:16:37:F0", "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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::c13:eff:fe9d:36f4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "0E:13:0E:9D:36:F4", "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 03 August 2022 15:44:26 +0000 (0:00:00.959) 0:00:26.349 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:138 Wednesday 03 August 2022 15:44:26 +0000 (0:00:00.069) 0:00:26.419 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:143 Wednesday 03 August 2022 15:44:26 +0000 (0:00:00.067) 0:00:26.487 ****** ok: [/cache/rhel-8.qcow2] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "52:54:00:12:34:56", "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "tx": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-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::bcf1:e8ff:fe3b:b7d4", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "BE:F1:E8:3B:B7:D4", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::60b2:c9ff:fec6:56fb", "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:B2:C9:C6:56:FB", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::50fc:9eff:fe16:37f0", "prefix-length": 64 } ], "enabled": true }, "mac-address": "52:FC:9E:16:37:F0", "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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::c13:eff:fe9d:36f4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "0E:13:0E:9D:36:F4", "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 03 August 2022 15:44:26 +0000 (0:00:00.076) 0:00:26.563 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "ping": "pong" } META: role_complete for /cache/rhel-8.qcow2 TASK [Get the ethtest0 state configuration] ************************************ task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:71 Wednesday 03 August 2022 15:44:27 +0000 (0:00:00.553) 0:00:27.116 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "nmstatectl", "show", "ethtest0" ], "delta": "0:00:00.423663", "end": "2022-08-03 11:44:26.773567", "rc": 0, "start": "2022-08-03 11:44:26.349904" } STDOUT: --- dns-resolver: config: {} running: search: [] server: - 10.0.2.3 route-rules: config: [] routes: config: [] running: - destination: 2001:db8::/64 metric: 103 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: 103 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-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-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::bcf1:e8ff:fe3b:b7d4 prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: BE:F1:E8:3B:B7:D4 mtu: 1500 veth: peer: peerethtest0 STDERR: 2022-08-03 11:44:26,712 root DEBUG NetworkManager version 1.36.0 2022-08-03 11:44:26,713 root DEBUG Async action: Retrieve applied config: ethernet eth0 started 2022-08-03 11:44:26,714 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 started 2022-08-03 11:44:26,714 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 started 2022-08-03 11:44:26,715 root DEBUG Async action: Retrieve applied config: ethernet eth0 finished 2022-08-03 11:44:26,716 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 finished 2022-08-03 11:44:26,716 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 finished 2022-08-03 11:44:26,718 root DEBUG Interface ethernet.eth0 found. Merging the interface information. 2022-08-03 11:44:26,718 root DEBUG Interface ethernet.ethtest0 found. Merging the interface information. 2022-08-03 11:44:26,718 root DEBUG Interface ethernet.ethtest1 found. Merging the interface information. TASK [Get the ethtest1 state configuration] ************************************ task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:77 Wednesday 03 August 2022 15:44:27 +0000 (0:00:00.820) 0:00:27.937 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "nmstatectl", "show", "ethtest1" ], "delta": "0:00:00.408745", "end": "2022-08-03 11:44:27.566860", "rc": 0, "start": "2022-08-03 11:44:27.158115" } STDOUT: --- dns-resolver: config: {} running: search: [] server: - 10.0.2.3 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: 104 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-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true ipv4: enabled: true address: - ip: 192.168.122.88 prefix-length: 24 dhcp: false ipv6: enabled: true address: - ip: fe80::60b2:c9ff:fec6:56fb 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:B2:C9:C6:56:FB mtu: 1500 veth: peer: peerethtest1 STDERR: 2022-08-03 11:44:27,513 root DEBUG NetworkManager version 1.36.0 2022-08-03 11:44:27,514 root DEBUG Async action: Retrieve applied config: ethernet eth0 started 2022-08-03 11:44:27,515 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 started 2022-08-03 11:44:27,515 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 started 2022-08-03 11:44:27,516 root DEBUG Async action: Retrieve applied config: ethernet eth0 finished 2022-08-03 11:44:27,516 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 finished 2022-08-03 11:44:27,517 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 finished 2022-08-03 11:44:27,518 root DEBUG Interface ethernet.eth0 found. Merging the interface information. 2022-08-03 11:44:27,519 root DEBUG Interface ethernet.ethtest0 found. Merging the interface information. 2022-08-03 11:44:27,519 root DEBUG Interface ethernet.ethtest1 found. Merging the interface information. TASK [Assert that the ethtest0 state configuration contains the specified settings] *** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:83 Wednesday 03 August 2022 15:44:28 +0000 (0:00:00.790) 0:00:28.728 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [Assert that the ethtest1 state configuration contains the specified settings] *** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:92 Wednesday 03 August 2022 15:44:28 +0000 (0:00:00.066) 0:00:28.794 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 03 August 2022 15:44:28 +0000 (0:00:00.069) 0:00:28.864 ****** included: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/rhel-8.qcow2 TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 03 August 2022 15:44:28 +0000 (0:00:00.083) 0:00:28.947 ****** ok: [/cache/rhel-8.qcow2] => { "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 services are running] *********** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Wednesday 03 August 2022 15:44:29 +0000 (0:00:00.545) 0:00:29.493 ****** ok: [/cache/rhel-8.qcow2] => { "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Wednesday 03 August 2022 15:44:30 +0000 (0:00:01.591) 0:00:31.084 ****** ok: [/cache/rhel-8.qcow2] => { "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 03 August 2022 15:44:32 +0000 (0:00:01.215) 0:00:32.300 ****** ok: [/cache/rhel-8.qcow2] => {} 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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 03 August 2022 15:44:32 +0000 (0:00:00.067) 0:00:32.367 ****** skipping: [/cache/rhel-8.qcow2] => { "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 03 August 2022 15:44:32 +0000 (0:00:00.059) 0:00:32.427 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 03 August 2022 15:44:32 +0000 (0:00:00.059) 0:00:32.486 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:38 Wednesday 03 August 2022 15:44:32 +0000 (0:00:00.080) 0:00:32.566 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:51 Wednesday 03 August 2022 15:44:33 +0000 (0:00:01.440) 0:00:34.007 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:65 Wednesday 03 August 2022 15:44:33 +0000 (0:00:00.063) 0:00:34.071 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:79 Wednesday 03 August 2022 15:44:34 +0000 (0:00:00.057) 0:00:34.129 ****** ok: [/cache/rhel-8.qcow2] => { "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:90 Wednesday 03 August 2022 15:44:34 +0000 (0:00:00.566) 0:00:34.695 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:99 Wednesday 03 August 2022 15:44:34 +0000 (0:00:00.061) 0:00:34.757 ****** skipping: [/cache/rhel-8.qcow2] => { "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:107 Wednesday 03 August 2022 15:44:34 +0000 (0:00:00.055) 0:00:34.812 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:116 Wednesday 03 August 2022 15:44:34 +0000 (0:00:00.053) 0:00:34.865 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network ok: [/cache/rhel-8.qcow2] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:128 Wednesday 03 August 2022 15:44:35 +0000 (0:00:00.656) 0:00:35.522 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network changed: [/cache/rhel-8.qcow2] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "52:54:00:12:34:56", "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "tx": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-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::bcf1:e8ff:fe3b:b7d4", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "BE:F1:E8:3B:B7:D4", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::60b2:c9ff:fec6:56fb", "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:B2:C9:C6:56:FB", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::50fc:9eff:fe16:37f0", "prefix-length": 64 } ], "enabled": true }, "mac-address": "52:FC:9E:16:37:F0", "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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::c13:eff:fe9d:36f4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "0E:13:0E:9D:36:F4", "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 03 August 2022 15:44:36 +0000 (0:00:00.723) 0:00:36.246 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:138 Wednesday 03 August 2022 15:44:36 +0000 (0:00:00.089) 0:00:36.335 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:143 Wednesday 03 August 2022 15:44:36 +0000 (0:00:00.069) 0:00:36.404 ****** ok: [/cache/rhel-8.qcow2] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "52:54:00:12:34:56", "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "tx": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-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::bcf1:e8ff:fe3b:b7d4", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "BE:F1:E8:3B:B7:D4", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::60b2:c9ff:fec6:56fb", "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:B2:C9:C6:56:FB", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::50fc:9eff:fe16:37f0", "prefix-length": 64 } ], "enabled": true }, "mac-address": "52:FC:9E:16:37:F0", "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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::c13:eff:fe9d:36f4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "0E:13:0E:9D:36:F4", "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 03 August 2022 15:44:36 +0000 (0:00:00.077) 0:00:36.482 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "ping": "pong" } META: role_complete for /cache/rhel-8.qcow2 TASK [Get the route configuration] ********************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:113 Wednesday 03 August 2022 15:44:36 +0000 (0:00:00.434) 0:00:36.916 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "nmstatectl", "show" ], "delta": "0:00:00.411140", "end": "2022-08-03 11:44:36.562522", "rc": 0, "start": "2022-08-03 11:44:36.151382" } STDOUT: --- dns-resolver: config: {} running: search: [] server: - 10.0.2.3 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: 103 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: fec0::/64 metric: 256 next-hop-address: '::' next-hop-interface: eth0 table-id: 254 - destination: ::/0 metric: 1024 next-hop-address: fe80::2 next-hop-interface: eth0 table-id: 254 - destination: 0.0.0.0/0 metric: 100 next-hop-address: 10.0.2.2 next-hop-interface: eth0 table-id: 254 - destination: 10.0.2.0/24 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: 103 next-hop-address: 0.0.0.0 next-hop-interface: ethtest0 table-id: 254 - destination: 192.168.122.0/24 metric: 104 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 ethernet: auto-negotiation: false ethtool: feature: rx-gro: true rx-gro-list: false rx-udp-gro-forwarding: false tx-generic-segmentation: false tx-nocache-copy: false ring: rx: 256 tx: 256 ipv4: enabled: true address: - ip: 10.0.2.15 prefix-length: 24 auto-dns: true auto-gateway: true auto-route-table-id: 0 auto-routes: true dhcp: true ipv6: enabled: true address: - ip: fe80::5054:ff:fe12:3456 prefix-length: 64 - ip: fec0::5054:ff:fe12:3456 prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: '52:54:00:12:34:56' mtu: 1500 - name: ethtest0 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-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::bcf1:e8ff:fe3b:b7d4 prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: BE:F1:E8:3B:B7:D4 mtu: 1500 veth: peer: peerethtest0 - name: ethtest1 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true ipv4: enabled: true address: - ip: 192.168.122.88 prefix-length: 24 dhcp: false ipv6: enabled: true address: - ip: fe80::60b2:c9ff:fec6:56fb 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:B2:C9:C6:56:FB mtu: 1500 veth: peer: peerethtest1 - name: lo type: unknown state: up accept-all-mac-addresses: false ethtool: feature: rx-gro: true rx-gro-list: false rx-udp-gro-forwarding: false tx-generic-segmentation: true tx-gso-list: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-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-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true ipv4: enabled: false address: [] ipv6: enabled: true address: - ip: fe80::50fc:9eff:fe16:37f0 prefix-length: 64 mac-address: 52:FC:9E:16:37:F0 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-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true ipv4: enabled: false address: [] ipv6: enabled: true address: - ip: fe80::c13:eff:fe9d:36f4 prefix-length: 64 mac-address: 0E:13:0E:9D:36:F4 mtu: 1500 veth: peer: ethtest1 STDERR: 2022-08-03 11:44:36,494 root DEBUG NetworkManager version 1.36.0 2022-08-03 11:44:36,495 root DEBUG Async action: Retrieve applied config: ethernet eth0 started 2022-08-03 11:44:36,495 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 started 2022-08-03 11:44:36,495 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 started 2022-08-03 11:44:36,497 root DEBUG Async action: Retrieve applied config: ethernet eth0 finished 2022-08-03 11:44:36,497 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 finished 2022-08-03 11:44:36,498 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 finished 2022-08-03 11:44:36,499 root DEBUG Interface ethernet.eth0 found. Merging the interface information. 2022-08-03 11:44:36,500 root DEBUG Interface ethernet.ethtest0 found. Merging the interface information. 2022-08-03 11:44:36,500 root DEBUG Interface ethernet.ethtest1 found. Merging the interface information. TASK [Assert that the route configuration contains the specified route] ******** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:119 Wednesday 03 August 2022 15:44:37 +0000 (0:00:00.845) 0:00:37.761 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [Set the DNS processing mode and the resolv.conf management mode] ********* task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:129 Wednesday 03 August 2022 15:44:37 +0000 (0:00:00.069) 0:00:37.831 ****** changed: [/cache/rhel-8.qcow2] => { "backup": "", "changed": true } MSG: line added TASK [Restart the NetworkManager] ********************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:135 Wednesday 03 August 2022 15:44:38 +0000 (0:00:00.495) 0:00:38.327 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "name": "NetworkManager", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2022-08-03 11:20:39 EDT", "ActiveEnterTimestampMonotonic": "115565531", "ActiveExitTimestamp": "Wed 2022-08-03 11:20:39 EDT", "ActiveExitTimestampMonotonic": "115509069", "ActiveState": "active", "After": "systemd-journald.socket basic.target dbus.service sysinit.target cloud-init-local.service network-pre.target dbus.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2022-08-03 11:20:39 EDT", "AssertTimestampMonotonic": "115543230", "Before": "multi-user.target NetworkManager-wait-online.service network.target network.service shutdown.target cloud-init.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_dac_override cap_kill cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_sys_module cap_sys_chroot cap_audit_write", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2022-08-03 11:20:39 EDT", "ConditionTimestampMonotonic": "115543229", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "man:NetworkManager(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "24997", "ExecMainStartTimestamp": "Wed 2022-08-03 11:20:39 EDT", "ExecMainStartTimestampMonotonic": "115544127", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Wed 2022-08-03 11:20:39 EDT", "InactiveEnterTimestampMonotonic": "115542361", "InactiveExitTimestamp": "Wed 2022-08-03 11:20:39 EDT", "InactiveExitTimestampMonotonic": "115544187", "InvocationID": "b893330e038742dc853ee1b36e79cbb0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "65536", "LimitNOFILESoft": "65536", "LimitNPROC": "6971", "LimitNPROCSoft": "6971", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "6971", "LimitSIGPENDINGSoft": "6971", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "24997", "MemoryAccounting": "yes", "MemoryCurrent": "5402624", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "read-only", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Wed 2022-08-03 11:20:39 EDT", "StateChangeTimestampMonotonic": "115565531", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "11153", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogTimestamp": "Wed 2022-08-03 11:20:39 EDT", "WatchdogTimestampMonotonic": "115565530", "WatchdogUSec": "0" } } TASK [Install the systemd-resolved] ******************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:140 Wednesday 03 August 2022 15:44:38 +0000 (0:00:00.619) 0:00:38.946 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable the systemd-resolved service] ************************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:147 Wednesday 03 August 2022 15:44:38 +0000 (0:00:00.050) 0:00:38.997 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "enabled": true, "name": "systemd-resolved", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket systemd-networkd.service -.mount systemd-tmpfiles-setup.service tmp.mount system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "cap_setpcap cap_net_bind_service cap_net_raw", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network.target nss-lookup.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_setpcap cap_net_bind_service cap_net_raw", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Network Name Resolution", "DevicePolicy": "closed", "Documentation": "man:systemd-resolved.service(8) https://www.freedesktop.org/wiki/Software/systemd/resolved https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-resolved ; argv[]=/usr/lib/systemd/systemd-resolved ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/systemd-resolved.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "systemd-resolved.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "6971", "LimitNPROCSoft": "6971", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "6971", "LimitSIGPENDINGSoft": "6971", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "systemd-resolved.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "yes", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectKernelModules": "yes", "ProtectKernelTunables": "yes", "ProtectSystem": "strict", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice -.mount", "RequiresMountsFor": "/run/systemd/resolve /var/tmp", "Restart": "always", "RestartUSec": "0", "RestrictNamespaces": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectory": "systemd/resolve", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "yes", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl bind brk capget capset chdir chmod chown chown32 clock_getres clock_gettime clock_nanosleep clone close connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat fadvise64 fadvise64_64 fallocate fchdir fchmod fchmodat fchown fchown32 fchownat fcntl fcntl64 fdatasync fgetxattr flistxattr flock fork fremovexattr fsetxattr fstat fstat64 fstatat64 fstatfs fstatfs64 fsync ftruncate ftruncate64 futex futimesat get_mempolicy get_robust_list get_thread_area getcpu getcwd getdents getdents64 getegid getegid32 geteuid geteuid32 getgid getgid32 getgroups getgroups32 getitimer getpeername getpgid getpgrp getpid getppid getpriority getrandom getresgid getresgid32 getresuid getresuid32 getrlimit getrusage getsid getsockname getsockopt gettid gettimeofday getuid getuid32 getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch io_cancel io_destroy io_getevents io_setup io_submit ioctl ioprio_get ioprio_set ipc kcmp keyctl kill lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mincore mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedsend mq_unlink mremap msgctl msgget msgrcv msgsnd msync munlock munlockall munmap name_to_handle_at nanosleep newfstatat nice oldfstat oldlstat oldolduname oldstat olduname open openat pause personality pipe pipe2 poll ppoll prctl pread64 preadv preadv2 prlimit64 process_vm_readv process_vm_writev pselect6 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall rmdir rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield select semctl semget semop semtimedop send sendfile sendfile64 sendmmsg sendmsg sendto set_mempolicy set_robust_list set_thread_area set_tid_address set_tls setfsgid setfsgid32 setfsuid setfsuid32 setgid setgid32 setgroups setgroups32 setitimer setns setpgid setpriority setregid setregid32 setresgid setresgid32 setresuid setresuid32 setreuid setreuid32 setrlimit setsid setsockopt setuid setuid32 setxattr shmat shmctl shmdt shmget shutdown sigaction sigaltstack signal signalfd signalfd4 sigpending sigprocmask sigreturn sigsuspend socket socketcall socketpair splice stat stat64 statfs statfs64 statx symlink symlinkat sync sync_file_range syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_settime timerfd_create timerfd_gettime timerfd_settime times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "11153", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "systemd-resolve", "UtmpMode": "init", "Wants": "nss-lookup.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "3min" } } TASK [linux-system-roles.network : Ensure ansible_facts used by role] ********** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:4 Wednesday 03 August 2022 15:44:39 +0000 (0:00:00.658) 0:00:39.656 ****** included: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/rhel-8.qcow2 TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 Wednesday 03 August 2022 15:44:39 +0000 (0:00:00.081) 0:00:39.737 ****** ok: [/cache/rhel-8.qcow2] => { "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 services are running] *********** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Wednesday 03 August 2022 15:44:40 +0000 (0:00:00.573) 0:00:40.311 ****** ok: [/cache/rhel-8.qcow2] => { "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Wednesday 03 August 2022 15:44:42 +0000 (0:00:02.589) 0:00:42.901 ****** ok: [/cache/rhel-8.qcow2] => { "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:7 Wednesday 03 August 2022 15:44:44 +0000 (0:00:01.195) 0:00:44.096 ****** ok: [/cache/rhel-8.qcow2] => {} 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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:11 Wednesday 03 August 2022 15:44:44 +0000 (0:00:00.106) 0:00:44.203 ****** skipping: [/cache/rhel-8.qcow2] => { "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:19 Wednesday 03 August 2022 15:44:44 +0000 (0:00:00.099) 0:00:44.302 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install packages] *************************** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:30 Wednesday 03 August 2022 15:44:44 +0000 (0:00:00.061) 0:00:44.363 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:38 Wednesday 03 August 2022 15:44:44 +0000 (0:00:00.081) 0:00:44.445 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:51 Wednesday 03 August 2022 15:44:45 +0000 (0:00:01.530) 0:00:45.976 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:65 Wednesday 03 August 2022 15:44:45 +0000 (0:00:00.059) 0:00:46.036 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable and start NetworkManager] ************ task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:79 Wednesday 03 August 2022 15:44:46 +0000 (0:00:00.062) 0:00:46.098 ****** ok: [/cache/rhel-8.qcow2] => { "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:90 Wednesday 03 August 2022 15:44:46 +0000 (0:00:00.571) 0:00:46.670 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Enable network service] ********************* task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:99 Wednesday 03 August 2022 15:44:46 +0000 (0:00:00.058) 0:00:46.728 ****** skipping: [/cache/rhel-8.qcow2] => { "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:107 Wednesday 03 August 2022 15:44:46 +0000 (0:00:00.111) 0:00:46.840 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [linux-system-roles.network : Configure networking connection profiles] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:116 Wednesday 03 August 2022 15:44:46 +0000 (0:00:00.055) 0:00:46.895 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network ok: [/cache/rhel-8.qcow2] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [linux-system-roles.network : Configure networking state] ***************** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:128 Wednesday 03 August 2022 15:44:47 +0000 (0:00:00.551) 0:00:47.447 ****** redirecting (type: action) ansible.builtin.network to ansible.netcommon.network changed: [/cache/rhel-8.qcow2] => { "changed": true, "state": { "dns-resolver": { "config": { "search": [ "example.com", "example.org" ], "server": [ "2001:4860:4860::8888" ] } }, "interfaces": [ { "_permanent_mac_address": "52:54:00:12:34:56", "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "tx": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-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::bcf1:e8ff:fe3b:b7d4", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "BE:F1:E8:3B:B7:D4", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::60b2:c9ff:fec6:56fb", "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:B2:C9:C6:56:FB", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::50fc:9eff:fe16:37f0", "prefix-length": 64 } ], "enabled": true }, "mac-address": "52:FC:9E:16:37:F0", "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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::c13:eff:fe9d:36f4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "0E:13:0E:9D:36:F4", "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:134 Wednesday 03 August 2022 15:44:48 +0000 (0:00:00.764) 0:00:48.212 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [linux-system-roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:138 Wednesday 03 August 2022 15:44:48 +0000 (0:00:00.069) 0:00:48.281 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:143 Wednesday 03 August 2022 15:44:48 +0000 (0:00:00.066) 0:00:48.348 ****** ok: [/cache/rhel-8.qcow2] => { "__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": "52:54:00:12:34:56", "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "tx": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-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::bcf1:e8ff:fe3b:b7d4", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "BE:F1:E8:3B:B7:D4", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::60b2:c9ff:fec6:56fb", "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:B2:C9:C6:56:FB", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::50fc:9eff:fe16:37f0", "prefix-length": 64 } ], "enabled": true }, "mac-address": "52:FC:9E:16:37:F0", "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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::c13:eff:fe9d:36f4", "prefix-length": 64 } ], "enabled": true }, "mac-address": "0E:13:0E:9D:36:F4", "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: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:149 Wednesday 03 August 2022 15:44:48 +0000 (0:00:00.080) 0:00:48.428 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "ping": "pong" } META: role_complete for /cache/rhel-8.qcow2 TASK [Get the DNS configuration from nmstatectl] ******************************* task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:165 Wednesday 03 August 2022 15:44:48 +0000 (0:00:00.463) 0:00:48.891 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "nmstatectl", "show" ], "delta": "0:00:00.424614", "end": "2022-08-03 11:44:48.554274", "rc": 0, "start": "2022-08-03 11:44:48.129660" } 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 - 10.0.2.3 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: 103 next-hop-address: '::' next-hop-interface: ethtest0 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: 256 next-hop-address: '::' next-hop-interface: eth0 table-id: 254 - destination: fe80::/64 metric: 1024 next-hop-address: '::' next-hop-interface: ethtest0 table-id: 254 - destination: fe80::/64 metric: 1024 next-hop-address: '::' next-hop-interface: ethtest1 table-id: 254 - destination: fec0::/64 metric: 256 next-hop-address: '::' next-hop-interface: eth0 table-id: 254 - destination: ::/0 metric: 1024 next-hop-address: fe80::2 next-hop-interface: eth0 table-id: 254 - destination: 0.0.0.0/0 metric: 100 next-hop-address: 10.0.2.2 next-hop-interface: eth0 table-id: 254 - destination: 10.0.2.0/24 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: 103 next-hop-address: 0.0.0.0 next-hop-interface: ethtest0 table-id: 254 - destination: 192.168.122.0/24 metric: 104 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 ethernet: auto-negotiation: false ethtool: feature: rx-gro: true rx-gro-list: false rx-udp-gro-forwarding: false tx-generic-segmentation: false tx-nocache-copy: false ring: rx: 256 tx: 256 ipv4: enabled: true address: - ip: 10.0.2.15 prefix-length: 24 auto-dns: true auto-gateway: true auto-route-table-id: 0 auto-routes: true dhcp: true ipv6: enabled: true address: - ip: fe80::5054:ff:fe12:3456 prefix-length: 64 - ip: fec0::5054:ff:fe12:3456 prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: '52:54:00:12:34:56' mtu: 1500 - name: ethtest0 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-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::bcf1:e8ff:fe3b:b7d4 prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: BE:F1:E8:3B:B7:D4 mtu: 1500 veth: peer: peerethtest0 - name: ethtest1 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true ipv4: enabled: true address: - ip: 192.168.122.88 prefix-length: 24 dhcp: false ipv6: enabled: true address: - ip: fe80::60b2:c9ff:fec6:56fb 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:B2:C9:C6:56:FB mtu: 1500 veth: peer: peerethtest1 - name: lo type: unknown state: up accept-all-mac-addresses: false ethtool: feature: rx-gro: true rx-gro-list: false rx-udp-gro-forwarding: false tx-generic-segmentation: true tx-gso-list: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-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-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true ipv4: enabled: false address: [] ipv6: enabled: true address: - ip: fe80::50fc:9eff:fe16:37f0 prefix-length: 64 mac-address: 52:FC:9E:16:37:F0 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-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true ipv4: enabled: false address: [] ipv6: enabled: true address: - ip: fe80::c13:eff:fe9d:36f4 prefix-length: 64 mac-address: 0E:13:0E:9D:36:F4 mtu: 1500 veth: peer: ethtest1 STDERR: 2022-08-03 11:44:48,483 root DEBUG NetworkManager version 1.36.0 2022-08-03 11:44:48,484 root DEBUG Async action: Retrieve applied config: ethernet eth0 started 2022-08-03 11:44:48,485 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 started 2022-08-03 11:44:48,485 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 started 2022-08-03 11:44:48,486 root DEBUG Async action: Retrieve applied config: ethernet eth0 finished 2022-08-03 11:44:48,486 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 finished 2022-08-03 11:44:48,487 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 finished 2022-08-03 11:44:48,488 root DEBUG Interface ethernet.eth0 found. Merging the interface information. 2022-08-03 11:44:48,489 root DEBUG Interface ethernet.ethtest0 found. Merging the interface information. 2022-08-03 11:44:48,489 root DEBUG Interface ethernet.ethtest1 found. Merging the interface information. TASK [Get the DNS configuration from the file `/etc/resolv.conf`] ************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:171 Wednesday 03 August 2022 15:44:49 +0000 (0:00:00.830) 0:00:49.722 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "cat", "/etc/resolv.conf" ], "delta": "0:00:00.002971", "end": "2022-08-03 11:44:48.952170", "rc": 0, "start": "2022-08-03 11:44:48.949199" } STDOUT: # Generated by NetworkManager search virt.pnr.lab.eng.rdu2.redhat.com nameserver 10.0.2.3 TASK [Check if `/etc/resolv.conf` is generated by NM] ************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:177 Wednesday 03 August 2022 15:44:50 +0000 (0:00:00.393) 0:00:50.115 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "grep", "Generated by NetworkManager", "/etc/resolv.conf" ], "delta": "0:00:00.002807", "end": "2022-08-03 11:44:49.350447", "rc": 0, "start": "2022-08-03 11:44:49.347640" } STDOUT: # Generated by NetworkManager TASK [Assert that the nmstatectl contains the specified DNS configuration] ***** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:183 Wednesday 03 August 2022 15:44:50 +0000 (0:00:00.397) 0:00:50.512 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [Assert that the file `/etc/resolv.conf` does not contain the specified DNS configuration] *** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:191 Wednesday 03 August 2022 15:44:50 +0000 (0:00:00.066) 0:00:50.578 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [** TEST check resolvectl] ************************************************ task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:202 Wednesday 03 August 2022 15:44:50 +0000 (0:00:00.061) 0:00:50.640 ****** ok: [/cache/rhel-8.qcow2] => { "attempts": 1, "changed": false, "cmd": [ "resolvectl" ], "delta": "0:00:00.140061", "end": "2022-08-03 11:44:50.012326", "rc": 0, "start": "2022-08-03 11:44:49.872265" } STDOUT: Global LLMNR setting: yes MulticastDNS setting: yes DNSOverTLS setting: no DNSSEC setting: allow-downgrade DNSSEC supported: yes Current DNS Server: 10.0.2.3 DNS Servers: 10.0.2.3 DNS Domain: virt.pnr.lab.eng.rdu2.redhat.com DNSSEC NTA: 10.in-addr.arpa 16.172.in-addr.arpa 168.192.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa corp d.f.ip6.arpa home internal intranet lan local private test Link 104 (ethtest1) Current Scopes: DNS LLMNR/IPv4 LLMNR/IPv6 LLMNR setting: yes MulticastDNS setting: no DNSOverTLS setting: no DNSSEC setting: allow-downgrade DNSSEC supported: yes DNS Servers: 2001:4860:4860::8888 DNS Domain: example.com example.org Link 103 (peerethtest1) Current Scopes: LLMNR/IPv6 LLMNR setting: yes MulticastDNS setting: no DNSOverTLS setting: no DNSSEC setting: allow-downgrade DNSSEC supported: yes Link 102 (ethtest0) Current Scopes: LLMNR/IPv4 LLMNR/IPv6 LLMNR setting: yes MulticastDNS setting: no DNSOverTLS setting: no DNSSEC setting: allow-downgrade DNSSEC supported: yes Link 101 (peerethtest0) Current Scopes: LLMNR/IPv6 LLMNR setting: yes MulticastDNS setting: no DNSOverTLS setting: no DNSSEC setting: allow-downgrade DNSSEC supported: yes Link 2 (eth0) Current Scopes: DNS LLMNR/IPv4 LLMNR/IPv6 LLMNR setting: yes MulticastDNS setting: no DNSOverTLS setting: no DNSSEC setting: allow-downgrade DNSSEC supported: yes DNS Servers: 10.0.2.3 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:210 Wednesday 03 August 2022 15:44:51 +0000 (0:00:00.575) 0:00:51.215 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/delete_interface.yml for /cache/rhel-8.qcow2 TASK [remove test interface if necessary] ************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/delete_interface.yml:3 Wednesday 03 August 2022 15:44:51 +0000 (0:00:00.088) 0:00:51.303 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest1" ], "delta": "0:00:00.014559", "end": "2022-08-03 11:44:50.551319", "rc": 0, "start": "2022-08-03 11:44:50.536760" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:211 Wednesday 03 August 2022 15:44:51 +0000 (0:00:00.414) 0:00:51.718 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/assert_device_absent.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 15:44:51 +0000 (0:00:00.093) 0:00:51.812 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface ethtest1] ***************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:44:51 +0000 (0:00:00.073) 0:00:51.885 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface ethtest1 is absent] ******************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 15:44:52 +0000 (0:00:00.393) 0:00:52.279 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [set interface=ethtest0] ************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:212 Wednesday 03 August 2022 15:44:52 +0000 (0:00:00.061) 0:00:52.341 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:216 Wednesday 03 August 2022 15:44:52 +0000 (0:00:00.060) 0:00:52.401 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/delete_interface.yml for /cache/rhel-8.qcow2 TASK [remove test interface if necessary] ************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/delete_interface.yml:3 Wednesday 03 August 2022 15:44:52 +0000 (0:00:00.158) 0:00:52.560 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest0" ], "delta": "0:00:00.009035", "end": "2022-08-03 11:44:51.806326", "rc": 0, "start": "2022-08-03 11:44:51.797291" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:217 Wednesday 03 August 2022 15:44:52 +0000 (0:00:00.412) 0:00:52.973 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/assert_device_absent.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 15:44:52 +0000 (0:00:00.092) 0:00:53.066 ****** included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface ethtest0] ***************************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:44:53 +0000 (0:00:00.074) 0:00:53.140 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface ethtest0 is absent] ******************************** task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 15:44:53 +0000 (0:00:00.394) 0:00:53.535 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=117 changed=13 unreachable=0 failed=0 skipped=42 rescued=0 ignored=0 Wednesday 03 August 2022 15:44:53 +0000 (0:00:00.085) 0:00:53.620 ****** =============================================================================== linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 2.74s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:38 ----- linux-system-roles.network : Check which services are running ----------- 2.59s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Install iproute --------------------------------------------------------- 1.79s /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:15 ----------- linux-system-roles.network : Check which services are running ----------- 1.75s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 linux-system-roles.network : Check which services are running ----------- 1.59s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 1.53s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:38 ----- linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 1.44s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:38 ----- Install iproute --------------------------------------------------------- 1.38s /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:15 ----------- linux-system-roles.network : Check which packages are installed --------- 1.38s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 set up internal repositories -------------------------------------------- 1.27s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- linux-system-roles.network : Check which packages are installed --------- 1.22s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 linux-system-roles.network : Check which packages are installed --------- 1.20s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Create veth interface ethtest0 ------------------------------------------ 1.14s /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:21 ----------- Create veth interface ethtest1 ------------------------------------------ 1.10s /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:21 ----------- Gathering Facts --------------------------------------------------------- 1.04s /tmp/tmpd6fsfezc/tests/tests_network_state_nm.yml:5 --------------------------- linux-system-roles.network : Configure networking state ----------------- 0.96s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:128 ---- Gathering Facts --------------------------------------------------------- 0.88s /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:3 -------------------- Get the route configuration --------------------------------------------- 0.85s /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:113 ------------------ Gathering Facts --------------------------------------------------------- 0.84s /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:5 -------------------- Get the DNS configuration from nmstatectl ------------------------------- 0.83s /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:165 ------------------ PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmpd6fsfezc/tests/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmpd6fsfezc/tests/_restore.yml:4 Wednesday 03 August 2022 15:44:53 +0000 (0:00:00.046) 0:00:53.667 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.006719", "end": "2022-08-03 11:44:52.900440", "rc": 0, "start": "2022-08-03 11:44:52.893721" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=118 changed=14 unreachable=0 failed=0 skipped=42 rescued=0 ignored=0 Wednesday 03 August 2022 15:44:54 +0000 (0:00:00.477) 0:00:54.144 ****** =============================================================================== linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 2.74s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:38 ----- linux-system-roles.network : Check which services are running ----------- 2.59s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 Install iproute --------------------------------------------------------- 1.79s /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:15 ----------- linux-system-roles.network : Check which services are running ----------- 1.75s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 linux-system-roles.network : Check which services are running ----------- 1.59s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 1.53s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:38 ----- linux-system-roles.network : Install NetworkManager and nmstate when using network_state variable --- 1.44s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:38 ----- Install iproute --------------------------------------------------------- 1.38s /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:15 ----------- linux-system-roles.network : Check which packages are installed --------- 1.38s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 set up internal repositories -------------------------------------------- 1.27s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- linux-system-roles.network : Check which packages are installed --------- 1.22s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 linux-system-roles.network : Check which packages are installed --------- 1.20s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 Create veth interface ethtest0 ------------------------------------------ 1.14s /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:21 ----------- Create veth interface ethtest1 ------------------------------------------ 1.10s /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:21 ----------- Gathering Facts --------------------------------------------------------- 1.04s /tmp/tmpd6fsfezc/tests/tests_network_state_nm.yml:5 --------------------------- linux-system-roles.network : Configure networking state ----------------- 0.96s /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:128 ---- Gathering Facts --------------------------------------------------------- 0.88s /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:3 -------------------- Get the route configuration --------------------------------------------- 0.85s /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:113 ------------------ Gathering Facts --------------------------------------------------------- 0.84s /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:5 -------------------- Get the DNS configuration from nmstatectl ------------------------------- 0.83s /tmp/tmpd6fsfezc/tests/playbooks/tests_network_state.yml:165 ------------------ ansible-playbook [core 2.12.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /tmp/tmpcwsggv7g executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: rhel-8_setup.yml ***************************************************** 1 plays in /cache/rhel-8_setup.yml PLAY [Setup repos] ************************************************************* META: ran handlers TASK [set up internal repositories] ******************************************** task path: /cache/rhel-8_setup.yml:5 Wednesday 03 August 2022 16:20:36 +0000 (0:00:00.017) 0:00:00.017 ****** ok: [/cache/rhel-8.qcow2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [/cache/rhel-8.qcow2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [/cache/rhel-8.qcow2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 16:20:37 +0000 (0:00:01.289) 0:00:01.307 ****** =============================================================================== set up internal repositories -------------------------------------------- 1.29s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- PLAYBOOK: _backup.yml ********************************************************** 1 plays in /tmp/tmpzotb0bdj/tests/network/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmpzotb0bdj/tests/network/_backup.yml:6 Wednesday 03 August 2022 16:20:37 +0000 (0:00:00.014) 0:00:01.321 ****** ok: [/cache/rhel-8.qcow2] => (item=/etc/resolv.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659543635.5815845, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659543634.5795844, "dev": 64515, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 752168, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659542132.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "3731249169", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmpzotb0bdj/tests/network/_backup.yml:13 Wednesday 03 August 2022 16:20:37 +0000 (0:00:00.480) 0:00:01.802 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/rhel-8.qcow2] => (item={'changed': False, 'stat': {'exists': True, 'path': '/etc/resolv.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 90, 'inode': 752168, 'dev': 64515, 'nlink': 1, 'atime': 1659543635.5815845, 'mtime': 1659542132.0, 'ctime': 1659543634.5795844, 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': True, 'xgrp': False, 'woth': False, 'roth': True, 'xoth': False, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'pw_name': 'root', 'gr_name': 'root', 'checksum': 'fba82b5b78ea37322e584bf452f6f8e163f0869b', 'mimetype': 'text/plain', 'charset': 'us-ascii', 'version': '3731249169', 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/etc/resolv.conf', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'failed': False, 'item': '/etc/resolv.conf', 'ansible_loop_var': 'item'}) => { "ansible_facts": { "_existing_files": " /etc/resolv.conf" }, "ansible_loop_var": "item", "changed": false, "item": { "ansible_loop_var": "item", "changed": false, "failed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/resolv.conf" } }, "item": "/etc/resolv.conf", "stat": { "atime": 1659543635.5815845, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659543634.5795844, "dev": 64515, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 752168, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659542132.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "3731249169", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } } TASK [Back up system files] **************************************************** task path: /tmp/tmpzotb0bdj/tests/network/_backup.yml:19 Wednesday 03 August 2022 16:20:37 +0000 (0:00:00.037) 0:00:01.839 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.004228", "end": "2022-08-03 12:20:37.508408", "rc": 0, "start": "2022-08-03 12:20:37.504180" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=4 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 16:20:38 +0000 (0:00:00.456) 0:00:02.296 ****** =============================================================================== set up internal repositories -------------------------------------------- 1.29s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- Get stats of system files ----------------------------------------------- 0.48s /tmp/tmpzotb0bdj/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.46s /tmp/tmpzotb0bdj/tests/network/_backup.yml:19 --------------------------------- Check if system files exist --------------------------------------------- 0.04s /tmp/tmpzotb0bdj/tests/network/_backup.yml:13 --------------------------------- PLAYBOOK: tests_network_state_nm.yml ******************************************* 3 plays in /tmp/tmpzotb0bdj/tests/network/tests_network_state_nm.yml PLAY [Run playbook 'playbooks/tests_network_state.yml' with nm as provider] **** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tests_network_state_nm.yml:5 Wednesday 03 August 2022 16:20:38 +0000 (0:00:00.070) 0:00:02.366 ****** ok: [/cache/rhel-8.qcow2] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tests_network_state_nm.yml:8 Wednesday 03 August 2022 16:20:39 +0000 (0:00:01.027) 0:00:03.394 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml for /cache/rhel-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:20:39 +0000 (0:00:00.024) 0:00:03.419 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:20:39 +0000 (0:00:00.019) 0:00:03.438 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml for /cache/rhel-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:20:39 +0000 (0:00:00.026) 0:00:03.465 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:20:39 +0000 (0:00:00.363) 0:00:03.828 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:20:39 +0000 (0:00:00.023) 0:00:03.851 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.416364", "end": "2022-08-03 12:20:39.842097", "rc": 0, "start": "2022-08-03 12:20:39.425733" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:20:40 +0000 (0:00:00.776) 0:00:04.628 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Set network provider to 'nm'] ******************************************** task path: /tmp/tmpzotb0bdj/tests/network/tests_network_state_nm.yml:9 Wednesday 03 August 2022 16:20:40 +0000 (0:00:00.020) 0:00:04.648 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "network_provider": "nm" }, "changed": false } META: ran handlers META: ran handlers PLAY [all] ********************************************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:3 Wednesday 03 August 2022 16:20:40 +0000 (0:00:00.074) 0:00:04.723 ****** ok: [/cache/rhel-8.qcow2] META: ran handlers META: ran handlers META: ran handlers PLAY [Test configuring ethernet devices] *************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:5 Wednesday 03 August 2022 16:20:41 +0000 (0:00:00.824) 0:00:05.547 ****** ok: [/cache/rhel-8.qcow2] META: ran handlers TASK [set type=veth and interface=ethtest0] ************************************ task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:14 Wednesday 03 August 2022 16:20:42 +0000 (0:00:00.821) 0:00:06.369 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:18 Wednesday 03 August 2022 16:20:42 +0000 (0:00:00.087) 0:00:06.456 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:20:42 +0000 (0:00:00.087) 0:00:06.544 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:20:42 +0000 (0:00:00.045) 0:00:06.590 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003107", "end": "2022-08-03 12:20:42.198421", "rc": 0, "start": "2022-08-03 12:20:42.195314" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:20:43 +0000 (0:00:00.396) 0:00:06.986 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:20:43 +0000 (0:00:00.048) 0:00:07.035 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:19 Wednesday 03 August 2022 16:20:43 +0000 (0:00:00.047) 0:00:07.082 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml for /cache/rhel-8.qcow2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:20:43 +0000 (0:00:00.062) 0:00:07.145 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:20:43 +0000 (0:00:00.036) 0:00:07.181 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:20:43 +0000 (0:00:00.038) 0:00:07.220 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:20:43 +0000 (0:00:00.045) 0:00:07.266 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:20:43 +0000 (0:00:00.044) 0:00:07.311 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003175", "end": "2022-08-03 12:20:42.901083", "rc": 0, "start": "2022-08-03 12:20:42.897908" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:20:43 +0000 (0:00:00.375) 0:00:07.687 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:20:43 +0000 (0:00:00.042) 0:00:07.729 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:20:43 +0000 (0:00:00.046) 0:00:07.776 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface ethtest0] ****************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:20:45 +0000 (0:00:01.811) 0:00:09.587 ****** changed: [/cache/rhel-8.qcow2] => (item=ip link add ethtest0 type veth peer name peerethtest0) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "add", "ethtest0", "type", "veth", "peer", "name", "peerethtest0" ], "delta": "0:00:00.006072", "end": "2022-08-03 12:20:45.196714", "item": "ip link add ethtest0 type veth peer name peerethtest0", "rc": 0, "start": "2022-08-03 12:20:45.190642" } changed: [/cache/rhel-8.qcow2] => (item=ip link set peerethtest0 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peerethtest0", "up" ], "delta": "0:00:00.009081", "end": "2022-08-03 12:20:45.578511", "item": "ip link set peerethtest0 up", "rc": 0, "start": "2022-08-03 12:20:45.569430" } changed: [/cache/rhel-8.qcow2] => (item=ip link set ethtest0 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "ethtest0", "up" ], "delta": "0:00:00.005674", "end": "2022-08-03 12:20:45.942346", "item": "ip link set ethtest0 up", "rc": 0, "start": "2022-08-03 12:20:45.936672" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:20:46 +0000 (0:00:01.143) 0:00:10.731 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "nmcli", "d", "set", "ethtest0", "managed", "true" ], "delta": "0:00:00.019856", "end": "2022-08-03 12:20:46.347002", "rc": 0, "start": "2022-08-03 12:20:46.327146" } TASK [Delete veth interface ethtest0] ****************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:20:47 +0000 (0:00:00.404) 0:00:11.135 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest0] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:20:47 +0000 (0:00:00.035) 0:00:11.171 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest0] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:20:47 +0000 (0:00:00.037) 0:00:11.208 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest0] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:20:47 +0000 (0:00:00.037) 0:00:11.245 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest0] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:20:47 +0000 (0:00:00.036) 0:00:11.281 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:22 Wednesday 03 August 2022 16:20:47 +0000 (0:00:00.036) 0:00:11.318 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/assert_device_present.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 16:20:47 +0000 (0:00:00.061) 0:00:11.380 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface ethtest0] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:20:47 +0000 (0:00:00.043) 0:00:11.423 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "atime": 1659543645.1947434, "block_size": 4096, "blocks": 0, "ctime": 1659543645.1947434, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 35951, "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": 1659543645.1947434, "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 interface ethtest0 is present] ******************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 16:20:47 +0000 (0:00:00.380) 0:00:11.804 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [set type=veth and interface=ethtest1] ************************************ task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:23 Wednesday 03 August 2022 16:20:47 +0000 (0:00:00.049) 0:00:11.853 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "interface": "ethtest1", "type": "veth" }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:27 Wednesday 03 August 2022 16:20:48 +0000 (0:00:00.047) 0:00:11.901 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:20:48 +0000 (0:00:00.059) 0:00:11.960 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:20:48 +0000 (0:00:00.041) 0:00:12.002 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003102", "end": "2022-08-03 12:20:47.597020", "rc": 0, "start": "2022-08-03 12:20:47.593918" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:20:48 +0000 (0:00:00.381) 0:00:12.383 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:20:48 +0000 (0:00:00.074) 0:00:12.458 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:28 Wednesday 03 August 2022 16:20:48 +0000 (0:00:00.073) 0:00:12.532 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml for /cache/rhel-8.qcow2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:20:48 +0000 (0:00:00.109) 0:00:12.641 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:20:48 +0000 (0:00:00.037) 0:00:12.679 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:20:48 +0000 (0:00:00.036) 0:00:12.716 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:20:48 +0000 (0:00:00.046) 0:00:12.762 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:20:48 +0000 (0:00:00.044) 0:00:12.806 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002969", "end": "2022-08-03 12:20:48.398123", "rc": 0, "start": "2022-08-03 12:20:48.395154" } STDOUT: bonding_masters eth0 ethtest0 lo peerethtest0 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:20:49 +0000 (0:00:00.376) 0:00:13.182 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "ethtest0", "lo", "peerethtest0" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:20:49 +0000 (0:00:00.047) 0:00:13.230 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'ethtest0', 'lo', 'peerethtest0'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:20:49 +0000 (0:00:00.045) 0:00:13.276 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface ethtest1] ****************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:20:50 +0000 (0:00:01.400) 0:00:14.677 ****** changed: [/cache/rhel-8.qcow2] => (item=ip link add ethtest1 type veth peer name peerethtest1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "add", "ethtest1", "type", "veth", "peer", "name", "peerethtest1" ], "delta": "0:00:00.004978", "end": "2022-08-03 12:20:50.279657", "item": "ip link add ethtest1 type veth peer name peerethtest1", "rc": 0, "start": "2022-08-03 12:20:50.274679" } changed: [/cache/rhel-8.qcow2] => (item=ip link set peerethtest1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peerethtest1", "up" ], "delta": "0:00:00.008258", "end": "2022-08-03 12:20:50.640361", "item": "ip link set peerethtest1 up", "rc": 0, "start": "2022-08-03 12:20:50.632103" } changed: [/cache/rhel-8.qcow2] => (item=ip link set ethtest1 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "ethtest1", "up" ], "delta": "0:00:00.005084", "end": "2022-08-03 12:20:50.998074", "item": "ip link set ethtest1 up", "rc": 0, "start": "2022-08-03 12:20:50.992990" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:20:51 +0000 (0:00:01.109) 0:00:15.786 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "nmcli", "d", "set", "ethtest1", "managed", "true" ], "delta": "0:00:00.019414", "end": "2022-08-03 12:20:51.399562", "rc": 0, "start": "2022-08-03 12:20:51.380148" } TASK [Delete veth interface ethtest1] ****************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:20:52 +0000 (0:00:00.400) 0:00:16.187 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface ethtest1] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:20:52 +0000 (0:00:00.039) 0:00:16.227 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface ethtest1] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:20:52 +0000 (0:00:00.038) 0:00:16.265 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface ethtest1] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:20:52 +0000 (0:00:00.037) 0:00:16.303 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface ethtest1] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:20:52 +0000 (0:00:00.038) 0:00:16.341 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:31 Wednesday 03 August 2022 16:20:52 +0000 (0:00:00.037) 0:00:16.379 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/assert_device_present.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 16:20:52 +0000 (0:00:00.063) 0:00:16.442 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface ethtest1] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:20:52 +0000 (0:00:00.044) 0:00:16.487 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "atime": 1659543650.2785716, "block_size": 4096, "blocks": 0, "ctime": 1659543650.2785716, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36207, "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": 1659543650.2785716, "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 interface ethtest1 is present] ******************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 16:20:52 +0000 (0:00:00.390) 0:00:16.877 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 03 August 2022 16:20:53 +0000 (0:00:00.047) 0:00:16.925 ****** included: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/rhel-8.qcow2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 03 August 2022 16:20:53 +0000 (0:00:00.052) 0:00:16.977 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Wednesday 03 August 2022 16:20:53 +0000 (0:00:00.530) 0:00:17.508 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Wednesday 03 August 2022 16:20:55 +0000 (0:00:01.876) 0:00:19.385 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 03 August 2022 16:20:57 +0000 (0:00:01.542) 0:00:20.927 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 03 August 2022 16:20:57 +0000 (0:00:00.072) 0:00:20.999 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 03 August 2022 16:20:57 +0000 (0:00:00.062) 0:00:21.062 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 03 August 2022 16:20:57 +0000 (0:00:00.065) 0:00:21.127 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 03 August 2022 16:20:57 +0000 (0:00:00.086) 0:00:21.213 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "rc": 0, "results": [ "Installed: python3-nispor-1.2.3-1.el8.noarch", "Installed: nmstate-1.2.1-1.el8.x86_64", "Installed: nispor-1.2.3-1.el8.x86_64", "Installed: python3-libnmstate-1.2.1-1.el8.noarch", "Installed: python3-varlink-29.0.0-1.el8.noarch", "Installed: NetworkManager-config-server-1:1.36.0-4.el8.noarch" ] } TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Wednesday 03 August 2022 16:21:00 +0000 (0:00:02.685) 0:00:23.899 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Wednesday 03 August 2022 16:21:00 +0000 (0:00:00.105) 0:00:24.004 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Wednesday 03 August 2022 16:21:00 +0000 (0:00:00.062) 0:00:24.066 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Wednesday 03 August 2022 16:21:00 +0000 (0:00:00.810) 0:00:24.876 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Wednesday 03 August 2022 16:21:01 +0000 (0:00:00.065) 0:00:24.942 ****** skipping: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Wednesday 03 August 2022 16:21:01 +0000 (0:00:00.065) 0:00:25.007 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Wednesday 03 August 2022 16:21:01 +0000 (0:00:00.059) 0:00:25.067 ****** ok: [/cache/rhel-8.qcow2] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Wednesday 03 August 2022 16:21:01 +0000 (0:00:00.744) 0:00:25.811 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "52:54:00:12:34:56", "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "tx": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-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::985e:c6ff:fe99:d93a", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "9A:5E:C6:99:D9:3A", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::84d0:d2ff:fe8e:cae2", "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": "86:D0:D2:8E:CA:E2", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::6cf6:f2ff:fe3e:5d2a", "prefix-length": 64 } ], "enabled": true }, "mac-address": "6E:F6:F2:3E:5D:2A", "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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::3066:59ff:fe59:d498", "prefix-length": 64 } ], "enabled": true }, "mac-address": "32:66:59:59:D4:98", "mtu": 1500, "name": "peerethtest1", "state": "up", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [] } } } TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 03 August 2022 16:21:02 +0000 (0:00:00.964) 0:00:26.776 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Wednesday 03 August 2022 16:21:02 +0000 (0:00:00.067) 0:00:26.843 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 03 August 2022 16:21:03 +0000 (0:00:00.066) 0:00:26.910 ****** ok: [/cache/rhel-8.qcow2] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "52:54:00:12:34:56", "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "tx": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-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::985e:c6ff:fe99:d93a", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "9A:5E:C6:99:D9:3A", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::84d0:d2ff:fe8e:cae2", "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": "86:D0:D2:8E:CA:E2", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::6cf6:f2ff:fe3e:5d2a", "prefix-length": 64 } ], "enabled": true }, "mac-address": "6E:F6:F2:3E:5D:2A", "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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::3066:59ff:fe59:d498", "prefix-length": 64 } ], "enabled": true }, "mac-address": "32:66:59:59:D4:98", "mtu": 1500, "name": "peerethtest1", "state": "up", "type": "veth", "veth": { "peer": "ethtest1" } } ], "route-rules": { "config": [] }, "routes": { "config": [] } } } } TASK [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 03 August 2022 16:21:03 +0000 (0:00:00.079) 0:00:26.989 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "ping": "pong" } META: role_complete for /cache/rhel-8.qcow2 TASK [Get the ethtest0 state configuration] ************************************ task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:71 Wednesday 03 August 2022 16:21:03 +0000 (0:00:00.565) 0:00:27.554 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "nmstatectl", "show", "ethtest0" ], "delta": "0:00:00.408946", "end": "2022-08-03 12:21:03.559219", "rc": 0, "start": "2022-08-03 12:21:03.150273" } STDOUT: --- dns-resolver: config: {} running: search: [] server: - 10.0.2.3 route-rules: config: [] routes: config: [] running: - destination: 2001:db8::/64 metric: 103 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: 103 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-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-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::985e:c6ff:fe99:d93a prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: 9A:5E:C6:99:D9:3A mtu: 1500 veth: peer: peerethtest0 STDERR: 2022-08-03 12:21:03,504 root DEBUG NetworkManager version 1.36.0 2022-08-03 12:21:03,505 root DEBUG Async action: Retrieve applied config: ethernet eth0 started 2022-08-03 12:21:03,505 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 started 2022-08-03 12:21:03,505 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 started 2022-08-03 12:21:03,506 root DEBUG Async action: Retrieve applied config: ethernet eth0 finished 2022-08-03 12:21:03,507 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 finished 2022-08-03 12:21:03,507 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 finished 2022-08-03 12:21:03,509 root DEBUG Interface ethernet.eth0 found. Merging the interface information. 2022-08-03 12:21:03,509 root DEBUG Interface ethernet.ethtest0 found. Merging the interface information. 2022-08-03 12:21:03,509 root DEBUG Interface ethernet.ethtest1 found. Merging the interface information. TASK [Get the ethtest1 state configuration] ************************************ task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:77 Wednesday 03 August 2022 16:21:04 +0000 (0:00:00.809) 0:00:28.363 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "nmstatectl", "show", "ethtest1" ], "delta": "0:00:00.422645", "end": "2022-08-03 12:21:04.444743", "rc": 0, "start": "2022-08-03 12:21:04.022098" } STDOUT: --- dns-resolver: config: {} running: search: [] server: - 10.0.2.3 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: 104 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-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true ipv4: enabled: true address: - ip: 192.168.122.88 prefix-length: 24 dhcp: false ipv6: enabled: true address: - ip: fe80::84d0:d2ff:fe8e:cae2 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: 86:D0:D2:8E:CA:E2 mtu: 1500 veth: peer: peerethtest1 STDERR: 2022-08-03 12:21:04,384 root DEBUG NetworkManager version 1.36.0 2022-08-03 12:21:04,385 root DEBUG Async action: Retrieve applied config: ethernet eth0 started 2022-08-03 12:21:04,386 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 started 2022-08-03 12:21:04,386 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 started 2022-08-03 12:21:04,387 root DEBUG Async action: Retrieve applied config: ethernet eth0 finished 2022-08-03 12:21:04,388 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 finished 2022-08-03 12:21:04,388 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 finished 2022-08-03 12:21:04,390 root DEBUG Interface ethernet.eth0 found. Merging the interface information. 2022-08-03 12:21:04,390 root DEBUG Interface ethernet.ethtest0 found. Merging the interface information. 2022-08-03 12:21:04,390 root DEBUG Interface ethernet.ethtest1 found. Merging the interface information. TASK [Assert that the ethtest0 state configuration contains the specified settings] *** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:83 Wednesday 03 August 2022 16:21:05 +0000 (0:00:00.885) 0:00:29.249 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [Assert that the ethtest1 state configuration contains the specified settings] *** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:90 Wednesday 03 August 2022 16:21:05 +0000 (0:00:00.069) 0:00:29.319 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 03 August 2022 16:21:05 +0000 (0:00:00.065) 0:00:29.384 ****** included: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/rhel-8.qcow2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 03 August 2022 16:21:05 +0000 (0:00:00.085) 0:00:29.470 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Wednesday 03 August 2022 16:21:06 +0000 (0:00:00.575) 0:00:30.045 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Wednesday 03 August 2022 16:21:07 +0000 (0:00:01.679) 0:00:31.725 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 03 August 2022 16:21:09 +0000 (0:00:01.252) 0:00:32.977 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 03 August 2022 16:21:09 +0000 (0:00:00.073) 0:00:33.051 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 03 August 2022 16:21:09 +0000 (0:00:00.071) 0:00:33.122 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 03 August 2022 16:21:09 +0000 (0:00:00.066) 0:00:33.188 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 03 August 2022 16:21:09 +0000 (0:00:00.086) 0:00:33.274 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Wednesday 03 August 2022 16:21:10 +0000 (0:00:01.506) 0:00:34.781 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Wednesday 03 August 2022 16:21:10 +0000 (0:00:00.063) 0:00:34.844 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Wednesday 03 August 2022 16:21:11 +0000 (0:00:00.065) 0:00:34.910 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Wednesday 03 August 2022 16:21:11 +0000 (0:00:00.584) 0:00:35.494 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Wednesday 03 August 2022 16:21:11 +0000 (0:00:00.062) 0:00:35.556 ****** skipping: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Wednesday 03 August 2022 16:21:11 +0000 (0:00:00.061) 0:00:35.618 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Wednesday 03 August 2022 16:21:11 +0000 (0:00:00.056) 0:00:35.675 ****** ok: [/cache/rhel-8.qcow2] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Wednesday 03 August 2022 16:21:12 +0000 (0:00:00.631) 0:00:36.307 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "52:54:00:12:34:56", "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "tx": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-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::985e:c6ff:fe99:d93a", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "9A:5E:C6:99:D9:3A", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::84d0:d2ff:fe8e:cae2", "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": "86:D0:D2:8E:CA:E2", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::6cf6:f2ff:fe3e:5d2a", "prefix-length": 64 } ], "enabled": true }, "mac-address": "6E:F6:F2:3E:5D:2A", "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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::3066:59ff:fe59:d498", "prefix-length": 64 } ], "enabled": true }, "mac-address": "32:66:59:59:D4:98", "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 [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 03 August 2022 16:21:13 +0000 (0:00:00.774) 0:00:37.081 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Wednesday 03 August 2022 16:21:13 +0000 (0:00:00.073) 0:00:37.154 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 03 August 2022 16:21:13 +0000 (0:00:00.073) 0:00:37.227 ****** ok: [/cache/rhel-8.qcow2] => { "__network_state_result": { "changed": true, "failed": false, "state": { "dns-resolver": { "config": {} }, "interfaces": [ { "_permanent_mac_address": "52:54:00:12:34:56", "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "tx": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-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::985e:c6ff:fe99:d93a", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "9A:5E:C6:99:D9:3A", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::84d0:d2ff:fe8e:cae2", "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": "86:D0:D2:8E:CA:E2", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::6cf6:f2ff:fe3e:5d2a", "prefix-length": 64 } ], "enabled": true }, "mac-address": "6E:F6:F2:3E:5D:2A", "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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::3066:59ff:fe59:d498", "prefix-length": 64 } ], "enabled": true }, "mac-address": "32:66:59:59:D4:98", "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 [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 03 August 2022 16:21:13 +0000 (0:00:00.078) 0:00:37.306 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "ping": "pong" } META: role_complete for /cache/rhel-8.qcow2 TASK [Get the route configuration] ********************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:109 Wednesday 03 August 2022 16:21:13 +0000 (0:00:00.418) 0:00:37.725 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "nmstatectl", "show" ], "delta": "0:00:00.434439", "end": "2022-08-03 12:21:13.747541", "rc": 0, "start": "2022-08-03 12:21:13.313102" } STDOUT: --- dns-resolver: config: {} running: search: [] server: - 10.0.2.3 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: 103 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: fec0::/64 metric: 256 next-hop-address: '::' next-hop-interface: eth0 table-id: 254 - destination: ::/0 metric: 1024 next-hop-address: fe80::2 next-hop-interface: eth0 table-id: 254 - destination: 0.0.0.0/0 metric: 100 next-hop-address: 10.0.2.2 next-hop-interface: eth0 table-id: 254 - destination: 10.0.2.0/24 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: 103 next-hop-address: 0.0.0.0 next-hop-interface: ethtest0 table-id: 254 - destination: 192.168.122.0/24 metric: 104 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 ethernet: auto-negotiation: false ethtool: feature: rx-gro: true rx-gro-list: false rx-udp-gro-forwarding: false tx-generic-segmentation: false tx-nocache-copy: false ring: rx: 256 tx: 256 ipv4: enabled: true address: - ip: 10.0.2.15 prefix-length: 24 auto-dns: true auto-gateway: true auto-route-table-id: 0 auto-routes: true dhcp: true ipv6: enabled: true address: - ip: fe80::5054:ff:fe12:3456 prefix-length: 64 - ip: fec0::5054:ff:fe12:3456 prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: '52:54:00:12:34:56' mtu: 1500 - name: ethtest0 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-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::985e:c6ff:fe99:d93a prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: 9A:5E:C6:99:D9:3A mtu: 1500 veth: peer: peerethtest0 - name: ethtest1 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true ipv4: enabled: true address: - ip: 192.168.122.88 prefix-length: 24 dhcp: false ipv6: enabled: true address: - ip: fe80::84d0:d2ff:fe8e:cae2 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: 86:D0:D2:8E:CA:E2 mtu: 1500 veth: peer: peerethtest1 - name: lo type: unknown state: up accept-all-mac-addresses: false ethtool: feature: rx-gro: true rx-gro-list: false rx-udp-gro-forwarding: false tx-generic-segmentation: true tx-gso-list: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-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-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true ipv4: enabled: false address: [] ipv6: enabled: true address: - ip: fe80::6cf6:f2ff:fe3e:5d2a prefix-length: 64 mac-address: 6E:F6:F2:3E:5D:2A 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-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true ipv4: enabled: false address: [] ipv6: enabled: true address: - ip: fe80::3066:59ff:fe59:d498 prefix-length: 64 mac-address: 32:66:59:59:D4:98 mtu: 1500 veth: peer: ethtest1 STDERR: 2022-08-03 12:21:13,673 root DEBUG NetworkManager version 1.36.0 2022-08-03 12:21:13,674 root DEBUG Async action: Retrieve applied config: ethernet eth0 started 2022-08-03 12:21:13,675 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 started 2022-08-03 12:21:13,675 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 started 2022-08-03 12:21:13,676 root DEBUG Async action: Retrieve applied config: ethernet eth0 finished 2022-08-03 12:21:13,677 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 finished 2022-08-03 12:21:13,677 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 finished 2022-08-03 12:21:13,679 root DEBUG Interface ethernet.eth0 found. Merging the interface information. 2022-08-03 12:21:13,679 root DEBUG Interface ethernet.ethtest0 found. Merging the interface information. 2022-08-03 12:21:13,679 root DEBUG Interface ethernet.ethtest1 found. Merging the interface information. TASK [Assert that the route configuration contains the specified route] ******** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:115 Wednesday 03 August 2022 16:21:14 +0000 (0:00:00.874) 0:00:38.599 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [Set the DNS processing mode and the resolv.conf management mode] ********* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:125 Wednesday 03 August 2022 16:21:14 +0000 (0:00:00.075) 0:00:38.674 ****** changed: [/cache/rhel-8.qcow2] => { "backup": "", "changed": true } MSG: line added TASK [Restart the NetworkManager] ********************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:131 Wednesday 03 August 2022 16:21:15 +0000 (0:00:00.517) 0:00:39.192 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "name": "NetworkManager", "state": "started", "status": { "ActiveEnterTimestamp": "Wed 2022-08-03 11:57:33 EDT", "ActiveEnterTimestampMonotonic": "129576248", "ActiveExitTimestamp": "Wed 2022-08-03 11:57:33 EDT", "ActiveExitTimestampMonotonic": "129519839", "ActiveState": "active", "After": "cloud-init-local.service sysinit.target system.slice systemd-journald.socket dbus.service network-pre.target basic.target dbus.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Wed 2022-08-03 11:57:33 EDT", "AssertTimestampMonotonic": "129552145", "Before": "multi-user.target cloud-init.service NetworkManager-wait-online.service network.service shutdown.target network.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.freedesktop.NetworkManager", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_dac_override cap_kill cap_setgid cap_setuid cap_net_bind_service cap_net_admin cap_net_raw cap_sys_module cap_sys_chroot cap_audit_write", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Wed 2022-08-03 11:57:33 EDT", "ConditionTimestampMonotonic": "129552145", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/NetworkManager.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Network Manager", "DevicePolicy": "auto", "Documentation": "man:NetworkManager(8)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "24998", "ExecMainStartTimestamp": "Wed 2022-08-03 11:57:33 EDT", "ExecMainStartTimestampMonotonic": "129553243", "ExecMainStatus": "0", "ExecReload": "{ path=/usr/bin/busctl ; argv[]=/usr/bin/busctl call org.freedesktop.NetworkManager /org/freedesktop/NetworkManager org.freedesktop.NetworkManager Reload u 0 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/NetworkManager ; argv[]=/usr/sbin/NetworkManager --no-daemon ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/NetworkManager.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "NetworkManager.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Wed 2022-08-03 11:57:33 EDT", "InactiveEnterTimestampMonotonic": "129550743", "InactiveExitTimestamp": "Wed 2022-08-03 11:57:33 EDT", "InactiveExitTimestampMonotonic": "129553302", "InvocationID": "aaef2960c1de4f6b90b770f4909523de", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "process", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "65536", "LimitNOFILESoft": "65536", "LimitNPROC": "6971", "LimitNPROCSoft": "6971", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "6971", "LimitSIGPENDINGSoft": "6971", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "24998", "MemoryAccounting": "yes", "MemoryCurrent": "5599232", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "NetworkManager.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "read-only", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "NetworkManager-wait-online.service", "Requires": "sysinit.target dbus.socket system.slice", "Restart": "on-failure", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Wed 2022-08-03 11:57:33 EDT", "StateChangeTimestampMonotonic": "129576248", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "11153", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network.target", "WatchdogTimestamp": "Wed 2022-08-03 11:57:33 EDT", "WatchdogTimestampMonotonic": "129576247", "WatchdogUSec": "0" } } TASK [Install the systemd-resolved] ******************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:136 Wednesday 03 August 2022 16:21:15 +0000 (0:00:00.615) 0:00:39.808 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable the systemd-resolved service] ************************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:143 Wednesday 03 August 2022 16:21:15 +0000 (0:00:00.052) 0:00:39.861 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "enabled": true, "name": "systemd-resolved", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice systemd-tmpfiles-setup.service tmp.mount systemd-journald.socket systemd-networkd.service -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "cap_setpcap cap_net_bind_service cap_net_raw", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "nss-lookup.target network.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_setpcap cap_net_bind_service cap_net_raw", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Network Name Resolution", "DevicePolicy": "closed", "Documentation": "man:systemd-resolved.service(8) https://www.freedesktop.org/wiki/Software/systemd/resolved https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-resolved ; argv[]=/usr/lib/systemd/systemd-resolved ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/systemd-resolved.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "systemd-resolved.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "6971", "LimitNPROCSoft": "6971", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "6971", "LimitSIGPENDINGSoft": "6971", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "systemd-resolved.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "yes", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectKernelModules": "yes", "ProtectKernelTunables": "yes", "ProtectSystem": "strict", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount system.slice", "RequiresMountsFor": "/var/tmp /run/systemd/resolve", "Restart": "always", "RestartUSec": "0", "RestrictNamespaces": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectory": "systemd/resolve", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "yes", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl bind brk capget capset chdir chmod chown chown32 clock_getres clock_gettime clock_nanosleep clone close connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat fadvise64 fadvise64_64 fallocate fchdir fchmod fchmodat fchown fchown32 fchownat fcntl fcntl64 fdatasync fgetxattr flistxattr flock fork fremovexattr fsetxattr fstat fstat64 fstatat64 fstatfs fstatfs64 fsync ftruncate ftruncate64 futex futimesat get_mempolicy get_robust_list get_thread_area getcpu getcwd getdents getdents64 getegid getegid32 geteuid geteuid32 getgid getgid32 getgroups getgroups32 getitimer getpeername getpgid getpgrp getpid getppid getpriority getrandom getresgid getresgid32 getresuid getresuid32 getrlimit getrusage getsid getsockname getsockopt gettid gettimeofday getuid getuid32 getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch io_cancel io_destroy io_getevents io_setup io_submit ioctl ioprio_get ioprio_set ipc kcmp keyctl kill lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mincore mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedsend mq_unlink mremap msgctl msgget msgrcv msgsnd msync munlock munlockall munmap name_to_handle_at nanosleep newfstatat nice oldfstat oldlstat oldolduname oldstat olduname open openat pause personality pipe pipe2 poll ppoll prctl pread64 preadv preadv2 prlimit64 process_vm_readv process_vm_writev pselect6 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall rmdir rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield select semctl semget semop semtimedop send sendfile sendfile64 sendmmsg sendmsg sendto set_mempolicy set_robust_list set_thread_area set_tid_address set_tls setfsgid setfsgid32 setfsuid setfsuid32 setgid setgid32 setgroups setgroups32 setitimer setns setpgid setpriority setregid setregid32 setresgid setresgid32 setresuid setresuid32 setreuid setreuid32 setrlimit setsid setsockopt setuid setuid32 setxattr shmat shmctl shmdt shmget shutdown sigaction sigaltstack signal signalfd signalfd4 sigpending sigprocmask sigreturn sigsuspend socket socketcall socketpair splice stat stat64 statfs statfs64 statx symlink symlinkat sync sync_file_range syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_settime timerfd_create timerfd_gettime timerfd_settime times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "11153", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "User": "systemd-resolve", "UtmpMode": "init", "Wants": "nss-lookup.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "3min" } } TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4 Wednesday 03 August 2022 16:21:16 +0000 (0:00:00.708) 0:00:40.570 ****** included: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/rhel-8.qcow2 TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 Wednesday 03 August 2022 16:21:16 +0000 (0:00:00.093) 0:00:40.663 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which services are running] **** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Wednesday 03 August 2022 16:21:17 +0000 (0:00:00.609) 0:00:41.272 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Check which packages are installed] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Wednesday 03 August 2022 16:21:20 +0000 (0:00:02.687) 0:00:43.960 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Print network provider] ************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 Wednesday 03 August 2022 16:21:21 +0000 (0:00:01.219) 0:00:45.179 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: Using network provider: nm TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11 Wednesday 03 August 2022 16:21:21 +0000 (0:00:00.154) 0:00:45.334 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if the system version of the managed host is below 8] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18 Wednesday 03 August 2022 16:21:21 +0000 (0:00:00.063) 0:00:45.397 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install packages] ******************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 Wednesday 03 August 2022 16:21:21 +0000 (0:00:00.060) 0:00:45.458 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Wednesday 03 August 2022 16:21:21 +0000 (0:00:00.084) 0:00:45.542 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.network : Install python3-libnmstate when using network_state variable] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45 Wednesday 03 August 2022 16:21:23 +0000 (0:00:01.532) 0:00:47.075 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Restart NetworkManager due to wireless or team interfaces] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56 Wednesday 03 August 2022 16:21:23 +0000 (0:00:00.065) 0:00:47.140 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] ***** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 Wednesday 03 August 2022 16:21:23 +0000 (0:00:00.061) 0:00:47.202 ****** ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Enable and start wpa_supplicant] ***** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80 Wednesday 03 August 2022 16:21:23 +0000 (0:00:00.575) 0:00:47.777 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Enable network service] ************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 Wednesday 03 August 2022 16:21:23 +0000 (0:00:00.060) 0:00:47.838 ****** skipping: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.network : Ensure initscripts network file dependency is present] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 Wednesday 03 August 2022 16:21:24 +0000 (0:00:00.057) 0:00:47.896 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.network : Configure networking connection profiles] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 Wednesday 03 August 2022 16:21:24 +0000 (0:00:00.058) 0:00:47.955 ****** ok: [/cache/rhel-8.qcow2] => { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false } STDERR: TASK [fedora.linux_system_roles.network : Configure networking state] ********** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Wednesday 03 August 2022 16:21:24 +0000 (0:00:00.577) 0:00:48.533 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "state": { "dns-resolver": { "config": { "search": [ "example.com", "example.org" ], "server": [ "2001:4860:4860::8888" ] } }, "interfaces": [ { "_permanent_mac_address": "52:54:00:12:34:56", "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "tx": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-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::985e:c6ff:fe99:d93a", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "9A:5E:C6:99:D9:3A", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::84d0:d2ff:fe8e:cae2", "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": "86:D0:D2:8E:CA:E2", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::6cf6:f2ff:fe3e:5d2a", "prefix-length": 64 } ], "enabled": true }, "mac-address": "6E:F6:F2:3E:5D:2A", "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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::3066:59ff:fe59:d498", "prefix-length": 64 } ], "enabled": true }, "mac-address": "32:66:59:59:D4:98", "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 [fedora.linux_system_roles.network : Show stderr messages for the network_connections] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124 Wednesday 03 August 2022 16:21:25 +0000 (0:00:00.762) 0:00:49.295 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result.stderr_lines": [ "" ] } TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128 Wednesday 03 August 2022 16:21:25 +0000 (0:00:00.069) 0:00:49.364 ****** ok: [/cache/rhel-8.qcow2] => { "__network_connections_result": { "_invocation": { "module_args": { "__debug_flags": "", "__header": "#\n# Ansible managed\n#\n", "connections": [], "force_state_change": false, "ignore_errors": false, "provider": "nm" } }, "changed": false, "failed": false, "stderr": "\n", "stderr_lines": [ "" ] } } TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] *** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133 Wednesday 03 August 2022 16:21:25 +0000 (0:00:00.068) 0:00:49.432 ****** ok: [/cache/rhel-8.qcow2] => { "__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": "52:54:00:12:34:56", "accept-all-mac-addresses": false, "ethernet": { "auto-negotiation": false }, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": false, "tx-nocache-copy": false }, "ring": { "rx": 256, "tx": 256 } }, "ipv4": { "address": [], "auto-dns": true, "auto-gateway": true, "auto-route-table-id": 0, "auto-routes": true, "dhcp": true, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::5054:ff:fe12:3456", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "52:54:00:12:34:56", "mtu": 1500, "name": "eth0", "state": "up", "type": "ethernet" }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-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::985e:c6ff:fe99:d93a", "prefix-length": 64 } ], "autoconf": false, "dhcp": false, "enabled": true }, "lldp": { "enabled": false }, "mac-address": "9A:5E:C6:99:D9:3A", "mtu": 1500, "name": "ethtest0", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest0" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "highdma": true, "rx-checksum": true, "rx-gro": false, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [ { "ip": "192.168.122.88", "prefix-length": 24 } ], "dhcp": false, "enabled": true }, "ipv6": { "address": [ { "ip": "fe80::84d0:d2ff:fe8e:cae2", "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": "86:D0:D2:8E:CA:E2", "mtu": 1500, "name": "ethtest1", "state": "up", "type": "ethernet", "veth": { "peer": "peerethtest1" } }, { "accept-all-mac-addresses": false, "ethtool": { "feature": { "rx-gro": true, "rx-gro-list": false, "rx-udp-gro-forwarding": false, "tx-generic-segmentation": true, "tx-gso-list": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::6cf6:f2ff:fe3e:5d2a", "prefix-length": 64 } ], "enabled": true }, "mac-address": "6E:F6:F2:3E:5D:2A", "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-gro-list": false, "rx-udp-gro-forwarding": false, "rx-vlan-hw-parse": true, "rx-vlan-stag-hw-parse": true, "tx-checksum-ip-generic": true, "tx-checksum-sctp": true, "tx-generic-segmentation": true, "tx-gre-csum-segmentation": true, "tx-gre-segmentation": true, "tx-gso-list": true, "tx-ipxip4-segmentation": true, "tx-ipxip6-segmentation": true, "tx-nocache-copy": false, "tx-scatter-gather-fraglist": true, "tx-sctp-segmentation": true, "tx-tcp-ecn-segmentation": true, "tx-tcp-mangleid-segmentation": true, "tx-tcp-segmentation": true, "tx-tcp6-segmentation": true, "tx-udp-segmentation": true, "tx-udp_tnl-csum-segmentation": true, "tx-udp_tnl-segmentation": true, "tx-vlan-hw-insert": true, "tx-vlan-stag-hw-insert": true } }, "ipv4": { "address": [], "enabled": false }, "ipv6": { "address": [ { "ip": "fe80::3066:59ff:fe59:d498", "prefix-length": 64 } ], "enabled": true }, "mac-address": "32:66:59:59:D4:98", "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 [fedora.linux_system_roles.network : Re-test connectivity] **************** task path: /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 Wednesday 03 August 2022 16:21:25 +0000 (0:00:00.116) 0:00:49.549 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "ping": "pong" } META: role_complete for /cache/rhel-8.qcow2 TASK [Get the DNS configuration from nmstatectl] ******************************* task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:161 Wednesday 03 August 2022 16:21:26 +0000 (0:00:00.437) 0:00:49.987 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "nmstatectl", "show" ], "delta": "0:00:00.414643", "end": "2022-08-03 12:21:25.979653", "rc": 0, "start": "2022-08-03 12:21:25.565010" } 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 - 10.0.2.3 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: 103 next-hop-address: '::' next-hop-interface: ethtest0 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: 256 next-hop-address: '::' next-hop-interface: eth0 table-id: 254 - destination: fe80::/64 metric: 1024 next-hop-address: '::' next-hop-interface: ethtest0 table-id: 254 - destination: fe80::/64 metric: 1024 next-hop-address: '::' next-hop-interface: ethtest1 table-id: 254 - destination: fec0::/64 metric: 256 next-hop-address: '::' next-hop-interface: eth0 table-id: 254 - destination: ::/0 metric: 1024 next-hop-address: fe80::2 next-hop-interface: eth0 table-id: 254 - destination: 0.0.0.0/0 metric: 100 next-hop-address: 10.0.2.2 next-hop-interface: eth0 table-id: 254 - destination: 10.0.2.0/24 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: 103 next-hop-address: 0.0.0.0 next-hop-interface: ethtest0 table-id: 254 - destination: 192.168.122.0/24 metric: 104 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 ethernet: auto-negotiation: false ethtool: feature: rx-gro: true rx-gro-list: false rx-udp-gro-forwarding: false tx-generic-segmentation: false tx-nocache-copy: false ring: rx: 256 tx: 256 ipv4: enabled: true address: - ip: 10.0.2.15 prefix-length: 24 auto-dns: true auto-gateway: true auto-route-table-id: 0 auto-routes: true dhcp: true ipv6: enabled: true address: - ip: fe80::5054:ff:fe12:3456 prefix-length: 64 - ip: fec0::5054:ff:fe12:3456 prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: '52:54:00:12:34:56' mtu: 1500 - name: ethtest0 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-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::985e:c6ff:fe99:d93a prefix-length: 64 autoconf: false dhcp: false lldp: enabled: false mac-address: 9A:5E:C6:99:D9:3A mtu: 1500 veth: peer: peerethtest0 - name: ethtest1 type: ethernet state: up accept-all-mac-addresses: false ethtool: feature: highdma: true rx-checksum: true rx-gro: false rx-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true ipv4: enabled: true address: - ip: 192.168.122.88 prefix-length: 24 dhcp: false ipv6: enabled: true address: - ip: fe80::84d0:d2ff:fe8e:cae2 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: 86:D0:D2:8E:CA:E2 mtu: 1500 veth: peer: peerethtest1 - name: lo type: unknown state: up accept-all-mac-addresses: false ethtool: feature: rx-gro: true rx-gro-list: false rx-udp-gro-forwarding: false tx-generic-segmentation: true tx-gso-list: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-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-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true ipv4: enabled: false address: [] ipv6: enabled: true address: - ip: fe80::6cf6:f2ff:fe3e:5d2a prefix-length: 64 mac-address: 6E:F6:F2:3E:5D:2A 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-gro-list: false rx-udp-gro-forwarding: false rx-vlan-hw-parse: true rx-vlan-stag-hw-parse: true tx-checksum-ip-generic: true tx-checksum-sctp: true tx-generic-segmentation: true tx-gre-csum-segmentation: true tx-gre-segmentation: true tx-gso-list: true tx-ipxip4-segmentation: true tx-ipxip6-segmentation: true tx-nocache-copy: false tx-scatter-gather-fraglist: true tx-sctp-segmentation: true tx-tcp-ecn-segmentation: true tx-tcp-mangleid-segmentation: true tx-tcp-segmentation: true tx-tcp6-segmentation: true tx-udp-segmentation: true tx-udp_tnl-csum-segmentation: true tx-udp_tnl-segmentation: true tx-vlan-hw-insert: true tx-vlan-stag-hw-insert: true ipv4: enabled: false address: [] ipv6: enabled: true address: - ip: fe80::3066:59ff:fe59:d498 prefix-length: 64 mac-address: 32:66:59:59:D4:98 mtu: 1500 veth: peer: ethtest1 STDERR: 2022-08-03 12:21:25,911 root DEBUG NetworkManager version 1.36.0 2022-08-03 12:21:25,912 root DEBUG Async action: Retrieve applied config: ethernet eth0 started 2022-08-03 12:21:25,913 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 started 2022-08-03 12:21:25,913 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 started 2022-08-03 12:21:25,914 root DEBUG Async action: Retrieve applied config: ethernet eth0 finished 2022-08-03 12:21:25,914 root DEBUG Async action: Retrieve applied config: ethernet ethtest0 finished 2022-08-03 12:21:25,915 root DEBUG Async action: Retrieve applied config: ethernet ethtest1 finished 2022-08-03 12:21:25,916 root DEBUG Interface ethernet.eth0 found. Merging the interface information. 2022-08-03 12:21:25,917 root DEBUG Interface ethernet.ethtest0 found. Merging the interface information. 2022-08-03 12:21:25,917 root DEBUG Interface ethernet.ethtest1 found. Merging the interface information. TASK [Get the DNS configuration from the file `/etc/resolv.conf`] ************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:167 Wednesday 03 August 2022 16:21:26 +0000 (0:00:00.798) 0:00:50.785 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "cat", "/etc/resolv.conf" ], "delta": "0:00:00.004685", "end": "2022-08-03 12:21:26.383143", "rc": 0, "start": "2022-08-03 12:21:26.378458" } STDOUT: # Generated by NetworkManager search virt.pnr.lab.eng.rdu2.redhat.com nameserver 10.0.2.3 TASK [Check if `/etc/resolv.conf` is generated by NM] ************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:173 Wednesday 03 August 2022 16:21:27 +0000 (0:00:00.408) 0:00:51.194 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "grep", "Generated by NetworkManager", "/etc/resolv.conf" ], "delta": "0:00:00.002996", "end": "2022-08-03 12:21:26.796986", "rc": 0, "start": "2022-08-03 12:21:26.793990" } STDOUT: # Generated by NetworkManager TASK [Assert that the nmstatectl contains the specified DNS configuration] ***** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:179 Wednesday 03 August 2022 16:21:27 +0000 (0:00:00.406) 0:00:51.601 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [Assert that the file `/etc/resolv.conf` does not contain the specified DNS configuration] *** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:187 Wednesday 03 August 2022 16:21:27 +0000 (0:00:00.069) 0:00:51.670 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [** TEST check resolvectl] ************************************************ task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:193 Wednesday 03 August 2022 16:21:27 +0000 (0:00:00.070) 0:00:51.740 ****** FAILED - RETRYING: [/cache/rhel-8.qcow2]: ** TEST check resolvectl (20 retries left). ok: [/cache/rhel-8.qcow2] => { "attempts": 2, "changed": false, "cmd": [ "resolvectl" ], "delta": "0:00:00.008513", "end": "2022-08-03 12:21:29.840163", "rc": 0, "start": "2022-08-03 12:21:29.831650" } STDOUT: Global LLMNR setting: yes MulticastDNS setting: yes DNSOverTLS setting: no DNSSEC setting: allow-downgrade DNSSEC supported: yes Current DNS Server: 10.0.2.3 DNS Servers: 10.0.2.3 DNS Domain: virt.pnr.lab.eng.rdu2.redhat.com DNSSEC NTA: 10.in-addr.arpa 16.172.in-addr.arpa 168.192.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa corp d.f.ip6.arpa home internal intranet lan local private test Link 104 (ethtest1) Current Scopes: DNS LLMNR/IPv4 LLMNR/IPv6 LLMNR setting: yes MulticastDNS setting: no DNSOverTLS setting: no DNSSEC setting: allow-downgrade DNSSEC supported: yes Current DNS Server: 2001:4860:4860::8888 DNS Servers: 2001:4860:4860::8888 DNS Domain: example.com example.org Link 103 (peerethtest1) Current Scopes: LLMNR/IPv6 LLMNR setting: yes MulticastDNS setting: no DNSOverTLS setting: no DNSSEC setting: allow-downgrade DNSSEC supported: yes Link 102 (ethtest0) Current Scopes: LLMNR/IPv4 LLMNR/IPv6 LLMNR setting: yes MulticastDNS setting: no DNSOverTLS setting: no DNSSEC setting: allow-downgrade DNSSEC supported: yes Link 101 (peerethtest0) Current Scopes: LLMNR/IPv6 LLMNR setting: yes MulticastDNS setting: no DNSOverTLS setting: no DNSSEC setting: allow-downgrade DNSSEC supported: yes Link 2 (eth0) Current Scopes: DNS LLMNR/IPv4 LLMNR/IPv6 LLMNR setting: yes MulticastDNS setting: no DNSOverTLS setting: no DNSSEC setting: allow-downgrade DNSSEC supported: yes Current DNS Server: 10.0.2.3 DNS Servers: 10.0.2.3 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:201 Wednesday 03 August 2022 16:21:30 +0000 (0:00:02.905) 0:00:54.645 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/delete_interface.yml for /cache/rhel-8.qcow2 TASK [remove test interface if necessary] ************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/delete_interface.yml:3 Wednesday 03 August 2022 16:21:30 +0000 (0:00:00.100) 0:00:54.745 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest1" ], "delta": "0:00:00.014955", "end": "2022-08-03 12:21:30.356218", "rc": 0, "start": "2022-08-03 12:21:30.341263" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:202 Wednesday 03 August 2022 16:21:31 +0000 (0:00:00.415) 0:00:55.161 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/assert_device_absent.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:21:31 +0000 (0:00:00.136) 0:00:55.298 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface ethtest1] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:21:31 +0000 (0:00:00.077) 0:00:55.375 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface ethtest1 is absent] ******************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:21:31 +0000 (0:00:00.392) 0:00:55.767 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [set interface=ethtest0] ************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:203 Wednesday 03 August 2022 16:21:31 +0000 (0:00:00.085) 0:00:55.853 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "interface": "ethtest0", "type": "veth" }, "changed": false } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:207 Wednesday 03 August 2022 16:21:32 +0000 (0:00:00.068) 0:00:55.922 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/delete_interface.yml for /cache/rhel-8.qcow2 TASK [remove test interface if necessary] ************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/delete_interface.yml:3 Wednesday 03 August 2022 16:21:32 +0000 (0:00:00.095) 0:00:56.017 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ip", "link", "del", "ethtest0" ], "delta": "0:00:00.010717", "end": "2022-08-03 12:21:31.631176", "rc": 0, "start": "2022-08-03 12:21:31.620459" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:208 Wednesday 03 August 2022 16:21:32 +0000 (0:00:00.421) 0:00:56.439 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/assert_device_absent.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:21:32 +0000 (0:00:00.095) 0:00:56.534 ****** included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface ethtest0] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:21:32 +0000 (0:00:00.128) 0:00:56.662 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface ethtest0 is absent] ******************************** task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:21:33 +0000 (0:00:00.384) 0:00:57.047 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=117 changed=13 unreachable=0 failed=0 skipped=42 rescued=0 ignored=0 Wednesday 03 August 2022 16:21:33 +0000 (0:00:00.089) 0:00:57.136 ****** =============================================================================== ** TEST check resolvectl ------------------------------------------------ 2.91s /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:193 ---------- fedora.linux_system_roles.network : Check which services are running ---- 2.69s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 2.69s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 fedora.linux_system_roles.network : Check which services are running ---- 1.88s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Install iproute --------------------------------------------------------- 1.81s /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:15 --- fedora.linux_system_roles.network : Check which services are running ---- 1.68s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which packages are installed --- 1.54s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 1.53s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 1.51s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Install iproute --------------------------------------------------------- 1.40s /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:15 --- set up internal repositories -------------------------------------------- 1.29s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- fedora.linux_system_roles.network : Check which packages are installed --- 1.25s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Check which packages are installed --- 1.22s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Create veth interface ethtest0 ------------------------------------------ 1.14s /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:21 --- Create veth interface ethtest1 ------------------------------------------ 1.11s /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:21 --- Gathering Facts --------------------------------------------------------- 1.03s /tmp/tmpzotb0bdj/tests/network/tests_network_state_nm.yml:5 ------------------- fedora.linux_system_roles.network : Configure networking state ---------- 0.96s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Get the ethtest1 state configuration ------------------------------------ 0.89s /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:77 ----------- Get the route configuration --------------------------------------------- 0.87s /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:109 ---------- Gathering Facts --------------------------------------------------------- 0.82s /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:3 ------------ PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmpzotb0bdj/tests/network/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmpzotb0bdj/tests/network/_restore.yml:4 Wednesday 03 August 2022 16:21:33 +0000 (0:00:00.048) 0:00:57.185 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.006392", "end": "2022-08-03 12:21:32.764281", "rc": 0, "start": "2022-08-03 12:21:32.757889" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=118 changed=14 unreachable=0 failed=0 skipped=42 rescued=0 ignored=0 Wednesday 03 August 2022 16:21:33 +0000 (0:00:00.405) 0:00:57.591 ****** =============================================================================== ** TEST check resolvectl ------------------------------------------------ 2.91s /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:193 ---------- fedora.linux_system_roles.network : Check which services are running ---- 2.69s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 2.69s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 fedora.linux_system_roles.network : Check which services are running ---- 1.88s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 Install iproute --------------------------------------------------------- 1.81s /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:15 --- fedora.linux_system_roles.network : Check which services are running ---- 1.68s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 fedora.linux_system_roles.network : Check which packages are installed --- 1.54s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 1.53s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 fedora.linux_system_roles.network : Install NetworkManager and nmstate when using network_state variable --- 1.51s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35 Install iproute --------------------------------------------------------- 1.40s /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:15 --- set up internal repositories -------------------------------------------- 1.29s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- fedora.linux_system_roles.network : Check which packages are installed --- 1.25s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 fedora.linux_system_roles.network : Check which packages are installed --- 1.22s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 Create veth interface ethtest0 ------------------------------------------ 1.14s /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:21 --- Create veth interface ethtest1 ------------------------------------------ 1.11s /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:21 --- Gathering Facts --------------------------------------------------------- 1.03s /tmp/tmpzotb0bdj/tests/network/tests_network_state_nm.yml:5 ------------------- fedora.linux_system_roles.network : Configure networking state ---------- 0.96s /tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118 Get the ethtest1 state configuration ------------------------------------ 0.89s /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:77 ----------- Get the route configuration --------------------------------------------- 0.87s /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:109 ---------- Gathering Facts --------------------------------------------------------- 0.82s /tmp/tmpzotb0bdj/tests/network/playbooks/tests_network_state.yml:3 ------------