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/tmp40vowjjo
  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/tmp05ac0kav/tests/_backup.yml

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

TASK [Get stats of system files] ***********************************************
task path: /tmp/tmp05ac0kav/tests/_backup.yml:6
Wednesday 03 August 2022  16:17:48 +0000 (0:00:00.017)       0:00:00.017 ****** 
ok: [/cache/centos-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": 1659543449.5659354,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b",
        "ctime": 1659543448.3539355,
        "dev": 64513,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 4210438,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1659542505.0,
        "nlink": 1,
        "path": "/etc/resolv.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 90,
        "uid": 0,
        "version": "1127737528",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check if system files exist] *********************************************
task path: /tmp/tmp05ac0kav/tests/_backup.yml:13
Wednesday 03 August 2022  16:17:49 +0000 (0:00:00.580)       0:00:00.597 ****** 
[WARNING]: conditional statements should not include jinja2 templating
delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }}
ok: [/cache/centos-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': 4210438, 'dev': 64513, 'nlink': 1, 'atime': 1659543449.5659354, 'mtime': 1659542505.0, 'ctime': 1659543448.3539355, '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': '1127737528', '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": 1659543449.5659354,
            "attr_flags": "",
            "attributes": [],
            "block_size": 4096,
            "blocks": 8,
            "charset": "us-ascii",
            "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b",
            "ctime": 1659543448.3539355,
            "dev": 64513,
            "device_type": 0,
            "executable": false,
            "exists": true,
            "gid": 0,
            "gr_name": "root",
            "inode": 4210438,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mimetype": "text/plain",
            "mode": "0644",
            "mtime": 1659542505.0,
            "nlink": 1,
            "path": "/etc/resolv.conf",
            "pw_name": "root",
            "readable": true,
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 90,
            "uid": 0,
            "version": "1127737528",
            "wgrp": false,
            "woth": false,
            "writeable": true,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        }
    }
}

TASK [Back up system files] ****************************************************
task path: /tmp/tmp05ac0kav/tests/_backup.yml:19
Wednesday 03 August 2022  16:17:49 +0000 (0:00:00.037)       0:00:00.634 ****** 
changed: [/cache/centos-9.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "tar",
        "-cf",
        "/tmp/network.backup.tar",
        "--same-owner",
        "--same-permissions",
        "/etc/resolv.conf"
    ],
    "delta": "0:00:00.004398",
    "end": "2022-08-03 12:17:48.950386",
    "rc": 0,
    "start": "2022-08-03 12:17:48.945988"
}

STDERR:

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

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

Wednesday 03 August 2022  16:17:49 +0000 (0:00:00.502)       0:00:01.137 ****** 
=============================================================================== 
Get stats of system files ----------------------------------------------- 0.58s
/tmp/tmp05ac0kav/tests/_backup.yml:6 ------------------------------------------
Back up system files ---------------------------------------------------- 0.50s
/tmp/tmp05ac0kav/tests/_backup.yml:19 -----------------------------------------
Check if system files exist --------------------------------------------- 0.04s
/tmp/tmp05ac0kav/tests/_backup.yml:13 -----------------------------------------

PLAYBOOK: tests_route_table_nm.yml *********************************************
7 plays in /tmp/tmp05ac0kav/tests/tests_route_table_nm.yml

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp05ac0kav/tests/tests_route_table_nm.yml:5
Wednesday 03 August 2022  16:17:49 +0000 (0:00:00.078)       0:00:01.215 ****** 
ok: [/cache/centos-9.qcow2.snap]
META: ran handlers

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp05ac0kav/tests/tests_route_table_nm.yml:8
Wednesday 03 August 2022  16:17:50 +0000 (0:00:01.017)       0:00:02.232 ****** 
included: /tmp/tmp05ac0kav/tests/tasks/el_repo_setup.yml for /cache/centos-9.qcow2.snap

TASK [Fix CentOS6 Base repo] ***************************************************
task path: /tmp/tmp05ac0kav/tests/tasks/el_repo_setup.yml:2
Wednesday 03 August 2022  16:17:50 +0000 (0:00:00.027)       0:00:02.260 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp05ac0kav/tests/tasks/el_repo_setup.yml:27
Wednesday 03 August 2022  16:17:50 +0000 (0:00:00.022)       0:00:02.282 ****** 
included: /tmp/tmp05ac0kav/tests/tasks/enable_epel.yml for /cache/centos-9.qcow2.snap

TASK [Create EPEL 9] ***********************************************************
task path: /tmp/tmp05ac0kav/tests/tasks/enable_epel.yml:4
Wednesday 03 August 2022  16:17:50 +0000 (0:00:00.027)       0:00:02.309 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 7] ***********************************************************
task path: /tmp/tmp05ac0kav/tests/tasks/enable_epel.yml:11
Wednesday 03 August 2022  16:17:50 +0000 (0:00:00.019)       0:00:02.329 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

TASK [Enable EPEL 6] ***********************************************************
task path: /tmp/tmp05ac0kav/tests/tasks/enable_epel.yml:26
Wednesday 03 August 2022  16:17:50 +0000 (0:00:00.021)       0:00:02.370 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Set network provider to 'nm'] ********************************************
task path: /tmp/tmp05ac0kav/tests/tests_route_table_nm.yml:9
Wednesday 03 August 2022  16:17:50 +0000 (0:00:00.021)       0:00:02.392 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "network_provider": "nm"
    },
    "changed": false
}
META: ran handlers
META: ran handlers

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:3
Wednesday 03 August 2022  16:17:50 +0000 (0:00:00.046)       0:00:02.438 ****** 
ok: [/cache/centos-9.qcow2.snap]
META: ran handlers
META: ran handlers
META: ran handlers

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:5
Wednesday 03 August 2022  16:17:51 +0000 (0:00:00.802)       0:00:03.241 ****** 
ok: [/cache/centos-9.qcow2.snap]
META: ran handlers

TASK [set type=veth and interface=ethtest0] ************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:13
Wednesday 03 August 2022  16:17:52 +0000 (0:00:00.810)       0:00:04.051 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "interface": "ethtest0",
        "type": "veth"
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:17
Wednesday 03 August 2022  16:17:52 +0000 (0:00:00.033)       0:00:04.084 ****** 
included: /tmp/tmp05ac0kav/tests/playbooks/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/show_interfaces.yml:3
Wednesday 03 August 2022  16:17:52 +0000 (0:00:00.047)       0:00:04.132 ****** 
included: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap

TASK [Gather current interface info] *******************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_current_interfaces.yml:3
Wednesday 03 August 2022  16:17:52 +0000 (0:00:00.032)       0:00:04.164 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.003822",
    "end": "2022-08-03 12:17:52.413336",
    "rc": 0,
    "start": "2022-08-03 12:17:52.409514"
}

STDOUT:

bonding_masters
eth0
lo

TASK [Set current_interfaces] **************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_current_interfaces.yml:9
Wednesday 03 August 2022  16:17:53 +0000 (0:00:00.433)       0:00:04.597 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "current_interfaces": [
            "bonding_masters",
            "eth0",
            "lo"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/show_interfaces.yml:4
Wednesday 03 August 2022  16:17:53 +0000 (0:00:00.033)       0:00:04.631 ****** 
ok: [/cache/centos-9.qcow2.snap] => {}

MSG:

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

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:18
Wednesday 03 August 2022  16:17:53 +0000 (0:00:00.032)       0:00:04.664 ****** 
included: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml for /cache/centos-9.qcow2.snap

TASK [Ensure state in ["present", "absent"]] ***********************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:3
Wednesday 03 August 2022  16:17:53 +0000 (0:00:00.043)       0:00:04.707 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:13
Wednesday 03 August 2022  16:17:53 +0000 (0:00:00.022)       0:00:04.752 ****** 
included: /tmp/tmp05ac0kav/tests/playbooks/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/show_interfaces.yml:3
Wednesday 03 August 2022  16:17:53 +0000 (0:00:00.032)       0:00:04.785 ****** 
included: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap

TASK [Gather current interface info] *******************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_current_interfaces.yml:3
Wednesday 03 August 2022  16:17:53 +0000 (0:00:00.033)       0:00:04.818 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.003086",
    "end": "2022-08-03 12:17:53.017921",
    "rc": 0,
    "start": "2022-08-03 12:17:53.014835"
}

STDOUT:

bonding_masters
eth0
lo

TASK [Set current_interfaces] **************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_current_interfaces.yml:9
Wednesday 03 August 2022  16:17:53 +0000 (0:00:00.377)       0:00:05.196 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "current_interfaces": [
            "bonding_masters",
            "eth0",
            "lo"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/show_interfaces.yml:4
Wednesday 03 August 2022  16:17:53 +0000 (0:00:00.031)       0:00:05.227 ****** 
ok: [/cache/centos-9.qcow2.snap] => {}

MSG:

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

TASK [Install iproute] *********************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:15
Wednesday 03 August 2022  16:17:53 +0000 (0:00:00.033)       0:00:05.261 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Create veth interface ethtest0] ******************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:21
Wednesday 03 August 2022  16:17:54 +0000 (0:00:00.983)       0:00:06.244 ****** 
changed: [/cache/centos-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.008727",
    "end": "2022-08-03 12:17:54.443984",
    "item": "ip link add ethtest0 type veth peer name peerethtest0",
    "rc": 0,
    "start": "2022-08-03 12:17:54.435257"
}
changed: [/cache/centos-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.003395",
    "end": "2022-08-03 12:17:54.772898",
    "item": "ip link set peerethtest0 up",
    "rc": 0,
    "start": "2022-08-03 12:17:54.769503"
}
changed: [/cache/centos-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.019389",
    "end": "2022-08-03 12:17:55.236972",
    "item": "ip link set ethtest0 up",
    "rc": 0,
    "start": "2022-08-03 12:17:55.217583"
}

TASK [Set up veth as managed by NetworkManager] ********************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:29
Wednesday 03 August 2022  16:17:55 +0000 (0:00:01.263)       0:00:07.508 ****** 
changed: [/cache/centos-9.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "nmcli",
        "d",
        "set",
        "ethtest0",
        "managed",
        "true"
    ],
    "delta": "0:00:00.018985",
    "end": "2022-08-03 12:17:55.747438",
    "rc": 0,
    "start": "2022-08-03 12:17:55.728453"
}

TASK [Delete veth interface ethtest0] ******************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:36
Wednesday 03 August 2022  16:17:56 +0000 (0:00:00.419)       0:00:07.928 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create dummy interface ethtest0] *****************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:42
Wednesday 03 August 2022  16:17:56 +0000 (0:00:00.022)       0:00:07.950 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete dummy interface ethtest0] *****************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:47
Wednesday 03 August 2022  16:17:56 +0000 (0:00:00.022)       0:00:07.973 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create tap interface ethtest0] *******************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:53
Wednesday 03 August 2022  16:17:56 +0000 (0:00:00.023)       0:00:07.997 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete tap interface ethtest0] *******************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:58
Wednesday 03 August 2022  16:17:56 +0000 (0:00:00.023)       0:00:08.020 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:21
Wednesday 03 August 2022  16:17:56 +0000 (0:00:00.021)       0:00:08.042 ****** 
included: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_device_present.yml for /cache/centos-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_device_present.yml:3
Wednesday 03 August 2022  16:17:56 +0000 (0:00:00.040)       0:00:08.082 ****** 
included: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap

TASK [Get stat for interface ethtest0] *****************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_interface_stat.yml:3
Wednesday 03 August 2022  16:17:56 +0000 (0:00:00.029)       0:00:08.112 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1659543474.44035,
        "block_size": 4096,
        "blocks": 0,
        "ctime": 1659543474.44035,
        "dev": 22,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 32567,
        "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": 1659543474.44035,
        "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/tmp05ac0kav/tests/playbooks/tasks/assert_device_present.yml:4
Wednesday 03 August 2022  16:17:56 +0000 (0:00:00.370)       0:00:08.483 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [linux-system-roles.network : Ensure ansible_facts used by role] **********
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:4
Wednesday 03 August 2022  16:17:56 +0000 (0:00:00.038)       0:00:08.521 ****** 
included: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/centos-9.qcow2.snap

TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3
Wednesday 03 August 2022  16:17:57 +0000 (0:00:00.038)       0:00:08.559 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10
Wednesday 03 August 2022  16:17:57 +0000 (0:00:00.502)       0:00:09.062 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15
Wednesday 03 August 2022  16:17:59 +0000 (0:00:01.616)       0:00:10.679 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:7
Wednesday 03 August 2022  16:18:00 +0000 (0:00:01.062)       0:00:11.742 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:11
Wednesday 03 August 2022  16:18:00 +0000 (0:00:00.105)       0:00:11.847 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:19
Wednesday 03 August 2022  16:18:00 +0000 (0:00:00.037)       0:00:11.885 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install packages] ***************************
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:30
Wednesday 03 August 2022  16:18:00 +0000 (0:00:00.037)       0:00:11.922 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:38
Wednesday 03 August 2022  16:18:00 +0000 (0:00:00.075)       0:00:11.998 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:51
Wednesday 03 August 2022  16:18:00 +0000 (0:00:00.038)       0:00:12.036 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:65
Wednesday 03 August 2022  16:18:00 +0000 (0:00:00.038)       0:00:12.075 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable and start NetworkManager] ************
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:79
Wednesday 03 August 2022  16:18:00 +0000 (0:00:00.053)       0:00:12.129 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:90
Wednesday 03 August 2022  16:18:01 +0000 (0:00:00.820)       0:00:12.949 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable network service] *********************
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:99
Wednesday 03 August 2022  16:18:01 +0000 (0:00:00.054)       0:00:13.003 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:107
Wednesday 03 August 2022  16:18:01 +0000 (0:00:00.036)       0:00:13.039 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Configure networking connection profiles] ***
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:116
Wednesday 03 August 2022  16:18:01 +0000 (0:00:00.034)       0:00:13.074 ****** 
redirecting (type: action) ansible.builtin.network to ansible.netcommon.network
changed: [/cache/centos-9.qcow2.snap] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "autoconnect": true,
                    "interface_name": "ethtest0",
                    "ip": {
                        "address": [
                            "198.51.100.3/26"
                        ],
                        "dhcp4": false,
                        "route": [
                            {
                                "gateway": "198.51.100.1",
                                "metric": 2,
                                "network": "198.51.100.128",
                                "prefix": 26,
                                "table": 30400
                            },
                            {
                                "gateway": "198.51.100.6",
                                "metric": 4,
                                "network": "198.51.100.64",
                                "prefix": 26,
                                "table": 30200
                            }
                        ]
                    },
                    "name": "ethtest0",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "nm"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 39f7da64-8124-4c23-af8f-01f0b6a04a56
[004] <info>  #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 39f7da64-8124-4c23-af8f-01f0b6a04a56 (not-active)


TASK [linux-system-roles.network : Configure networking state] *****************
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:128
Wednesday 03 August 2022  16:18:02 +0000 (0:00:00.818)       0:00:13.893 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:134
Wednesday 03 August 2022  16:18:02 +0000 (0:00:00.040)       0:00:13.933 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 39f7da64-8124-4c23-af8f-01f0b6a04a56",
        "[004] <info>  #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 39f7da64-8124-4c23-af8f-01f0b6a04a56 (not-active)"
    ]
}

TASK [linux-system-roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:138
Wednesday 03 August 2022  16:18:02 +0000 (0:00:00.046)       0:00:13.980 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "autoconnect": true,
                        "interface_name": "ethtest0",
                        "ip": {
                            "address": [
                                "198.51.100.3/26"
                            ],
                            "dhcp4": false,
                            "route": [
                                {
                                    "gateway": "198.51.100.1",
                                    "metric": 2,
                                    "network": "198.51.100.128",
                                    "prefix": 26,
                                    "table": 30400
                                },
                                {
                                    "gateway": "198.51.100.6",
                                    "metric": 4,
                                    "network": "198.51.100.64",
                                    "prefix": 26,
                                    "table": 30200
                                }
                            ]
                        },
                        "name": "ethtest0",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "nm"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 39f7da64-8124-4c23-af8f-01f0b6a04a56\n[004] <info>  #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 39f7da64-8124-4c23-af8f-01f0b6a04a56 (not-active)\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 39f7da64-8124-4c23-af8f-01f0b6a04a56",
            "[004] <info>  #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 39f7da64-8124-4c23-af8f-01f0b6a04a56 (not-active)"
        ]
    }
}

TASK [linux-system-roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:143
Wednesday 03 August 2022  16:18:02 +0000 (0:00:00.049)       0:00:14.030 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [linux-system-roles.network : Re-test connectivity] ***********************
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:149
Wednesday 03 August 2022  16:18:02 +0000 (0:00:00.041)       0:00:14.072 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/centos-9.qcow2.snap

TASK [Get the routes from the route table 30200] *******************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:50
Wednesday 03 August 2022  16:18:03 +0000 (0:00:00.488)       0:00:14.560 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "ip",
        "route",
        "show",
        "table",
        "30200"
    ],
    "delta": "0:00:00.003120",
    "end": "2022-08-03 12:18:02.751907",
    "rc": 0,
    "start": "2022-08-03 12:18:02.748787"
}

STDOUT:

198.51.100.64/26 via 198.51.100.6 dev ethtest0 proto static metric 4 

TASK [Get the routes from the route table 30400] *******************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:56
Wednesday 03 August 2022  16:18:03 +0000 (0:00:00.382)       0:00:14.943 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "ip",
        "route",
        "show",
        "table",
        "30400"
    ],
    "delta": "0:00:00.003739",
    "end": "2022-08-03 12:18:03.140010",
    "rc": 0,
    "start": "2022-08-03 12:18:03.136271"
}

STDOUT:

198.51.100.128/26 via 198.51.100.1 dev ethtest0 proto static metric 2 

TASK [Assert that the route table 30200 contains the specified route] **********
task path: /tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:62
Wednesday 03 August 2022  16:18:03 +0000 (0:00:00.392)       0:00:15.335 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Assert that the route table 30400 contains the specified route] **********
task path: /tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:71
Wednesday 03 August 2022  16:18:03 +0000 (0:00:00.047)       0:00:15.383 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Create a dedicated test file in `/etc/iproute2/rt_tables.d/` and add a new routing table] ***
task path: /tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:79
Wednesday 03 August 2022  16:18:03 +0000 (0:00:00.050)       0:00:15.434 ****** 
changed: [/cache/centos-9.qcow2.snap] => {
    "backup": "",
    "changed": true
}

MSG:

line added

TASK [linux-system-roles.network : Ensure ansible_facts used by role] **********
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:4
Wednesday 03 August 2022  16:18:04 +0000 (0:00:00.546)       0:00:15.980 ****** 
included: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/centos-9.qcow2.snap

TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3
Wednesday 03 August 2022  16:18:04 +0000 (0:00:00.058)       0:00:16.038 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10
Wednesday 03 August 2022  16:18:05 +0000 (0:00:00.527)       0:00:16.566 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15
Wednesday 03 August 2022  16:18:06 +0000 (0:00:01.534)       0:00:18.100 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:7
Wednesday 03 August 2022  16:18:07 +0000 (0:00:00.836)       0:00:18.936 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:11
Wednesday 03 August 2022  16:18:07 +0000 (0:00:00.045)       0:00:18.981 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:19
Wednesday 03 August 2022  16:18:07 +0000 (0:00:00.042)       0:00:19.024 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install packages] ***************************
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:30
Wednesday 03 August 2022  16:18:07 +0000 (0:00:00.039)       0:00:19.063 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:38
Wednesday 03 August 2022  16:18:07 +0000 (0:00:00.080)       0:00:19.143 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:51
Wednesday 03 August 2022  16:18:07 +0000 (0:00:00.041)       0:00:19.185 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:65
Wednesday 03 August 2022  16:18:07 +0000 (0:00:00.039)       0:00:19.224 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable and start NetworkManager] ************
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:79
Wednesday 03 August 2022  16:18:07 +0000 (0:00:00.057)       0:00:19.282 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:90
Wednesday 03 August 2022  16:18:08 +0000 (0:00:00.568)       0:00:19.850 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable network service] *********************
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:99
Wednesday 03 August 2022  16:18:08 +0000 (0:00:00.055)       0:00:19.906 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:107
Wednesday 03 August 2022  16:18:08 +0000 (0:00:00.036)       0:00:19.943 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Configure networking connection profiles] ***
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:116
Wednesday 03 August 2022  16:18:08 +0000 (0:00:00.035)       0:00:19.979 ****** 
redirecting (type: action) ansible.builtin.network to ansible.netcommon.network
changed: [/cache/centos-9.qcow2.snap] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "autoconnect": true,
                    "interface_name": "ethtest0",
                    "ip": {
                        "address": [
                            "198.51.100.3/26"
                        ],
                        "dhcp4": false,
                        "route": [
                            {
                                "gateway": "198.51.100.1",
                                "metric": 2,
                                "network": "198.51.100.128",
                                "prefix": 26,
                                "table": "custom"
                            },
                            {
                                "gateway": "198.51.100.6",
                                "metric": 4,
                                "network": "198.51.100.64",
                                "prefix": 26,
                                "table": "custom"
                            }
                        ]
                    },
                    "name": "ethtest0",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "nm"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'ethtest0': update connection ethtest0, 39f7da64-8124-4c23-af8f-01f0b6a04a56
[004] <info>  #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 39f7da64-8124-4c23-af8f-01f0b6a04a56 (is-modified)
[005] <info>  #0, state:up persistent_state:present, 'ethtest0': connection reapplied


TASK [linux-system-roles.network : Configure networking state] *****************
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:128
Wednesday 03 August 2022  16:18:08 +0000 (0:00:00.569)       0:00:20.548 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:134
Wednesday 03 August 2022  16:18:09 +0000 (0:00:00.094)       0:00:20.643 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'ethtest0': update connection ethtest0, 39f7da64-8124-4c23-af8f-01f0b6a04a56",
        "[004] <info>  #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 39f7da64-8124-4c23-af8f-01f0b6a04a56 (is-modified)",
        "[005] <info>  #0, state:up persistent_state:present, 'ethtest0': connection reapplied"
    ]
}

TASK [linux-system-roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:138
Wednesday 03 August 2022  16:18:09 +0000 (0:00:00.046)       0:00:20.689 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "autoconnect": true,
                        "interface_name": "ethtest0",
                        "ip": {
                            "address": [
                                "198.51.100.3/26"
                            ],
                            "dhcp4": false,
                            "route": [
                                {
                                    "gateway": "198.51.100.1",
                                    "metric": 2,
                                    "network": "198.51.100.128",
                                    "prefix": 26,
                                    "table": "custom"
                                },
                                {
                                    "gateway": "198.51.100.6",
                                    "metric": 4,
                                    "network": "198.51.100.64",
                                    "prefix": 26,
                                    "table": "custom"
                                }
                            ]
                        },
                        "name": "ethtest0",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "nm"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'ethtest0': update connection ethtest0, 39f7da64-8124-4c23-af8f-01f0b6a04a56\n[004] <info>  #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 39f7da64-8124-4c23-af8f-01f0b6a04a56 (is-modified)\n[005] <info>  #0, state:up persistent_state:present, 'ethtest0': connection reapplied\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'ethtest0': update connection ethtest0, 39f7da64-8124-4c23-af8f-01f0b6a04a56",
            "[004] <info>  #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 39f7da64-8124-4c23-af8f-01f0b6a04a56 (is-modified)",
            "[005] <info>  #0, state:up persistent_state:present, 'ethtest0': connection reapplied"
        ]
    }
}

TASK [linux-system-roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:143
Wednesday 03 August 2022  16:18:09 +0000 (0:00:00.047)       0:00:20.737 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [linux-system-roles.network : Re-test connectivity] ***********************
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:149
Wednesday 03 August 2022  16:18:09 +0000 (0:00:00.042)       0:00:20.779 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/centos-9.qcow2.snap

TASK [Get the routes from the named route table 'custom'] **********************
task path: /tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:114
Wednesday 03 August 2022  16:18:09 +0000 (0:00:00.403)       0:00:21.183 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "ip",
        "route",
        "show",
        "table",
        "custom"
    ],
    "delta": "0:00:00.003894",
    "end": "2022-08-03 12:18:09.377892",
    "rc": 0,
    "start": "2022-08-03 12:18:09.373998"
}

STDOUT:

198.51.100.64/26 via 198.51.100.6 dev ethtest0 proto static metric 4 
198.51.100.128/26 via 198.51.100.1 dev ethtest0 proto static metric 2 

TASK [Assert that the named route table 'custom' contains the specified route] ***
task path: /tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:120
Wednesday 03 August 2022  16:18:10 +0000 (0:00:00.389)       0:00:21.572 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove the dedicated test file in `/etc/iproute2/rt_tables.d/`] **********
task path: /tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:131
Wednesday 03 August 2022  16:18:10 +0000 (0:00:00.050)       0:00:21.623 ****** 
changed: [/cache/centos-9.qcow2.snap] => {
    "changed": true,
    "path": "/etc/iproute2/rt_tables.d/table.conf",
    "state": "absent"
}
META: ran handlers
META: ran handlers

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/down_profile.yml:3
Wednesday 03 August 2022  16:18:10 +0000 (0:00:00.580)       0:00:22.203 ****** 
ok: [/cache/centos-9.qcow2.snap]
META: ran handlers

TASK [linux-system-roles.network : Ensure ansible_facts used by role] **********
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:4
Wednesday 03 August 2022  16:18:11 +0000 (0:00:00.919)       0:00:23.123 ****** 
included: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/centos-9.qcow2.snap

TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3
Wednesday 03 August 2022  16:18:11 +0000 (0:00:00.063)       0:00:23.186 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10
Wednesday 03 August 2022  16:18:12 +0000 (0:00:00.567)       0:00:23.754 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15
Wednesday 03 August 2022  16:18:13 +0000 (0:00:01.576)       0:00:25.330 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:7
Wednesday 03 August 2022  16:18:14 +0000 (0:00:00.708)       0:00:26.039 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:11
Wednesday 03 August 2022  16:18:14 +0000 (0:00:00.046)       0:00:26.086 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:19
Wednesday 03 August 2022  16:18:14 +0000 (0:00:00.037)       0:00:26.123 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install packages] ***************************
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:30
Wednesday 03 August 2022  16:18:14 +0000 (0:00:00.036)       0:00:26.160 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:38
Wednesday 03 August 2022  16:18:14 +0000 (0:00:00.077)       0:00:26.237 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:51
Wednesday 03 August 2022  16:18:14 +0000 (0:00:00.042)       0:00:26.280 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:65
Wednesday 03 August 2022  16:18:14 +0000 (0:00:00.040)       0:00:26.320 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable and start NetworkManager] ************
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:79
Wednesday 03 August 2022  16:18:14 +0000 (0:00:00.056)       0:00:26.377 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:90
Wednesday 03 August 2022  16:18:15 +0000 (0:00:00.551)       0:00:26.929 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable network service] *********************
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:99
Wednesday 03 August 2022  16:18:15 +0000 (0:00:00.100)       0:00:27.030 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:107
Wednesday 03 August 2022  16:18:15 +0000 (0:00:00.036)       0:00:27.067 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Configure networking connection profiles] ***
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:116
Wednesday 03 August 2022  16:18:15 +0000 (0:00:00.037)       0:00:27.104 ****** 
redirecting (type: action) ansible.builtin.network to ansible.netcommon.network
changed: [/cache/centos-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": true
}

STDERR:




TASK [linux-system-roles.network : Configure networking state] *****************
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:128
Wednesday 03 August 2022  16:18:16 +0000 (0:00:00.581)       0:00:27.686 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:134
Wednesday 03 August 2022  16:18:16 +0000 (0:00:00.040)       0:00:27.727 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "__network_connections_result.stderr_lines": [
        ""
    ]
}

TASK [linux-system-roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:138
Wednesday 03 August 2022  16:18:16 +0000 (0:00:00.045)       0:00:27.773 ****** 
ok: [/cache/centos-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": true,
        "failed": false,
        "stderr": "\n",
        "stderr_lines": [
            ""
        ]
    }
}

TASK [linux-system-roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:143
Wednesday 03 August 2022  16:18:16 +0000 (0:00:00.051)       0:00:27.824 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {}

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

PLAY [Delete the interface] ****************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/down_profile+delete_interface.yml:4
Wednesday 03 August 2022  16:18:16 +0000 (0:00:00.439)       0:00:28.304 ****** 
ok: [/cache/centos-9.qcow2.snap]
META: ran handlers

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/down_profile+delete_interface.yml:7
Wednesday 03 August 2022  16:18:17 +0000 (0:00:00.867)       0:00:29.172 ****** 
included: /tmp/tmp05ac0kav/tests/playbooks/tasks/delete_interface.yml for /cache/centos-9.qcow2.snap

TASK [remove test interface if necessary] **************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/delete_interface.yml:3
Wednesday 03 August 2022  16:18:17 +0000 (0:00:00.057)       0:00:29.230 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "ip",
        "link",
        "del",
        "ethtest0"
    ],
    "delta": "0:00:00.012592",
    "end": "2022-08-03 12:18:17.431783",
    "rc": 0,
    "start": "2022-08-03 12:18:17.419191"
}
META: ran handlers
META: ran handlers

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/remove_profile.yml:3
Wednesday 03 August 2022  16:18:18 +0000 (0:00:00.444)       0:00:29.674 ****** 
ok: [/cache/centos-9.qcow2.snap]
META: ran handlers

TASK [linux-system-roles.network : Ensure ansible_facts used by role] **********
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:4
Wednesday 03 August 2022  16:18:18 +0000 (0:00:00.834)       0:00:30.509 ****** 
included: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/centos-9.qcow2.snap

TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3
Wednesday 03 August 2022  16:18:19 +0000 (0:00:00.056)       0:00:30.566 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10
Wednesday 03 August 2022  16:18:19 +0000 (0:00:00.587)       0:00:31.153 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15
Wednesday 03 August 2022  16:18:21 +0000 (0:00:01.503)       0:00:32.657 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:7
Wednesday 03 August 2022  16:18:21 +0000 (0:00:00.729)       0:00:33.386 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:11
Wednesday 03 August 2022  16:18:21 +0000 (0:00:00.141)       0:00:33.527 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:19
Wednesday 03 August 2022  16:18:22 +0000 (0:00:00.040)       0:00:33.568 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install packages] ***************************
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:30
Wednesday 03 August 2022  16:18:22 +0000 (0:00:00.041)       0:00:33.609 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:38
Wednesday 03 August 2022  16:18:22 +0000 (0:00:00.075)       0:00:33.685 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:51
Wednesday 03 August 2022  16:18:22 +0000 (0:00:00.039)       0:00:33.725 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:65
Wednesday 03 August 2022  16:18:22 +0000 (0:00:00.040)       0:00:33.765 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable and start NetworkManager] ************
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:79
Wednesday 03 August 2022  16:18:22 +0000 (0:00:00.052)       0:00:33.818 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:90
Wednesday 03 August 2022  16:18:22 +0000 (0:00:00.554)       0:00:34.372 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Enable network service] *********************
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:99
Wednesday 03 August 2022  16:18:22 +0000 (0:00:00.053)       0:00:34.426 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:107
Wednesday 03 August 2022  16:18:22 +0000 (0:00:00.033)       0:00:34.459 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Configure networking connection profiles] ***
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:116
Wednesday 03 August 2022  16:18:22 +0000 (0:00:00.032)       0:00:34.491 ****** 
redirecting (type: action) ansible.builtin.network to ansible.netcommon.network
changed: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:128
Wednesday 03 August 2022  16:18:23 +0000 (0:00:00.564)       0:00:35.055 ****** 
skipping: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:134
Wednesday 03 August 2022  16:18:23 +0000 (0:00:00.038)       0:00:35.094 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "__network_connections_result.stderr_lines": [
        ""
    ]
}

TASK [linux-system-roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:138
Wednesday 03 August 2022  16:18:23 +0000 (0:00:00.118)       0:00:35.212 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:143
Wednesday 03 August 2022  16:18:23 +0000 (0:00:00.045)       0:00:35.258 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [linux-system-roles.network : Re-test connectivity] ***********************
task path: /tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:149
Wednesday 03 August 2022  16:18:23 +0000 (0:00:00.042)       0:00:35.300 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/centos-9.qcow2.snap
META: ran handlers
META: ran handlers

PLAY [Assert device and profile are absent] ************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:143
Wednesday 03 August 2022  16:18:24 +0000 (0:00:00.424)       0:00:35.725 ****** 
ok: [/cache/centos-9.qcow2.snap]
META: ran handlers

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:146
Wednesday 03 August 2022  16:18:24 +0000 (0:00:00.819)       0:00:36.544 ****** 
included: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_profile_absent.yml for /cache/centos-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_profile_absent.yml:3
Wednesday 03 August 2022  16:18:25 +0000 (0:00:00.056)       0:00:36.601 ****** 
included: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_profile_stat.yml for /cache/centos-9.qcow2.snap

TASK [Initialize NM profile exist and ansible_managed comment flag] ************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_profile_stat.yml:3
Wednesday 03 August 2022  16:18:25 +0000 (0:00:00.060)       0:00:36.662 ****** 
ok: [/cache/centos-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/tmp05ac0kav/tests/playbooks/tasks/get_profile_stat.yml:8
Wednesday 03 August 2022  16:18:25 +0000 (0:00:00.124)       0:00:36.786 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

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

TASK [Get NM profile info] *****************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_profile_stat.yml:24
Wednesday 03 August 2022  16:18:25 +0000 (0:00:00.042)       0:00:37.204 ****** 
fatal: [/cache/centos-9.qcow2.snap]: FAILED! => {
    "changed": false,
    "cmd": "nmcli -f NAME,FILENAME connection show |grep ethtest0 | grep /etc",
    "delta": "0:00:00.018274",
    "end": "2022-08-03 12:18:25.410941",
    "rc": 1,
    "start": "2022-08-03 12:18:25.392667"
}

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/tmp05ac0kav/tests/playbooks/tasks/get_profile_stat.yml:33
Wednesday 03 August 2022  16:18:26 +0000 (0:00:00.399)       0:00:37.604 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Get the ansible_managed comment in ifcfg-ethtest0] ***********************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_profile_stat.yml:43
Wednesday 03 August 2022  16:18:26 +0000 (0:00:00.041)       0:00:37.645 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Verify the ansible_managed comment in ifcfg-ethtest0] ********************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_profile_stat.yml:49
Wednesday 03 August 2022  16:18:26 +0000 (0:00:00.037)       0:00:37.683 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert that profile 'ethtest0' is absent] ********************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_profile_absent.yml:4
Wednesday 03 August 2022  16:18:26 +0000 (0:00:00.038)       0:00:37.721 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:149
Wednesday 03 August 2022  16:18:26 +0000 (0:00:00.047)       0:00:37.768 ****** 
included: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_device_absent.yml for /cache/centos-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_device_absent.yml:3
Wednesday 03 August 2022  16:18:26 +0000 (0:00:00.055)       0:00:37.824 ****** 
included: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap

TASK [Get stat for interface ethtest0] *****************************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/get_interface_stat.yml:3
Wednesday 03 August 2022  16:18:26 +0000 (0:00:00.059)       0:00:37.884 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [assert that interface ethtest0 is absent] ********************************
task path: /tmp/tmp05ac0kav/tests/playbooks/tasks/assert_device_absent.yml:4
Wednesday 03 August 2022  16:18:26 +0000 (0:00:00.392)       0:00:38.276 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

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

Wednesday 03 August 2022  16:18:26 +0000 (0:00:00.155)       0:00:38.431 ****** 
=============================================================================== 
linux-system-roles.network : Check which services are running ----------- 1.62s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.58s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.53s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.50s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
Create veth interface ethtest0 ------------------------------------------ 1.26s
/tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:21 -----------
linux-system-roles.network : Check which packages are installed --------- 1.06s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
Gathering Facts --------------------------------------------------------- 1.02s
/tmp/tmp05ac0kav/tests/tests_route_table_nm.yml:5 -----------------------------
Install iproute --------------------------------------------------------- 0.98s
/tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:15 -----------
Gathering Facts --------------------------------------------------------- 0.92s
/tmp/tmp05ac0kav/tests/playbooks/down_profile.yml:3 ---------------------------
Gathering Facts --------------------------------------------------------- 0.87s
/tmp/tmp05ac0kav/tests/playbooks/down_profile+delete_interface.yml:4 ----------
linux-system-roles.network : Check which packages are installed --------- 0.84s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
Gathering Facts --------------------------------------------------------- 0.83s
/tmp/tmp05ac0kav/tests/playbooks/remove_profile.yml:3 -------------------------
linux-system-roles.network : Enable and start NetworkManager ------------ 0.82s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:79 -----
Gathering Facts --------------------------------------------------------- 0.82s
/tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:143 --------------------
linux-system-roles.network : Configure networking connection profiles --- 0.82s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:116 ----
Gathering Facts --------------------------------------------------------- 0.81s
/tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:5 ----------------------
Gathering Facts --------------------------------------------------------- 0.80s
/tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:3 ----------------------
linux-system-roles.network : Check which packages are installed --------- 0.73s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
linux-system-roles.network : Check which packages are installed --------- 0.71s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
linux-system-roles.network : Ensure ansible_facts used by role are present --- 0.59s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 -

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

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

TASK [Restore system files] ****************************************************
task path: /tmp/tmp05ac0kav/tests/_restore.yml:4
Wednesday 03 August 2022  16:18:26 +0000 (0:00:00.046)       0:00:38.478 ****** 
changed: [/cache/centos-9.qcow2.snap] => {
    "changed": true,
    "cmd": "(cd /; tar -xf /tmp/network.backup.tar)",
    "delta": "0:00:00.007157",
    "end": "2022-08-03 12:18:26.669396",
    "rc": 0,
    "start": "2022-08-03 12:18:26.662239"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-9.qcow2.snap : ok=93   changed=10   unreachable=0    failed=0    skipped=60   rescued=0    ignored=1   

Wednesday 03 August 2022  16:18:27 +0000 (0:00:00.411)       0:00:38.889 ****** 
=============================================================================== 
linux-system-roles.network : Check which services are running ----------- 1.62s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.58s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.53s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
linux-system-roles.network : Check which services are running ----------- 1.50s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
Create veth interface ethtest0 ------------------------------------------ 1.26s
/tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:21 -----------
linux-system-roles.network : Check which packages are installed --------- 1.06s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
Gathering Facts --------------------------------------------------------- 1.02s
/tmp/tmp05ac0kav/tests/tests_route_table_nm.yml:5 -----------------------------
Install iproute --------------------------------------------------------- 0.98s
/tmp/tmp05ac0kav/tests/playbooks/tasks/manage_test_interface.yml:15 -----------
Gathering Facts --------------------------------------------------------- 0.92s
/tmp/tmp05ac0kav/tests/playbooks/down_profile.yml:3 ---------------------------
Gathering Facts --------------------------------------------------------- 0.87s
/tmp/tmp05ac0kav/tests/playbooks/down_profile+delete_interface.yml:4 ----------
linux-system-roles.network : Check which packages are installed --------- 0.84s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
Gathering Facts --------------------------------------------------------- 0.83s
/tmp/tmp05ac0kav/tests/playbooks/remove_profile.yml:3 -------------------------
linux-system-roles.network : Enable and start NetworkManager ------------ 0.82s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:79 -----
Gathering Facts --------------------------------------------------------- 0.82s
/tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:143 --------------------
linux-system-roles.network : Configure networking connection profiles --- 0.82s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/main.yml:116 ----
Gathering Facts --------------------------------------------------------- 0.81s
/tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:5 ----------------------
Gathering Facts --------------------------------------------------------- 0.80s
/tmp/tmp05ac0kav/tests/playbooks/tests_route_table.yml:3 ----------------------
linux-system-roles.network : Check which packages are installed --------- 0.73s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
linux-system-roles.network : Check which packages are installed --------- 0.71s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
linux-system-roles.network : Ensure ansible_facts used by role are present --- 0.59s
/tmp/tmp05ac0kav/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 -
ansible-playbook [core 2.12.6]
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.9/site-packages/ansible
  ansible collection location = /tmp/tmp40vowjjo
  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/tmpem3y1lsc/tests/network/_backup.yml

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

TASK [Get stats of system files] ***********************************************
task path: /tmp/tmpem3y1lsc/tests/network/_backup.yml:6
Wednesday 03 August 2022  16:38:59 +0000 (0:00:00.017)       0:00:00.017 ****** 
ok: [/cache/centos-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": 1659544719.5219023,
        "attr_flags": "",
        "attributes": [],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b",
        "ctime": 1659544718.2909024,
        "dev": 64513,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 4210118,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1659543778.0,
        "nlink": 1,
        "path": "/etc/resolv.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 90,
        "uid": 0,
        "version": "561080189",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}

TASK [Check if system files exist] *********************************************
task path: /tmp/tmpem3y1lsc/tests/network/_backup.yml:13
Wednesday 03 August 2022  16:39:00 +0000 (0:00:00.616)       0:00:00.634 ****** 
[WARNING]: conditional statements should not include jinja2 templating
delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }}
ok: [/cache/centos-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': 4210118, 'dev': 64513, 'nlink': 1, 'atime': 1659544719.5219023, 'mtime': 1659543778.0, 'ctime': 1659544718.2909024, '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': '561080189', '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": 1659544719.5219023,
            "attr_flags": "",
            "attributes": [],
            "block_size": 4096,
            "blocks": 8,
            "charset": "us-ascii",
            "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b",
            "ctime": 1659544718.2909024,
            "dev": 64513,
            "device_type": 0,
            "executable": false,
            "exists": true,
            "gid": 0,
            "gr_name": "root",
            "inode": 4210118,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mimetype": "text/plain",
            "mode": "0644",
            "mtime": 1659543778.0,
            "nlink": 1,
            "path": "/etc/resolv.conf",
            "pw_name": "root",
            "readable": true,
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 90,
            "uid": 0,
            "version": "561080189",
            "wgrp": false,
            "woth": false,
            "writeable": true,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        }
    }
}

TASK [Back up system files] ****************************************************
task path: /tmp/tmpem3y1lsc/tests/network/_backup.yml:19
Wednesday 03 August 2022  16:39:00 +0000 (0:00:00.036)       0:00:00.670 ****** 
changed: [/cache/centos-9.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "tar",
        "-cf",
        "/tmp/network.backup.tar",
        "--same-owner",
        "--same-permissions",
        "/etc/resolv.conf"
    ],
    "delta": "0:00:00.004909",
    "end": "2022-08-03 12:38:59.406933",
    "rc": 0,
    "start": "2022-08-03 12:38:59.402024"
}

STDERR:

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

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

Wednesday 03 August 2022  16:39:00 +0000 (0:00:00.502)       0:00:01.172 ****** 
=============================================================================== 
Get stats of system files ----------------------------------------------- 0.62s
/tmp/tmpem3y1lsc/tests/network/_backup.yml:6 ----------------------------------
Back up system files ---------------------------------------------------- 0.50s
/tmp/tmpem3y1lsc/tests/network/_backup.yml:19 ---------------------------------
Check if system files exist --------------------------------------------- 0.04s
/tmp/tmpem3y1lsc/tests/network/_backup.yml:13 ---------------------------------

PLAYBOOK: tests_route_table_nm.yml *********************************************
7 plays in /tmp/tmpem3y1lsc/tests/network/tests_route_table_nm.yml

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/tests_route_table_nm.yml:5
Wednesday 03 August 2022  16:39:00 +0000 (0:00:00.104)       0:00:01.277 ****** 
ok: [/cache/centos-9.qcow2.snap]
META: ran handlers

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/tests_route_table_nm.yml:8
Wednesday 03 August 2022  16:39:01 +0000 (0:00:01.050)       0:00:02.327 ****** 
included: /tmp/tmpem3y1lsc/tests/network/tasks/el_repo_setup.yml for /cache/centos-9.qcow2.snap

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

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/tasks/el_repo_setup.yml:27
Wednesday 03 August 2022  16:39:01 +0000 (0:00:00.021)       0:00:02.375 ****** 
included: /tmp/tmpem3y1lsc/tests/network/tasks/enable_epel.yml for /cache/centos-9.qcow2.snap

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

TASK [Enable EPEL 7] ***********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/tasks/enable_epel.yml:11
Wednesday 03 August 2022  16:39:01 +0000 (0:00:00.020)       0:00:02.425 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 8] ***********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/tasks/enable_epel.yml:17
Wednesday 03 August 2022  16:39:01 +0000 (0:00:00.019)       0:00:02.444 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 6] ***********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/tasks/enable_epel.yml:26
Wednesday 03 August 2022  16:39:01 +0000 (0:00:00.026)       0:00:02.470 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Set network provider to 'nm'] ********************************************
task path: /tmp/tmpem3y1lsc/tests/network/tests_route_table_nm.yml:9
Wednesday 03 August 2022  16:39:01 +0000 (0:00:00.021)       0:00:02.491 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "network_provider": "nm"
    },
    "changed": false
}
META: ran handlers
META: ran handlers

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:3
Wednesday 03 August 2022  16:39:01 +0000 (0:00:00.049)       0:00:02.540 ****** 
ok: [/cache/centos-9.qcow2.snap]
META: ran handlers
META: ran handlers
META: ran handlers

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:5
Wednesday 03 August 2022  16:39:02 +0000 (0:00:00.805)       0:00:03.346 ****** 
ok: [/cache/centos-9.qcow2.snap]
META: ran handlers

TASK [set type=veth and interface=ethtest0] ************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:13
Wednesday 03 August 2022  16:39:03 +0000 (0:00:00.789)       0:00:04.135 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "interface": "ethtest0",
        "type": "veth"
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:17
Wednesday 03 August 2022  16:39:03 +0000 (0:00:00.036)       0:00:04.172 ****** 
included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/show_interfaces.yml:3
Wednesday 03 August 2022  16:39:03 +0000 (0:00:00.038)       0:00:04.210 ****** 
included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap

TASK [Gather current interface info] *******************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_current_interfaces.yml:3
Wednesday 03 August 2022  16:39:03 +0000 (0:00:00.028)       0:00:04.239 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.003272",
    "end": "2022-08-03 12:39:02.849286",
    "rc": 0,
    "start": "2022-08-03 12:39:02.846014"
}

STDOUT:

bonding_masters
eth0
lo

TASK [Set current_interfaces] **************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_current_interfaces.yml:9
Wednesday 03 August 2022  16:39:04 +0000 (0:00:00.368)       0:00:04.608 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "current_interfaces": [
            "bonding_masters",
            "eth0",
            "lo"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/show_interfaces.yml:4
Wednesday 03 August 2022  16:39:04 +0000 (0:00:00.033)       0:00:04.642 ****** 
ok: [/cache/centos-9.qcow2.snap] => {}

MSG:

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

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:18
Wednesday 03 August 2022  16:39:04 +0000 (0:00:00.032)       0:00:04.674 ****** 
included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml for /cache/centos-9.qcow2.snap

TASK [Ensure state in ["present", "absent"]] ***********************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:3
Wednesday 03 August 2022  16:39:04 +0000 (0:00:00.043)       0:00:04.717 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:13
Wednesday 03 August 2022  16:39:04 +0000 (0:00:00.021)       0:00:04.761 ****** 
included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/show_interfaces.yml:3
Wednesday 03 August 2022  16:39:04 +0000 (0:00:00.032)       0:00:04.794 ****** 
included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap

TASK [Gather current interface info] *******************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_current_interfaces.yml:3
Wednesday 03 August 2022  16:39:04 +0000 (0:00:00.031)       0:00:04.825 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.004015",
    "end": "2022-08-03 12:39:03.438151",
    "rc": 0,
    "start": "2022-08-03 12:39:03.434136"
}

STDOUT:

bonding_masters
eth0
lo

TASK [Set current_interfaces] **************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_current_interfaces.yml:9
Wednesday 03 August 2022  16:39:04 +0000 (0:00:00.376)       0:00:05.201 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "ansible_facts": {
        "current_interfaces": [
            "bonding_masters",
            "eth0",
            "lo"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/show_interfaces.yml:4
Wednesday 03 August 2022  16:39:04 +0000 (0:00:00.071)       0:00:05.273 ****** 
ok: [/cache/centos-9.qcow2.snap] => {}

MSG:

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

TASK [Install iproute] *********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:15
Wednesday 03 August 2022  16:39:04 +0000 (0:00:00.058)       0:00:05.332 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Create veth interface ethtest0] ******************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:21
Wednesday 03 August 2022  16:39:05 +0000 (0:00:01.022)       0:00:06.354 ****** 
changed: [/cache/centos-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.008580",
    "end": "2022-08-03 12:39:04.975988",
    "item": "ip link add ethtest0 type veth peer name peerethtest0",
    "rc": 0,
    "start": "2022-08-03 12:39:04.967408"
}
changed: [/cache/centos-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.004146",
    "end": "2022-08-03 12:39:05.329358",
    "item": "ip link set peerethtest0 up",
    "rc": 0,
    "start": "2022-08-03 12:39:05.325212"
}
changed: [/cache/centos-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.006618",
    "end": "2022-08-03 12:39:05.683653",
    "item": "ip link set ethtest0 up",
    "rc": 0,
    "start": "2022-08-03 12:39:05.677035"
}

TASK [Set up veth as managed by NetworkManager] ********************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:28
Wednesday 03 August 2022  16:39:06 +0000 (0:00:01.091)       0:00:07.445 ****** 
changed: [/cache/centos-9.qcow2.snap] => {
    "changed": true,
    "cmd": [
        "nmcli",
        "d",
        "set",
        "ethtest0",
        "managed",
        "true"
    ],
    "delta": "0:00:00.020895",
    "end": "2022-08-03 12:39:06.081239",
    "rc": 0,
    "start": "2022-08-03 12:39:06.060344"
}

TASK [Delete veth interface ethtest0] ******************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:35
Wednesday 03 August 2022  16:39:07 +0000 (0:00:00.399)       0:00:07.845 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create dummy interface ethtest0] *****************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:40
Wednesday 03 August 2022  16:39:07 +0000 (0:00:00.021)       0:00:07.866 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete dummy interface ethtest0] *****************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:44
Wednesday 03 August 2022  16:39:07 +0000 (0:00:00.023)       0:00:07.889 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Create tap interface ethtest0] *******************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:49
Wednesday 03 August 2022  16:39:07 +0000 (0:00:00.023)       0:00:07.912 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Delete tap interface ethtest0] *******************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:53
Wednesday 03 August 2022  16:39:07 +0000 (0:00:00.023)       0:00:07.936 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:21
Wednesday 03 August 2022  16:39:07 +0000 (0:00:00.022)       0:00:07.958 ****** 
included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_device_present.yml for /cache/centos-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_device_present.yml:3
Wednesday 03 August 2022  16:39:07 +0000 (0:00:00.039)       0:00:07.998 ****** 
included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap

TASK [Get stat for interface ethtest0] *****************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_interface_stat.yml:3
Wednesday 03 August 2022  16:39:07 +0000 (0:00:00.030)       0:00:08.028 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "atime": 1659544744.9724853,
        "block_size": 4096,
        "blocks": 0,
        "ctime": 1659544744.9724853,
        "dev": 22,
        "device_type": 0,
        "executable": true,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 32567,
        "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": 1659544744.9724853,
        "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/tmpem3y1lsc/tests/network/playbooks/tasks/assert_device_present.yml:4
Wednesday 03 August 2022  16:39:07 +0000 (0:00:00.381)       0:00:08.409 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Wednesday 03 August 2022  16:39:07 +0000 (0:00:00.034)       0:00:08.444 ****** 
included: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/centos-9.qcow2.snap

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Wednesday 03 August 2022  16:39:07 +0000 (0:00:00.037)       0:00:08.482 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9
Wednesday 03 August 2022  16:39:08 +0000 (0:00:00.507)       0:00:08.989 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14
Wednesday 03 August 2022  16:39:10 +0000 (0:00:01.655)       0:00:10.644 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Wednesday 03 August 2022  16:39:11 +0000 (0:00:01.008)       0:00:11.653 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Wednesday 03 August 2022  16:39:11 +0000 (0:00:00.106)       0:00:11.759 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Wednesday 03 August 2022  16:39:11 +0000 (0:00:00.038)       0:00:11.797 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27
Wednesday 03 August 2022  16:39:11 +0000 (0:00:00.044)       0:00:11.842 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35
Wednesday 03 August 2022  16:39:11 +0000 (0:00:00.074)       0:00:11.917 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45
Wednesday 03 August 2022  16:39:11 +0000 (0:00:00.040)       0:00:11.957 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56
Wednesday 03 August 2022  16:39:11 +0000 (0:00:00.040)       0:00:11.997 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69
Wednesday 03 August 2022  16:39:11 +0000 (0:00:00.056)       0:00:12.054 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80
Wednesday 03 August 2022  16:39:12 +0000 (0:00:00.840)       0:00:12.894 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89
Wednesday 03 August 2022  16:39:12 +0000 (0:00:00.054)       0:00:12.948 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97
Wednesday 03 August 2022  16:39:12 +0000 (0:00:00.035)       0:00:12.984 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106
Wednesday 03 August 2022  16:39:12 +0000 (0:00:00.035)       0:00:13.019 ****** 
changed: [/cache/centos-9.qcow2.snap] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "autoconnect": true,
                    "interface_name": "ethtest0",
                    "ip": {
                        "address": [
                            "198.51.100.3/26"
                        ],
                        "dhcp4": false,
                        "route": [
                            {
                                "gateway": "198.51.100.1",
                                "metric": 2,
                                "network": "198.51.100.128",
                                "prefix": 26,
                                "table": 30400
                            },
                            {
                                "gateway": "198.51.100.6",
                                "metric": 4,
                                "network": "198.51.100.64",
                                "prefix": 26,
                                "table": 30200
                            }
                        ]
                    },
                    "name": "ethtest0",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "nm"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 5beeea48-7d05-4715-918e-5febd6d3547e
[004] <info>  #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 5beeea48-7d05-4715-918e-5febd6d3547e (not-active)


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118
Wednesday 03 August 2022  16:39:13 +0000 (0:00:00.822)       0:00:13.841 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124
Wednesday 03 August 2022  16:39:13 +0000 (0:00:00.039)       0:00:13.880 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 5beeea48-7d05-4715-918e-5febd6d3547e",
        "[004] <info>  #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 5beeea48-7d05-4715-918e-5febd6d3547e (not-active)"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128
Wednesday 03 August 2022  16:39:13 +0000 (0:00:00.050)       0:00:13.930 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "autoconnect": true,
                        "interface_name": "ethtest0",
                        "ip": {
                            "address": [
                                "198.51.100.3/26"
                            ],
                            "dhcp4": false,
                            "route": [
                                {
                                    "gateway": "198.51.100.1",
                                    "metric": 2,
                                    "network": "198.51.100.128",
                                    "prefix": 26,
                                    "table": 30400
                                },
                                {
                                    "gateway": "198.51.100.6",
                                    "metric": 4,
                                    "network": "198.51.100.64",
                                    "prefix": 26,
                                    "table": 30200
                                }
                            ]
                        },
                        "name": "ethtest0",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "nm"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 5beeea48-7d05-4715-918e-5febd6d3547e\n[004] <info>  #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 5beeea48-7d05-4715-918e-5febd6d3547e (not-active)\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'ethtest0': add connection ethtest0, 5beeea48-7d05-4715-918e-5febd6d3547e",
            "[004] <info>  #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 5beeea48-7d05-4715-918e-5febd6d3547e (not-active)"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Wednesday 03 August 2022  16:39:13 +0000 (0:00:00.046)       0:00:13.977 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139
Wednesday 03 August 2022  16:39:13 +0000 (0:00:00.037)       0:00:14.014 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/centos-9.qcow2.snap

TASK [Get the routes from the route table 30200] *******************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:49
Wednesday 03 August 2022  16:39:13 +0000 (0:00:00.513)       0:00:14.528 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "ip",
        "route",
        "show",
        "table",
        "30200"
    ],
    "delta": "0:00:00.003884",
    "end": "2022-08-03 12:39:13.138829",
    "rc": 0,
    "start": "2022-08-03 12:39:13.134945"
}

STDOUT:

198.51.100.64/26 via 198.51.100.6 dev ethtest0 proto static metric 4 

TASK [Get the routes from the route table 30400] *******************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:55
Wednesday 03 August 2022  16:39:14 +0000 (0:00:00.385)       0:00:14.913 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "ip",
        "route",
        "show",
        "table",
        "30400"
    ],
    "delta": "0:00:00.003516",
    "end": "2022-08-03 12:39:13.525259",
    "rc": 0,
    "start": "2022-08-03 12:39:13.521743"
}

STDOUT:

198.51.100.128/26 via 198.51.100.1 dev ethtest0 proto static metric 2 

TASK [Assert that the route table 30200 contains the specified route] **********
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:61
Wednesday 03 August 2022  16:39:14 +0000 (0:00:00.387)       0:00:15.301 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Assert that the route table 30400 contains the specified route] **********
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:68
Wednesday 03 August 2022  16:39:14 +0000 (0:00:00.051)       0:00:15.352 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Create a dedicated test file in `/etc/iproute2/rt_tables.d/` and add a new routing table] ***
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:74
Wednesday 03 August 2022  16:39:14 +0000 (0:00:00.050)       0:00:15.402 ****** 
changed: [/cache/centos-9.qcow2.snap] => {
    "backup": "",
    "changed": true
}

MSG:

line added

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Wednesday 03 August 2022  16:39:15 +0000 (0:00:00.541)       0:00:15.944 ****** 
included: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/centos-9.qcow2.snap

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Wednesday 03 August 2022  16:39:15 +0000 (0:00:00.060)       0:00:16.005 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9
Wednesday 03 August 2022  16:39:15 +0000 (0:00:00.544)       0:00:16.549 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14
Wednesday 03 August 2022  16:39:17 +0000 (0:00:01.544)       0:00:18.094 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Wednesday 03 August 2022  16:39:18 +0000 (0:00:00.802)       0:00:18.896 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Wednesday 03 August 2022  16:39:18 +0000 (0:00:00.049)       0:00:18.946 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Wednesday 03 August 2022  16:39:18 +0000 (0:00:00.039)       0:00:18.985 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27
Wednesday 03 August 2022  16:39:18 +0000 (0:00:00.042)       0:00:19.027 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35
Wednesday 03 August 2022  16:39:18 +0000 (0:00:00.080)       0:00:19.108 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45
Wednesday 03 August 2022  16:39:18 +0000 (0:00:00.044)       0:00:19.152 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56
Wednesday 03 August 2022  16:39:18 +0000 (0:00:00.049)       0:00:19.201 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69
Wednesday 03 August 2022  16:39:18 +0000 (0:00:00.059)       0:00:19.261 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80
Wednesday 03 August 2022  16:39:19 +0000 (0:00:00.569)       0:00:19.830 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89
Wednesday 03 August 2022  16:39:19 +0000 (0:00:00.057)       0:00:19.887 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97
Wednesday 03 August 2022  16:39:19 +0000 (0:00:00.034)       0:00:19.922 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106
Wednesday 03 August 2022  16:39:19 +0000 (0:00:00.036)       0:00:19.958 ****** 
changed: [/cache/centos-9.qcow2.snap] => {
    "_invocation": {
        "module_args": {
            "__debug_flags": "",
            "__header": "#\n# Ansible managed\n#\n",
            "connections": [
                {
                    "autoconnect": true,
                    "interface_name": "ethtest0",
                    "ip": {
                        "address": [
                            "198.51.100.3/26"
                        ],
                        "dhcp4": false,
                        "route": [
                            {
                                "gateway": "198.51.100.1",
                                "metric": 2,
                                "network": "198.51.100.128",
                                "prefix": 26,
                                "table": "custom"
                            },
                            {
                                "gateway": "198.51.100.6",
                                "metric": 4,
                                "network": "198.51.100.64",
                                "prefix": 26,
                                "table": "custom"
                            }
                        ]
                    },
                    "name": "ethtest0",
                    "state": "up",
                    "type": "ethernet"
                }
            ],
            "force_state_change": false,
            "ignore_errors": false,
            "provider": "nm"
        }
    },
    "changed": true
}

STDERR:

[003] <info>  #0, state:up persistent_state:present, 'ethtest0': update connection ethtest0, 5beeea48-7d05-4715-918e-5febd6d3547e
[004] <info>  #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 5beeea48-7d05-4715-918e-5febd6d3547e (is-modified)
[005] <info>  #0, state:up persistent_state:present, 'ethtest0': connection reapplied


TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118
Wednesday 03 August 2022  16:39:20 +0000 (0:00:00.683)       0:00:20.641 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124
Wednesday 03 August 2022  16:39:20 +0000 (0:00:00.039)       0:00:20.680 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "__network_connections_result.stderr_lines": [
        "[003] <info>  #0, state:up persistent_state:present, 'ethtest0': update connection ethtest0, 5beeea48-7d05-4715-918e-5febd6d3547e",
        "[004] <info>  #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 5beeea48-7d05-4715-918e-5febd6d3547e (is-modified)",
        "[005] <info>  #0, state:up persistent_state:present, 'ethtest0': connection reapplied"
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128
Wednesday 03 August 2022  16:39:20 +0000 (0:00:00.048)       0:00:20.728 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "__network_connections_result": {
        "_invocation": {
            "module_args": {
                "__debug_flags": "",
                "__header": "#\n# Ansible managed\n#\n",
                "connections": [
                    {
                        "autoconnect": true,
                        "interface_name": "ethtest0",
                        "ip": {
                            "address": [
                                "198.51.100.3/26"
                            ],
                            "dhcp4": false,
                            "route": [
                                {
                                    "gateway": "198.51.100.1",
                                    "metric": 2,
                                    "network": "198.51.100.128",
                                    "prefix": 26,
                                    "table": "custom"
                                },
                                {
                                    "gateway": "198.51.100.6",
                                    "metric": 4,
                                    "network": "198.51.100.64",
                                    "prefix": 26,
                                    "table": "custom"
                                }
                            ]
                        },
                        "name": "ethtest0",
                        "state": "up",
                        "type": "ethernet"
                    }
                ],
                "force_state_change": false,
                "ignore_errors": false,
                "provider": "nm"
            }
        },
        "changed": true,
        "failed": false,
        "stderr": "[003] <info>  #0, state:up persistent_state:present, 'ethtest0': update connection ethtest0, 5beeea48-7d05-4715-918e-5febd6d3547e\n[004] <info>  #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 5beeea48-7d05-4715-918e-5febd6d3547e (is-modified)\n[005] <info>  #0, state:up persistent_state:present, 'ethtest0': connection reapplied\n",
        "stderr_lines": [
            "[003] <info>  #0, state:up persistent_state:present, 'ethtest0': update connection ethtest0, 5beeea48-7d05-4715-918e-5febd6d3547e",
            "[004] <info>  #0, state:up persistent_state:present, 'ethtest0': up connection ethtest0, 5beeea48-7d05-4715-918e-5febd6d3547e (is-modified)",
            "[005] <info>  #0, state:up persistent_state:present, 'ethtest0': connection reapplied"
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Wednesday 03 August 2022  16:39:20 +0000 (0:00:00.050)       0:00:20.779 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {}

TASK [fedora.linux_system_roles.network : Re-test connectivity] ****************
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:139
Wednesday 03 August 2022  16:39:20 +0000 (0:00:00.038)       0:00:20.818 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "ping": "pong"
}
META: role_complete for /cache/centos-9.qcow2.snap

TASK [Get the routes from the named route table 'custom'] **********************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:107
Wednesday 03 August 2022  16:39:20 +0000 (0:00:00.396)       0:00:21.215 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "ip",
        "route",
        "show",
        "table",
        "custom"
    ],
    "delta": "0:00:00.004004",
    "end": "2022-08-03 12:39:19.819304",
    "rc": 0,
    "start": "2022-08-03 12:39:19.815300"
}

STDOUT:

198.51.100.64/26 via 198.51.100.6 dev ethtest0 proto static metric 4 
198.51.100.128/26 via 198.51.100.1 dev ethtest0 proto static metric 2 

TASK [Assert that the named route table 'custom' contains the specified route] ***
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:113
Wednesday 03 August 2022  16:39:21 +0000 (0:00:00.378)       0:00:21.594 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [Remove the dedicated test file in `/etc/iproute2/rt_tables.d/`] **********
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:120
Wednesday 03 August 2022  16:39:21 +0000 (0:00:00.052)       0:00:21.646 ****** 
changed: [/cache/centos-9.qcow2.snap] => {
    "changed": true,
    "path": "/etc/iproute2/rt_tables.d/table.conf",
    "state": "absent"
}
META: ran handlers
META: ran handlers

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/down_profile.yml:3
Wednesday 03 August 2022  16:39:21 +0000 (0:00:00.589)       0:00:22.236 ****** 
ok: [/cache/centos-9.qcow2.snap]
META: ran handlers

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Wednesday 03 August 2022  16:39:22 +0000 (0:00:00.912)       0:00:23.149 ****** 
included: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/centos-9.qcow2.snap

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Wednesday 03 August 2022  16:39:22 +0000 (0:00:00.058)       0:00:23.207 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9
Wednesday 03 August 2022  16:39:23 +0000 (0:00:00.530)       0:00:23.738 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14
Wednesday 03 August 2022  16:39:24 +0000 (0:00:01.582)       0:00:25.321 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Wednesday 03 August 2022  16:39:25 +0000 (0:00:00.730)       0:00:26.052 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Wednesday 03 August 2022  16:39:25 +0000 (0:00:00.048)       0:00:26.100 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Wednesday 03 August 2022  16:39:25 +0000 (0:00:00.041)       0:00:26.141 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27
Wednesday 03 August 2022  16:39:25 +0000 (0:00:00.052)       0:00:26.194 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35
Wednesday 03 August 2022  16:39:25 +0000 (0:00:00.084)       0:00:26.279 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45
Wednesday 03 August 2022  16:39:25 +0000 (0:00:00.049)       0:00:26.329 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56
Wednesday 03 August 2022  16:39:25 +0000 (0:00:00.059)       0:00:26.388 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69
Wednesday 03 August 2022  16:39:25 +0000 (0:00:00.076)       0:00:26.465 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80
Wednesday 03 August 2022  16:39:26 +0000 (0:00:00.614)       0:00:27.080 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89
Wednesday 03 August 2022  16:39:26 +0000 (0:00:00.131)       0:00:27.212 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97
Wednesday 03 August 2022  16:39:26 +0000 (0:00:00.037)       0:00:27.249 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106
Wednesday 03 August 2022  16:39:26 +0000 (0:00:00.035)       0:00:27.285 ****** 
changed: [/cache/centos-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": true
}

STDERR:




TASK [fedora.linux_system_roles.network : Configure networking state] **********
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118
Wednesday 03 August 2022  16:39:27 +0000 (0:00:00.594)       0:00:27.879 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124
Wednesday 03 August 2022  16:39:27 +0000 (0:00:00.041)       0:00:27.921 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "__network_connections_result.stderr_lines": [
        ""
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128
Wednesday 03 August 2022  16:39:27 +0000 (0:00:00.048)       0:00:27.970 ****** 
ok: [/cache/centos-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": true,
        "failed": false,
        "stderr": "\n",
        "stderr_lines": [
            ""
        ]
    }
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_state] ***
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Wednesday 03 August 2022  16:39:27 +0000 (0:00:00.044)       0:00:28.015 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {}

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

PLAY [Delete the interface] ****************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/down_profile+delete_interface.yml:4
Wednesday 03 August 2022  16:39:27 +0000 (0:00:00.432)       0:00:28.485 ****** 
ok: [/cache/centos-9.qcow2.snap]
META: ran handlers

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/down_profile+delete_interface.yml:7
Wednesday 03 August 2022  16:39:28 +0000 (0:00:00.891)       0:00:29.377 ****** 
included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/delete_interface.yml for /cache/centos-9.qcow2.snap

TASK [remove test interface if necessary] **************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/delete_interface.yml:3
Wednesday 03 August 2022  16:39:28 +0000 (0:00:00.055)       0:00:29.432 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "cmd": [
        "ip",
        "link",
        "del",
        "ethtest0"
    ],
    "delta": "0:00:00.018910",
    "end": "2022-08-03 12:39:28.063964",
    "rc": 0,
    "start": "2022-08-03 12:39:28.045054"
}
META: ran handlers
META: ran handlers

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/remove_profile.yml:3
Wednesday 03 August 2022  16:39:29 +0000 (0:00:00.454)       0:00:29.886 ****** 
ok: [/cache/centos-9.qcow2.snap]
META: ran handlers

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Wednesday 03 August 2022  16:39:30 +0000 (0:00:00.847)       0:00:30.734 ****** 
included: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/centos-9.qcow2.snap

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Wednesday 03 August 2022  16:39:30 +0000 (0:00:00.105)       0:00:30.839 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9
Wednesday 03 August 2022  16:39:30 +0000 (0:00:00.547)       0:00:31.387 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14
Wednesday 03 August 2022  16:39:32 +0000 (0:00:01.542)       0:00:32.929 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Wednesday 03 August 2022  16:39:33 +0000 (0:00:00.767)       0:00:33.697 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Wednesday 03 August 2022  16:39:33 +0000 (0:00:00.052)       0:00:33.749 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Wednesday 03 August 2022  16:39:33 +0000 (0:00:00.044)       0:00:33.794 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27
Wednesday 03 August 2022  16:39:33 +0000 (0:00:00.040)       0:00:33.835 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:35
Wednesday 03 August 2022  16:39:33 +0000 (0:00:00.078)       0:00:33.913 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:45
Wednesday 03 August 2022  16:39:33 +0000 (0:00:00.041)       0:00:33.955 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:56
Wednesday 03 August 2022  16:39:33 +0000 (0:00:00.040)       0:00:33.995 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable and start NetworkManager] *****
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69
Wednesday 03 August 2022  16:39:33 +0000 (0:00:00.060)       0:00:34.056 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:80
Wednesday 03 August 2022  16:39:34 +0000 (0:00:00.598)       0:00:34.654 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Enable network service] **************
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:89
Wednesday 03 August 2022  16:39:34 +0000 (0:00:00.058)       0:00:34.712 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:97
Wednesday 03 August 2022  16:39:34 +0000 (0:00:00.033)       0:00:34.746 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Configure networking connection profiles] ***
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106
Wednesday 03 August 2022  16:39:34 +0000 (0:00:00.037)       0:00:34.783 ****** 
changed: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:118
Wednesday 03 August 2022  16:39:34 +0000 (0:00:00.582)       0:00:35.366 ****** 
skipping: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:124
Wednesday 03 August 2022  16:39:34 +0000 (0:00:00.112)       0:00:35.478 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "__network_connections_result.stderr_lines": [
        ""
    ]
}

TASK [fedora.linux_system_roles.network : Show debug messages for the network_connections] ***
task path: /tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:128
Wednesday 03 August 2022  16:39:34 +0000 (0:00:00.056)       0:00:35.535 ****** 
ok: [/cache/centos-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/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:133
Wednesday 03 August 2022  16:39:35 +0000 (0:00:00.056)       0:00:35.592 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {}

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

PLAY [Assert device and profile are absent] ************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:132
Wednesday 03 August 2022  16:39:35 +0000 (0:00:00.452)       0:00:36.086 ****** 
ok: [/cache/centos-9.qcow2.snap]
META: ran handlers

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:135
Wednesday 03 August 2022  16:39:36 +0000 (0:00:00.881)       0:00:36.968 ****** 
included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_profile_absent.yml for /cache/centos-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_profile_absent.yml:3
Wednesday 03 August 2022  16:39:36 +0000 (0:00:00.063)       0:00:37.032 ****** 
included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_profile_stat.yml for /cache/centos-9.qcow2.snap

TASK [Initialize NM profile exist and ansible_managed comment flag] ************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_profile_stat.yml:3
Wednesday 03 August 2022  16:39:36 +0000 (0:00:00.111)       0:00:37.143 ****** 
ok: [/cache/centos-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/tmpem3y1lsc/tests/network/playbooks/tasks/get_profile_stat.yml:8
Wednesday 03 August 2022  16:39:36 +0000 (0:00:00.045)       0:00:37.189 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

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

TASK [Get NM profile info] *****************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_profile_stat.yml:24
Wednesday 03 August 2022  16:39:37 +0000 (0:00:00.036)       0:00:37.608 ****** 
fatal: [/cache/centos-9.qcow2.snap]: FAILED! => {
    "changed": false,
    "cmd": "nmcli -f NAME,FILENAME connection show |grep ethtest0 | grep /etc",
    "delta": "0:00:00.021077",
    "end": "2022-08-03 12:39:36.245027",
    "rc": 1,
    "start": "2022-08-03 12:39:36.223950"
}

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/tmpem3y1lsc/tests/network/playbooks/tasks/get_profile_stat.yml:33
Wednesday 03 August 2022  16:39:37 +0000 (0:00:00.417)       0:00:38.025 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

TASK [Verify the ansible_managed comment in ifcfg-ethtest0] ********************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_profile_stat.yml:49
Wednesday 03 August 2022  16:39:37 +0000 (0:00:00.035)       0:00:38.097 ****** 
skipping: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [assert that profile 'ethtest0' is absent] ********************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_profile_absent.yml:4
Wednesday 03 August 2022  16:39:37 +0000 (0:00:00.037)       0:00:38.135 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:138
Wednesday 03 August 2022  16:39:37 +0000 (0:00:00.047)       0:00:38.183 ****** 
included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_device_absent.yml for /cache/centos-9.qcow2.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_device_absent.yml:3
Wednesday 03 August 2022  16:39:37 +0000 (0:00:00.055)       0:00:38.238 ****** 
included: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap

TASK [Get stat for interface ethtest0] *****************************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/get_interface_stat.yml:3
Wednesday 03 August 2022  16:39:37 +0000 (0:00:00.061)       0:00:38.300 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [assert that interface ethtest0 is absent] ********************************
task path: /tmp/tmpem3y1lsc/tests/network/playbooks/tasks/assert_device_absent.yml:4
Wednesday 03 August 2022  16:39:38 +0000 (0:00:00.422)       0:00:38.723 ****** 
ok: [/cache/centos-9.qcow2.snap] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

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

Wednesday 03 August 2022  16:39:38 +0000 (0:00:00.067)       0:00:38.790 ****** 
=============================================================================== 
fedora.linux_system_roles.network : Check which services are running ---- 1.66s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.58s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.54s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.54s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
Create veth interface ethtest0 ------------------------------------------ 1.09s
/tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:21 ---
Gathering Facts --------------------------------------------------------- 1.05s
/tmp/tmpem3y1lsc/tests/network/tests_route_table_nm.yml:5 ---------------------
Install iproute --------------------------------------------------------- 1.02s
/tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:15 ---
fedora.linux_system_roles.network : Check which packages are installed --- 1.01s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
Gathering Facts --------------------------------------------------------- 0.91s
/tmp/tmpem3y1lsc/tests/network/playbooks/down_profile.yml:3 -------------------
Gathering Facts --------------------------------------------------------- 0.89s
/tmp/tmpem3y1lsc/tests/network/playbooks/down_profile+delete_interface.yml:4 --
Gathering Facts --------------------------------------------------------- 0.88s
/tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:132 ------------
Gathering Facts --------------------------------------------------------- 0.85s
/tmp/tmpem3y1lsc/tests/network/playbooks/remove_profile.yml:3 -----------------
fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.84s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 
fedora.linux_system_roles.network : Configure networking connection profiles --- 0.82s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 
Gathering Facts --------------------------------------------------------- 0.81s
/tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:3 --------------
fedora.linux_system_roles.network : Check which packages are installed --- 0.80s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
Gathering Facts --------------------------------------------------------- 0.79s
/tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:5 --------------
fedora.linux_system_roles.network : Check which packages are installed --- 0.77s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
fedora.linux_system_roles.network : Check which packages are installed --- 0.73s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
fedora.linux_system_roles.network : Configure networking connection profiles --- 0.68s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 

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

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

TASK [Restore system files] ****************************************************
task path: /tmp/tmpem3y1lsc/tests/network/_restore.yml:4
Wednesday 03 August 2022  16:39:38 +0000 (0:00:00.042)       0:00:38.833 ****** 
changed: [/cache/centos-9.qcow2.snap] => {
    "changed": true,
    "cmd": "(cd /; tar -xf /tmp/network.backup.tar)",
    "delta": "0:00:00.006309",
    "end": "2022-08-03 12:39:37.445090",
    "rc": 0,
    "start": "2022-08-03 12:39:37.438781"
}
META: ran handlers
META: ran handlers

PLAY RECAP *********************************************************************
/cache/centos-9.qcow2.snap : ok=93   changed=10   unreachable=0    failed=0    skipped=60   rescued=0    ignored=1   

Wednesday 03 August 2022  16:39:38 +0000 (0:00:00.408)       0:00:39.241 ****** 
=============================================================================== 
fedora.linux_system_roles.network : Check which services are running ---- 1.66s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.58s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.54s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
fedora.linux_system_roles.network : Check which services are running ---- 1.54s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
Create veth interface ethtest0 ------------------------------------------ 1.09s
/tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:21 ---
Gathering Facts --------------------------------------------------------- 1.05s
/tmp/tmpem3y1lsc/tests/network/tests_route_table_nm.yml:5 ---------------------
Install iproute --------------------------------------------------------- 1.02s
/tmp/tmpem3y1lsc/tests/network/playbooks/tasks/manage_test_interface.yml:15 ---
fedora.linux_system_roles.network : Check which packages are installed --- 1.01s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
Gathering Facts --------------------------------------------------------- 0.91s
/tmp/tmpem3y1lsc/tests/network/playbooks/down_profile.yml:3 -------------------
Gathering Facts --------------------------------------------------------- 0.89s
/tmp/tmpem3y1lsc/tests/network/playbooks/down_profile+delete_interface.yml:4 --
Gathering Facts --------------------------------------------------------- 0.88s
/tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:132 ------------
Gathering Facts --------------------------------------------------------- 0.85s
/tmp/tmpem3y1lsc/tests/network/playbooks/remove_profile.yml:3 -----------------
fedora.linux_system_roles.network : Enable and start NetworkManager ----- 0.84s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:69 
fedora.linux_system_roles.network : Configure networking connection profiles --- 0.82s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106 
Gathering Facts --------------------------------------------------------- 0.81s
/tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:3 --------------
fedora.linux_system_roles.network : Check which packages are installed --- 0.80s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
Gathering Facts --------------------------------------------------------- 0.79s
/tmp/tmpem3y1lsc/tests/network/playbooks/tests_route_table.yml:5 --------------
fedora.linux_system_roles.network : Check which packages are installed --- 0.77s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
fedora.linux_system_roles.network : Check which packages are installed --- 0.73s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
fedora.linux_system_roles.network : Configure networking connection profiles --- 0.68s
/tmp/tmp40vowjjo/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:106