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/tmpb95mhbnh
  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/tmp2w2t0usz/tests/_backup.yml

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

TASK [Get stats of system files] ***********************************************
task path: /tmp/tmp2w2t0usz/tests/_backup.yml:6
Wednesday 03 August 2022  16:48:12 +0000 (0:00:00.017)       0:00:00.017 ****** 
ok: [/cache/centos-6.qcow2c.snap] => (item=/etc/resolv.conf) => {
    "ansible_facts": {
        "discovered_interpreter_python": "/usr/bin/python"
    },
    "ansible_loop_var": "item",
    "changed": false,
    "deprecations": [
        {
            "collection_name": null,
            "msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]",
            "version": "2.13"
        }
    ],
    "item": "/etc/resolv.conf",
    "stat": {
        "atime": 1659545290.7171714,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "2c55cc8324e731161638aa365379c1c147546a87",
        "ctime": 1659545290.717,
        "dev": 64513,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 25,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1659545178.0,
        "nlink": 1,
        "path": "/etc/resolv.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 57,
        "uid": 0,
        "version": "1928924896",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
[DEPRECATION WARNING]: ansible-core 2.13 will require Python 2.7 or newer on 
the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 
4.4.7 20120313 (Red Hat 4.4.7-23)]. This feature will be removed in version 
2.13. Deprecation warnings can be disabled by setting 
deprecation_warnings=False in ansible.cfg.

TASK [Check if system files exist] *********************************************
task path: /tmp/tmp2w2t0usz/tests/_backup.yml:13
Wednesday 03 August 2022  16:48:13 +0000 (0:00:00.485)       0:00:00.503 ****** 
[WARNING]: conditional statements should not include jinja2 templating
delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }}
ok: [/cache/centos-6.qcow2c.snap] => (item={'invocation': {'module_args': {'checksum_algorithm': 'sha1', 'get_checksum': True, 'follow': False, 'path': '/etc/resolv.conf', 'get_md5': False, 'get_mime': True, 'get_attributes': True}}, 'stat': {'charset': 'us-ascii', 'uid': 0, 'exists': True, 'attr_flags': 'e', 'woth': False, 'isreg': True, 'device_type': 0, 'mtime': 1659545178.0, 'block_size': 4096, 'inode': 25, 'isgid': False, 'size': 57, 'executable': False, 'isuid': False, 'readable': True, 'version': '1928924896', 'pw_name': 'root', 'gid': 0, 'ischr': False, 'wusr': True, 'writeable': True, 'mimetype': 'text/plain', 'blocks': 8, 'xoth': False, 'islnk': False, 'nlink': 1, 'issock': False, 'rgrp': True, 'gr_name': 'root', 'path': '/etc/resolv.conf', 'xusr': False, 'atime': 1659545290.7171714, 'isdir': False, 'ctime': 1659545290.717, 'isblk': False, 'wgrp': False, 'checksum': '2c55cc8324e731161638aa365379c1c147546a87', 'dev': 64513, 'roth': True, 'isfifo': False, 'mode': '0644', 'xgrp': False, 'rusr': True, 'attributes': ['extents']}, 'changed': False, 'ansible_facts': {'discovered_interpreter_python': '/usr/bin/python'}, '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/python"
        },
        "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": 1659545290.7171714,
            "attr_flags": "e",
            "attributes": [
                "extents"
            ],
            "block_size": 4096,
            "blocks": 8,
            "charset": "us-ascii",
            "checksum": "2c55cc8324e731161638aa365379c1c147546a87",
            "ctime": 1659545290.717,
            "dev": 64513,
            "device_type": 0,
            "executable": false,
            "exists": true,
            "gid": 0,
            "gr_name": "root",
            "inode": 25,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mimetype": "text/plain",
            "mode": "0644",
            "mtime": 1659545178.0,
            "nlink": 1,
            "path": "/etc/resolv.conf",
            "pw_name": "root",
            "readable": true,
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 57,
            "uid": 0,
            "version": "1928924896",
            "wgrp": false,
            "woth": false,
            "writeable": true,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        }
    }
}

TASK [Back up system files] ****************************************************
task path: /tmp/tmp2w2t0usz/tests/_backup.yml:19
Wednesday 03 August 2022  16:48:13 +0000 (0:00:00.038)       0:00:00.542 ****** 
changed: [/cache/centos-6.qcow2c.snap] => {
    "changed": true,
    "cmd": [
        "tar",
        "-cf",
        "/tmp/network.backup.tar",
        "--same-owner",
        "--same-permissions",
        "/etc/resolv.conf"
    ],
    "delta": "0:00:00.004049",
    "end": "2022-08-03 16:48:12.265186",
    "rc": 0,
    "start": "2022-08-03 16:48:12.261137"
}

STDERR:

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

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

Wednesday 03 August 2022  16:48:13 +0000 (0:00:00.403)       0:00:00.945 ****** 
=============================================================================== 
Get stats of system files ----------------------------------------------- 0.49s
/tmp/tmp2w2t0usz/tests/_backup.yml:6 ------------------------------------------
Back up system files ---------------------------------------------------- 0.40s
/tmp/tmp2w2t0usz/tests/_backup.yml:19 -----------------------------------------
Check if system files exist --------------------------------------------- 0.04s
/tmp/tmp2w2t0usz/tests/_backup.yml:13 -----------------------------------------

PLAYBOOK: tests_bridge_initscripts.yml *****************************************
10 plays in /tmp/tmp2w2t0usz/tests/tests_bridge_initscripts.yml

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp2w2t0usz/tests/tests_bridge_initscripts.yml:4
Wednesday 03 August 2022  16:48:13 +0000 (0:00:00.044)       0:00:00.990 ****** 
ok: [/cache/centos-6.qcow2c.snap]
META: ran handlers

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/tests_bridge_initscripts.yml:7
Wednesday 03 August 2022  16:48:14 +0000 (0:00:00.973)       0:00:01.963 ****** 
included: /tmp/tmp2w2t0usz/tests/tasks/el_repo_setup.yml for /cache/centos-6.qcow2c.snap

TASK [Fix CentOS6 Base repo] ***************************************************
task path: /tmp/tmp2w2t0usz/tests/tasks/el_repo_setup.yml:2
Wednesday 03 August 2022  16:48:14 +0000 (0:00:00.029)       0:00:01.992 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "checksum": "b0aa488e4736bbd208461d247c4869d2ba0c95cd",
    "dest": "/etc/yum.repos.d/CentOS-Base.repo",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "path": "/etc/yum.repos.d/CentOS-Base.repo",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 480,
    "state": "file",
    "uid": 0
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/tasks/el_repo_setup.yml:27
Wednesday 03 August 2022  16:48:15 +0000 (0:00:00.662)       0:00:02.655 ****** 
included: /tmp/tmp2w2t0usz/tests/tasks/enable_epel.yml for /cache/centos-6.qcow2c.snap

TASK [Create EPEL 6] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/tasks/enable_epel.yml:4
Wednesday 03 August 2022  16:48:15 +0000 (0:00:00.031)       0:00:02.686 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 7] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/tasks/enable_epel.yml:11
Wednesday 03 August 2022  16:48:15 +0000 (0:00:00.020)       0:00:02.707 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

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

TASK [Enable EPEL 6] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/tasks/enable_epel.yml:26
Wednesday 03 August 2022  16:48:15 +0000 (0:00:00.022)       0:00:02.749 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "checksum": "4bafddfe7badb0971135c888f25df1308b193622",
    "dest": "/etc/yum.repos.d/epel.repo",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "path": "/etc/yum.repos.d/epel.repo",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 155,
    "state": "file",
    "uid": 0
}

TASK [Set network provider to 'initscripts'] ***********************************
task path: /tmp/tmp2w2t0usz/tests/tests_bridge_initscripts.yml:8
Wednesday 03 August 2022  16:48:15 +0000 (0:00:00.536)       0:00:03.286 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "ansible_facts": {
        "network_provider": "initscripts"
    },
    "changed": false
}
META: ran handlers
META: ran handlers

PLAY [Test configuring bridges] ************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_bridge.yml:3
Wednesday 03 August 2022  16:48:15 +0000 (0:00:00.051)       0:00:03.337 ****** 
ok: [/cache/centos-6.qcow2c.snap]
META: ran handlers

TASK [set interface=LSR-TST-br31] **********************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_bridge.yml:9
Wednesday 03 August 2022  16:48:16 +0000 (0:00:00.715)       0:00:04.053 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "ansible_facts": {
        "interface": "LSR-TST-br31"
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_bridge.yml:12
Wednesday 03 August 2022  16:48:16 +0000 (0:00:00.067)       0:00:04.120 ****** 
included: /tmp/tmp2w2t0usz/tests/playbooks/tasks/show_interfaces.yml for /cache/centos-6.qcow2c.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/show_interfaces.yml:3
Wednesday 03 August 2022  16:48:16 +0000 (0:00:00.043)       0:00:04.164 ****** 
included: /tmp/tmp2w2t0usz/tests/playbooks/tasks/get_current_interfaces.yml for /cache/centos-6.qcow2c.snap

TASK [Gather current interface info] *******************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/get_current_interfaces.yml:3
Wednesday 03 August 2022  16:48:16 +0000 (0:00:00.051)       0:00:04.215 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.004468",
    "end": "2022-08-03 16:48:15.890642",
    "rc": 0,
    "start": "2022-08-03 16:48:15.886174"
}

STDOUT:

eth0
lo

TASK [Set current_interfaces] **************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/get_current_interfaces.yml:9
Wednesday 03 August 2022  16:48:17 +0000 (0:00:00.357)       0:00:04.573 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "ansible_facts": {
        "current_interfaces": [
            "eth0",
            "lo"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/show_interfaces.yml:4
Wednesday 03 August 2022  16:48:17 +0000 (0:00:00.074)       0:00:04.648 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

current_interfaces: ['eth0', 'lo']

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_bridge.yml:13
Wednesday 03 August 2022  16:48:17 +0000 (0:00:00.044)       0:00:04.692 ****** 
included: /tmp/tmp2w2t0usz/tests/playbooks/tasks/assert_device_absent.yml for /cache/centos-6.qcow2c.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/assert_device_absent.yml:3
Wednesday 03 August 2022  16:48:17 +0000 (0:00:00.043)       0:00:04.736 ****** 
included: /tmp/tmp2w2t0usz/tests/playbooks/tasks/get_interface_stat.yml for /cache/centos-6.qcow2c.snap

TASK [Get stat for interface LSR-TST-br31] *************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/get_interface_stat.yml:3
Wednesday 03 August 2022  16:48:17 +0000 (0:00:00.042)       0:00:04.778 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [assert that interface LSR-TST-br31 is absent] ****************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tasks/assert_device_absent.yml:4
Wednesday 03 August 2022  16:48:17 +0000 (0:00:00.314)       0:00:05.092 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

PLAY [Add test bridge] *********************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmp2w2t0usz/tests/playbooks/tests_bridge.yml:15
Wednesday 03 August 2022  16:48:17 +0000 (0:00:00.096)       0:00:05.189 ****** 
ok: [/cache/centos-6.qcow2c.snap]
META: ran handlers

TASK [linux-system-roles.network : Ensure ansible_facts used by role] **********
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:4
Wednesday 03 August 2022  16:48:18 +0000 (0:00:00.765)       0:00:05.954 ****** 
included: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml for /cache/centos-6.qcow2c.snap

TASK [linux-system-roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3
Wednesday 03 August 2022  16:48:18 +0000 (0:00:00.045)       0:00:06.000 ****** 
ok: [/cache/centos-6.qcow2c.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/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10
Wednesday 03 August 2022  16:48:18 +0000 (0:00:00.388)       0:00:06.388 ****** 
ok: [/cache/centos-6.qcow2c.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/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15
Wednesday 03 August 2022  16:48:20 +0000 (0:00:01.198)       0:00:07.587 ****** 
ok: [/cache/centos-6.qcow2c.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/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:7
Wednesday 03 August 2022  16:48:20 +0000 (0:00:00.863)       0:00:08.450 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

Using network provider: initscripts

TASK [linux-system-roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:11
Wednesday 03 August 2022  16:48:21 +0000 (0:00:00.080)       0:00:08.530 ****** 
skipping: [/cache/centos-6.qcow2c.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/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:19
Wednesday 03 August 2022  16:48:21 +0000 (0:00:00.044)       0:00:08.575 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [linux-system-roles.network : Install packages] ***************************
task path: /tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:30
Wednesday 03 August 2022  16:48:21 +0000 (0:00:00.043)       0:00:08.619 ****** 
fatal: [/cache/centos-6.qcow2c.snap]: FAILED! => {
    "changed": false
}

MSG:

Failure talking to yum: Cannot retrieve repository metadata (repomd.xml) for repository: epel. Please verify its path and try again

PLAY RECAP *********************************************************************
/cache/centos-6.qcow2c.snap : ok=26   changed=1    unreachable=0    failed=1    skipped=5    rescued=0    ignored=0   

Wednesday 03 August 2022  16:48:21 +0000 (0:00:00.832)       0:00:09.452 ****** 
=============================================================================== 
linux-system-roles.network : Check which services are running ----------- 1.20s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:10 
Gathering Facts --------------------------------------------------------- 0.97s
/tmp/tmp2w2t0usz/tests/tests_bridge_initscripts.yml:4 -------------------------
linux-system-roles.network : Check which packages are installed --------- 0.86s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:15 
linux-system-roles.network : Install packages --------------------------- 0.83s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:30 -----
Gathering Facts --------------------------------------------------------- 0.77s
/tmp/tmp2w2t0usz/tests/playbooks/tests_bridge.yml:15 --------------------------
Gathering Facts --------------------------------------------------------- 0.72s
/tmp/tmp2w2t0usz/tests/playbooks/tests_bridge.yml:3 ---------------------------
Fix CentOS6 Base repo --------------------------------------------------- 0.66s
/tmp/tmp2w2t0usz/tests/tasks/el_repo_setup.yml:2 ------------------------------
Enable EPEL 6 ----------------------------------------------------------- 0.54s
/tmp/tmp2w2t0usz/tests/tasks/enable_epel.yml:26 -------------------------------
Get stats of system files ----------------------------------------------- 0.49s
/tmp/tmp2w2t0usz/tests/_backup.yml:6 ------------------------------------------
Back up system files ---------------------------------------------------- 0.40s
/tmp/tmp2w2t0usz/tests/_backup.yml:19 -----------------------------------------
linux-system-roles.network : Ensure ansible_facts used by role are present --- 0.39s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/set_facts.yml:3 -
Gather current interface info ------------------------------------------- 0.36s
/tmp/tmp2w2t0usz/tests/playbooks/tasks/get_current_interfaces.yml:3 -----------
Get stat for interface LSR-TST-br31 ------------------------------------- 0.31s
/tmp/tmp2w2t0usz/tests/playbooks/tasks/get_interface_stat.yml:3 ---------------
assert that interface LSR-TST-br31 is absent ---------------------------- 0.10s
/tmp/tmp2w2t0usz/tests/playbooks/tasks/assert_device_absent.yml:4 -------------
linux-system-roles.network : Print network provider --------------------- 0.08s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:7 ------
Set current_interfaces -------------------------------------------------- 0.07s
/tmp/tmp2w2t0usz/tests/playbooks/tasks/get_current_interfaces.yml:9 -----------
set interface=LSR-TST-br31 ---------------------------------------------- 0.07s
/tmp/tmp2w2t0usz/tests/playbooks/tests_bridge.yml:9 ---------------------------
Set network provider to 'initscripts' ----------------------------------- 0.05s
/tmp/tmp2w2t0usz/tests/tests_bridge_initscripts.yml:8 -------------------------
include_tasks ----------------------------------------------------------- 0.05s
/tmp/tmp2w2t0usz/tests/playbooks/tasks/show_interfaces.yml:3 ------------------
linux-system-roles.network : Ensure ansible_facts used by role ---------- 0.05s
/tmp/tmp2w2t0usz/tests/roles/linux-system-roles.network/tasks/main.yml:4 ------
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/tmpb95mhbnh
  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/tmpa_fzm6o2/tests/network/_backup.yml

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

TASK [Get stats of system files] ***********************************************
task path: /tmp/tmpa_fzm6o2/tests/network/_backup.yml:6
Wednesday 03 August 2022  16:57:42 +0000 (0:00:00.018)       0:00:00.018 ****** 
ok: [/cache/centos-6.qcow2c.snap] => (item=/etc/resolv.conf) => {
    "ansible_facts": {
        "discovered_interpreter_python": "/usr/bin/python"
    },
    "ansible_loop_var": "item",
    "changed": false,
    "deprecations": [
        {
            "collection_name": null,
            "msg": "ansible-core 2.13 will require Python 2.7 or newer on the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 4.4.7 20120313 (Red Hat 4.4.7-23)]",
            "version": "2.13"
        }
    ],
    "item": "/etc/resolv.conf",
    "stat": {
        "atime": 1659545860.9662201,
        "attr_flags": "e",
        "attributes": [
            "extents"
        ],
        "block_size": 4096,
        "blocks": 8,
        "charset": "us-ascii",
        "checksum": "2c55cc8324e731161638aa365379c1c147546a87",
        "ctime": 1659545860.966,
        "dev": 64513,
        "device_type": 0,
        "executable": false,
        "exists": true,
        "gid": 0,
        "gr_name": "root",
        "inode": 25,
        "isblk": false,
        "ischr": false,
        "isdir": false,
        "isfifo": false,
        "isgid": false,
        "islnk": false,
        "isreg": true,
        "issock": false,
        "isuid": false,
        "mimetype": "text/plain",
        "mode": "0644",
        "mtime": 1659545746.0,
        "nlink": 1,
        "path": "/etc/resolv.conf",
        "pw_name": "root",
        "readable": true,
        "rgrp": true,
        "roth": true,
        "rusr": true,
        "size": 57,
        "uid": 0,
        "version": "18446744073481210015",
        "wgrp": false,
        "woth": false,
        "writeable": true,
        "wusr": true,
        "xgrp": false,
        "xoth": false,
        "xusr": false
    }
}
[DEPRECATION WARNING]: ansible-core 2.13 will require Python 2.7 or newer on 
the target. Current version: 2.6.6 (r266:84292, Jun 20 2019, 14:14:55) [GCC 
4.4.7 20120313 (Red Hat 4.4.7-23)]. This feature will be removed in version 
2.13. Deprecation warnings can be disabled by setting 
deprecation_warnings=False in ansible.cfg.

TASK [Check if system files exist] *********************************************
task path: /tmp/tmpa_fzm6o2/tests/network/_backup.yml:13
Wednesday 03 August 2022  16:57:43 +0000 (0:00:00.477)       0:00:00.495 ****** 
[WARNING]: conditional statements should not include jinja2 templating
delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }}
ok: [/cache/centos-6.qcow2c.snap] => (item={'invocation': {'module_args': {'checksum_algorithm': 'sha1', 'get_checksum': True, 'follow': False, 'path': '/etc/resolv.conf', 'get_md5': False, 'get_mime': True, 'get_attributes': True}}, 'stat': {'charset': 'us-ascii', 'uid': 0, 'exists': True, 'attr_flags': 'e', 'woth': False, 'isreg': True, 'device_type': 0, 'mtime': 1659545746.0, 'block_size': 4096, 'inode': 25, 'isgid': False, 'size': 57, 'executable': False, 'isuid': False, 'readable': True, 'version': '18446744073481210015', 'pw_name': 'root', 'gid': 0, 'ischr': False, 'wusr': True, 'writeable': True, 'mimetype': 'text/plain', 'blocks': 8, 'xoth': False, 'islnk': False, 'nlink': 1, 'issock': False, 'rgrp': True, 'gr_name': 'root', 'path': '/etc/resolv.conf', 'xusr': False, 'atime': 1659545860.9662201, 'isdir': False, 'ctime': 1659545860.966, 'isblk': False, 'wgrp': False, 'checksum': '2c55cc8324e731161638aa365379c1c147546a87', 'dev': 64513, 'roth': True, 'isfifo': False, 'mode': '0644', 'xgrp': False, 'rusr': True, 'attributes': ['extents']}, 'changed': False, 'ansible_facts': {'discovered_interpreter_python': '/usr/bin/python'}, '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/python"
        },
        "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": 1659545860.9662201,
            "attr_flags": "e",
            "attributes": [
                "extents"
            ],
            "block_size": 4096,
            "blocks": 8,
            "charset": "us-ascii",
            "checksum": "2c55cc8324e731161638aa365379c1c147546a87",
            "ctime": 1659545860.966,
            "dev": 64513,
            "device_type": 0,
            "executable": false,
            "exists": true,
            "gid": 0,
            "gr_name": "root",
            "inode": 25,
            "isblk": false,
            "ischr": false,
            "isdir": false,
            "isfifo": false,
            "isgid": false,
            "islnk": false,
            "isreg": true,
            "issock": false,
            "isuid": false,
            "mimetype": "text/plain",
            "mode": "0644",
            "mtime": 1659545746.0,
            "nlink": 1,
            "path": "/etc/resolv.conf",
            "pw_name": "root",
            "readable": true,
            "rgrp": true,
            "roth": true,
            "rusr": true,
            "size": 57,
            "uid": 0,
            "version": "18446744073481210015",
            "wgrp": false,
            "woth": false,
            "writeable": true,
            "wusr": true,
            "xgrp": false,
            "xoth": false,
            "xusr": false
        }
    }
}

TASK [Back up system files] ****************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/_backup.yml:19
Wednesday 03 August 2022  16:57:43 +0000 (0:00:00.035)       0:00:00.531 ****** 
changed: [/cache/centos-6.qcow2c.snap] => {
    "changed": true,
    "cmd": [
        "tar",
        "-cf",
        "/tmp/network.backup.tar",
        "--same-owner",
        "--same-permissions",
        "/etc/resolv.conf"
    ],
    "delta": "0:00:00.004534",
    "end": "2022-08-03 16:57:42.504681",
    "rc": 0,
    "start": "2022-08-03 16:57:42.500147"
}

STDERR:

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

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

Wednesday 03 August 2022  16:57:43 +0000 (0:00:00.410)       0:00:00.941 ****** 
=============================================================================== 
Get stats of system files ----------------------------------------------- 0.48s
/tmp/tmpa_fzm6o2/tests/network/_backup.yml:6 ----------------------------------
Back up system files ---------------------------------------------------- 0.41s
/tmp/tmpa_fzm6o2/tests/network/_backup.yml:19 ---------------------------------
Check if system files exist --------------------------------------------- 0.04s
/tmp/tmpa_fzm6o2/tests/network/_backup.yml:13 ---------------------------------

PLAYBOOK: tests_bridge_initscripts.yml *****************************************
10 plays in /tmp/tmpa_fzm6o2/tests/network/tests_bridge_initscripts.yml

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

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/tests_bridge_initscripts.yml:4
Wednesday 03 August 2022  16:57:43 +0000 (0:00:00.061)       0:00:01.003 ****** 
ok: [/cache/centos-6.qcow2c.snap]
META: ran handlers

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/tests_bridge_initscripts.yml:7
Wednesday 03 August 2022  16:57:44 +0000 (0:00:00.958)       0:00:01.961 ****** 
included: /tmp/tmpa_fzm6o2/tests/network/tasks/el_repo_setup.yml for /cache/centos-6.qcow2c.snap

TASK [Fix CentOS6 Base repo] ***************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/tasks/el_repo_setup.yml:2
Wednesday 03 August 2022  16:57:44 +0000 (0:00:00.030)       0:00:01.991 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "checksum": "b0aa488e4736bbd208461d247c4869d2ba0c95cd",
    "dest": "/etc/yum.repos.d/CentOS-Base.repo",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "path": "/etc/yum.repos.d/CentOS-Base.repo",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 480,
    "state": "file",
    "uid": 0
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/tasks/el_repo_setup.yml:27
Wednesday 03 August 2022  16:57:45 +0000 (0:00:00.665)       0:00:02.657 ****** 
included: /tmp/tmpa_fzm6o2/tests/network/tasks/enable_epel.yml for /cache/centos-6.qcow2c.snap

TASK [Create EPEL 6] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/tasks/enable_epel.yml:4
Wednesday 03 August 2022  16:57:45 +0000 (0:00:00.031)       0:00:02.688 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 7] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/tasks/enable_epel.yml:11
Wednesday 03 August 2022  16:57:45 +0000 (0:00:00.021)       0:00:02.710 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 8] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/tasks/enable_epel.yml:17
Wednesday 03 August 2022  16:57:45 +0000 (0:00:00.021)       0:00:02.731 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [Enable EPEL 6] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/tasks/enable_epel.yml:26
Wednesday 03 August 2022  16:57:45 +0000 (0:00:00.021)       0:00:02.753 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "checksum": "4bafddfe7badb0971135c888f25df1308b193622",
    "dest": "/etc/yum.repos.d/epel.repo",
    "gid": 0,
    "group": "root",
    "mode": "0644",
    "owner": "root",
    "path": "/etc/yum.repos.d/epel.repo",
    "secontext": "system_u:object_r:etc_t:s0",
    "size": 155,
    "state": "file",
    "uid": 0
}

TASK [Set network provider to 'initscripts'] ***********************************
task path: /tmp/tmpa_fzm6o2/tests/network/tests_bridge_initscripts.yml:8
Wednesday 03 August 2022  16:57:45 +0000 (0:00:00.530)       0:00:03.283 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "ansible_facts": {
        "network_provider": "initscripts"
    },
    "changed": false
}
META: ran handlers
META: ran handlers

PLAY [Test configuring bridges] ************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_bridge.yml:3
Wednesday 03 August 2022  16:57:46 +0000 (0:00:00.050)       0:00:03.334 ****** 
ok: [/cache/centos-6.qcow2c.snap]
META: ran handlers

TASK [set interface=LSR-TST-br31] **********************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_bridge.yml:9
Wednesday 03 August 2022  16:57:46 +0000 (0:00:00.706)       0:00:04.040 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "ansible_facts": {
        "interface": "LSR-TST-br31"
    },
    "changed": false
}

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_bridge.yml:12
Wednesday 03 August 2022  16:57:46 +0000 (0:00:00.080)       0:00:04.121 ****** 
included: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/show_interfaces.yml for /cache/centos-6.qcow2c.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/show_interfaces.yml:3
Wednesday 03 August 2022  16:57:46 +0000 (0:00:00.051)       0:00:04.172 ****** 
included: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/get_current_interfaces.yml for /cache/centos-6.qcow2c.snap

TASK [Gather current interface info] *******************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/get_current_interfaces.yml:3
Wednesday 03 August 2022  16:57:46 +0000 (0:00:00.047)       0:00:04.220 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "cmd": [
        "ls",
        "-1"
    ],
    "delta": "0:00:00.004189",
    "end": "2022-08-03 16:57:46.183122",
    "rc": 0,
    "start": "2022-08-03 16:57:46.178933"
}

STDOUT:

eth0
lo

TASK [Set current_interfaces] **************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/get_current_interfaces.yml:9
Wednesday 03 August 2022  16:57:47 +0000 (0:00:00.415)       0:00:04.635 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "ansible_facts": {
        "current_interfaces": [
            "eth0",
            "lo"
        ]
    },
    "changed": false
}

TASK [Show current_interfaces] *************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/show_interfaces.yml:4
Wednesday 03 August 2022  16:57:47 +0000 (0:00:00.079)       0:00:04.714 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

current_interfaces: ['eth0', 'lo']

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_bridge.yml:13
Wednesday 03 August 2022  16:57:47 +0000 (0:00:00.045)       0:00:04.760 ****** 
included: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/assert_device_absent.yml for /cache/centos-6.qcow2c.snap

TASK [include_tasks] ***********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/assert_device_absent.yml:3
Wednesday 03 August 2022  16:57:47 +0000 (0:00:00.046)       0:00:04.807 ****** 
included: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/get_interface_stat.yml for /cache/centos-6.qcow2c.snap

TASK [Get stat for interface LSR-TST-br31] *************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/get_interface_stat.yml:3
Wednesday 03 August 2022  16:57:47 +0000 (0:00:00.047)       0:00:04.854 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [assert that interface LSR-TST-br31 is absent] ****************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/assert_device_absent.yml:4
Wednesday 03 August 2022  16:57:47 +0000 (0:00:00.283)       0:00:05.137 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {
    "changed": false
}

MSG:

All assertions passed
META: ran handlers
META: ran handlers

PLAY [Add test bridge] *********************************************************

TASK [Gathering Facts] *********************************************************
task path: /tmp/tmpa_fzm6o2/tests/network/playbooks/tests_bridge.yml:15
Wednesday 03 August 2022  16:57:47 +0000 (0:00:00.100)       0:00:05.237 ****** 
ok: [/cache/centos-6.qcow2c.snap]
META: ran handlers

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4
Wednesday 03 August 2022  16:57:48 +0000 (0:00:00.764)       0:00:06.002 ****** 
included: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml for /cache/centos-6.qcow2c.snap

TASK [fedora.linux_system_roles.network : Ensure ansible_facts used by role are present] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3
Wednesday 03 August 2022  16:57:48 +0000 (0:00:00.049)       0:00:06.052 ****** 
ok: [/cache/centos-6.qcow2c.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/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9
Wednesday 03 August 2022  16:57:49 +0000 (0:00:00.391)       0:00:06.443 ****** 
ok: [/cache/centos-6.qcow2c.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/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14
Wednesday 03 August 2022  16:57:50 +0000 (0:00:01.223)       0:00:07.667 ****** 
ok: [/cache/centos-6.qcow2c.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/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7
Wednesday 03 August 2022  16:57:51 +0000 (0:00:00.839)       0:00:08.506 ****** 
ok: [/cache/centos-6.qcow2c.snap] => {}

MSG:

Using network provider: initscripts

TASK [fedora.linux_system_roles.network : Abort applying the network state configuration if using the `network_state` variable with the initscripts provider] ***
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:11
Wednesday 03 August 2022  16:57:51 +0000 (0:00:00.084)       0:00:08.590 ****** 
skipping: [/cache/centos-6.qcow2c.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/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:18
Wednesday 03 August 2022  16:57:51 +0000 (0:00:00.042)       0:00:08.633 ****** 
skipping: [/cache/centos-6.qcow2c.snap] => {
    "changed": false,
    "skip_reason": "Conditional result was False"
}

TASK [fedora.linux_system_roles.network : Install packages] ********************
task path: /tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27
Wednesday 03 August 2022  16:57:51 +0000 (0:00:00.041)       0:00:08.674 ****** 
fatal: [/cache/centos-6.qcow2c.snap]: FAILED! => {
    "changed": false
}

MSG:

Failure talking to yum: Cannot retrieve repository metadata (repomd.xml) for repository: epel. Please verify its path and try again

PLAY RECAP *********************************************************************
/cache/centos-6.qcow2c.snap : ok=26   changed=1    unreachable=0    failed=1    skipped=5    rescued=0    ignored=0   

Wednesday 03 August 2022  16:57:52 +0000 (0:00:00.818)       0:00:09.493 ****** 
=============================================================================== 
fedora.linux_system_roles.network : Check which services are running ---- 1.22s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:9 
Gathering Facts --------------------------------------------------------- 0.96s
/tmp/tmpa_fzm6o2/tests/network/tests_bridge_initscripts.yml:4 -----------------
fedora.linux_system_roles.network : Check which packages are installed --- 0.84s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:14 
fedora.linux_system_roles.network : Install packages -------------------- 0.82s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:27 
Gathering Facts --------------------------------------------------------- 0.76s
/tmp/tmpa_fzm6o2/tests/network/playbooks/tests_bridge.yml:15 ------------------
Gathering Facts --------------------------------------------------------- 0.71s
/tmp/tmpa_fzm6o2/tests/network/playbooks/tests_bridge.yml:3 -------------------
Fix CentOS6 Base repo --------------------------------------------------- 0.67s
/tmp/tmpa_fzm6o2/tests/network/tasks/el_repo_setup.yml:2 ----------------------
Enable EPEL 6 ----------------------------------------------------------- 0.53s
/tmp/tmpa_fzm6o2/tests/network/tasks/enable_epel.yml:26 -----------------------
Get stats of system files ----------------------------------------------- 0.48s
/tmp/tmpa_fzm6o2/tests/network/_backup.yml:6 ----------------------------------
Gather current interface info ------------------------------------------- 0.42s
/tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/get_current_interfaces.yml:3 ---
Back up system files ---------------------------------------------------- 0.41s
/tmp/tmpa_fzm6o2/tests/network/_backup.yml:19 ---------------------------------
fedora.linux_system_roles.network : Ensure ansible_facts used by role are present --- 0.39s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/set_facts.yml:3 
Get stat for interface LSR-TST-br31 ------------------------------------- 0.28s
/tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/get_interface_stat.yml:3 -------
assert that interface LSR-TST-br31 is absent ---------------------------- 0.10s
/tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/assert_device_absent.yml:4 -----
fedora.linux_system_roles.network : Print network provider -------------- 0.08s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:7 
set interface=LSR-TST-br31 ---------------------------------------------- 0.08s
/tmp/tmpa_fzm6o2/tests/network/playbooks/tests_bridge.yml:9 -------------------
Set current_interfaces -------------------------------------------------- 0.08s
/tmp/tmpa_fzm6o2/tests/network/playbooks/tasks/get_current_interfaces.yml:9 ---
include_tasks ----------------------------------------------------------- 0.05s
/tmp/tmpa_fzm6o2/tests/network/playbooks/tests_bridge.yml:12 ------------------
Set network provider to 'initscripts' ----------------------------------- 0.05s
/tmp/tmpa_fzm6o2/tests/network/tests_bridge_initscripts.yml:8 -----------------
fedora.linux_system_roles.network : Ensure ansible_facts used by role --- 0.05s
/tmp/tmpb95mhbnh/ansible_collections/fedora/linux_system_roles/roles/network/tasks/main.yml:4