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:36:52 +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:36:53 +0000 (0:00:01.314)       0:00:01.332 ****** 
=============================================================================== 
set up internal repositories -------------------------------------------- 1.31s
/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:36:53 +0000 (0:00:00.015)       0:00:01.348 ****** 
ok: [/cache/rhel-8.qcow2] => (item=/etc/resolv.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/etc/resolv.conf",
    "stat": {
        "atime": 1659541011.4117782,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b",
        "ctime": 1659541010.4097784,
        "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": "98781512",
        "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:36:53 +0000 (0:00:00.490)       0:00:01.838 ****** 
[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': 1659541011.4117782, 'mtime': 1659539931.0, 'ctime': 1659541010.4097784, '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': '98781512', '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": 1659541011.4117782,
            "attr_flags": "",
            "attributes": [],
            "block_size": 4096,
            "blocks": 8,
            "charset": "us-ascii",
            "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b",
            "ctime": 1659541010.4097784,
            "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": "98781512",
            "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:36:53 +0000 (0:00:00.037)       0:00:01.876 ****** 
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.004772",
    "end": "2022-08-03 11:36:53.410163",
    "rc": 0,
    "start": "2022-08-03 11:36:53.405391"
}

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:36:54 +0000 (0:00:00.483)       0:00:02.360 ****** 
=============================================================================== 
set up internal repositories -------------------------------------------- 1.31s
/cache/rhel-8_setup.yml:5 -----------------------------------------------------
Get stats of system files ----------------------------------------------- 0.49s
/tmp/tmpd6fsfezc/tests/_backup.yml:6 ------------------------------------------
Back up system files ---------------------------------------------------- 0.48s
/tmp/tmpd6fsfezc/tests/_backup.yml:19 -----------------------------------------
Check if system files exist --------------------------------------------- 0.04s
/tmp/tmpd6fsfezc/tests/_backup.yml:13 -----------------------------------------

PLAYBOOK: tests_ethtool_features_initscripts.yml *******************************
2 plays in /tmp/tmpd6fsfezc/tests/tests_ethtool_features_initscripts.yml

PLAY [Run playbook 'playbooks/tests_ethtool_features.yml' with initscripts as provider] ***

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpd6fsfezc/tests/tests_ethtool_features_initscripts.yml:4
Wednesday 03 August 2022  15:36:54 +0000 (0:00:00.066)       0:00:02.427 ****** 
ok: [/cache/rhel-8.qcow2]
META: ran handlers

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpd6fsfezc/tests/tests_ethtool_features_initscripts.yml:7
Wednesday 03 August 2022  15:36:55 +0000 (0:00:01.041)       0:00:03.468 ****** 
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:36:55 +0000 (0:00:00.026)       0:00:03.495 ****** 
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:36:55 +0000 (0:00:00.020)       0:00:03.515 ****** 
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:36:55 +0000 (0:00:00.027)       0:00:03.542 ****** 
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:36:56 +0000 (0:00:00.373)       0:00:03.916 ****** 
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:36:56 +0000 (0:00:00.023)       0:00:03.940 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "changed": true,
    "cmd": [
        "dnf",
        "config-manager",
        "--set-enabled",
        "epel"
    ],
    "delta": "0:00:00.446181",
    "end": "2022-08-03 11:36:55.797603",
    "rc": 0,
    "start": "2022-08-03 11:36:55.351422"
}

TASK [Enable EPEL 6] ***********************************************************
task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:26
Wednesday 03 August 2022  15:36:56 +0000 (0:00:00.810)       0:00:04.750 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Set network provider to 'initscripts'] ***********************************
task path: /tmp/tmpd6fsfezc/tests/tests_ethtool_features_initscripts.yml:8
Wednesday 03 August 2022  15:36:56 +0000 (0:00:00.021)       0:00:04.772 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "ansible_facts": {
        "network_provider": "initscripts"
    },
    "changed": false
}
META: ran handlers
META: ran handlers

PLAY [all] *********************************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:3
Wednesday 03 August 2022  15:36:56 +0000 (0:00:00.048)       0:00:04.820 ****** 
ok: [/cache/rhel-8.qcow2]
META: ran handlers

TASK [Show playbook name] ******************************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:8
Wednesday 03 August 2022  15:36:57 +0000 (0:00:00.843)       0:00:05.663 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

this is: playbooks/tests_ethtool_features.yml

TASK [INIT: Ethtool feeatures tests] *******************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:14
Wednesday 03 August 2022  15:36:57 +0000 (0:00:00.048)       0:00:05.712 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

##################################################

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:17
Wednesday 03 August 2022  15:36:57 +0000 (0:00:00.078)       0:00:05.790 ****** 
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:36:57 +0000 (0:00:00.043)       0:00:05.833 ****** 
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:36:57 +0000 (0:00:00.044)       0:00:05.877 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.002902",
    "end": "2022-08-03 11:36:57.309289",
    "rc": 0,
    "start": "2022-08-03 11:36:57.306387"
}

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:36:58 +0000 (0:00:00.378)       0:00:06.255 ****** 
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:36:58 +0000 (0:00:00.045)       0:00:06.301 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

current_interfaces: ['bonding_masters', 'eth0', 'lo']

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:18
Wednesday 03 August 2022  15:36:58 +0000 (0:00:00.044)       0:00:06.345 ****** 
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:36:58 +0000 (0:00:00.046)       0:00:06.392 ****** 
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:36:58 +0000 (0:00:00.031)       0:00:06.424 ****** 
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:36:58 +0000 (0:00:00.031)       0:00:06.455 ****** 
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:36:58 +0000 (0:00:00.040)       0:00:06.496 ****** 
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:36:58 +0000 (0:00:00.038)       0:00:06.534 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.003258",
    "end": "2022-08-03 11:36:57.966125",
    "rc": 0,
    "start": "2022-08-03 11:36:57.962867"
}

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:36:59 +0000 (0:00:00.379)       0:00:06.914 ****** 
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:36:59 +0000 (0:00:00.044)       0:00:06.958 ****** 
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:36:59 +0000 (0:00:00.044)       0:00:07.003 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Create veth interface testnic1] ******************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:21
Wednesday 03 August 2022  15:37:00 +0000 (0:00:01.838)       0:00:08.842 ****** 
changed: [/cache/rhel-8.qcow2] => (item=ip link add testnic1 type veth peer name peertestnic1) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "add",
        "testnic1",
        "type",
        "veth",
        "peer",
        "name",
        "peertestnic1"
    ],
    "delta": "0:00:00.004757",
    "end": "2022-08-03 11:37:00.278015",
    "item": "ip link add testnic1 type veth peer name peertestnic1",
    "rc": 0,
    "start": "2022-08-03 11:37:00.273258"
}
changed: [/cache/rhel-8.qcow2] => (item=ip link set peertestnic1 up) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "set",
        "peertestnic1",
        "up"
    ],
    "delta": "0:00:00.006420",
    "end": "2022-08-03 11:37:00.641342",
    "item": "ip link set peertestnic1 up",
    "rc": 0,
    "start": "2022-08-03 11:37:00.634922"
}
changed: [/cache/rhel-8.qcow2] => (item=ip link set testnic1 up) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "set",
        "testnic1",
        "up"
    ],
    "delta": "0:00:00.009813",
    "end": "2022-08-03 11:37:00.994433",
    "item": "ip link set testnic1 up",
    "rc": 0,
    "start": "2022-08-03 11:37:00.984620"
}

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:37:02 +0000 (0:00:01.102)       0:00:09.944 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "changed": true,
    "cmd": [
        "nmcli",
        "d",
        "set",
        "testnic1",
        "managed",
        "true"
    ],
    "delta": "0:00:00.022310",
    "end": "2022-08-03 11:37:01.392257",
    "rc": 0,
    "start": "2022-08-03 11:37:01.369947"
}

TASK [Delete veth interface testnic1] ******************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:36
Wednesday 03 August 2022  15:37:02 +0000 (0:00:00.400)       0:00:10.344 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create dummy interface testnic1] *****************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:42
Wednesday 03 August 2022  15:37:02 +0000 (0:00:00.036)       0:00:10.381 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete dummy interface testnic1] *****************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:47
Wednesday 03 August 2022  15:37:02 +0000 (0:00:00.035)       0:00:10.416 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create tap interface testnic1] *******************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:53
Wednesday 03 August 2022  15:37:02 +0000 (0:00:00.035)       0:00:10.452 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete tap interface testnic1] *******************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:58
Wednesday 03 August 2022  15:37:02 +0000 (0:00:00.035)       0:00:10.487 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:21
Wednesday 03 August 2022  15:37:02 +0000 (0:00:00.033)       0:00:10.521 ****** 
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:37:02 +0000 (0:00:00.044)       0:00:10.565 ****** 
included: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2

TASK [Get stat for interface testnic1] *****************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_interface_stat.yml:3
Wednesday 03 August 2022  15:37:02 +0000 (0:00:00.043)       0:00:10.608 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "stat": {
        "atime": 1659541020.2767875,
        "block_size": 4096,
        "blocks": 0,
        "ctime": 1659541020.2767875,
        "dev": 21,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 33015,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": true,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "lnk_source": "/sys/devices/virtual/net/testnic1",
        "lnk_target": "../../devices/virtual/net/testnic1",
        "mode": "0777",
        "mtime": 1659541020.2767875,
        "nlink": 1,
        "path": "/sys/class/net/testnic1",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "wgrp": true,
        "woth": true,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [assert that interface testnic1 is present] *******************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/assert_device_present.yml:4
Wednesday 03 August 2022  15:37:03 +0000 (0:00:00.388)       0:00:10.997 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Install ethtool (test dependency)] ***************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:22
Wednesday 03 August 2022  15:37:03 +0000 (0:00:00.044)       0:00:11.041 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [TEST: I can create a profile without changing the ethtool features.] *****
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:29
Wednesday 03 August 2022  15:37:04 +0000 (0:00:01.455)       0:00:12.496 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

##################################################

TASK [Get current device features] *********************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:33
Wednesday 03 August 2022  15:37:04 +0000 (0:00:00.044)       0:00:12.541 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "changed": true,
    "cmd": [
        "ethtool",
        "--show-features",
        "testnic1"
    ],
    "delta": "0:00:00.003816",
    "end": "2022-08-03 11:37:03.980801",
    "rc": 0,
    "start": "2022-08-03 11:37:03.976985"
}

STDOUT:

Features for testnic1:
rx-checksumming: on
tx-checksumming: on
	tx-checksum-ipv4: off [fixed]
	tx-checksum-ip-generic: on
	tx-checksum-ipv6: off [fixed]
	tx-checksum-fcoe-crc: off [fixed]
	tx-checksum-sctp: on
scatter-gather: on
	tx-scatter-gather: on
	tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
	tx-tcp-segmentation: on
	tx-tcp-ecn-segmentation: on
	tx-tcp-mangleid-segmentation: on
	tx-tcp6-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-lockless: on [fixed]
netns-local: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
rx-udp-gro-forwarding: off
rx-gro-list: off
tls-hw-rx-offload: off [fixed]
fcoe-mtu: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]

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:37:05 +0000 (0:00:00.389)       0:00:12.931 ****** 
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:37:05 +0000 (0:00:00.046)       0:00:12.978 ****** 
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:37:05 +0000 (0:00:00.516)       0:00:13.494 ****** 
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:37:07 +0000 (0:00:01.718)       0:00:15.213 ****** 
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:37:08 +0000 (0:00:01.461)       0:00:16.674 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

Using network provider: initscripts

TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:11
Wednesday 03 August 2022  15:37:08 +0000 (0:00:00.061)       0:00:16.736 ****** 
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:37:08 +0000 (0:00:00.053)       0:00:16.789 ****** 
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:37:08 +0000 (0:00:00.052)       0:00:16.842 ****** 
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:37:09 +0000 (0:00:00.074)       0:00:16.916 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:37:09 +0000 (0:00:00.050)       0:00:16.967 ****** 
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:37:09 +0000 (0:00:00.050)       0:00:17.018 ****** 
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:37:09 +0000 (0:00:00.054)       0:00:17.072 ****** 
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 : Enable and start wpa_supplicant] ************
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:90
Wednesday 03 August 2022  15:37:09 +0000 (0:00:00.052)       0:00:17.124 ****** 
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:37:09 +0000 (0:00:00.048)       0:00:17.173 ****** 
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 : 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:37:10 +0000 (0:00:00.823)       0:00:17.996 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-16675d21_xapp/tmpb32bhy39"
}

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:37:10 +0000 (0:00:00.425)       0:00:18.422 ****** 
redirecting (type: action) ansible.builtin.network to ansible.netcommon.network
changed: [/cache/rhel-8.qcow2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "ip": {
                        "auto6": "no",
                        "dhcp4": "no"
                    },
                    "name": "testnic1",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'
[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)
[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"'


TASK [linux-system-roles.network : Configure networking state] *****************
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:128
Wednesday 03 August 2022  15:37:11 +0000 (0:00:00.819)       0:00:19.241 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:37:11 +0000 (0:00:00.068)       0:00:19.309 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'",
        "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
        "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'"
    ]
}

TASK [linux-system-roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:138
Wednesday 03 August 2022  15:37:11 +0000 (0:00:00.073)       0:00:19.383 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "ip": {
                            "auto6": "no",
                            "dhcp4": "no"
                        },
                        "name": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'\n[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'",
            "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
            "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'"
        ]
    }
}

TASK [linux-system-roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:143
Wednesday 03 August 2022  15:37:11 +0000 (0:00:00.061)       0:00:19.444 ****** 
skipping: [/cache/rhel-8.qcow2] => {}

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:37:11 +0000 (0:00:00.051)       0:00:19.496 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/rhel-8.qcow2

TASK [Get current device features] *********************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:47
Wednesday 03 August 2022  15:37:12 +0000 (0:00:00.548)       0:00:20.044 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "changed": true,
    "cmd": [
        "ethtool",
        "--show-features",
        "testnic1"
    ],
    "delta": "0:00:00.003049",
    "end": "2022-08-03 11:37:11.464542",
    "rc": 0,
    "start": "2022-08-03 11:37:11.461493"
}

STDOUT:

Features for testnic1:
rx-checksumming: on
tx-checksumming: on
	tx-checksum-ipv4: off [fixed]
	tx-checksum-ip-generic: on
	tx-checksum-ipv6: off [fixed]
	tx-checksum-fcoe-crc: off [fixed]
	tx-checksum-sctp: on
scatter-gather: on
	tx-scatter-gather: on
	tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
	tx-tcp-segmentation: on
	tx-tcp-ecn-segmentation: on
	tx-tcp-mangleid-segmentation: on
	tx-tcp6-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-lockless: on [fixed]
netns-local: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
rx-udp-gro-forwarding: off
rx-gro-list: off
tls-hw-rx-offload: off [fixed]
fcoe-mtu: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]

TASK [ASSERT: The profile does not change the ethtool features] ****************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:50
Wednesday 03 August 2022  15:37:12 +0000 (0:00:00.410)       0:00:20.455 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [TEST: I can disable gro and tx-tcp-segmentation and enable gso.] *********
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:56
Wednesday 03 August 2022  15:37:12 +0000 (0:00:00.060)       0:00:20.516 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

##################################################

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:37:12 +0000 (0:00:00.058)       0:00:20.574 ****** 
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:37:12 +0000 (0:00:00.074)       0:00:20.648 ****** 
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:37:13 +0000 (0:00:00.539)       0:00:21.188 ****** 
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:37:14 +0000 (0:00:01.630)       0:00:22.819 ****** 
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:37:16 +0000 (0:00:01.178)       0:00:23.998 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

Using network provider: initscripts

TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:11
Wednesday 03 August 2022  15:37:16 +0000 (0:00:00.062)       0:00:24.060 ****** 
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:37:16 +0000 (0:00:00.061)       0:00:24.122 ****** 
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:37:16 +0000 (0:00:00.057)       0:00:24.179 ****** 
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:37:16 +0000 (0:00:00.078)       0:00:24.258 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:37:16 +0000 (0:00:00.053)       0:00:24.311 ****** 
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:37:16 +0000 (0:00:00.052)       0:00:24.363 ****** 
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:37:16 +0000 (0:00:00.060)       0:00:24.424 ****** 
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 : Enable and start wpa_supplicant] ************
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:90
Wednesday 03 August 2022  15:37:16 +0000 (0:00:00.098)       0:00:24.523 ****** 
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:37:16 +0000 (0:00:00.051)       0:00:24.574 ****** 
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 : 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:37:17 +0000 (0:00:00.555)       0:00:25.130 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-16675d21_xapp/tmpf70s88uu"
}

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:37:17 +0000 (0:00:00.402)       0:00:25.533 ****** 
redirecting (type: action) ansible.builtin.network to ansible.netcommon.network
changed: [/cache/rhel-8.qcow2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "ethtool": {
                        "features": {
                            "gro": "no",
                            "gso": "yes",
                            "tx-tcp-segmentation": "no"
                        }
                    },
                    "ip": {
                        "auto6": "no",
                        "dhcp4": "no"
                    },
                    "name": "testnic1",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'
[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)
[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b'Actual changes:\ntx-tcp-segmentation: off\ntx-tcp-mangleid-segmentation: off [not requested]\n'', err='b"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"'


TASK [linux-system-roles.network : Configure networking state] *****************
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:128
Wednesday 03 August 2022  15:37:18 +0000 (0:00:00.608)       0:00:26.142 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:37:18 +0000 (0:00:00.051)       0:00:26.193 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
        "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
        "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b'Actual changes:\\ntx-tcp-segmentation: off\\ntx-tcp-mangleid-segmentation: off [not requested]\\n'', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'"
    ]
}

TASK [linux-system-roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:138
Wednesday 03 August 2022  15:37:18 +0000 (0:00:00.059)       0:00:26.253 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "ethtool": {
                            "features": {
                                "gro": "no",
                                "gso": "yes",
                                "tx-tcp-segmentation": "no"
                            }
                        },
                        "ip": {
                            "auto6": "no",
                            "dhcp4": "no"
                        },
                        "name": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'\n[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b'Actual changes:\\ntx-tcp-segmentation: off\\ntx-tcp-mangleid-segmentation: off [not requested]\\n'', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
            "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
            "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b'Actual changes:\\ntx-tcp-segmentation: off\\ntx-tcp-mangleid-segmentation: off [not requested]\\n'', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'"
        ]
    }
}

TASK [linux-system-roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:143
Wednesday 03 August 2022  15:37:18 +0000 (0:00:00.060)       0:00:26.313 ****** 
skipping: [/cache/rhel-8.qcow2] => {}

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:37:18 +0000 (0:00:00.051)       0:00:26.364 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/rhel-8.qcow2

TASK [Get current device features] *********************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:76
Wednesday 03 August 2022  15:37:18 +0000 (0:00:00.433)       0:00:26.798 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "changed": true,
    "cmd": [
        "ethtool",
        "--show-features",
        "testnic1"
    ],
    "delta": "0:00:00.002849",
    "end": "2022-08-03 11:37:18.232206",
    "rc": 0,
    "start": "2022-08-03 11:37:18.229357"
}

STDOUT:

Features for testnic1:
rx-checksumming: on
tx-checksumming: on
	tx-checksum-ipv4: off [fixed]
	tx-checksum-ip-generic: on
	tx-checksum-ipv6: off [fixed]
	tx-checksum-fcoe-crc: off [fixed]
	tx-checksum-sctp: on
scatter-gather: on
	tx-scatter-gather: on
	tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
	tx-tcp-segmentation: off
	tx-tcp-ecn-segmentation: on
	tx-tcp-mangleid-segmentation: off [requested on]
	tx-tcp6-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-lockless: on [fixed]
netns-local: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
rx-udp-gro-forwarding: off
rx-gro-list: off
tls-hw-rx-offload: off [fixed]
fcoe-mtu: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]

TASK [Show ethtool_features] ***************************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:79
Wednesday 03 August 2022  15:37:19 +0000 (0:00:00.396)       0:00:27.194 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "ethtool_features.stdout_lines": [
        "Features for testnic1:",
        "rx-checksumming: on",
        "tx-checksumming: on",
        "\ttx-checksum-ipv4: off [fixed]",
        "\ttx-checksum-ip-generic: on",
        "\ttx-checksum-ipv6: off [fixed]",
        "\ttx-checksum-fcoe-crc: off [fixed]",
        "\ttx-checksum-sctp: on",
        "scatter-gather: on",
        "\ttx-scatter-gather: on",
        "\ttx-scatter-gather-fraglist: on",
        "tcp-segmentation-offload: on",
        "\ttx-tcp-segmentation: off",
        "\ttx-tcp-ecn-segmentation: on",
        "\ttx-tcp-mangleid-segmentation: off [requested on]",
        "\ttx-tcp6-segmentation: on",
        "generic-segmentation-offload: on",
        "generic-receive-offload: off",
        "large-receive-offload: off [fixed]",
        "rx-vlan-offload: on",
        "tx-vlan-offload: on",
        "ntuple-filters: off [fixed]",
        "receive-hashing: off [fixed]",
        "highdma: on",
        "rx-vlan-filter: off [fixed]",
        "vlan-challenged: off [fixed]",
        "tx-lockless: on [fixed]",
        "netns-local: off [fixed]",
        "tx-gso-robust: off [fixed]",
        "tx-fcoe-segmentation: off [fixed]",
        "tx-gre-segmentation: on",
        "tx-gre-csum-segmentation: on",
        "tx-ipxip4-segmentation: on",
        "tx-ipxip6-segmentation: on",
        "tx-udp_tnl-segmentation: on",
        "tx-udp_tnl-csum-segmentation: on",
        "tx-gso-partial: off [fixed]",
        "tx-tunnel-remcsum-segmentation: off [fixed]",
        "tx-sctp-segmentation: on",
        "tx-esp-segmentation: off [fixed]",
        "tx-udp-segmentation: on",
        "tx-gso-list: on",
        "rx-udp-gro-forwarding: off",
        "rx-gro-list: off",
        "tls-hw-rx-offload: off [fixed]",
        "fcoe-mtu: off [fixed]",
        "tx-nocache-copy: off",
        "loopback: off [fixed]",
        "rx-fcs: off [fixed]",
        "rx-all: off [fixed]",
        "tx-vlan-stag-hw-insert: on",
        "rx-vlan-stag-hw-parse: on",
        "rx-vlan-stag-filter: off [fixed]",
        "l2-fwd-offload: off [fixed]",
        "hw-tc-offload: off [fixed]",
        "esp-hw-offload: off [fixed]",
        "esp-tx-csum-hw-offload: off [fixed]",
        "rx-udp_tunnel-port-offload: off [fixed]",
        "tls-hw-tx-offload: off [fixed]",
        "rx-gro-hw: off [fixed]",
        "tls-hw-record: off [fixed]"
    ]
}

TASK [Assert device features] **************************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:82
Wednesday 03 August 2022  15:37:19 +0000 (0:00:00.059)       0:00:27.254 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [TEST: I can enable tx_tcp_segmentation (using underscores).] *************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:96
Wednesday 03 August 2022  15:37:19 +0000 (0:00:00.064)       0:00:27.318 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

##################################################

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:37:19 +0000 (0:00:00.056)       0:00:27.375 ****** 
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:37:19 +0000 (0:00:00.075)       0:00:27.450 ****** 
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:37:20 +0000 (0:00:00.538)       0:00:27.989 ****** 
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:37:22 +0000 (0:00:02.578)       0:00:30.568 ****** 
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:37:23 +0000 (0:00:01.137)       0:00:31.705 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

Using network provider: initscripts

TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:11
Wednesday 03 August 2022  15:37:23 +0000 (0:00:00.066)       0:00:31.772 ****** 
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:37:23 +0000 (0:00:00.090)       0:00:31.863 ****** 
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:37:23 +0000 (0:00:00.049)       0:00:31.912 ****** 
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:37:24 +0000 (0:00:00.075)       0:00:31.988 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:37:24 +0000 (0:00:00.052)       0:00:32.040 ****** 
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:37:24 +0000 (0:00:00.049)       0:00:32.090 ****** 
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:37:24 +0000 (0:00:00.056)       0:00:32.146 ****** 
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 : Enable and start wpa_supplicant] ************
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:90
Wednesday 03 August 2022  15:37:24 +0000 (0:00:00.048)       0:00:32.194 ****** 
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:37:24 +0000 (0:00:00.046)       0:00:32.241 ****** 
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 : 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:37:24 +0000 (0:00:00.570)       0:00:32.811 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-16675d21_xapp/tmpaqq5dns6"
}

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:37:25 +0000 (0:00:00.387)       0:00:33.198 ****** 
redirecting (type: action) ansible.builtin.network to ansible.netcommon.network
changed: [/cache/rhel-8.qcow2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "ethtool": {
                        "features": {
                            "tx_tcp_segmentation": "yes"
                        }
                    },
                    "ip": {
                        "auto6": "no",
                        "dhcp4": "no"
                    },
                    "name": "testnic1",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'
[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)
[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b'Actual changes:\ntx-tcp-segmentation: on\ntx-tcp-mangleid-segmentation: on [not requested]\n'', err='b"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"'


TASK [linux-system-roles.network : Configure networking state] *****************
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:128
Wednesday 03 August 2022  15:37:25 +0000 (0:00:00.673)       0:00:33.872 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:37:26 +0000 (0:00:00.053)       0:00:33.925 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
        "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
        "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b'Actual changes:\\ntx-tcp-segmentation: on\\ntx-tcp-mangleid-segmentation: on [not requested]\\n'', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'"
    ]
}

TASK [linux-system-roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:138
Wednesday 03 August 2022  15:37:26 +0000 (0:00:00.061)       0:00:33.986 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "ethtool": {
                            "features": {
                                "tx_tcp_segmentation": "yes"
                            }
                        },
                        "ip": {
                            "auto6": "no",
                            "dhcp4": "no"
                        },
                        "name": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'\n[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b'Actual changes:\\ntx-tcp-segmentation: on\\ntx-tcp-mangleid-segmentation: on [not requested]\\n'', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
            "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
            "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b'Actual changes:\\ntx-tcp-segmentation: on\\ntx-tcp-mangleid-segmentation: on [not requested]\\n'', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'"
        ]
    }
}

TASK [linux-system-roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:143
Wednesday 03 August 2022  15:37:26 +0000 (0:00:00.061)       0:00:34.048 ****** 
skipping: [/cache/rhel-8.qcow2] => {}

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:37:26 +0000 (0:00:00.053)       0:00:34.101 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/rhel-8.qcow2

TASK [Get current device features] *********************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:114
Wednesday 03 August 2022  15:37:26 +0000 (0:00:00.410)       0:00:34.512 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "changed": true,
    "cmd": [
        "ethtool",
        "--show-features",
        "testnic1"
    ],
    "delta": "0:00:00.002890",
    "end": "2022-08-03 11:37:25.948979",
    "rc": 0,
    "start": "2022-08-03 11:37:25.946089"
}

STDOUT:

Features for testnic1:
rx-checksumming: on
tx-checksumming: on
	tx-checksum-ipv4: off [fixed]
	tx-checksum-ip-generic: on
	tx-checksum-ipv6: off [fixed]
	tx-checksum-fcoe-crc: off [fixed]
	tx-checksum-sctp: on
scatter-gather: on
	tx-scatter-gather: on
	tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
	tx-tcp-segmentation: on
	tx-tcp-ecn-segmentation: on
	tx-tcp-mangleid-segmentation: on
	tx-tcp6-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-lockless: on [fixed]
netns-local: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
rx-udp-gro-forwarding: off
rx-gro-list: off
tls-hw-rx-offload: off [fixed]
fcoe-mtu: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]

TASK [Show ethtool_features] ***************************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:117
Wednesday 03 August 2022  15:37:27 +0000 (0:00:00.401)       0:00:34.914 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "ethtool_features.stdout_lines": [
        "Features for testnic1:",
        "rx-checksumming: on",
        "tx-checksumming: on",
        "\ttx-checksum-ipv4: off [fixed]",
        "\ttx-checksum-ip-generic: on",
        "\ttx-checksum-ipv6: off [fixed]",
        "\ttx-checksum-fcoe-crc: off [fixed]",
        "\ttx-checksum-sctp: on",
        "scatter-gather: on",
        "\ttx-scatter-gather: on",
        "\ttx-scatter-gather-fraglist: on",
        "tcp-segmentation-offload: on",
        "\ttx-tcp-segmentation: on",
        "\ttx-tcp-ecn-segmentation: on",
        "\ttx-tcp-mangleid-segmentation: on",
        "\ttx-tcp6-segmentation: on",
        "generic-segmentation-offload: on",
        "generic-receive-offload: off",
        "large-receive-offload: off [fixed]",
        "rx-vlan-offload: on",
        "tx-vlan-offload: on",
        "ntuple-filters: off [fixed]",
        "receive-hashing: off [fixed]",
        "highdma: on",
        "rx-vlan-filter: off [fixed]",
        "vlan-challenged: off [fixed]",
        "tx-lockless: on [fixed]",
        "netns-local: off [fixed]",
        "tx-gso-robust: off [fixed]",
        "tx-fcoe-segmentation: off [fixed]",
        "tx-gre-segmentation: on",
        "tx-gre-csum-segmentation: on",
        "tx-ipxip4-segmentation: on",
        "tx-ipxip6-segmentation: on",
        "tx-udp_tnl-segmentation: on",
        "tx-udp_tnl-csum-segmentation: on",
        "tx-gso-partial: off [fixed]",
        "tx-tunnel-remcsum-segmentation: off [fixed]",
        "tx-sctp-segmentation: on",
        "tx-esp-segmentation: off [fixed]",
        "tx-udp-segmentation: on",
        "tx-gso-list: on",
        "rx-udp-gro-forwarding: off",
        "rx-gro-list: off",
        "tls-hw-rx-offload: off [fixed]",
        "fcoe-mtu: off [fixed]",
        "tx-nocache-copy: off",
        "loopback: off [fixed]",
        "rx-fcs: off [fixed]",
        "rx-all: off [fixed]",
        "tx-vlan-stag-hw-insert: on",
        "rx-vlan-stag-hw-parse: on",
        "rx-vlan-stag-filter: off [fixed]",
        "l2-fwd-offload: off [fixed]",
        "hw-tc-offload: off [fixed]",
        "esp-hw-offload: off [fixed]",
        "esp-tx-csum-hw-offload: off [fixed]",
        "rx-udp_tunnel-port-offload: off [fixed]",
        "tls-hw-tx-offload: off [fixed]",
        "rx-gro-hw: off [fixed]",
        "tls-hw-record: off [fixed]"
    ]
}

TASK [Assert device features] **************************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:120
Wednesday 03 August 2022  15:37:27 +0000 (0:00:00.061)       0:00:34.975 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [TEST: Change feature with both underscores and dashes.] ******************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:131
Wednesday 03 August 2022  15:37:27 +0000 (0:00:00.060)       0:00:35.036 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

##################################################

TASK [network_connections] *****************************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:135
Wednesday 03 August 2022  15:37:27 +0000 (0:00:00.059)       0:00:35.096 ****** 
redirecting (type: action) ansible.builtin.network to ansible.netcommon.network
fatal: [/cache/rhel-8.qcow2]: FAILED! => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "# Ansible managed test header",
            "connections": [
                {
                    "ethtool": {
                        "features": {
                            "tx-tcp-segmentation": "no",
                            "tx_tcp_segmentation": "no"
                        }
                    },
                    "ip": {
                        "auto6": "no",
                        "dhcp4": "no"
                    },
                    "name": "testnic1",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": false
}

STDERR:





MSG:

fatal error: configuration error: connections[0].ethtool.features: duplicate key 'tx_tcp_segmentation'

TASK [Show network_connections result] *****************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:151
Wednesday 03 August 2022  15:37:27 +0000 (0:00:00.493)       0:00:35.589 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "# Ansible managed test header",
                "connections": [
                    {
                        "ethtool": {
                            "features": {
                                "tx-tcp-segmentation": "no",
                                "tx_tcp_segmentation": "no"
                            }
                        },
                        "ip": {
                            "auto6": "no",
                            "dhcp4": "no"
                        },
                        "name": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": false,
        "failed": true,
        "msg": "fatal error: configuration error: connections[0].ethtool.features: duplicate key 'tx_tcp_segmentation'",
        "stderr": "\n",
        "stderr_lines": [
            ""
        ]
    }
}

TASK [assert] ******************************************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:154
Wednesday 03 August 2022  15:37:27 +0000 (0:00:00.060)       0:00:35.650 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check failure] ***********************************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:161
Wednesday 03 August 2022  15:37:27 +0000 (0:00:00.060)       0:00:35.710 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "# Ansible managed test header",
                "connections": [
                    {
                        "ethtool": {
                            "features": {
                                "tx-tcp-segmentation": "no",
                                "tx_tcp_segmentation": "no"
                            }
                        },
                        "ip": {
                            "auto6": "no",
                            "dhcp4": "no"
                        },
                        "name": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": false,
        "failed": true,
        "msg": "fatal error: configuration error: connections[0].ethtool.features: duplicate key 'tx_tcp_segmentation'",
        "stderr": "\n",
        "stderr_lines": [
            ""
        ]
    }
}

TASK [Assert that the result is failure] ***************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:164
Wednesday 03 August 2022  15:37:27 +0000 (0:00:00.062)       0:00:35.772 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [TEST: I can reset features to their original value.] *********************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:169
Wednesday 03 August 2022  15:37:27 +0000 (0:00:00.059)       0:00:35.832 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

##################################################

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:37:27 +0000 (0:00:00.067)       0:00:35.900 ****** 
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:37:28 +0000 (0:00:00.077)       0:00:35.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 [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:37:28 +0000 (0:00:00.538)       0:00:36.516 ****** 
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:37:30 +0000 (0:00:01.632)       0:00:38.149 ****** 
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:37:31 +0000 (0:00:01.159)       0:00:39.309 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

Using network provider: initscripts

TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:11
Wednesday 03 August 2022  15:37:31 +0000 (0:00:00.062)       0:00:39.371 ****** 
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:37:31 +0000 (0:00:00.051)       0:00:39.422 ****** 
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:37:31 +0000 (0:00:00.049)       0:00:39.472 ****** 
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:37:31 +0000 (0:00:00.074)       0:00:39.547 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:37:31 +0000 (0:00:00.051)       0:00:39.598 ****** 
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:37:31 +0000 (0:00:00.086)       0:00:39.684 ****** 
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:37:31 +0000 (0:00:00.056)       0:00:39.741 ****** 
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 : Enable and start wpa_supplicant] ************
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:90
Wednesday 03 August 2022  15:37:31 +0000 (0:00:00.052)       0:00:39.793 ****** 
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:37:31 +0000 (0:00:00.050)       0:00:39.844 ****** 
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 : 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:37:32 +0000 (0:00:00.562)       0:00:40.407 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-16675d21_xapp/tmpmjbs2mbh"
}

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:37:32 +0000 (0:00:00.388)       0:00:40.795 ****** 
redirecting (type: action) ansible.builtin.network to ansible.netcommon.network
changed: [/cache/rhel-8.qcow2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "ip": {
                        "auto6": "no",
                        "dhcp4": "no"
                    },
                    "name": "testnic1",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'
[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)
[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"'


TASK [linux-system-roles.network : Configure networking state] *****************
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:128
Wednesday 03 August 2022  15:37:33 +0000 (0:00:00.595)       0:00:41.391 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:37:33 +0000 (0:00:00.053)       0:00:41.444 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
        "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
        "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'"
    ]
}

TASK [linux-system-roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:138
Wednesday 03 August 2022  15:37:33 +0000 (0:00:00.060)       0:00:41.505 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "ip": {
                            "auto6": "no",
                            "dhcp4": "no"
                        },
                        "name": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'\n[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
            "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
            "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'"
        ]
    }
}

TASK [linux-system-roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:143
Wednesday 03 August 2022  15:37:33 +0000 (0:00:00.133)       0:00:41.638 ****** 
skipping: [/cache/rhel-8.qcow2] => {}

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:37:33 +0000 (0:00:00.052)       0:00:41.690 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/rhel-8.qcow2

TASK [Get current device features] *********************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:183
Wednesday 03 August 2022  15:37:34 +0000 (0:00:00.422)       0:00:42.112 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "changed": true,
    "cmd": [
        "ethtool",
        "--show-features",
        "testnic1"
    ],
    "delta": "0:00:00.003358",
    "end": "2022-08-03 11:37:33.554446",
    "rc": 0,
    "start": "2022-08-03 11:37:33.551088"
}

STDOUT:

Features for testnic1:
rx-checksumming: on
tx-checksumming: on
	tx-checksum-ipv4: off [fixed]
	tx-checksum-ip-generic: on
	tx-checksum-ipv6: off [fixed]
	tx-checksum-fcoe-crc: off [fixed]
	tx-checksum-sctp: on
scatter-gather: on
	tx-scatter-gather: on
	tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
	tx-tcp-segmentation: on
	tx-tcp-ecn-segmentation: on
	tx-tcp-mangleid-segmentation: on
	tx-tcp6-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-lockless: on [fixed]
netns-local: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
rx-udp-gro-forwarding: off
rx-gro-list: off
tls-hw-rx-offload: off [fixed]
fcoe-mtu: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]

TASK [ASSERT: The profile does not change the ethtool features] ****************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:187
Wednesday 03 August 2022  15:37:34 +0000 (0:00:00.407)       0:00:42.520 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:37:34 +0000 (0:00:00.059)       0:00:42.579 ****** 
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:37:34 +0000 (0:00:00.085)       0:00:42.664 ****** 
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:37:35 +0000 (0:00:00.533)       0:00:43.198 ****** 
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:37:36 +0000 (0:00:01.596)       0:00:44.795 ****** 
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:37:37 +0000 (0:00:01.094)       0:00:45.890 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

Using network provider: initscripts

TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:11
Wednesday 03 August 2022  15:37:38 +0000 (0:00:00.057)       0:00:45.947 ****** 
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:37:38 +0000 (0:00:00.051)       0:00:45.999 ****** 
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:37:38 +0000 (0:00:00.078)       0:00:46.078 ****** 
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:37:38 +0000 (0:00:00.075)       0:00:46.154 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:37:38 +0000 (0:00:00.052)       0:00:46.206 ****** 
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:37:38 +0000 (0:00:00.051)       0:00:46.258 ****** 
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:37:38 +0000 (0:00:00.054)       0:00:46.312 ****** 
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 : Enable and start wpa_supplicant] ************
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:90
Wednesday 03 August 2022  15:37:38 +0000 (0:00:00.049)       0:00:46.362 ****** 
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:37:38 +0000 (0:00:00.045)       0:00:46.407 ****** 
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 : 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:37:39 +0000 (0:00:00.570)       0:00:46.978 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-16675d21_xapp/tmprpqsvy6r"
}

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:37:39 +0000 (0:00:00.413)       0:00:47.391 ****** 
redirecting (type: action) ansible.builtin.network to ansible.netcommon.network
changed: [/cache/rhel-8.qcow2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "name": "testnic1",
                    "persistent_state": "absent",
                    "state": "down"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:down persistent_state:absent, 'testnic1': up connection testnic1 (active)
[004] <info>  #0, state:down persistent_state:absent, 'testnic1': call 'ifdown testnic1': rc=0, out='b''', err='b"WARN      : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\nWARN      : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN      : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"'
[005] <info>  #0, state:down persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'


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:37:40 +0000 (0:00:00.662)       0:00:48.053 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:37:40 +0000 (0:00:00.051)       0:00:48.105 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:down persistent_state:absent, 'testnic1': up connection testnic1 (active)",
        "[004] <info>  #0, state:down persistent_state:absent, 'testnic1': call 'ifdown testnic1': rc=0, out='b''', err='b\"WARN      : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'",
        "[005] <info>  #0, state:down persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'"
    ]
}

TASK [linux-system-roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:138
Wednesday 03 August 2022  15:37:40 +0000 (0:00:00.064)       0:00:48.169 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "name": "testnic1",
                        "persistent_state": "absent",
                        "state": "down"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:down persistent_state:absent, 'testnic1': up connection testnic1 (active)\n[004] <info>  #0, state:down persistent_state:absent, 'testnic1': call 'ifdown testnic1': rc=0, out='b''', err='b\"WARN      : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n[005] <info>  #0, state:down persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'\n",
        "stderr_lines": [
            "[003] <info>  #0, state:down persistent_state:absent, 'testnic1': up connection testnic1 (active)",
            "[004] <info>  #0, state:down persistent_state:absent, 'testnic1': call 'ifdown testnic1': rc=0, out='b''', err='b\"WARN      : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'",
            "[005] <info>  #0, state:down persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'"
        ]
    }
}

TASK [linux-system-roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:143
Wednesday 03 August 2022  15:37:40 +0000 (0:00:00.061)       0:00:48.231 ****** 
skipping: [/cache/rhel-8.qcow2] => {}

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:37:40 +0000 (0:00:00.051)       0:00:48.282 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/rhel-8.qcow2

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:204
Wednesday 03 August 2022  15:37:40 +0000 (0:00:00.413)       0:00:48.696 ****** 
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:37:40 +0000 (0:00:00.077)       0:00:48.773 ****** 
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:37:40 +0000 (0:00:00.049)       0:00:48.823 ****** 
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:37:40 +0000 (0:00:00.052)       0:00:48.876 ****** 
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:37:41 +0000 (0:00:00.079)       0:00:48.955 ****** 
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:37:41 +0000 (0:00:00.075)       0:00:49.031 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.003352",
    "end": "2022-08-03 11:37:40.506220",
    "rc": 0,
    "start": "2022-08-03 11:37:40.502868"
}

STDOUT:

bonding_masters
eth0
lo
peertestnic1
testnic1

TASK [Set current_interfaces] **************************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/get_current_interfaces.yml:9
Wednesday 03 August 2022  15:37:41 +0000 (0:00:00.436)       0:00:49.467 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "ansible_facts": {
        "current_interfaces": [
            "bonding_masters",
            "eth0",
            "lo",
            "peertestnic1",
            "testnic1"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/show_interfaces.yml:4
Wednesday 03 August 2022  15:37:41 +0000 (0:00:00.059)       0:00:49.527 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1']

TASK [Install iproute] *********************************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:15
Wednesday 03 August 2022  15:37:41 +0000 (0:00:00.056)       0:00:49.583 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Create veth interface testnic1] ******************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:21
Wednesday 03 August 2022  15:37:43 +0000 (0:00:01.512)       0:00:51.096 ****** 
skipping: [/cache/rhel-8.qcow2] => (item=ip link add testnic1 type veth peer name peertestnic1)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "ip link add testnic1 type veth peer name peertestnic1",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-8.qcow2] => (item=ip link set peertestnic1 up)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "ip link set peertestnic1 up",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-8.qcow2] => (item=ip link set testnic1 up)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "ip link set testnic1 up",
    "skip_reason": "Conditional result was False"
}

TASK [Set up veth as managed by NetworkManager] ********************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:29
Wednesday 03 August 2022  15:37:43 +0000 (0:00:00.066)       0:00:51.162 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete veth interface testnic1] ******************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:36
Wednesday 03 August 2022  15:37:43 +0000 (0:00:00.051)       0:00:51.214 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "del",
        "testnic1",
        "type",
        "veth"
    ],
    "delta": "0:00:00.014852",
    "end": "2022-08-03 11:37:42.668304",
    "rc": 0,
    "start": "2022-08-03 11:37:42.653452"
}

TASK [Create dummy interface testnic1] *****************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:42
Wednesday 03 August 2022  15:37:43 +0000 (0:00:00.418)       0:00:51.633 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete dummy interface testnic1] *****************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:47
Wednesday 03 August 2022  15:37:43 +0000 (0:00:00.080)       0:00:51.713 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create tap interface testnic1] *******************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:53
Wednesday 03 August 2022  15:37:43 +0000 (0:00:00.050)       0:00:51.764 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete tap interface testnic1] *******************************************
task path: /tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:58
Wednesday 03 August 2022  15:37:43 +0000 (0:00:00.050)       0:00:51.814 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/rhel-8.qcow2        : ok=114  changed=15   unreachable=0    failed=0    skipped=69   rescued=1    ignored=0   

Wednesday 03 August 2022  15:37:43 +0000 (0:00:00.069)       0:00:51.883 ****** 
=============================================================================== 
linux-system-roles.network : Check which services are running ----------- 2.58s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
Install iproute --------------------------------------------------------- 1.84s
/tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:15 -----------
linux-system-roles.network : Check which services are running ----------- 1.72s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.63s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.63s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.60s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
Install iproute --------------------------------------------------------- 1.51s
/tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:15 -----------
linux-system-roles.network : Check which packages are installed --------- 1.46s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
Install ethtool (test dependency) --------------------------------------- 1.46s
/tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:22 ----------------
linux-system-roles.network : Configure networking connection profiles --- 1.42s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:116 ----
linux-system-roles.network : Enable network service --------------------- 1.39s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:99 -----
set up internal repositories -------------------------------------------- 1.31s
/cache/rhel-8_setup.yml:5 -----------------------------------------------------
linux-system-roles.network : Check which packages are installed --------- 1.18s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
linux-system-roles.network : Check which packages are installed --------- 1.16s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
linux-system-roles.network : Check which packages are installed --------- 1.14s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
Create veth interface testnic1 ------------------------------------------ 1.10s
/tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:21 -----------
linux-system-roles.network : Check which packages are installed --------- 1.09s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
Gathering Facts --------------------------------------------------------- 1.04s
/tmp/tmpd6fsfezc/tests/tests_ethtool_features_initscripts.yml:4 ---------------
linux-system-roles.network : Re-test connectivity ----------------------- 0.97s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:149 ----
Gathering Facts --------------------------------------------------------- 0.84s
/tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:3 -----------------

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:37:44 +0000 (0:00:00.046)       0:00:51.930 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "changed": true,
    "cmd": "(cd /; tar -xf /tmp/network.backup.tar)",
    "delta": "0:00:00.006380",
    "end": "2022-08-03 11:37:43.353407",
    "rc": 0,
    "start": "2022-08-03 11:37:43.347027"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/rhel-8.qcow2        : ok=115  changed=16   unreachable=0    failed=0    skipped=69   rescued=1    ignored=0   

Wednesday 03 August 2022  15:37:44 +0000 (0:00:00.409)       0:00:52.340 ****** 
=============================================================================== 
linux-system-roles.network : Check which services are running ----------- 2.58s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
Install iproute --------------------------------------------------------- 1.84s
/tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:15 -----------
linux-system-roles.network : Check which services are running ----------- 1.72s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.63s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.63s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.60s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
Install iproute --------------------------------------------------------- 1.51s
/tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:15 -----------
linux-system-roles.network : Check which packages are installed --------- 1.46s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
Install ethtool (test dependency) --------------------------------------- 1.46s
/tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:22 ----------------
linux-system-roles.network : Configure networking connection profiles --- 1.42s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:116 ----
linux-system-roles.network : Enable network service --------------------- 1.39s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:99 -----
set up internal repositories -------------------------------------------- 1.31s
/cache/rhel-8_setup.yml:5 -----------------------------------------------------
linux-system-roles.network : Check which packages are installed --------- 1.18s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
linux-system-roles.network : Check which packages are installed --------- 1.16s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
linux-system-roles.network : Check which packages are installed --------- 1.14s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
Create veth interface testnic1 ------------------------------------------ 1.10s
/tmp/tmpd6fsfezc/tests/playbooks/tasks/manage_test_interface.yml:21 -----------
linux-system-roles.network : Check which packages are installed --------- 1.09s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
Gathering Facts --------------------------------------------------------- 1.04s
/tmp/tmpd6fsfezc/tests/tests_ethtool_features_initscripts.yml:4 ---------------
linux-system-roles.network : Re-test connectivity ----------------------- 0.97s
/tmp/tmpd6fsfezc/tests/roles/linux-system-roles.network/tasks/main.yml:149 ----
Gathering Facts --------------------------------------------------------- 0.84s
/tmp/tmpd6fsfezc/tests/playbooks/tests_ethtool_features.yml:3 -----------------
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:13:33 +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:13:35 +0000 (0:00:01.366)       0:00:01.383 ****** 
=============================================================================== 
set up internal repositories -------------------------------------------- 1.37s
/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:13:35 +0000 (0:00:00.031)       0:00:01.415 ****** 
ok: [/cache/rhel-8.qcow2] => (item=/etc/resolv.conf) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/etc/resolv.conf",
    "stat": {
        "atime": 1659543213.1015844,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b",
        "ctime": 1659543212.1005843,
        "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": "3731249156",
        "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:13:35 +0000 (0:00:00.478)       0:00:01.893 ****** 
[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': 1659543213.1015844, 'mtime': 1659542132.0, 'ctime': 1659543212.1005843, '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': '3731249156', '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": 1659543213.1015844,
            "attr_flags": "",
            "attributes": [],
            "block_size": 4096,
            "blocks": 8,
            "charset": "us-ascii",
            "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b",
            "ctime": 1659543212.1005843,
            "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": "3731249156",
            "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:13:35 +0000 (0:00:00.040)       0:00:01.934 ****** 
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.004979",
    "end": "2022-08-03 12:13:35.146254",
    "rc": 0,
    "start": "2022-08-03 12:13:35.141275"
}

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:13:36 +0000 (0:00:00.482)       0:00:02.417 ****** 
=============================================================================== 
set up internal repositories -------------------------------------------- 1.37s
/cache/rhel-8_setup.yml:5 -----------------------------------------------------
Back up system files ---------------------------------------------------- 0.48s
/tmp/tmpzotb0bdj/tests/network/_backup.yml:19 ---------------------------------
Get stats of system files ----------------------------------------------- 0.48s
/tmp/tmpzotb0bdj/tests/network/_backup.yml:6 ----------------------------------
Check if system files exist --------------------------------------------- 0.04s
/tmp/tmpzotb0bdj/tests/network/_backup.yml:13 ---------------------------------

PLAYBOOK: tests_ethtool_features_initscripts.yml *******************************
2 plays in /tmp/tmpzotb0bdj/tests/network/tests_ethtool_features_initscripts.yml

PLAY [Run playbook 'playbooks/tests_ethtool_features.yml' with initscripts as provider] ***

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpzotb0bdj/tests/network/tests_ethtool_features_initscripts.yml:4
Wednesday 03 August 2022  16:13:36 +0000 (0:00:00.087)       0:00:02.505 ****** 
ok: [/cache/rhel-8.qcow2]
META: ran handlers

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpzotb0bdj/tests/network/tests_ethtool_features_initscripts.yml:7
Wednesday 03 August 2022  16:13:37 +0000 (0:00:01.034)       0:00:03.539 ****** 
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:13:37 +0000 (0:00:00.025)       0:00:03.565 ****** 
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:13:37 +0000 (0:00:00.021)       0:00:03.586 ****** 
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:13:37 +0000 (0:00:00.027)       0:00:03.613 ****** 
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:13:37 +0000 (0:00:00.356)       0:00:03.969 ****** 
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:13:37 +0000 (0:00:00.020)       0:00:03.990 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "changed": true,
    "cmd": [
        "dnf",
        "config-manager",
        "--set-enabled",
        "epel"
    ],
    "delta": "0:00:00.411003",
    "end": "2022-08-03 12:13:37.516250",
    "rc": 0,
    "start": "2022-08-03 12:13:37.105247"
}

TASK [Enable EPEL 6] ***********************************************************
task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:26
Wednesday 03 August 2022  16:13:38 +0000 (0:00:00.788)       0:00:04.779 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Set network provider to 'initscripts'] ***********************************
task path: /tmp/tmpzotb0bdj/tests/network/tests_ethtool_features_initscripts.yml:8
Wednesday 03 August 2022  16:13:38 +0000 (0:00:00.019)       0:00:04.798 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "ansible_facts": {
        "network_provider": "initscripts"
    },
    "changed": false
}
META: ran handlers
META: ran handlers

PLAY [all] *********************************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:3
Wednesday 03 August 2022  16:13:38 +0000 (0:00:00.045)       0:00:04.844 ****** 
ok: [/cache/rhel-8.qcow2]
META: ran handlers

TASK [Show playbook name] ******************************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:8
Wednesday 03 August 2022  16:13:39 +0000 (0:00:00.792)       0:00:05.636 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

this is: playbooks/tests_ethtool_features.yml

TASK [INIT: Ethtool feeatures tests] *******************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:14
Wednesday 03 August 2022  16:13:39 +0000 (0:00:00.047)       0:00:05.683 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

##################################################

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:17
Wednesday 03 August 2022  16:13:39 +0000 (0:00:00.079)       0:00:05.763 ****** 
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:13:39 +0000 (0:00:00.045)       0:00:05.808 ****** 
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:13:39 +0000 (0:00:00.042)       0:00:05.850 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.003330",
    "end": "2022-08-03 12:13:38.984730",
    "rc": 0,
    "start": "2022-08-03 12:13:38.981400"
}

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:13:39 +0000 (0:00:00.399)       0:00:06.250 ****** 
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:13:39 +0000 (0:00:00.045)       0:00:06.296 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

current_interfaces: ['bonding_masters', 'eth0', 'lo']

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:18
Wednesday 03 August 2022  16:13:39 +0000 (0:00:00.046)       0:00:06.342 ****** 
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:13:40 +0000 (0:00:00.045)       0:00:06.387 ****** 
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:13:40 +0000 (0:00:00.033)       0:00:06.421 ****** 
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:13:40 +0000 (0:00:00.032)       0:00:06.453 ****** 
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:13:40 +0000 (0:00:00.041)       0:00:06.495 ****** 
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:13:40 +0000 (0:00:00.039)       0:00:06.535 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.003755",
    "end": "2022-08-03 12:13:39.660120",
    "rc": 0,
    "start": "2022-08-03 12:13:39.656365"
}

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:13:40 +0000 (0:00:00.391)       0:00:06.926 ****** 
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:13:40 +0000 (0:00:00.065)       0:00:06.991 ****** 
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:13:40 +0000 (0:00:00.042)       0:00:07.034 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Create veth interface testnic1] ******************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:21
Wednesday 03 August 2022  16:13:42 +0000 (0:00:01.766)       0:00:08.800 ****** 
changed: [/cache/rhel-8.qcow2] => (item=ip link add testnic1 type veth peer name peertestnic1) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "add",
        "testnic1",
        "type",
        "veth",
        "peer",
        "name",
        "peertestnic1"
    ],
    "delta": "0:00:00.005634",
    "end": "2022-08-03 12:13:41.924268",
    "item": "ip link add testnic1 type veth peer name peertestnic1",
    "rc": 0,
    "start": "2022-08-03 12:13:41.918634"
}
changed: [/cache/rhel-8.qcow2] => (item=ip link set peertestnic1 up) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "set",
        "peertestnic1",
        "up"
    ],
    "delta": "0:00:00.008242",
    "end": "2022-08-03 12:13:42.283403",
    "item": "ip link set peertestnic1 up",
    "rc": 0,
    "start": "2022-08-03 12:13:42.275161"
}
changed: [/cache/rhel-8.qcow2] => (item=ip link set testnic1 up) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "set",
        "testnic1",
        "up"
    ],
    "delta": "0:00:00.004760",
    "end": "2022-08-03 12:13:42.627031",
    "item": "ip link set testnic1 up",
    "rc": 0,
    "start": "2022-08-03 12:13:42.622271"
}

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:13:43 +0000 (0:00:01.090)       0:00:09.891 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "changed": true,
    "cmd": [
        "nmcli",
        "d",
        "set",
        "testnic1",
        "managed",
        "true"
    ],
    "delta": "0:00:00.017832",
    "end": "2022-08-03 12:13:43.005219",
    "rc": 0,
    "start": "2022-08-03 12:13:42.987387"
}

TASK [Delete veth interface testnic1] ******************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:35
Wednesday 03 August 2022  16:13:43 +0000 (0:00:00.378)       0:00:10.269 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create dummy interface testnic1] *****************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:40
Wednesday 03 August 2022  16:13:43 +0000 (0:00:00.033)       0:00:10.303 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete dummy interface testnic1] *****************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:44
Wednesday 03 August 2022  16:13:43 +0000 (0:00:00.032)       0:00:10.336 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create tap interface testnic1] *******************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:49
Wednesday 03 August 2022  16:13:43 +0000 (0:00:00.032)       0:00:10.369 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete tap interface testnic1] *******************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:53
Wednesday 03 August 2022  16:13:44 +0000 (0:00:00.032)       0:00:10.401 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:21
Wednesday 03 August 2022  16:13:44 +0000 (0:00:00.031)       0:00:10.433 ****** 
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:13:44 +0000 (0:00:00.046)       0:00:10.479 ****** 
included: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2

TASK [Get stat for interface testnic1] *****************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_interface_stat.yml:3
Wednesday 03 August 2022  16:13:44 +0000 (0:00:00.043)       0:00:10.522 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "stat": {
        "atime": 1659543221.9225082,
        "block_size": 4096,
        "blocks": 0,
        "ctime": 1659543221.9225082,
        "dev": 21,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 33009,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": true,
        "isreg": false,
        "issock": false,
        "isuid": false,
        "lnk_source": "/sys/devices/virtual/net/testnic1",
        "lnk_target": "../../devices/virtual/net/testnic1",
        "mode": "0777",
        "mtime": 1659543221.9225082,
        "nlink": 1,
        "path": "/sys/class/net/testnic1",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 0,
        "uid": 0,
        "wgrp": true,
        "woth": true,
        "writeable": true,
        "wusr": true,
        "xgrp": true,
        "xoth": true,
        "xusr": true
    }
}

TASK [assert that interface testnic1 is present] *******************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/assert_device_present.yml:4
Wednesday 03 August 2022  16:13:44 +0000 (0:00:00.388)       0:00:10.911 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Install ethtool (test dependency)] ***************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:22
Wednesday 03 August 2022  16:13:44 +0000 (0:00:00.043)       0:00:10.955 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [TEST: I can create a profile without changing the ethtool features.] *****
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:29
Wednesday 03 August 2022  16:13:45 +0000 (0:00:01.389)       0:00:12.345 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

##################################################

TASK [Get current device features] *********************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:33
Wednesday 03 August 2022  16:13:46 +0000 (0:00:00.040)       0:00:12.386 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "changed": true,
    "cmd": [
        "ethtool",
        "--show-features",
        "testnic1"
    ],
    "delta": "0:00:00.003046",
    "end": "2022-08-03 12:13:45.479218",
    "rc": 0,
    "start": "2022-08-03 12:13:45.476172"
}

STDOUT:

Features for testnic1:
rx-checksumming: on
tx-checksumming: on
	tx-checksum-ipv4: off [fixed]
	tx-checksum-ip-generic: on
	tx-checksum-ipv6: off [fixed]
	tx-checksum-fcoe-crc: off [fixed]
	tx-checksum-sctp: on
scatter-gather: on
	tx-scatter-gather: on
	tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
	tx-tcp-segmentation: on
	tx-tcp-ecn-segmentation: on
	tx-tcp-mangleid-segmentation: on
	tx-tcp6-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-lockless: on [fixed]
netns-local: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
rx-udp-gro-forwarding: off
rx-gro-list: off
tls-hw-rx-offload: off [fixed]
fcoe-mtu: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]

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:13:46 +0000 (0:00:00.355)       0:00:12.741 ****** 
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:13:46 +0000 (0:00:00.046)       0:00:12.788 ****** 
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:13:46 +0000 (0:00:00.483)       0:00:13.271 ****** 
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:13:48 +0000 (0:00:01.796)       0:00:15.068 ****** 
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:13:50 +0000 (0:00:01.447)       0:00:16.516 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

Using network provider: initscripts

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:13:50 +0000 (0:00:00.059)       0:00:16.575 ****** 
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:13:50 +0000 (0:00:00.051)       0:00:16.627 ****** 
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:13:50 +0000 (0:00:00.049)       0:00:16.677 ****** 
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:13:50 +0000 (0:00:00.087)       0:00:16.764 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:13:50 +0000 (0:00:00.051)       0:00:16.815 ****** 
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:13:50 +0000 (0:00:00.048)       0:00:16.864 ****** 
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:13:50 +0000 (0:00:00.053)       0:00:16.917 ****** 
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 : 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:13:50 +0000 (0:00:00.049)       0:00:16.966 ****** 
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:13:50 +0000 (0:00:00.046)       0:00:17.013 ****** 
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 : 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:13:51 +0000 (0:00:00.820)       0:00:17.834 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-67187cjbmpblk/tmpd_q6tycg"
}

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:13:51 +0000 (0:00:00.436)       0:00:18.271 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "ip": {
                        "auto6": "no",
                        "dhcp4": "no"
                    },
                    "name": "testnic1",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'
[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)
[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"'


TASK [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:13:52 +0000 (0:00:00.788)       0:00:19.060 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:13:52 +0000 (0:00:00.049)       0:00:19.110 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'",
        "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
        "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'"
    ]
}

TASK [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:13:52 +0000 (0:00:00.059)       0:00:19.169 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "ip": {
                            "auto6": "no",
                            "dhcp4": "no"
                        },
                        "name": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'\n[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'testnic1': add ifcfg-rh profile 'testnic1'",
            "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
            "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'"
        ]
    }
}

TASK [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:13:52 +0000 (0:00:00.061)       0:00:19.231 ****** 
skipping: [/cache/rhel-8.qcow2] => {}

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:13:52 +0000 (0:00:00.052)       0:00:19.283 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/rhel-8.qcow2

TASK [Get current device features] *********************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:47
Wednesday 03 August 2022  16:13:53 +0000 (0:00:00.551)       0:00:19.834 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "changed": true,
    "cmd": [
        "ethtool",
        "--show-features",
        "testnic1"
    ],
    "delta": "0:00:00.003899",
    "end": "2022-08-03 12:13:52.949924",
    "rc": 0,
    "start": "2022-08-03 12:13:52.946025"
}

STDOUT:

Features for testnic1:
rx-checksumming: on
tx-checksumming: on
	tx-checksum-ipv4: off [fixed]
	tx-checksum-ip-generic: on
	tx-checksum-ipv6: off [fixed]
	tx-checksum-fcoe-crc: off [fixed]
	tx-checksum-sctp: on
scatter-gather: on
	tx-scatter-gather: on
	tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
	tx-tcp-segmentation: on
	tx-tcp-ecn-segmentation: on
	tx-tcp-mangleid-segmentation: on
	tx-tcp6-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-lockless: on [fixed]
netns-local: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
rx-udp-gro-forwarding: off
rx-gro-list: off
tls-hw-rx-offload: off [fixed]
fcoe-mtu: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]

TASK [ASSERT: The profile does not change the ethtool features] ****************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:50
Wednesday 03 August 2022  16:13:53 +0000 (0:00:00.395)       0:00:20.229 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [TEST: I can disable gro and tx-tcp-segmentation and enable gso.] *********
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:56
Wednesday 03 August 2022  16:13:53 +0000 (0:00:00.119)       0:00:20.349 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

##################################################

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:13:54 +0000 (0:00:00.056)       0:00:20.406 ****** 
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:13:54 +0000 (0:00:00.071)       0:00:20.478 ****** 
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:13:54 +0000 (0:00:00.522)       0:00:21.000 ****** 
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:13:56 +0000 (0:00:01.599)       0:00:22.599 ****** 
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:13:57 +0000 (0:00:01.180)       0:00:23.780 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

Using network provider: initscripts

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:13:57 +0000 (0:00:00.056)       0:00:23.836 ****** 
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:13:57 +0000 (0:00:00.052)       0:00:23.889 ****** 
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:13:57 +0000 (0:00:00.052)       0:00:23.942 ****** 
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:13:57 +0000 (0:00:00.074)       0:00:24.016 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:13:57 +0000 (0:00:00.049)       0:00:24.066 ****** 
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:13:57 +0000 (0:00:00.050)       0:00:24.117 ****** 
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:13:57 +0000 (0:00:00.052)       0:00:24.169 ****** 
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 : 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:13:57 +0000 (0:00:00.050)       0:00:24.220 ****** 
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:13:57 +0000 (0:00:00.083)       0:00:24.304 ****** 
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 : 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:13:58 +0000 (0:00:00.527)       0:00:24.831 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-67187cjbmpblk/tmpnxyzcghk"
}

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:13:58 +0000 (0:00:00.433)       0:00:25.265 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "ethtool": {
                        "features": {
                            "gro": "no",
                            "gso": "yes",
                            "tx-tcp-segmentation": "no"
                        }
                    },
                    "ip": {
                        "auto6": "no",
                        "dhcp4": "no"
                    },
                    "name": "testnic1",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'
[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)
[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b'Actual changes:\ntx-tcp-segmentation: off\ntx-tcp-mangleid-segmentation: off [not requested]\n'', err='b"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"'


TASK [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:13:59 +0000 (0:00:00.604)       0:00:25.869 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:13:59 +0000 (0:00:00.049)       0:00:25.919 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
        "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
        "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b'Actual changes:\\ntx-tcp-segmentation: off\\ntx-tcp-mangleid-segmentation: off [not requested]\\n'', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'"
    ]
}

TASK [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:13:59 +0000 (0:00:00.057)       0:00:25.976 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "ethtool": {
                            "features": {
                                "gro": "no",
                                "gso": "yes",
                                "tx-tcp-segmentation": "no"
                            }
                        },
                        "ip": {
                            "auto6": "no",
                            "dhcp4": "no"
                        },
                        "name": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'\n[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b'Actual changes:\\ntx-tcp-segmentation: off\\ntx-tcp-mangleid-segmentation: off [not requested]\\n'', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
            "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
            "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b'Actual changes:\\ntx-tcp-segmentation: off\\ntx-tcp-mangleid-segmentation: off [not requested]\\n'', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'"
        ]
    }
}

TASK [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:13:59 +0000 (0:00:00.057)       0:00:26.034 ****** 
skipping: [/cache/rhel-8.qcow2] => {}

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:13:59 +0000 (0:00:00.049)       0:00:26.083 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/rhel-8.qcow2

TASK [Get current device features] *********************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:76
Wednesday 03 August 2022  16:14:00 +0000 (0:00:00.444)       0:00:26.528 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "changed": true,
    "cmd": [
        "ethtool",
        "--show-features",
        "testnic1"
    ],
    "delta": "0:00:00.002792",
    "end": "2022-08-03 12:13:59.644947",
    "rc": 0,
    "start": "2022-08-03 12:13:59.642155"
}

STDOUT:

Features for testnic1:
rx-checksumming: on
tx-checksumming: on
	tx-checksum-ipv4: off [fixed]
	tx-checksum-ip-generic: on
	tx-checksum-ipv6: off [fixed]
	tx-checksum-fcoe-crc: off [fixed]
	tx-checksum-sctp: on
scatter-gather: on
	tx-scatter-gather: on
	tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
	tx-tcp-segmentation: off
	tx-tcp-ecn-segmentation: on
	tx-tcp-mangleid-segmentation: off [requested on]
	tx-tcp6-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-lockless: on [fixed]
netns-local: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
rx-udp-gro-forwarding: off
rx-gro-list: off
tls-hw-rx-offload: off [fixed]
fcoe-mtu: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]

TASK [Show ethtool_features] ***************************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:79
Wednesday 03 August 2022  16:14:00 +0000 (0:00:00.393)       0:00:26.922 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "ethtool_features.stdout_lines": [
        "Features for testnic1:",
        "rx-checksumming: on",
        "tx-checksumming: on",
        "\ttx-checksum-ipv4: off [fixed]",
        "\ttx-checksum-ip-generic: on",
        "\ttx-checksum-ipv6: off [fixed]",
        "\ttx-checksum-fcoe-crc: off [fixed]",
        "\ttx-checksum-sctp: on",
        "scatter-gather: on",
        "\ttx-scatter-gather: on",
        "\ttx-scatter-gather-fraglist: on",
        "tcp-segmentation-offload: on",
        "\ttx-tcp-segmentation: off",
        "\ttx-tcp-ecn-segmentation: on",
        "\ttx-tcp-mangleid-segmentation: off [requested on]",
        "\ttx-tcp6-segmentation: on",
        "generic-segmentation-offload: on",
        "generic-receive-offload: off",
        "large-receive-offload: off [fixed]",
        "rx-vlan-offload: on",
        "tx-vlan-offload: on",
        "ntuple-filters: off [fixed]",
        "receive-hashing: off [fixed]",
        "highdma: on",
        "rx-vlan-filter: off [fixed]",
        "vlan-challenged: off [fixed]",
        "tx-lockless: on [fixed]",
        "netns-local: off [fixed]",
        "tx-gso-robust: off [fixed]",
        "tx-fcoe-segmentation: off [fixed]",
        "tx-gre-segmentation: on",
        "tx-gre-csum-segmentation: on",
        "tx-ipxip4-segmentation: on",
        "tx-ipxip6-segmentation: on",
        "tx-udp_tnl-segmentation: on",
        "tx-udp_tnl-csum-segmentation: on",
        "tx-gso-partial: off [fixed]",
        "tx-tunnel-remcsum-segmentation: off [fixed]",
        "tx-sctp-segmentation: on",
        "tx-esp-segmentation: off [fixed]",
        "tx-udp-segmentation: on",
        "tx-gso-list: on",
        "rx-udp-gro-forwarding: off",
        "rx-gro-list: off",
        "tls-hw-rx-offload: off [fixed]",
        "fcoe-mtu: off [fixed]",
        "tx-nocache-copy: off",
        "loopback: off [fixed]",
        "rx-fcs: off [fixed]",
        "rx-all: off [fixed]",
        "tx-vlan-stag-hw-insert: on",
        "rx-vlan-stag-hw-parse: on",
        "rx-vlan-stag-filter: off [fixed]",
        "l2-fwd-offload: off [fixed]",
        "hw-tc-offload: off [fixed]",
        "esp-hw-offload: off [fixed]",
        "esp-tx-csum-hw-offload: off [fixed]",
        "rx-udp_tunnel-port-offload: off [fixed]",
        "tls-hw-tx-offload: off [fixed]",
        "rx-gro-hw: off [fixed]",
        "tls-hw-record: off [fixed]"
    ]
}

TASK [Assert device features] **************************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:82
Wednesday 03 August 2022  16:14:00 +0000 (0:00:00.060)       0:00:26.983 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [TEST: I can enable tx_tcp_segmentation (using underscores).] *************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:96
Wednesday 03 August 2022  16:14:00 +0000 (0:00:00.063)       0:00:27.046 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

##################################################

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:14:00 +0000 (0:00:00.060)       0:00:27.107 ****** 
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:14:00 +0000 (0:00:00.075)       0:00:27.183 ****** 
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:14:01 +0000 (0:00:00.517)       0:00:27.700 ****** 
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:14:03 +0000 (0:00:02.575)       0:00:30.275 ****** 
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:14:04 +0000 (0:00:01.102)       0:00:31.378 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

Using network provider: initscripts

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:14:05 +0000 (0:00:00.059)       0:00:31.438 ****** 
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:14:05 +0000 (0:00:00.083)       0:00:31.521 ****** 
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:14:05 +0000 (0:00:00.053)       0:00:31.575 ****** 
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:14:05 +0000 (0:00:00.073)       0:00:31.649 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:14:05 +0000 (0:00:00.056)       0:00:31.705 ****** 
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:14:05 +0000 (0:00:00.051)       0:00:31.756 ****** 
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:14:05 +0000 (0:00:00.053)       0:00:31.809 ****** 
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 : 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:14:05 +0000 (0:00:00.054)       0:00:31.864 ****** 
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:14:05 +0000 (0:00:00.050)       0:00:31.914 ****** 
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 : 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:14:06 +0000 (0:00:00.549)       0:00:32.464 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-67187cjbmpblk/tmp3avyewqf"
}

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:14:06 +0000 (0:00:00.423)       0:00:32.887 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "ethtool": {
                        "features": {
                            "tx_tcp_segmentation": "yes"
                        }
                    },
                    "ip": {
                        "auto6": "no",
                        "dhcp4": "no"
                    },
                    "name": "testnic1",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'
[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)
[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b'Actual changes:\ntx-tcp-segmentation: on\ntx-tcp-mangleid-segmentation: on [not requested]\n'', err='b"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"'


TASK [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:14:07 +0000 (0:00:00.663)       0:00:33.551 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:14:07 +0000 (0:00:00.052)       0:00:33.603 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
        "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
        "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b'Actual changes:\\ntx-tcp-segmentation: on\\ntx-tcp-mangleid-segmentation: on [not requested]\\n'', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'"
    ]
}

TASK [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:14:07 +0000 (0:00:00.062)       0:00:33.665 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "ethtool": {
                            "features": {
                                "tx_tcp_segmentation": "yes"
                            }
                        },
                        "ip": {
                            "auto6": "no",
                            "dhcp4": "no"
                        },
                        "name": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'\n[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b'Actual changes:\\ntx-tcp-segmentation: on\\ntx-tcp-mangleid-segmentation: on [not requested]\\n'', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
            "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
            "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b'Actual changes:\\ntx-tcp-segmentation: on\\ntx-tcp-mangleid-segmentation: on [not requested]\\n'', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'"
        ]
    }
}

TASK [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:14:07 +0000 (0:00:00.060)       0:00:33.726 ****** 
skipping: [/cache/rhel-8.qcow2] => {}

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:14:07 +0000 (0:00:00.051)       0:00:33.778 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/rhel-8.qcow2

TASK [Get current device features] *********************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:114
Wednesday 03 August 2022  16:14:07 +0000 (0:00:00.419)       0:00:34.197 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "changed": true,
    "cmd": [
        "ethtool",
        "--show-features",
        "testnic1"
    ],
    "delta": "0:00:00.003126",
    "end": "2022-08-03 12:14:07.308957",
    "rc": 0,
    "start": "2022-08-03 12:14:07.305831"
}

STDOUT:

Features for testnic1:
rx-checksumming: on
tx-checksumming: on
	tx-checksum-ipv4: off [fixed]
	tx-checksum-ip-generic: on
	tx-checksum-ipv6: off [fixed]
	tx-checksum-fcoe-crc: off [fixed]
	tx-checksum-sctp: on
scatter-gather: on
	tx-scatter-gather: on
	tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
	tx-tcp-segmentation: on
	tx-tcp-ecn-segmentation: on
	tx-tcp-mangleid-segmentation: on
	tx-tcp6-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-lockless: on [fixed]
netns-local: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
rx-udp-gro-forwarding: off
rx-gro-list: off
tls-hw-rx-offload: off [fixed]
fcoe-mtu: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]

TASK [Show ethtool_features] ***************************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:117
Wednesday 03 August 2022  16:14:08 +0000 (0:00:00.388)       0:00:34.586 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "ethtool_features.stdout_lines": [
        "Features for testnic1:",
        "rx-checksumming: on",
        "tx-checksumming: on",
        "\ttx-checksum-ipv4: off [fixed]",
        "\ttx-checksum-ip-generic: on",
        "\ttx-checksum-ipv6: off [fixed]",
        "\ttx-checksum-fcoe-crc: off [fixed]",
        "\ttx-checksum-sctp: on",
        "scatter-gather: on",
        "\ttx-scatter-gather: on",
        "\ttx-scatter-gather-fraglist: on",
        "tcp-segmentation-offload: on",
        "\ttx-tcp-segmentation: on",
        "\ttx-tcp-ecn-segmentation: on",
        "\ttx-tcp-mangleid-segmentation: on",
        "\ttx-tcp6-segmentation: on",
        "generic-segmentation-offload: on",
        "generic-receive-offload: off",
        "large-receive-offload: off [fixed]",
        "rx-vlan-offload: on",
        "tx-vlan-offload: on",
        "ntuple-filters: off [fixed]",
        "receive-hashing: off [fixed]",
        "highdma: on",
        "rx-vlan-filter: off [fixed]",
        "vlan-challenged: off [fixed]",
        "tx-lockless: on [fixed]",
        "netns-local: off [fixed]",
        "tx-gso-robust: off [fixed]",
        "tx-fcoe-segmentation: off [fixed]",
        "tx-gre-segmentation: on",
        "tx-gre-csum-segmentation: on",
        "tx-ipxip4-segmentation: on",
        "tx-ipxip6-segmentation: on",
        "tx-udp_tnl-segmentation: on",
        "tx-udp_tnl-csum-segmentation: on",
        "tx-gso-partial: off [fixed]",
        "tx-tunnel-remcsum-segmentation: off [fixed]",
        "tx-sctp-segmentation: on",
        "tx-esp-segmentation: off [fixed]",
        "tx-udp-segmentation: on",
        "tx-gso-list: on",
        "rx-udp-gro-forwarding: off",
        "rx-gro-list: off",
        "tls-hw-rx-offload: off [fixed]",
        "fcoe-mtu: off [fixed]",
        "tx-nocache-copy: off",
        "loopback: off [fixed]",
        "rx-fcs: off [fixed]",
        "rx-all: off [fixed]",
        "tx-vlan-stag-hw-insert: on",
        "rx-vlan-stag-hw-parse: on",
        "rx-vlan-stag-filter: off [fixed]",
        "l2-fwd-offload: off [fixed]",
        "hw-tc-offload: off [fixed]",
        "esp-hw-offload: off [fixed]",
        "esp-tx-csum-hw-offload: off [fixed]",
        "rx-udp_tunnel-port-offload: off [fixed]",
        "tls-hw-tx-offload: off [fixed]",
        "rx-gro-hw: off [fixed]",
        "tls-hw-record: off [fixed]"
    ]
}

TASK [Assert device features] **************************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:120
Wednesday 03 August 2022  16:14:08 +0000 (0:00:00.062)       0:00:34.648 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [TEST: Change feature with both underscores and dashes.] ******************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:130
Wednesday 03 August 2022  16:14:08 +0000 (0:00:00.060)       0:00:34.709 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

##################################################

TASK [fedora.linux_system_roles.network_connections] ***************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:134
Wednesday 03 August 2022  16:14:08 +0000 (0:00:00.059)       0:00:34.769 ****** 
fatal: [/cache/rhel-8.qcow2]: FAILED! => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "# Ansible managed test header",
            "connections": [
                {
                    "ethtool": {
                        "features": {
                            "tx-tcp-segmentation": "no",
                            "tx_tcp_segmentation": "no"
                        }
                    },
                    "ip": {
                        "auto6": "no",
                        "dhcp4": "no"
                    },
                    "name": "testnic1",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": false
}

STDERR:





MSG:

fatal error: configuration error: connections[0].ethtool.features: duplicate key 'tx_tcp_segmentation'

TASK [Show network_connections result] *****************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:150
Wednesday 03 August 2022  16:14:08 +0000 (0:00:00.482)       0:00:35.251 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "# Ansible managed test header",
                "connections": [
                    {
                        "ethtool": {
                            "features": {
                                "tx-tcp-segmentation": "no",
                                "tx_tcp_segmentation": "no"
                            }
                        },
                        "ip": {
                            "auto6": "no",
                            "dhcp4": "no"
                        },
                        "name": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": false,
        "failed": true,
        "msg": "fatal error: configuration error: connections[0].ethtool.features: duplicate key 'tx_tcp_segmentation'",
        "stderr": "\n",
        "stderr_lines": [
            ""
        ]
    }
}

TASK [assert] ******************************************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:153
Wednesday 03 August 2022  16:14:08 +0000 (0:00:00.057)       0:00:35.308 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Check failure] ***********************************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:157
Wednesday 03 August 2022  16:14:08 +0000 (0:00:00.056)       0:00:35.365 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "# Ansible managed test header",
                "connections": [
                    {
                        "ethtool": {
                            "features": {
                                "tx-tcp-segmentation": "no",
                                "tx_tcp_segmentation": "no"
                            }
                        },
                        "ip": {
                            "auto6": "no",
                            "dhcp4": "no"
                        },
                        "name": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": false,
        "failed": true,
        "msg": "fatal error: configuration error: connections[0].ethtool.features: duplicate key 'tx_tcp_segmentation'",
        "stderr": "\n",
        "stderr_lines": [
            ""
        ]
    }
}

TASK [Assert that the result is failure] ***************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:160
Wednesday 03 August 2022  16:14:09 +0000 (0:00:00.058)       0:00:35.424 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false
}

MSG:

All assertions passed

TASK [TEST: I can reset features to their original value.] *********************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:165
Wednesday 03 August 2022  16:14:09 +0000 (0:00:00.057)       0:00:35.482 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

##################################################

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:14:09 +0000 (0:00:00.056)       0:00:35.538 ****** 
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:14:09 +0000 (0:00:00.081)       0:00:35.619 ****** 
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:14:09 +0000 (0:00:00.552)       0:00:36.172 ****** 
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:14:11 +0000 (0:00:01.589)       0:00:37.761 ****** 
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:14:12 +0000 (0:00:01.143)       0:00:38.904 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

Using network provider: initscripts

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:14:12 +0000 (0:00:00.063)       0:00:38.968 ****** 
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:14:12 +0000 (0:00:00.050)       0:00:39.018 ****** 
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:14:12 +0000 (0:00:00.049)       0:00:39.067 ****** 
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:14:12 +0000 (0:00:00.072)       0:00:39.140 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:14:12 +0000 (0:00:00.052)       0:00:39.192 ****** 
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:14:12 +0000 (0:00:00.081)       0:00:39.274 ****** 
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:14:12 +0000 (0:00:00.054)       0:00:39.328 ****** 
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 : 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:14:12 +0000 (0:00:00.051)       0:00:39.380 ****** 
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:14:13 +0000 (0:00:00.050)       0:00:39.430 ****** 
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 : 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:14:13 +0000 (0:00:00.547)       0:00:39.978 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-67187cjbmpblk/tmpu74l4fns"
}

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:14:14 +0000 (0:00:00.412)       0:00:40.390 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "ip": {
                        "auto6": "no",
                        "dhcp4": "no"
                    },
                    "name": "testnic1",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'
[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)
[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"'


TASK [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:14:14 +0000 (0:00:00.577)       0:00:40.968 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:14:14 +0000 (0:00:00.053)       0:00:41.022 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
        "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
        "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'"
    ]
}

TASK [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:14:14 +0000 (0:00:00.061)       0:00:41.083 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "ip": {
                            "auto6": "no",
                            "dhcp4": "no"
                        },
                        "name": "testnic1",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'\n[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)\n[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'testnic1': update ifcfg-rh profile 'testnic1'",
            "[004] <info>  #0, state:up persistent_state:present, 'testnic1': up connection testnic1 (is-modified)",
            "[005] <info>  #0, state:up persistent_state:present, 'testnic1': call 'ifup testnic1': rc=0, out='b''', err='b\"WARN      : [ifup] You are using 'ifup' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifup] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifup] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'"
        ]
    }
}

TASK [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:14:14 +0000 (0:00:00.058)       0:00:41.141 ****** 
skipping: [/cache/rhel-8.qcow2] => {}

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:14:14 +0000 (0:00:00.079)       0:00:41.221 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/rhel-8.qcow2

TASK [Get current device features] *********************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:179
Wednesday 03 August 2022  16:14:15 +0000 (0:00:00.390)       0:00:41.611 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "changed": true,
    "cmd": [
        "ethtool",
        "--show-features",
        "testnic1"
    ],
    "delta": "0:00:00.002963",
    "end": "2022-08-03 12:14:14.707412",
    "rc": 0,
    "start": "2022-08-03 12:14:14.704449"
}

STDOUT:

Features for testnic1:
rx-checksumming: on
tx-checksumming: on
	tx-checksum-ipv4: off [fixed]
	tx-checksum-ip-generic: on
	tx-checksum-ipv6: off [fixed]
	tx-checksum-fcoe-crc: off [fixed]
	tx-checksum-sctp: on
scatter-gather: on
	tx-scatter-gather: on
	tx-scatter-gather-fraglist: on
tcp-segmentation-offload: on
	tx-tcp-segmentation: on
	tx-tcp-ecn-segmentation: on
	tx-tcp-mangleid-segmentation: on
	tx-tcp6-segmentation: on
generic-segmentation-offload: on
generic-receive-offload: off
large-receive-offload: off [fixed]
rx-vlan-offload: on
tx-vlan-offload: on
ntuple-filters: off [fixed]
receive-hashing: off [fixed]
highdma: on
rx-vlan-filter: off [fixed]
vlan-challenged: off [fixed]
tx-lockless: on [fixed]
netns-local: off [fixed]
tx-gso-robust: off [fixed]
tx-fcoe-segmentation: off [fixed]
tx-gre-segmentation: on
tx-gre-csum-segmentation: on
tx-ipxip4-segmentation: on
tx-ipxip6-segmentation: on
tx-udp_tnl-segmentation: on
tx-udp_tnl-csum-segmentation: on
tx-gso-partial: off [fixed]
tx-tunnel-remcsum-segmentation: off [fixed]
tx-sctp-segmentation: on
tx-esp-segmentation: off [fixed]
tx-udp-segmentation: on
tx-gso-list: on
rx-udp-gro-forwarding: off
rx-gro-list: off
tls-hw-rx-offload: off [fixed]
fcoe-mtu: off [fixed]
tx-nocache-copy: off
loopback: off [fixed]
rx-fcs: off [fixed]
rx-all: off [fixed]
tx-vlan-stag-hw-insert: on
rx-vlan-stag-hw-parse: on
rx-vlan-stag-filter: off [fixed]
l2-fwd-offload: off [fixed]
hw-tc-offload: off [fixed]
esp-hw-offload: off [fixed]
esp-tx-csum-hw-offload: off [fixed]
rx-udp_tunnel-port-offload: off [fixed]
tls-hw-tx-offload: off [fixed]
rx-gro-hw: off [fixed]
tls-hw-record: off [fixed]

TASK [ASSERT: The profile does not change the ethtool features] ****************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:183
Wednesday 03 August 2022  16:14:15 +0000 (0:00:00.373)       0:00:41.984 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:14:15 +0000 (0:00:00.046)       0:00:42.031 ****** 
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:14:15 +0000 (0:00:00.072)       0:00:42.104 ****** 
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:14:16 +0000 (0:00:00.506)       0:00:42.610 ****** 
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:14:17 +0000 (0:00:01.624)       0:00:44.235 ****** 
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:14:18 +0000 (0:00:01.129)       0:00:45.365 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

Using network provider: initscripts

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:14:19 +0000 (0:00:00.061)       0:00:45.426 ****** 
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:14:19 +0000 (0:00:00.051)       0:00:45.477 ****** 
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:14:19 +0000 (0:00:00.052)       0:00:45.530 ****** 
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:14:19 +0000 (0:00:00.101)       0:00:45.632 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:14:19 +0000 (0:00:00.049)       0:00:45.681 ****** 
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:14:19 +0000 (0:00:00.055)       0:00:45.736 ****** 
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:14:19 +0000 (0:00:00.056)       0:00:45.793 ****** 
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 : 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:14:19 +0000 (0:00:00.051)       0:00:45.845 ****** 
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:14:19 +0000 (0:00:00.051)       0:00:45.896 ****** 
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 : 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:14:20 +0000 (0:00:00.550)       0:00:46.447 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "dest": "/etc/sysconfig/network",
    "src": "/root/.ansible/tmp/ansible-local-67187cjbmpblk/tmp6_rqmw9r"
}

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:14:20 +0000 (0:00:00.398)       0:00:46.846 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "name": "testnic1",
                    "persistent_state": "absent",
                    "state": "down"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "initscripts"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:down persistent_state:absent, 'testnic1': up connection testnic1 (active)
[004] <info>  #0, state:down persistent_state:absent, 'testnic1': call 'ifdown testnic1': rc=0, out='b''', err='b"WARN      : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\nWARN      : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\nWARN      : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\n"'
[005] <info>  #0, state:down persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'


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:14:21 +0000 (0:00:00.597)       0:00:47.444 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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:14:21 +0000 (0:00:00.054)       0:00:47.498 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:down persistent_state:absent, 'testnic1': up connection testnic1 (active)",
        "[004] <info>  #0, state:down persistent_state:absent, 'testnic1': call 'ifdown testnic1': rc=0, out='b''', err='b\"WARN      : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'",
        "[005] <info>  #0, state:down persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'"
    ]
}

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:14:21 +0000 (0:00:00.150)       0:00:47.649 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "name": "testnic1",
                        "persistent_state": "absent",
                        "state": "down"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "initscripts"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:down persistent_state:absent, 'testnic1': up connection testnic1 (active)\n[004] <info>  #0, state:down persistent_state:absent, 'testnic1': call 'ifdown testnic1': rc=0, out='b''', err='b\"WARN      : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'\n[005] <info>  #0, state:down persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'\n",
        "stderr_lines": [
            "[003] <info>  #0, state:down persistent_state:absent, 'testnic1': up connection testnic1 (active)",
            "[004] <info>  #0, state:down persistent_state:absent, 'testnic1': call 'ifdown testnic1': rc=0, out='b''', err='b\"WARN      : [ifdown] You are using 'ifdown' script provided by 'network-scripts', which are now deprecated.\\nWARN      : [ifdown] 'network-scripts' will be removed in one of the next major releases of RHEL.\\nWARN      : [ifdown] It is advised to switch to 'NetworkManager' instead - it provides 'ifup/ifdown' scripts as well.\\n\"'",
            "[005] <info>  #0, state:down persistent_state:absent, 'testnic1': delete ifcfg-rh file '/etc/sysconfig/network-scripts/ifcfg-testnic1'"
        ]
    }
}

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:14:21 +0000 (0:00:00.060)       0:00:47.709 ****** 
skipping: [/cache/rhel-8.qcow2] => {}

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:14:21 +0000 (0:00:00.049)       0:00:47.758 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/rhel-8.qcow2

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:199
Wednesday 03 August 2022  16:14:21 +0000 (0:00:00.395)       0:00:48.154 ****** 
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:14:21 +0000 (0:00:00.074)       0:00:48.228 ****** 
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:14:21 +0000 (0:00:00.046)       0:00:48.274 ****** 
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:14:21 +0000 (0:00:00.045)       0:00:48.319 ****** 
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:14:22 +0000 (0:00:00.069)       0:00:48.389 ****** 
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:14:22 +0000 (0:00:00.073)       0:00:48.462 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.002846",
    "end": "2022-08-03 12:14:21.577098",
    "rc": 0,
    "start": "2022-08-03 12:14:21.574252"
}

STDOUT:

bonding_masters
eth0
lo
peertestnic1
testnic1

TASK [Set current_interfaces] **************************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/get_current_interfaces.yml:9
Wednesday 03 August 2022  16:14:22 +0000 (0:00:00.434)       0:00:48.897 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "ansible_facts": {
        "current_interfaces": [
            "bonding_masters",
            "eth0",
            "lo",
            "peertestnic1",
            "testnic1"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/show_interfaces.yml:4
Wednesday 03 August 2022  16:14:22 +0000 (0:00:00.143)       0:00:49.041 ****** 
ok: [/cache/rhel-8.qcow2] => {}

MSG:

current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peertestnic1', 'testnic1']

TASK [Install iproute] *********************************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:15
Wednesday 03 August 2022  16:14:22 +0000 (0:00:00.062)       0:00:49.104 ****** 
ok: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Create veth interface testnic1] ******************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:21
Wednesday 03 August 2022  16:14:24 +0000 (0:00:01.498)       0:00:50.602 ****** 
skipping: [/cache/rhel-8.qcow2] => (item=ip link add testnic1 type veth peer name peertestnic1)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "ip link add testnic1 type veth peer name peertestnic1",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-8.qcow2] => (item=ip link set peertestnic1 up)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "ip link set peertestnic1 up",
    "skip_reason": "Conditional result was False"
}
skipping: [/cache/rhel-8.qcow2] => (item=ip link set testnic1 up)  => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "ip link set testnic1 up",
    "skip_reason": "Conditional result was False"
}

TASK [Set up veth as managed by NetworkManager] ********************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:28
Wednesday 03 August 2022  16:14:24 +0000 (0:00:00.061)       0:00:50.663 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete veth interface testnic1] ******************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:35
Wednesday 03 August 2022  16:14:24 +0000 (0:00:00.047)       0:00:50.711 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "del",
        "testnic1",
        "type",
        "veth"
    ],
    "delta": "0:00:00.012464",
    "end": "2022-08-03 12:14:23.818873",
    "rc": 0,
    "start": "2022-08-03 12:14:23.806409"
}

TASK [Create dummy interface testnic1] *****************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:40
Wednesday 03 August 2022  16:14:24 +0000 (0:00:00.386)       0:00:51.098 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete dummy interface testnic1] *****************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:44
Wednesday 03 August 2022  16:14:24 +0000 (0:00:00.052)       0:00:51.150 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create tap interface testnic1] *******************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:49
Wednesday 03 August 2022  16:14:24 +0000 (0:00:00.051)       0:00:51.201 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete tap interface testnic1] *******************************************
task path: /tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:53
Wednesday 03 August 2022  16:14:24 +0000 (0:00:00.089)       0:00:51.291 ****** 
skipping: [/cache/rhel-8.qcow2] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/rhel-8.qcow2        : ok=114  changed=15   unreachable=0    failed=0    skipped=69   rescued=1    ignored=0   

Wednesday 03 August 2022  16:14:24 +0000 (0:00:00.072)       0:00:51.364 ****** 
=============================================================================== 
fedora.linux_system_roles.network : Check which services are running ---- 2.58s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.80s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
Install iproute --------------------------------------------------------- 1.77s
/tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:15 ---
fedora.linux_system_roles.network : Check which services are running ---- 1.62s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.60s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.59s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
Install iproute --------------------------------------------------------- 1.50s
/tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:15 ---
fedora.linux_system_roles.network : Check which packages are installed --- 1.45s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
Install ethtool (test dependency) --------------------------------------- 1.39s
/tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:22 --------
fedora.linux_system_roles.network : Enable network service -------------- 1.37s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 
fedora.linux_system_roles.network : Configure networking connection profiles --- 1.37s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 
set up internal repositories -------------------------------------------- 1.37s
/cache/rhel-8_setup.yml:5 -----------------------------------------------------
fedora.linux_system_roles.network : Check which packages are installed --- 1.18s
/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.14s
/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.13s
/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.10s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
Create veth interface testnic1 ------------------------------------------ 1.09s
/tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:21 ---
Gathering Facts --------------------------------------------------------- 1.03s
/tmp/tmpzotb0bdj/tests/network/tests_ethtool_features_initscripts.yml:4 -------
fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.94s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 
fedora.linux_system_roles.network : Ensure initscripts network file dependency is present --- 0.85s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97 

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:14:25 +0000 (0:00:00.045)       0:00:51.409 ****** 
changed: [/cache/rhel-8.qcow2] => {
    "changed": true,
    "cmd": "(cd /; tar -xf /tmp/network.backup.tar)",
    "delta": "0:00:00.006064",
    "end": "2022-08-03 12:14:24.502037",
    "rc": 0,
    "start": "2022-08-03 12:14:24.495973"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/rhel-8.qcow2        : ok=115  changed=16   unreachable=0    failed=0    skipped=69   rescued=1    ignored=0   

Wednesday 03 August 2022  16:14:25 +0000 (0:00:00.391)       0:00:51.800 ****** 
=============================================================================== 
fedora.linux_system_roles.network : Check which services are running ---- 2.58s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.80s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
Install iproute --------------------------------------------------------- 1.77s
/tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:15 ---
fedora.linux_system_roles.network : Check which services are running ---- 1.62s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.60s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.59s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
Install iproute --------------------------------------------------------- 1.50s
/tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:15 ---
fedora.linux_system_roles.network : Check which packages are installed --- 1.45s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
Install ethtool (test dependency) --------------------------------------- 1.39s
/tmp/tmpzotb0bdj/tests/network/playbooks/tests_ethtool_features.yml:22 --------
fedora.linux_system_roles.network : Enable network service -------------- 1.37s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89 
fedora.linux_system_roles.network : Configure networking connection profiles --- 1.37s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 
set up internal repositories -------------------------------------------- 1.37s
/cache/rhel-8_setup.yml:5 -----------------------------------------------------
fedora.linux_system_roles.network : Check which packages are installed --- 1.18s
/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.14s
/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.13s
/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.10s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
Create veth interface testnic1 ------------------------------------------ 1.09s
/tmp/tmpzotb0bdj/tests/network/playbooks/tasks/manage_test_interface.yml:21 ---
Gathering Facts --------------------------------------------------------- 1.03s
/tmp/tmpzotb0bdj/tests/network/tests_ethtool_features_initscripts.yml:4 -------
fedora.linux_system_roles.network : Re-test connectivity ---------------- 0.94s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139 
fedora.linux_system_roles.network : Ensure initscripts network file dependency is present --- 0.85s
/tmp/tmpcwsggv7g/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97