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/tmposyp_ghn
  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: _backup.yml **********************************************************
1 plays in /tmp/tmpwwh795q9/tests/_backup.yml

PLAY [all] *********************************************************************
META: ran handlers

TASK [Get stats of system files] ***********************************************
task path: /tmp/tmpwwh795q9/tests/_backup.yml:6
Wednesday 03 August 2022  15:28:52 +0000 (0:00:00.019)       0:00:00.019 ****** 
ok: [/cache/rhel-9.qcow2.snap] => (item=/etc/resolv.conf) => {
    "ansible_facts": {
        "discovered_interpreter_python": "/usr/bin/python3"
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/etc/resolv.conf",
    "stat": {
        "atime": 1659540531.7880292,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b",
        "ctime": 1659540531.7890291,
        "dev": 64516,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 13422,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1659539895.0,
        "nlink": 1,
        "path": "/etc/resolv.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 90,
        "uid": 0,
        "version": "3547090298",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check if system files exist] *********************************************
task path: /tmp/tmpwwh795q9/tests/_backup.yml:13
Wednesday 03 August 2022  15:28:53 +0000 (0:00:00.600)       0:00:00.619 ****** 
[WARNING]: conditional statements should not include jinja2 templating
delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }}
ok: [/cache/rhel-9.qcow2.snap] => (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': 13422, 'dev': 64516, 'nlink': 1, 'atime': 1659540531.7880292, 'mtime': 1659539895.0, 'ctime': 1659540531.7890291, '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': '3547090298', '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'}}, 'ansible_facts': {'discovered_interpreter_python': '/usr/bin/python3'}, '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_facts": {
            "discovered_interpreter_python": "/usr/bin/python3"
        },
        "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": 1659540531.7880292,
            "attr_flags": "",
            "attributes": [],
            "block_size": 4096,
            "blocks": 8,
            "charset": "us-ascii",
            "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b",
            "ctime": 1659540531.7890291,
            "dev": 64516,
            "device_type": 0,
            "executable": false,
            "exists": true,
            "gid": 0,
            "gr_name": "root",
            "inode": 13422,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mimetype": "text/plain",
            "mode": "0644",
            "mtime": 1659539895.0,
            "nlink": 1,
            "path": "/etc/resolv.conf",
            "pw_name": "root",
            "readable": true,
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 90,
            "uid": 0,
            "version": "3547090298",
            "wgrp": false,
            "woth": false,
            "writeable": true,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        }
    }
}

TASK [Back up system files] ****************************************************
task path: /tmp/tmpwwh795q9/tests/_backup.yml:19
Wednesday 03 August 2022  15:28:53 +0000 (0:00:00.036)       0:00:00.656 ****** 
changed: [/cache/rhel-9.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "tar",
        "-cf",
        "/tmp/network.backup.tar",
        "--same-owner",
        "--same-permissions",
        "/etc/resolv.conf"
    ],
    "delta": "0:00:00.004552",
    "end": "2022-08-03 11:28:53.580783",
    "rc": 0,
    "start": "2022-08-03 11:28:53.576231"
}

STDERR:

tar: Removing leading `/' from member names
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/rhel-9.qcow2.snap   : ok=3    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   

Wednesday 03 August 2022  15:28:54 +0000 (0:00:00.521)       0:00:01.178 ****** 
=============================================================================== 
Get stats of system files ----------------------------------------------- 0.60s
/tmp/tmpwwh795q9/tests/_backup.yml:6 ------------------------------------------
Back up system files ---------------------------------------------------- 0.52s
/tmp/tmpwwh795q9/tests/_backup.yml:19 -----------------------------------------
Check if system files exist --------------------------------------------- 0.04s
/tmp/tmpwwh795q9/tests/_backup.yml:13 -----------------------------------------

PLAYBOOK: tests_ipv6_disabled_nm.yml *******************************************
6 plays in /tmp/tmpwwh795q9/tests/tests_ipv6_disabled_nm.yml

PLAY [Run playbook 'playbooks/tests_ipv6_disabled.yml' with nm as provider] ****

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpwwh795q9/tests/tests_ipv6_disabled_nm.yml:5
Wednesday 03 August 2022  15:28:54 +0000 (0:00:00.067)       0:00:01.245 ****** 
ok: [/cache/rhel-9.qcow2.snap]
META: ran handlers

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpwwh795q9/tests/tests_ipv6_disabled_nm.yml:8
Wednesday 03 August 2022  15:28:55 +0000 (0:00:01.084)       0:00:02.329 ****** 
included: /tmp/tmpwwh795q9/tests/tasks/el_repo_setup.yml for /cache/rhel-9.qcow2.snap

TASK [Fix CentOS6 Base repo] ***************************************************
task path: /tmp/tmpwwh795q9/tests/tasks/el_repo_setup.yml:2
Wednesday 03 August 2022  15:28:55 +0000 (0:00:00.025)       0:00:02.355 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpwwh795q9/tests/tasks/el_repo_setup.yml:27
Wednesday 03 August 2022  15:28:55 +0000 (0:00:00.019)       0:00:02.374 ****** 
included: /tmp/tmpwwh795q9/tests/tasks/enable_epel.yml for /cache/rhel-9.qcow2.snap

TASK [Create EPEL 9] ***********************************************************
task path: /tmp/tmpwwh795q9/tests/tasks/enable_epel.yml:4
Wednesday 03 August 2022  15:28:55 +0000 (0:00:00.026)       0:00:02.401 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 7] ***********************************************************
task path: /tmp/tmpwwh795q9/tests/tasks/enable_epel.yml:11
Wednesday 03 August 2022  15:28:55 +0000 (0:00:00.018)       0:00:02.420 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 8] ***********************************************************
task path: /tmp/tmpwwh795q9/tests/tasks/enable_epel.yml:17
Wednesday 03 August 2022  15:28:55 +0000 (0:00:00.019)       0:00:02.439 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 6] ***********************************************************
task path: /tmp/tmpwwh795q9/tests/tasks/enable_epel.yml:26
Wednesday 03 August 2022  15:28:55 +0000 (0:00:00.020)       0:00:02.459 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Set network provider to 'nm'] ********************************************
task path: /tmp/tmpwwh795q9/tests/tests_ipv6_disabled_nm.yml:9
Wednesday 03 August 2022  15:28:55 +0000 (0:00:00.023)       0:00:02.482 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "ansible_facts": {
        "network_provider": "nm"
    },
    "changed": false
}
META: ran handlers
META: ran handlers

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:3
Wednesday 03 August 2022  15:28:55 +0000 (0:00:00.045)       0:00:02.528 ****** 
ok: [/cache/rhel-9.qcow2.snap]
META: ran handlers
META: ran handlers
META: ran handlers

PLAY [Test configuring ethernet devices] ***************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:5
Wednesday 03 August 2022  15:28:56 +0000 (0:00:00.848)       0:00:03.377 ****** 
ok: [/cache/rhel-9.qcow2.snap]
META: ran handlers

TASK [set type=veth and interface=ethtest0] ************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:12
Wednesday 03 August 2022  15:28:57 +0000 (0:00:00.833)       0:00:04.210 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "ansible_facts": {
        "interface": "ethtest0",
        "type": "veth"
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:16
Wednesday 03 August 2022  15:28:57 +0000 (0:00:00.044)       0:00:04.255 ****** 
included: /tmp/tmpwwh795q9/tests/playbooks/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/show_interfaces.yml:3
Wednesday 03 August 2022  15:28:57 +0000 (0:00:00.051)       0:00:04.306 ****** 
included: /tmp/tmpwwh795q9/tests/playbooks/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap

TASK [Gather current interface info] *******************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/get_current_interfaces.yml:3
Wednesday 03 August 2022  15:28:57 +0000 (0:00:00.029)       0:00:04.336 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.002948",
    "end": "2022-08-03 11:28:57.121161",
    "rc": 0,
    "start": "2022-08-03 11:28:57.118213"
}

STDOUT:

bonding_masters
eth0
lo

TASK [Set current_interfaces] **************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/get_current_interfaces.yml:9
Wednesday 03 August 2022  15:28:57 +0000 (0:00:00.373)       0:00:04.709 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "ansible_facts": {
        "current_interfaces": [
            "bonding_masters",
            "eth0",
            "lo"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/show_interfaces.yml:4
Wednesday 03 August 2022  15:28:57 +0000 (0:00:00.031)       0:00:04.740 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {}

MSG:

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

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:17
Wednesday 03 August 2022  15:28:57 +0000 (0:00:00.029)       0:00:04.770 ****** 
included: /tmp/tmpwwh795q9/tests/playbooks/tasks/manage_test_interface.yml for /cache/rhel-9.qcow2.snap

TASK [Ensure state in ["present", "absent"]] ***********************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/manage_test_interface.yml:3
Wednesday 03 August 2022  15:28:57 +0000 (0:00:00.037)       0:00:04.807 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Ensure type in ["dummy", "tap", "veth"]] *********************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/manage_test_interface.yml:8
Wednesday 03 August 2022  15:28:57 +0000 (0:00:00.020)       0:00:04.828 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/manage_test_interface.yml:13
Wednesday 03 August 2022  15:28:57 +0000 (0:00:00.020)       0:00:04.849 ****** 
included: /tmp/tmpwwh795q9/tests/playbooks/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/show_interfaces.yml:3
Wednesday 03 August 2022  15:28:57 +0000 (0:00:00.034)       0:00:04.883 ****** 
included: /tmp/tmpwwh795q9/tests/playbooks/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap

TASK [Gather current interface info] *******************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/get_current_interfaces.yml:3
Wednesday 03 August 2022  15:28:57 +0000 (0:00:00.030)       0:00:04.913 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.003003",
    "end": "2022-08-03 11:28:57.701421",
    "rc": 0,
    "start": "2022-08-03 11:28:57.698418"
}

STDOUT:

bonding_masters
eth0
lo

TASK [Set current_interfaces] **************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/get_current_interfaces.yml:9
Wednesday 03 August 2022  15:28:58 +0000 (0:00:00.375)       0:00:05.288 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "ansible_facts": {
        "current_interfaces": [
            "bonding_masters",
            "eth0",
            "lo"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/show_interfaces.yml:4
Wednesday 03 August 2022  15:28:58 +0000 (0:00:00.065)       0:00:05.353 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {}

MSG:

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

TASK [Install iproute] *********************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/manage_test_interface.yml:15
Wednesday 03 August 2022  15:28:58 +0000 (0:00:00.063)       0:00:05.417 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Create veth interface ethtest0] ******************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/manage_test_interface.yml:21
Wednesday 03 August 2022  15:28:59 +0000 (0:00:01.078)       0:00:06.496 ****** 
changed: [/cache/rhel-9.qcow2.snap] => (item=ip link add ethtest0 type veth peer name peerethtest0) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "add",
        "ethtest0",
        "type",
        "veth",
        "peer",
        "name",
        "peerethtest0"
    ],
    "delta": "0:00:00.004945",
    "end": "2022-08-03 11:28:59.312886",
    "item": "ip link add ethtest0 type veth peer name peerethtest0",
    "rc": 0,
    "start": "2022-08-03 11:28:59.307941"
}
changed: [/cache/rhel-9.qcow2.snap] => (item=ip link set peerethtest0 up) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "set",
        "peerethtest0",
        "up"
    ],
    "delta": "0:00:00.003729",
    "end": "2022-08-03 11:28:59.661270",
    "item": "ip link set peerethtest0 up",
    "rc": 0,
    "start": "2022-08-03 11:28:59.657541"
}
changed: [/cache/rhel-9.qcow2.snap] => (item=ip link set ethtest0 up) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "set",
        "ethtest0",
        "up"
    ],
    "delta": "0:00:00.009975",
    "end": "2022-08-03 11:29:00.030735",
    "item": "ip link set ethtest0 up",
    "rc": 0,
    "start": "2022-08-03 11:29:00.020760"
}

TASK [Set up veth as managed by NetworkManager] ********************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/manage_test_interface.yml:29
Wednesday 03 August 2022  15:29:00 +0000 (0:00:01.123)       0:00:07.620 ****** 
changed: [/cache/rhel-9.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "nmcli",
        "d",
        "set",
        "ethtest0",
        "managed",
        "true"
    ],
    "delta": "0:00:00.020375",
    "end": "2022-08-03 11:29:00.430399",
    "rc": 0,
    "start": "2022-08-03 11:29:00.410024"
}

TASK [Delete veth interface ethtest0] ******************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/manage_test_interface.yml:36
Wednesday 03 August 2022  15:29:00 +0000 (0:00:00.401)       0:00:08.021 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create dummy interface ethtest0] *****************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/manage_test_interface.yml:42
Wednesday 03 August 2022  15:29:00 +0000 (0:00:00.023)       0:00:08.045 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete dummy interface ethtest0] *****************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/manage_test_interface.yml:47
Wednesday 03 August 2022  15:29:01 +0000 (0:00:00.024)       0:00:08.069 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create tap interface ethtest0] *******************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/manage_test_interface.yml:53
Wednesday 03 August 2022  15:29:01 +0000 (0:00:00.024)       0:00:08.094 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete tap interface ethtest0] *******************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/manage_test_interface.yml:58
Wednesday 03 August 2022  15:29:01 +0000 (0:00:00.024)       0:00:08.118 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:20
Wednesday 03 August 2022  15:29:01 +0000 (0:00:00.024)       0:00:08.142 ****** 
included: /tmp/tmpwwh795q9/tests/playbooks/tasks/assert_device_present.yml for /cache/rhel-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/assert_device_present.yml:3
Wednesday 03 August 2022  15:29:01 +0000 (0:00:00.037)       0:00:08.180 ****** 
included: /tmp/tmpwwh795q9/tests/playbooks/tasks/get_interface_stat.yml for /cache/rhel-9.qcow2.snap

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

TASK [assert that interface ethtest0 is present] *******************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/assert_device_present.yml:4
Wednesday 03 August 2022  15:29:01 +0000 (0:00:00.372)       0:00:08.585 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Initialize the connection_failed flag] ***********************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:22
Wednesday 03 August 2022  15:29:01 +0000 (0:00:00.035)       0:00:08.621 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "ansible_facts": {
        "connection_failed": false
    },
    "changed": false
}

TASK [linux-system-roles.network : Ensure ansible_facts used by role] **********
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:4
Wednesday 03 August 2022  15:29:01 +0000 (0:00:00.034)       0:00:08.655 ****** 
included: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/rhel-9.qcow2.snap

TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3
Wednesday 03 August 2022  15:29:01 +0000 (0:00:00.040)       0:00:08.695 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10
Wednesday 03 August 2022  15:29:02 +0000 (0:00:00.552)       0:00:09.248 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15
Wednesday 03 August 2022  15:29:03 +0000 (0:00:01.681)       0:00:10.929 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:7
Wednesday 03 August 2022  15:29:04 +0000 (0:00:00.982)       0:00:11.912 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {}

MSG:

Using network provider: nm

TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:11
Wednesday 03 August 2022  15:29:04 +0000 (0:00:00.109)       0:00:12.022 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:19
Wednesday 03 August 2022  15:29:04 +0000 (0:00:00.041)       0:00:12.064 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install packages] ***************************
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:30
Wednesday 03 August 2022  15:29:05 +0000 (0:00:00.039)       0:00:12.103 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:38
Wednesday 03 August 2022  15:29:05 +0000 (0:00:00.077)       0:00:12.181 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:51
Wednesday 03 August 2022  15:29:05 +0000 (0:00:00.040)       0:00:12.221 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:65
Wednesday 03 August 2022  15:29:05 +0000 (0:00:00.038)       0:00:12.260 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable and start NetworkManager] ************
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:79
Wednesday 03 August 2022  15:29:05 +0000 (0:00:00.055)       0:00:12.315 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:90
Wednesday 03 August 2022  15:29:06 +0000 (0:00:00.832)       0:00:13.147 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable network service] *********************
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:99
Wednesday 03 August 2022  15:29:06 +0000 (0:00:00.056)       0:00:13.204 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:107
Wednesday 03 August 2022  15:29:06 +0000 (0:00:00.033)       0:00:13.237 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Configure networking connection profiles] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:116
Wednesday 03 August 2022  15:29:06 +0000 (0:00:00.036)       0:00:13.274 ****** 
redirecting (type: action) ansible.builtin.network to ansible.netcommon.network
changed: [/cache/rhel-9.qcow2.snap] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "interface_name": "ethtest0",
                    "ip": {
                        "ipv6_disabled": true
                    },
                    "name": "ethtest0",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "nm"
        }
    },
    "changed": true
}

STDERR:

[002] <info>  #0, state:None persistent_state:present, 'ethtest0': add connection ethtest0, 90c7ab2e-14ef-4ca3-94dc-7cc7dc0a4af1


TASK [linux-system-roles.network : Configure networking state] *****************
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:128
Wednesday 03 August 2022  15:29:07 +0000 (0:00:00.816)       0:00:14.091 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:134
Wednesday 03 August 2022  15:29:07 +0000 (0:00:00.042)       0:00:14.133 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "__network_connections_result.stderr_lines": [
        "[002] <info>  #0, state:None persistent_state:present, 'ethtest0': add connection ethtest0, 90c7ab2e-14ef-4ca3-94dc-7cc7dc0a4af1"
    ]
}

TASK [linux-system-roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:138
Wednesday 03 August 2022  15:29:07 +0000 (0:00:00.048)       0:00:14.182 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "interface_name": "ethtest0",
                        "ip": {
                            "ipv6_disabled": true
                        },
                        "name": "ethtest0",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "nm"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[002] <info>  #0, state:None persistent_state:present, 'ethtest0': add connection ethtest0, 90c7ab2e-14ef-4ca3-94dc-7cc7dc0a4af1\n",
        "stderr_lines": [
            "[002] <info>  #0, state:None persistent_state:present, 'ethtest0': add connection ethtest0, 90c7ab2e-14ef-4ca3-94dc-7cc7dc0a4af1"
        ]
    }
}

TASK [linux-system-roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:143
Wednesday 03 August 2022  15:29:07 +0000 (0:00:00.053)       0:00:14.235 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {}

TASK [linux-system-roles.network : Re-test connectivity] ***********************
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:149
Wednesday 03 August 2022  15:29:07 +0000 (0:00:00.040)       0:00:14.275 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/rhel-9.qcow2.snap

TASK [Assert that configuring `ipv6_disabled` will only fail when the running version of NetworKManager does not support it] ***
task path: /tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:40
Wednesday 03 August 2022  15:29:07 +0000 (0:00:00.513)       0:00:14.788 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify nmcli connection ipv6.method] *************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:52
Wednesday 03 August 2022  15:29:07 +0000 (0:00:00.038)       0:00:14.827 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "cmd": "set -euxo pipefail\nnmcli connection show ethtest0 | grep ipv6.method\n",
    "delta": "0:00:00.021639",
    "end": "2022-08-03 11:29:07.635396",
    "rc": 0,
    "start": "2022-08-03 11:29:07.613757"
}

STDOUT:

ipv6.method:                            disabled


STDERR:

+ nmcli connection show ethtest0
+ grep ipv6.method

TASK [Assert that ipv6.method disabled is configured correctly] ****************
task path: /tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:61
Wednesday 03 August 2022  15:29:08 +0000 (0:00:00.409)       0:00:15.236 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [set the connection_failed flag] ******************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:68
Wednesday 03 August 2022  15:29:08 +0000 (0:00:00.046)       0:00:15.283 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers

PLAY [Set {{ profile }} down] **************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/down_profile.yml:3
Wednesday 03 August 2022  15:29:08 +0000 (0:00:00.124)       0:00:15.408 ****** 
ok: [/cache/rhel-9.qcow2.snap]
META: ran handlers

TASK [linux-system-roles.network : Ensure ansible_facts used by role] **********
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:4
Wednesday 03 August 2022  15:29:09 +0000 (0:00:00.902)       0:00:16.310 ****** 
included: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/rhel-9.qcow2.snap

TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3
Wednesday 03 August 2022  15:29:09 +0000 (0:00:00.066)       0:00:16.376 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10
Wednesday 03 August 2022  15:29:09 +0000 (0:00:00.557)       0:00:16.934 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15
Wednesday 03 August 2022  15:29:11 +0000 (0:00:01.591)       0:00:18.525 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:7
Wednesday 03 August 2022  15:29:12 +0000 (0:00:00.764)       0:00:19.290 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {}

MSG:

Using network provider: nm

TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:11
Wednesday 03 August 2022  15:29:12 +0000 (0:00:00.050)       0:00:19.340 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:19
Wednesday 03 August 2022  15:29:12 +0000 (0:00:00.041)       0:00:19.382 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install packages] ***************************
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:30
Wednesday 03 August 2022  15:29:12 +0000 (0:00:00.042)       0:00:19.425 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:38
Wednesday 03 August 2022  15:29:12 +0000 (0:00:00.077)       0:00:19.503 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:51
Wednesday 03 August 2022  15:29:12 +0000 (0:00:00.045)       0:00:19.548 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:65
Wednesday 03 August 2022  15:29:12 +0000 (0:00:00.046)       0:00:19.594 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable and start NetworkManager] ************
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:79
Wednesday 03 August 2022  15:29:12 +0000 (0:00:00.102)       0:00:19.697 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:90
Wednesday 03 August 2022  15:29:13 +0000 (0:00:00.568)       0:00:20.266 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable network service] *********************
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:99
Wednesday 03 August 2022  15:29:13 +0000 (0:00:00.059)       0:00:20.325 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:107
Wednesday 03 August 2022  15:29:13 +0000 (0:00:00.040)       0:00:20.365 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Configure networking connection profiles] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:116
Wednesday 03 August 2022  15:29:13 +0000 (0:00:00.037)       0:00:20.403 ****** 
redirecting (type: action) ansible.builtin.network to ansible.netcommon.network
ok: [/cache/rhel-9.qcow2.snap] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "name": "ethtest0",
                    "state": "down"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "nm"
        }
    },
    "changed": false
}

STDERR:




TASK [linux-system-roles.network : Configure networking state] *****************
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:128
Wednesday 03 August 2022  15:29:13 +0000 (0:00:00.570)       0:00:20.974 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:134
Wednesday 03 August 2022  15:29:13 +0000 (0:00:00.042)       0:00:21.017 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "__network_connections_result.stderr_lines": [
        ""
    ]
}

TASK [linux-system-roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:138
Wednesday 03 August 2022  15:29:13 +0000 (0:00:00.049)       0:00:21.066 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "name": "ethtest0",
                        "state": "down"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "nm"
            }
        },
        "changed": false,
        "failed": false,
        "stderr": "\n",
        "stderr_lines": [
            ""
        ]
    }
}

TASK [linux-system-roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:143
Wednesday 03 August 2022  15:29:14 +0000 (0:00:00.052)       0:00:21.118 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {}

TASK [linux-system-roles.network : Re-test connectivity] ***********************
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:149
Wednesday 03 August 2022  15:29:14 +0000 (0:00:00.040)       0:00:21.159 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/rhel-9.qcow2.snap
META: ran handlers
META: ran handlers

PLAY [Remove {{ profile }}] ****************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/remove_profile.yml:3
Wednesday 03 August 2022  15:29:14 +0000 (0:00:00.459)       0:00:21.619 ****** 
ok: [/cache/rhel-9.qcow2.snap]
META: ran handlers

TASK [linux-system-roles.network : Ensure ansible_facts used by role] **********
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:4
Wednesday 03 August 2022  15:29:15 +0000 (0:00:00.873)       0:00:22.492 ****** 
included: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/rhel-9.qcow2.snap

TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3
Wednesday 03 August 2022  15:29:15 +0000 (0:00:00.059)       0:00:22.552 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10
Wednesday 03 August 2022  15:29:16 +0000 (0:00:00.533)       0:00:23.085 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15
Wednesday 03 August 2022  15:29:17 +0000 (0:00:01.573)       0:00:24.659 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:7
Wednesday 03 August 2022  15:29:18 +0000 (0:00:00.701)       0:00:25.360 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {}

MSG:

Using network provider: nm

TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:11
Wednesday 03 August 2022  15:29:18 +0000 (0:00:00.045)       0:00:25.406 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:19
Wednesday 03 August 2022  15:29:18 +0000 (0:00:00.037)       0:00:25.444 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install packages] ***************************
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:30
Wednesday 03 August 2022  15:29:18 +0000 (0:00:00.037)       0:00:25.481 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:38
Wednesday 03 August 2022  15:29:18 +0000 (0:00:00.142)       0:00:25.624 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install python3-libnmstate when using network_state variable] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:51
Wednesday 03 August 2022  15:29:18 +0000 (0:00:00.042)       0:00:25.666 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Restart NetworkManager due to wireless or team interfaces] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:65
Wednesday 03 August 2022  15:29:18 +0000 (0:00:00.040)       0:00:25.706 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable and start NetworkManager] ************
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:79
Wednesday 03 August 2022  15:29:18 +0000 (0:00:00.057)       0:00:25.764 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:90
Wednesday 03 August 2022  15:29:19 +0000 (0:00:00.562)       0:00:26.326 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable network service] *********************
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:99
Wednesday 03 August 2022  15:29:19 +0000 (0:00:00.055)       0:00:26.381 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:107
Wednesday 03 August 2022  15:29:19 +0000 (0:00:00.034)       0:00:26.416 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Configure networking connection profiles] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:116
Wednesday 03 August 2022  15:29:19 +0000 (0:00:00.033)       0:00:26.449 ****** 
redirecting (type: action) ansible.builtin.network to ansible.netcommon.network
changed: [/cache/rhel-9.qcow2.snap] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "name": "ethtest0",
                    "persistent_state": "absent"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "nm"
        }
    },
    "changed": true
}

STDERR:




TASK [linux-system-roles.network : Configure networking state] *****************
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:128
Wednesday 03 August 2022  15:29:19 +0000 (0:00:00.558)       0:00:27.008 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:134
Wednesday 03 August 2022  15:29:19 +0000 (0:00:00.037)       0:00:27.045 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "__network_connections_result.stderr_lines": [
        ""
    ]
}

TASK [linux-system-roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:138
Wednesday 03 August 2022  15:29:20 +0000 (0:00:00.044)       0:00:27.090 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "name": "ethtest0",
                        "persistent_state": "absent"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "nm"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "\n",
        "stderr_lines": [
            ""
        ]
    }
}

TASK [linux-system-roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:143
Wednesday 03 August 2022  15:29:20 +0000 (0:00:00.117)       0:00:27.208 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {}

TASK [linux-system-roles.network : Re-test connectivity] ***********************
task path: /tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:149
Wednesday 03 August 2022  15:29:20 +0000 (0:00:00.037)       0:00:27.246 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/rhel-9.qcow2.snap
META: ran handlers
META: ran handlers

PLAY [Delete the interface, then assert that device and profile are absent] ****

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:82
Wednesday 03 August 2022  15:29:20 +0000 (0:00:00.421)       0:00:27.667 ****** 
ok: [/cache/rhel-9.qcow2.snap]
META: ran handlers

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:85
Wednesday 03 August 2022  15:29:21 +0000 (0:00:00.860)       0:00:28.527 ****** 
included: /tmp/tmpwwh795q9/tests/playbooks/tasks/delete_interface.yml for /cache/rhel-9.qcow2.snap

TASK [remove test interface if necessary] **************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/delete_interface.yml:3
Wednesday 03 August 2022  15:29:21 +0000 (0:00:00.057)       0:00:28.585 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "ip",
        "link",
        "del",
        "ethtest0"
    ],
    "delta": "0:00:00.012700",
    "end": "2022-08-03 11:29:21.385584",
    "rc": 0,
    "start": "2022-08-03 11:29:21.372884"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:86
Wednesday 03 August 2022  15:29:21 +0000 (0:00:00.441)       0:00:29.026 ****** 
included: /tmp/tmpwwh795q9/tests/playbooks/tasks/assert_profile_absent.yml for /cache/rhel-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/assert_profile_absent.yml:3
Wednesday 03 August 2022  15:29:22 +0000 (0:00:00.062)       0:00:29.088 ****** 
included: /tmp/tmpwwh795q9/tests/playbooks/tasks/get_profile_stat.yml for /cache/rhel-9.qcow2.snap

TASK [Initialize NM profile exist and ansible_managed comment flag] ************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/get_profile_stat.yml:3
Wednesday 03 August 2022  15:29:22 +0000 (0:00:00.062)       0:00:29.150 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "ansible_facts": {
        "lsr_net_profile_ansible_managed": false,
        "lsr_net_profile_exists": false
    },
    "changed": false
}

TASK [stat profile file] *******************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/get_profile_stat.yml:8
Wednesday 03 August 2022  15:29:22 +0000 (0:00:00.054)       0:00:29.205 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Set NM profile exist flag based on the profile files] ********************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/get_profile_stat.yml:16
Wednesday 03 August 2022  15:29:22 +0000 (0:00:00.374)       0:00:29.580 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get NM profile info] *****************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/get_profile_stat.yml:24
Wednesday 03 August 2022  15:29:22 +0000 (0:00:00.034)       0:00:29.614 ****** 
fatal: [/cache/rhel-9.qcow2.snap]: FAILED! => {
    "changed": false,
    "cmd": "nmcli -f NAME,FILENAME connection show |grep ethtest0 | grep /etc",
    "delta": "0:00:00.014971",
    "end": "2022-08-03 11:29:22.401649",
    "rc": 1,
    "start": "2022-08-03 11:29:22.386678"
}

MSG:

non-zero return code
...ignoring

TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] ***
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/get_profile_stat.yml:33
Wednesday 03 August 2022  15:29:22 +0000 (0:00:00.388)       0:00:30.002 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get the ansible_managed comment in ifcfg-ethtest0] ***********************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/get_profile_stat.yml:43
Wednesday 03 August 2022  15:29:22 +0000 (0:00:00.036)       0:00:30.038 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the ansible_managed comment in ifcfg-ethtest0] ********************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/get_profile_stat.yml:49
Wednesday 03 August 2022  15:29:23 +0000 (0:00:00.036)       0:00:30.075 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert that profile 'ethtest0' is absent] ********************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/assert_profile_absent.yml:4
Wednesday 03 August 2022  15:29:23 +0000 (0:00:00.035)       0:00:30.111 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:89
Wednesday 03 August 2022  15:29:23 +0000 (0:00:00.048)       0:00:30.159 ****** 
included: /tmp/tmpwwh795q9/tests/playbooks/tasks/assert_device_absent.yml for /cache/rhel-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/assert_device_absent.yml:3
Wednesday 03 August 2022  15:29:23 +0000 (0:00:00.088)       0:00:30.248 ****** 
included: /tmp/tmpwwh795q9/tests/playbooks/tasks/get_interface_stat.yml for /cache/rhel-9.qcow2.snap

TASK [Get stat for interface ethtest0] *****************************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/get_interface_stat.yml:3
Wednesday 03 August 2022  15:29:23 +0000 (0:00:00.057)       0:00:30.305 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [assert that interface ethtest0 is absent] ********************************
task path: /tmp/tmpwwh795q9/tests/playbooks/tasks/assert_device_absent.yml:4
Wednesday 03 August 2022  15:29:23 +0000 (0:00:00.371)       0:00:30.676 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/rhel-9.qcow2.snap   : ok=76   changed=5    unreachable=0    failed=0    skipped=51   rescued=0    ignored=1   

Wednesday 03 August 2022  15:29:23 +0000 (0:00:00.068)       0:00:30.745 ****** 
=============================================================================== 
linux-system-roles.network : Check which services are running ----------- 1.68s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.59s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.57s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
Create veth interface ethtest0 ------------------------------------------ 1.12s
/tmp/tmpwwh795q9/tests/playbooks/tasks/manage_test_interface.yml:21 -----------
Gathering Facts --------------------------------------------------------- 1.08s
/tmp/tmpwwh795q9/tests/tests_ipv6_disabled_nm.yml:5 ---------------------------
Install iproute --------------------------------------------------------- 1.08s
/tmp/tmpwwh795q9/tests/playbooks/tasks/manage_test_interface.yml:15 -----------
linux-system-roles.network : Check which packages are installed --------- 0.98s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
Gathering Facts --------------------------------------------------------- 0.90s
/tmp/tmpwwh795q9/tests/playbooks/down_profile.yml:3 ---------------------------
Gathering Facts --------------------------------------------------------- 0.87s
/tmp/tmpwwh795q9/tests/playbooks/remove_profile.yml:3 -------------------------
Gathering Facts --------------------------------------------------------- 0.86s
/tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:82 -------------------
Gathering Facts --------------------------------------------------------- 0.85s
/tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:3 --------------------
Gathering Facts --------------------------------------------------------- 0.83s
/tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:5 --------------------
linux-system-roles.network : Enable and start NetworkManager ------------ 0.83s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:79 -----
linux-system-roles.network : Configure networking connection profiles --- 0.82s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:116 ----
linux-system-roles.network : Check which packages are installed --------- 0.76s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
linux-system-roles.network : Check which packages are installed --------- 0.70s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
Get stats of system files ----------------------------------------------- 0.60s
/tmp/tmpwwh795q9/tests/_backup.yml:6 ------------------------------------------
linux-system-roles.network : Configure networking connection profiles --- 0.57s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:116 ----
linux-system-roles.network : Enable and start NetworkManager ------------ 0.57s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:79 -----
linux-system-roles.network : Enable and start NetworkManager ------------ 0.56s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:79 -----

PLAYBOOK: _restore.yml *********************************************************
1 plays in /tmp/tmpwwh795q9/tests/_restore.yml

PLAY [all] *********************************************************************
META: ran handlers

TASK [Restore system files] ****************************************************
task path: /tmp/tmpwwh795q9/tests/_restore.yml:4
Wednesday 03 August 2022  15:29:23 +0000 (0:00:00.049)       0:00:30.794 ****** 
changed: [/cache/rhel-9.qcow2.snap] => {
    "changed": true,
    "cmd": "(cd /; tar -xf /tmp/network.backup.tar)",
    "delta": "0:00:00.005401",
    "end": "2022-08-03 11:29:23.562962",
    "rc": 0,
    "start": "2022-08-03 11:29:23.557561"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/rhel-9.qcow2.snap   : ok=77   changed=6    unreachable=0    failed=0    skipped=51   rescued=0    ignored=1   

Wednesday 03 August 2022  15:29:24 +0000 (0:00:00.387)       0:00:31.181 ****** 
=============================================================================== 
linux-system-roles.network : Check which services are running ----------- 1.68s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.59s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.57s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
Create veth interface ethtest0 ------------------------------------------ 1.12s
/tmp/tmpwwh795q9/tests/playbooks/tasks/manage_test_interface.yml:21 -----------
Gathering Facts --------------------------------------------------------- 1.08s
/tmp/tmpwwh795q9/tests/tests_ipv6_disabled_nm.yml:5 ---------------------------
Install iproute --------------------------------------------------------- 1.08s
/tmp/tmpwwh795q9/tests/playbooks/tasks/manage_test_interface.yml:15 -----------
linux-system-roles.network : Check which packages are installed --------- 0.98s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
Gathering Facts --------------------------------------------------------- 0.90s
/tmp/tmpwwh795q9/tests/playbooks/down_profile.yml:3 ---------------------------
Gathering Facts --------------------------------------------------------- 0.87s
/tmp/tmpwwh795q9/tests/playbooks/remove_profile.yml:3 -------------------------
Gathering Facts --------------------------------------------------------- 0.86s
/tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:82 -------------------
Gathering Facts --------------------------------------------------------- 0.85s
/tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:3 --------------------
Gathering Facts --------------------------------------------------------- 0.83s
/tmp/tmpwwh795q9/tests/playbooks/tests_ipv6_disabled.yml:5 --------------------
linux-system-roles.network : Enable and start NetworkManager ------------ 0.83s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:79 -----
linux-system-roles.network : Configure networking connection profiles --- 0.82s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:116 ----
linux-system-roles.network : Check which packages are installed --------- 0.76s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
linux-system-roles.network : Check which packages are installed --------- 0.70s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
Get stats of system files ----------------------------------------------- 0.60s
/tmp/tmpwwh795q9/tests/_backup.yml:6 ------------------------------------------
linux-system-roles.network : Configure networking connection profiles --- 0.57s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:116 ----
linux-system-roles.network : Enable and start NetworkManager ------------ 0.57s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:79 -----
linux-system-roles.network : Enable and start NetworkManager ------------ 0.56s
/tmp/tmpwwh795q9/tests/roles/linux-system-roles.network/tasks/main.yml:79 -----
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/tmposyp_ghn
  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: _backup.yml **********************************************************
1 plays in /tmp/tmp1gs4m1jh/tests/network/_backup.yml

PLAY [all] *********************************************************************
META: ran handlers

TASK [Get stats of system files] ***********************************************
task path: /tmp/tmp1gs4m1jh/tests/network/_backup.yml:6
Wednesday 03 August 2022  15:47:42 +0000 (0:00:00.018)       0:00:00.018 ****** 
ok: [/cache/rhel-9.qcow2.snap] => (item=/etc/resolv.conf) => {
    "ansible_facts": {
        "discovered_interpreter_python": "/usr/bin/python3"
    },
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/etc/resolv.conf",
    "stat": {
        "atime": 1659541661.473115,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b",
        "ctime": 1659541661.473115,
        "dev": 64516,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 13422,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1659541026.0,
        "nlink": 1,
        "path": "/etc/resolv.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 90,
        "uid": 0,
        "version": "3192380699",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check if system files exist] *********************************************
task path: /tmp/tmp1gs4m1jh/tests/network/_backup.yml:13
Wednesday 03 August 2022  15:47:43 +0000 (0:00:00.584)       0:00:00.602 ****** 
[WARNING]: conditional statements should not include jinja2 templating
delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }}
ok: [/cache/rhel-9.qcow2.snap] => (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': 13422, 'dev': 64516, 'nlink': 1, 'atime': 1659541661.473115, 'mtime': 1659541026.0, 'ctime': 1659541661.473115, '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': '3192380699', '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'}}, 'ansible_facts': {'discovered_interpreter_python': '/usr/bin/python3'}, '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_facts": {
            "discovered_interpreter_python": "/usr/bin/python3"
        },
        "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": 1659541661.473115,
            "attr_flags": "",
            "attributes": [],
            "block_size": 4096,
            "blocks": 8,
            "charset": "us-ascii",
            "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b",
            "ctime": 1659541661.473115,
            "dev": 64516,
            "device_type": 0,
            "executable": false,
            "exists": true,
            "gid": 0,
            "gr_name": "root",
            "inode": 13422,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mimetype": "text/plain",
            "mode": "0644",
            "mtime": 1659541026.0,
            "nlink": 1,
            "path": "/etc/resolv.conf",
            "pw_name": "root",
            "readable": true,
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 90,
            "uid": 0,
            "version": "3192380699",
            "wgrp": false,
            "woth": false,
            "writeable": true,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        }
    }
}

TASK [Back up system files] ****************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/_backup.yml:19
Wednesday 03 August 2022  15:47:43 +0000 (0:00:00.035)       0:00:00.637 ****** 
changed: [/cache/rhel-9.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "tar",
        "-cf",
        "/tmp/network.backup.tar",
        "--same-owner",
        "--same-permissions",
        "/etc/resolv.conf"
    ],
    "delta": "0:00:00.003342",
    "end": "2022-08-03 11:47:43.343651",
    "rc": 0,
    "start": "2022-08-03 11:47:43.340309"
}

STDERR:

tar: Removing leading `/' from member names
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/rhel-9.qcow2.snap   : ok=3    changed=1    unreachable=0    failed=0    skipped=0    rescued=0    ignored=0   

Wednesday 03 August 2022  15:47:44 +0000 (0:00:00.491)       0:00:01.129 ****** 
=============================================================================== 
Get stats of system files ----------------------------------------------- 0.58s
/tmp/tmp1gs4m1jh/tests/network/_backup.yml:6 ----------------------------------
Back up system files ---------------------------------------------------- 0.49s
/tmp/tmp1gs4m1jh/tests/network/_backup.yml:19 ---------------------------------
Check if system files exist --------------------------------------------- 0.04s
/tmp/tmp1gs4m1jh/tests/network/_backup.yml:13 ---------------------------------

PLAYBOOK: tests_ipv6_disabled_nm.yml *******************************************
6 plays in /tmp/tmp1gs4m1jh/tests/network/tests_ipv6_disabled_nm.yml

PLAY [Run playbook 'playbooks/tests_ipv6_disabled.yml' with nm as provider] ****

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/tests_ipv6_disabled_nm.yml:5
Wednesday 03 August 2022  15:47:44 +0000 (0:00:00.084)       0:00:01.214 ****** 
ok: [/cache/rhel-9.qcow2.snap]
META: ran handlers

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/tests_ipv6_disabled_nm.yml:8
Wednesday 03 August 2022  15:47:45 +0000 (0:00:01.042)       0:00:02.256 ****** 
included: /tmp/tmp1gs4m1jh/tests/network/tasks/el_repo_setup.yml for /cache/rhel-9.qcow2.snap

TASK [Fix CentOS6 Base repo] ***************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/tasks/el_repo_setup.yml:2
Wednesday 03 August 2022  15:47:45 +0000 (0:00:00.027)       0:00:02.284 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/tasks/el_repo_setup.yml:27
Wednesday 03 August 2022  15:47:45 +0000 (0:00:00.020)       0:00:02.304 ****** 
included: /tmp/tmp1gs4m1jh/tests/network/tasks/enable_epel.yml for /cache/rhel-9.qcow2.snap

TASK [Create EPEL 9] ***********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/tasks/enable_epel.yml:4
Wednesday 03 August 2022  15:47:45 +0000 (0:00:00.028)       0:00:02.333 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 7] ***********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/tasks/enable_epel.yml:11
Wednesday 03 August 2022  15:47:45 +0000 (0:00:00.019)       0:00:02.352 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 8] ***********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/tasks/enable_epel.yml:17
Wednesday 03 August 2022  15:47:45 +0000 (0:00:00.020)       0:00:02.373 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 6] ***********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/tasks/enable_epel.yml:26
Wednesday 03 August 2022  15:47:45 +0000 (0:00:00.020)       0:00:02.393 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Set network provider to 'nm'] ********************************************
task path: /tmp/tmp1gs4m1jh/tests/network/tests_ipv6_disabled_nm.yml:9
Wednesday 03 August 2022  15:47:45 +0000 (0:00:00.019)       0:00:02.413 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "ansible_facts": {
        "network_provider": "nm"
    },
    "changed": false
}
META: ran handlers
META: ran handlers

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:3
Wednesday 03 August 2022  15:47:45 +0000 (0:00:00.047)       0:00:02.460 ****** 
ok: [/cache/rhel-9.qcow2.snap]
META: ran handlers
META: ran handlers
META: ran handlers

PLAY [Test configuring ethernet devices] ***************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:5
Wednesday 03 August 2022  15:47:46 +0000 (0:00:00.860)       0:00:03.321 ****** 
ok: [/cache/rhel-9.qcow2.snap]
META: ran handlers

TASK [set type=veth and interface=ethtest0] ************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:12
Wednesday 03 August 2022  15:47:47 +0000 (0:00:00.839)       0:00:04.160 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "ansible_facts": {
        "interface": "ethtest0",
        "type": "veth"
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:16
Wednesday 03 August 2022  15:47:47 +0000 (0:00:00.036)       0:00:04.196 ****** 
included: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/show_interfaces.yml:3
Wednesday 03 August 2022  15:47:47 +0000 (0:00:00.035)       0:00:04.231 ****** 
included: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap

TASK [Gather current interface info] *******************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/get_current_interfaces.yml:3
Wednesday 03 August 2022  15:47:47 +0000 (0:00:00.030)       0:00:04.262 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.003063",
    "end": "2022-08-03 11:47:46.854512",
    "rc": 0,
    "start": "2022-08-03 11:47:46.851449"
}

STDOUT:

bonding_masters
eth0
lo

TASK [Set current_interfaces] **************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/get_current_interfaces.yml:9
Wednesday 03 August 2022  15:47:47 +0000 (0:00:00.378)       0:00:04.640 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "ansible_facts": {
        "current_interfaces": [
            "bonding_masters",
            "eth0",
            "lo"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/show_interfaces.yml:4
Wednesday 03 August 2022  15:47:47 +0000 (0:00:00.035)       0:00:04.676 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {}

MSG:

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

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:17
Wednesday 03 August 2022  15:47:47 +0000 (0:00:00.032)       0:00:04.708 ****** 
included: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/manage_test_interface.yml for /cache/rhel-9.qcow2.snap

TASK [Ensure state in ["present", "absent"]] ***********************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/manage_test_interface.yml:3
Wednesday 03 August 2022  15:47:47 +0000 (0:00:00.039)       0:00:04.748 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Ensure type in ["dummy", "tap", "veth"]] *********************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/manage_test_interface.yml:8
Wednesday 03 August 2022  15:47:47 +0000 (0:00:00.022)       0:00:04.770 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/manage_test_interface.yml:13
Wednesday 03 August 2022  15:47:47 +0000 (0:00:00.024)       0:00:04.794 ****** 
included: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/show_interfaces.yml:3
Wednesday 03 August 2022  15:47:47 +0000 (0:00:00.033)       0:00:04.828 ****** 
included: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap

TASK [Gather current interface info] *******************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/get_current_interfaces.yml:3
Wednesday 03 August 2022  15:47:47 +0000 (0:00:00.030)       0:00:04.858 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.003271",
    "end": "2022-08-03 11:47:47.491238",
    "rc": 0,
    "start": "2022-08-03 11:47:47.487967"
}

STDOUT:

bonding_masters
eth0
lo

TASK [Set current_interfaces] **************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/get_current_interfaces.yml:9
Wednesday 03 August 2022  15:47:48 +0000 (0:00:00.417)       0:00:05.275 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "ansible_facts": {
        "current_interfaces": [
            "bonding_masters",
            "eth0",
            "lo"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/show_interfaces.yml:4
Wednesday 03 August 2022  15:47:48 +0000 (0:00:00.063)       0:00:05.339 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {}

MSG:

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

TASK [Install iproute] *********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/manage_test_interface.yml:15
Wednesday 03 August 2022  15:47:48 +0000 (0:00:00.062)       0:00:05.401 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Create veth interface ethtest0] ******************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/manage_test_interface.yml:21
Wednesday 03 August 2022  15:47:49 +0000 (0:00:01.094)       0:00:06.496 ****** 
changed: [/cache/rhel-9.qcow2.snap] => (item=ip link add ethtest0 type veth peer name peerethtest0) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "add",
        "ethtest0",
        "type",
        "veth",
        "peer",
        "name",
        "peerethtest0"
    ],
    "delta": "0:00:00.007668",
    "end": "2022-08-03 11:47:49.080116",
    "item": "ip link add ethtest0 type veth peer name peerethtest0",
    "rc": 0,
    "start": "2022-08-03 11:47:49.072448"
}
changed: [/cache/rhel-9.qcow2.snap] => (item=ip link set peerethtest0 up) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "set",
        "peerethtest0",
        "up"
    ],
    "delta": "0:00:00.002937",
    "end": "2022-08-03 11:47:49.423481",
    "item": "ip link set peerethtest0 up",
    "rc": 0,
    "start": "2022-08-03 11:47:49.420544"
}
changed: [/cache/rhel-9.qcow2.snap] => (item=ip link set ethtest0 up) => {
    "ansible_loop_var": "item",
    "changed": true,
    "cmd": [
        "ip",
        "link",
        "set",
        "ethtest0",
        "up"
    ],
    "delta": "0:00:00.011352",
    "end": "2022-08-03 11:47:49.770434",
    "item": "ip link set ethtest0 up",
    "rc": 0,
    "start": "2022-08-03 11:47:49.759082"
}

TASK [Set up veth as managed by NetworkManager] ********************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/manage_test_interface.yml:28
Wednesday 03 August 2022  15:47:50 +0000 (0:00:01.062)       0:00:07.558 ****** 
changed: [/cache/rhel-9.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "nmcli",
        "d",
        "set",
        "ethtest0",
        "managed",
        "true"
    ],
    "delta": "0:00:00.020731",
    "end": "2022-08-03 11:47:50.165357",
    "rc": 0,
    "start": "2022-08-03 11:47:50.144626"
}

TASK [Delete veth interface ethtest0] ******************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/manage_test_interface.yml:35
Wednesday 03 August 2022  15:47:50 +0000 (0:00:00.395)       0:00:07.953 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create dummy interface ethtest0] *****************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/manage_test_interface.yml:40
Wednesday 03 August 2022  15:47:50 +0000 (0:00:00.023)       0:00:07.977 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete dummy interface ethtest0] *****************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/manage_test_interface.yml:44
Wednesday 03 August 2022  15:47:50 +0000 (0:00:00.022)       0:00:08.000 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create tap interface ethtest0] *******************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/manage_test_interface.yml:49
Wednesday 03 August 2022  15:47:50 +0000 (0:00:00.022)       0:00:08.022 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete tap interface ethtest0] *******************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/manage_test_interface.yml:53
Wednesday 03 August 2022  15:47:51 +0000 (0:00:00.022)       0:00:08.045 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:20
Wednesday 03 August 2022  15:47:51 +0000 (0:00:00.022)       0:00:08.068 ****** 
included: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/assert_device_present.yml for /cache/rhel-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/assert_device_present.yml:3
Wednesday 03 August 2022  15:47:51 +0000 (0:00:00.035)       0:00:08.103 ****** 
included: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/get_interface_stat.yml for /cache/rhel-9.qcow2.snap

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

TASK [assert that interface ethtest0 is present] *******************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/assert_device_present.yml:4
Wednesday 03 August 2022  15:47:51 +0000 (0:00:00.359)       0:00:08.492 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Initialize the connection_failed flag] ***********************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:22
Wednesday 03 August 2022  15:47:51 +0000 (0:00:00.035)       0:00:08.527 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "ansible_facts": {
        "connection_failed": false
    },
    "changed": false
}

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Wednesday 03 August 2022  15:47:51 +0000 (0:00:00.032)       0:00:08.560 ****** 
included: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/rhel-9.qcow2.snap

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Wednesday 03 August 2022  15:47:51 +0000 (0:00:00.035)       0:00:08.596 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9
Wednesday 03 August 2022  15:47:52 +0000 (0:00:00.543)       0:00:09.140 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14
Wednesday 03 August 2022  15:47:53 +0000 (0:00:01.665)       0:00:10.805 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Wednesday 03 August 2022  15:47:54 +0000 (0:00:00.999)       0:00:11.804 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {}

MSG:

Using network provider: nm

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Wednesday 03 August 2022  15:47:54 +0000 (0:00:00.048)       0:00:11.852 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Wednesday 03 August 2022  15:47:54 +0000 (0:00:00.040)       0:00:11.893 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27
Wednesday 03 August 2022  15:47:54 +0000 (0:00:00.044)       0:00:11.937 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35
Wednesday 03 August 2022  15:47:55 +0000 (0:00:00.094)       0:00:12.031 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45
Wednesday 03 August 2022  15:47:55 +0000 (0:00:00.039)       0:00:12.070 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56
Wednesday 03 August 2022  15:47:55 +0000 (0:00:00.041)       0:00:12.112 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69
Wednesday 03 August 2022  15:47:55 +0000 (0:00:00.058)       0:00:12.170 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80
Wednesday 03 August 2022  15:47:55 +0000 (0:00:00.825)       0:00:12.996 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89
Wednesday 03 August 2022  15:47:56 +0000 (0:00:00.053)       0:00:13.049 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97
Wednesday 03 August 2022  15:47:56 +0000 (0:00:00.034)       0:00:13.083 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106
Wednesday 03 August 2022  15:47:56 +0000 (0:00:00.035)       0:00:13.119 ****** 
changed: [/cache/rhel-9.qcow2.snap] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "interface_name": "ethtest0",
                    "ip": {
                        "ipv6_disabled": true
                    },
                    "name": "ethtest0",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "nm"
        }
    },
    "changed": true
}

STDERR:

[002] <info>  #0, state:None persistent_state:present, 'ethtest0': add connection ethtest0, 11684437-e242-4a62-9840-b765bbaddece


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118
Wednesday 03 August 2022  15:47:56 +0000 (0:00:00.761)       0:00:13.880 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124
Wednesday 03 August 2022  15:47:56 +0000 (0:00:00.042)       0:00:13.922 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "__network_connections_result.stderr_lines": [
        "[002] <info>  #0, state:None persistent_state:present, 'ethtest0': add connection ethtest0, 11684437-e242-4a62-9840-b765bbaddece"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128
Wednesday 03 August 2022  15:47:56 +0000 (0:00:00.050)       0:00:13.973 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "interface_name": "ethtest0",
                        "ip": {
                            "ipv6_disabled": true
                        },
                        "name": "ethtest0",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "nm"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[002] <info>  #0, state:None persistent_state:present, 'ethtest0': add connection ethtest0, 11684437-e242-4a62-9840-b765bbaddece\n",
        "stderr_lines": [
            "[002] <info>  #0, state:None persistent_state:present, 'ethtest0': add connection ethtest0, 11684437-e242-4a62-9840-b765bbaddece"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Wednesday 03 August 2022  15:47:56 +0000 (0:00:00.055)       0:00:14.029 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139
Wednesday 03 August 2022  15:47:57 +0000 (0:00:00.042)       0:00:14.072 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/rhel-9.qcow2.snap

TASK [Assert that configuring `ipv6_disabled` will only fail when the running version of NetworKManager does not support it] ***
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:40
Wednesday 03 August 2022  15:47:57 +0000 (0:00:00.536)       0:00:14.608 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify nmcli connection ipv6.method] *************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:47
Wednesday 03 August 2022  15:47:57 +0000 (0:00:00.036)       0:00:14.644 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "cmd": "set -euxo pipefail\nnmcli connection show ethtest0 | grep ipv6.method\n",
    "delta": "0:00:00.018273",
    "end": "2022-08-03 11:47:57.246637",
    "rc": 0,
    "start": "2022-08-03 11:47:57.228364"
}

STDOUT:

ipv6.method:                            disabled


STDERR:

+ nmcli connection show ethtest0
+ grep ipv6.method

TASK [Assert that ipv6.method disabled is configured correctly] ****************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:56
Wednesday 03 August 2022  15:47:58 +0000 (0:00:00.404)       0:00:15.049 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [set the connection_failed flag] ******************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:63
Wednesday 03 August 2022  15:47:58 +0000 (0:00:00.050)       0:00:15.100 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}
META: ran handlers
META: ran handlers

PLAY [Set {{ profile }} down] **************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/down_profile.yml:3
Wednesday 03 August 2022  15:47:58 +0000 (0:00:00.122)       0:00:15.222 ****** 
ok: [/cache/rhel-9.qcow2.snap]
META: ran handlers

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Wednesday 03 August 2022  15:47:59 +0000 (0:00:00.876)       0:00:16.098 ****** 
included: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/rhel-9.qcow2.snap

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Wednesday 03 August 2022  15:47:59 +0000 (0:00:00.064)       0:00:16.163 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9
Wednesday 03 August 2022  15:47:59 +0000 (0:00:00.543)       0:00:16.707 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14
Wednesday 03 August 2022  15:48:01 +0000 (0:00:01.530)       0:00:18.238 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Wednesday 03 August 2022  15:48:01 +0000 (0:00:00.713)       0:00:18.951 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {}

MSG:

Using network provider: nm

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Wednesday 03 August 2022  15:48:01 +0000 (0:00:00.058)       0:00:19.010 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Wednesday 03 August 2022  15:48:02 +0000 (0:00:00.050)       0:00:19.061 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27
Wednesday 03 August 2022  15:48:02 +0000 (0:00:00.047)       0:00:19.108 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35
Wednesday 03 August 2022  15:48:02 +0000 (0:00:00.087)       0:00:19.196 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45
Wednesday 03 August 2022  15:48:02 +0000 (0:00:00.046)       0:00:19.242 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56
Wednesday 03 August 2022  15:48:02 +0000 (0:00:00.088)       0:00:19.331 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69
Wednesday 03 August 2022  15:48:02 +0000 (0:00:00.059)       0:00:19.390 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80
Wednesday 03 August 2022  15:48:02 +0000 (0:00:00.551)       0:00:19.942 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89
Wednesday 03 August 2022  15:48:02 +0000 (0:00:00.061)       0:00:20.003 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97
Wednesday 03 August 2022  15:48:03 +0000 (0:00:00.040)       0:00:20.044 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106
Wednesday 03 August 2022  15:48:03 +0000 (0:00:00.041)       0:00:20.086 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "name": "ethtest0",
                    "state": "down"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "nm"
        }
    },
    "changed": false
}

STDERR:




TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118
Wednesday 03 August 2022  15:48:03 +0000 (0:00:00.556)       0:00:20.642 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124
Wednesday 03 August 2022  15:48:03 +0000 (0:00:00.044)       0:00:20.687 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "__network_connections_result.stderr_lines": [
        ""
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128
Wednesday 03 August 2022  15:48:03 +0000 (0:00:00.052)       0:00:20.739 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "name": "ethtest0",
                        "state": "down"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "nm"
            }
        },
        "changed": false,
        "failed": false,
        "stderr": "\n",
        "stderr_lines": [
            ""
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Wednesday 03 August 2022  15:48:03 +0000 (0:00:00.052)       0:00:20.792 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139
Wednesday 03 August 2022  15:48:03 +0000 (0:00:00.044)       0:00:20.836 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/rhel-9.qcow2.snap
META: ran handlers
META: ran handlers

PLAY [Remove {{ profile }}] ****************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/remove_profile.yml:3
Wednesday 03 August 2022  15:48:04 +0000 (0:00:00.453)       0:00:21.289 ****** 
ok: [/cache/rhel-9.qcow2.snap]
META: ran handlers

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Wednesday 03 August 2022  15:48:05 +0000 (0:00:00.858)       0:00:22.148 ****** 
included: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/rhel-9.qcow2.snap

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Wednesday 03 August 2022  15:48:05 +0000 (0:00:00.060)       0:00:22.209 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9
Wednesday 03 August 2022  15:48:05 +0000 (0:00:00.547)       0:00:22.756 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14
Wednesday 03 August 2022  15:48:07 +0000 (0:00:01.616)       0:00:24.372 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Wednesday 03 August 2022  15:48:08 +0000 (0:00:00.720)       0:00:25.093 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {}

MSG:

Using network provider: nm

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Wednesday 03 August 2022  15:48:08 +0000 (0:00:00.048)       0:00:25.141 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Wednesday 03 August 2022  15:48:08 +0000 (0:00:00.044)       0:00:25.186 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27
Wednesday 03 August 2022  15:48:08 +0000 (0:00:00.040)       0:00:25.226 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35
Wednesday 03 August 2022  15:48:08 +0000 (0:00:00.139)       0:00:25.366 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45
Wednesday 03 August 2022  15:48:08 +0000 (0:00:00.038)       0:00:25.404 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56
Wednesday 03 August 2022  15:48:08 +0000 (0:00:00.038)       0:00:25.442 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69
Wednesday 03 August 2022  15:48:08 +0000 (0:00:00.051)       0:00:25.493 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80
Wednesday 03 August 2022  15:48:09 +0000 (0:00:00.568)       0:00:26.061 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89
Wednesday 03 August 2022  15:48:09 +0000 (0:00:00.059)       0:00:26.121 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "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/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97
Wednesday 03 August 2022  15:48:09 +0000 (0:00:00.036)       0:00:26.158 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106
Wednesday 03 August 2022  15:48:09 +0000 (0:00:00.035)       0:00:26.193 ****** 
changed: [/cache/rhel-9.qcow2.snap] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "name": "ethtest0",
                    "persistent_state": "absent"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "nm"
        }
    },
    "changed": true
}

STDERR:




TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118
Wednesday 03 August 2022  15:48:09 +0000 (0:00:00.555)       0:00:26.749 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Show stderr messages for the network_connections] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124
Wednesday 03 August 2022  15:48:09 +0000 (0:00:00.042)       0:00:26.792 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "__network_connections_result.stderr_lines": [
        ""
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128
Wednesday 03 August 2022  15:48:09 +0000 (0:00:00.052)       0:00:26.844 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "name": "ethtest0",
                        "persistent_state": "absent"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "nm"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "\n",
        "stderr_lines": [
            ""
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Wednesday 03 August 2022  15:48:09 +0000 (0:00:00.124)       0:00:26.969 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139
Wednesday 03 August 2022  15:48:09 +0000 (0:00:00.041)       0:00:27.010 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/rhel-9.qcow2.snap
META: ran handlers
META: ran handlers

PLAY [Delete the interface, then assert that device and profile are absent] ****

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:77
Wednesday 03 August 2022  15:48:10 +0000 (0:00:00.449)       0:00:27.460 ****** 
ok: [/cache/rhel-9.qcow2.snap]
META: ran handlers

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:80
Wednesday 03 August 2022  15:48:11 +0000 (0:00:00.851)       0:00:28.311 ****** 
included: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/delete_interface.yml for /cache/rhel-9.qcow2.snap

TASK [remove test interface if necessary] **************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/delete_interface.yml:3
Wednesday 03 August 2022  15:48:11 +0000 (0:00:00.058)       0:00:28.370 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "ip",
        "link",
        "del",
        "ethtest0"
    ],
    "delta": "0:00:00.013931",
    "end": "2022-08-03 11:48:10.982433",
    "rc": 0,
    "start": "2022-08-03 11:48:10.968502"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:81
Wednesday 03 August 2022  15:48:11 +0000 (0:00:00.448)       0:00:28.818 ****** 
included: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/assert_profile_absent.yml for /cache/rhel-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/assert_profile_absent.yml:3
Wednesday 03 August 2022  15:48:11 +0000 (0:00:00.063)       0:00:28.882 ****** 
included: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/get_profile_stat.yml for /cache/rhel-9.qcow2.snap

TASK [Initialize NM profile exist and ansible_managed comment flag] ************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/get_profile_stat.yml:3
Wednesday 03 August 2022  15:48:11 +0000 (0:00:00.064)       0:00:28.947 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "ansible_facts": {
        "lsr_net_profile_ansible_managed": false,
        "lsr_net_profile_exists": false
    },
    "changed": false
}

TASK [stat profile file] *******************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/get_profile_stat.yml:8
Wednesday 03 August 2022  15:48:11 +0000 (0:00:00.052)       0:00:28.999 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Set NM profile exist flag based on the profile files] ********************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/get_profile_stat.yml:16
Wednesday 03 August 2022  15:48:12 +0000 (0:00:00.382)       0:00:29.381 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get NM profile info] *****************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/get_profile_stat.yml:24
Wednesday 03 August 2022  15:48:12 +0000 (0:00:00.036)       0:00:29.417 ****** 
fatal: [/cache/rhel-9.qcow2.snap]: FAILED! => {
    "changed": false,
    "cmd": "nmcli -f NAME,FILENAME connection show |grep ethtest0 | grep /etc",
    "delta": "0:00:00.014849",
    "end": "2022-08-03 11:48:12.002774",
    "rc": 1,
    "start": "2022-08-03 11:48:11.987925"
}

MSG:

non-zero return code
...ignoring

TASK [Set NM profile exist flag and ansible_managed flag true based on the nmcli output] ***
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/get_profile_stat.yml:33
Wednesday 03 August 2022  15:48:12 +0000 (0:00:00.385)       0:00:29.803 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get the ansible_managed comment in ifcfg-ethtest0] ***********************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/get_profile_stat.yml:43
Wednesday 03 August 2022  15:48:12 +0000 (0:00:00.039)       0:00:29.842 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the ansible_managed comment in ifcfg-ethtest0] ********************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/get_profile_stat.yml:49
Wednesday 03 August 2022  15:48:12 +0000 (0:00:00.038)       0:00:29.881 ****** 
skipping: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert that profile 'ethtest0' is absent] ********************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/assert_profile_absent.yml:4
Wednesday 03 August 2022  15:48:12 +0000 (0:00:00.035)       0:00:29.916 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:84
Wednesday 03 August 2022  15:48:12 +0000 (0:00:00.047)       0:00:29.964 ****** 
included: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/assert_device_absent.yml for /cache/rhel-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/assert_device_absent.yml:3
Wednesday 03 August 2022  15:48:13 +0000 (0:00:00.096)       0:00:30.061 ****** 
included: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/get_interface_stat.yml for /cache/rhel-9.qcow2.snap

TASK [Get stat for interface ethtest0] *****************************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/get_interface_stat.yml:3
Wednesday 03 August 2022  15:48:13 +0000 (0:00:00.060)       0:00:30.122 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [assert that interface ethtest0 is absent] ********************************
task path: /tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/assert_device_absent.yml:4
Wednesday 03 August 2022  15:48:13 +0000 (0:00:00.373)       0:00:30.495 ****** 
ok: [/cache/rhel-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/rhel-9.qcow2.snap   : ok=76   changed=5    unreachable=0    failed=0    skipped=51   rescued=0    ignored=1   

Wednesday 03 August 2022  15:48:13 +0000 (0:00:00.068)       0:00:30.564 ****** 
=============================================================================== 
fedora.linux_system_roles.network : Check which services are running ---- 1.67s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.62s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.53s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
Install iproute --------------------------------------------------------- 1.09s
/tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/manage_test_interface.yml:15 ---
Create veth interface ethtest0 ------------------------------------------ 1.06s
/tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/manage_test_interface.yml:21 ---
Gathering Facts --------------------------------------------------------- 1.04s
/tmp/tmp1gs4m1jh/tests/network/tests_ipv6_disabled_nm.yml:5 -------------------
fedora.linux_system_roles.network : Check which packages are installed --- 1.00s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
Gathering Facts --------------------------------------------------------- 0.88s
/tmp/tmp1gs4m1jh/tests/network/playbooks/down_profile.yml:3 -------------------
Gathering Facts --------------------------------------------------------- 0.86s
/tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:3 ------------
Gathering Facts --------------------------------------------------------- 0.86s
/tmp/tmp1gs4m1jh/tests/network/playbooks/remove_profile.yml:3 -----------------
Gathering Facts --------------------------------------------------------- 0.85s
/tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:77 -----------
Gathering Facts --------------------------------------------------------- 0.84s
/tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:5 ------------
fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.83s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 
fedora.linux_system_roles.network : Configure networking connection profiles --- 0.76s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 
fedora.linux_system_roles.network : Check which packages are installed --- 0.72s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
fedora.linux_system_roles.network : Check which packages are installed --- 0.71s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
Get stats of system files ----------------------------------------------- 0.58s
/tmp/tmp1gs4m1jh/tests/network/_backup.yml:6 ----------------------------------
fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.57s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 
fedora.linux_system_roles.network : Configure networking connection profiles --- 0.56s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 
fedora.linux_system_roles.network : Configure networking connection profiles --- 0.56s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 

PLAYBOOK: _restore.yml *********************************************************
1 plays in /tmp/tmp1gs4m1jh/tests/network/_restore.yml

PLAY [all] *********************************************************************
META: ran handlers

TASK [Restore system files] ****************************************************
task path: /tmp/tmp1gs4m1jh/tests/network/_restore.yml:4
Wednesday 03 August 2022  15:48:13 +0000 (0:00:00.044)       0:00:30.608 ****** 
changed: [/cache/rhel-9.qcow2.snap] => {
    "changed": true,
    "cmd": "(cd /; tar -xf /tmp/network.backup.tar)",
    "delta": "0:00:00.005204",
    "end": "2022-08-03 11:48:13.188533",
    "rc": 0,
    "start": "2022-08-03 11:48:13.183329"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/rhel-9.qcow2.snap   : ok=77   changed=6    unreachable=0    failed=0    skipped=51   rescued=0    ignored=1   

Wednesday 03 August 2022  15:48:13 +0000 (0:00:00.398)       0:00:31.007 ****** 
=============================================================================== 
fedora.linux_system_roles.network : Check which services are running ---- 1.67s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.62s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.53s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
Install iproute --------------------------------------------------------- 1.09s
/tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/manage_test_interface.yml:15 ---
Create veth interface ethtest0 ------------------------------------------ 1.06s
/tmp/tmp1gs4m1jh/tests/network/playbooks/tasks/manage_test_interface.yml:21 ---
Gathering Facts --------------------------------------------------------- 1.04s
/tmp/tmp1gs4m1jh/tests/network/tests_ipv6_disabled_nm.yml:5 -------------------
fedora.linux_system_roles.network : Check which packages are installed --- 1.00s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
Gathering Facts --------------------------------------------------------- 0.88s
/tmp/tmp1gs4m1jh/tests/network/playbooks/down_profile.yml:3 -------------------
Gathering Facts --------------------------------------------------------- 0.86s
/tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:3 ------------
Gathering Facts --------------------------------------------------------- 0.86s
/tmp/tmp1gs4m1jh/tests/network/playbooks/remove_profile.yml:3 -----------------
Gathering Facts --------------------------------------------------------- 0.85s
/tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:77 -----------
Gathering Facts --------------------------------------------------------- 0.84s
/tmp/tmp1gs4m1jh/tests/network/playbooks/tests_ipv6_disabled.yml:5 ------------
fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.83s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 
fedora.linux_system_roles.network : Configure networking connection profiles --- 0.76s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 
fedora.linux_system_roles.network : Check which packages are installed --- 0.72s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
fedora.linux_system_roles.network : Check which packages are installed --- 0.71s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
Get stats of system files ----------------------------------------------- 0.58s
/tmp/tmp1gs4m1jh/tests/network/_backup.yml:6 ----------------------------------
fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.57s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 
fedora.linux_system_roles.network : Configure networking connection profiles --- 0.56s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 
fedora.linux_system_roles.network : Configure networking connection profiles --- 0.56s
/tmp/tmposyp_ghn/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106