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:13:52 +0000 (0:00:00.018) 0:00:00.018 ****** 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": 1659543231.0239353, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659543231.0239353, "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": "1127737509", "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:13:52 +0000 (0:00:00.583) 0:00:00.601 ****** [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': 1659543231.0239353, 'mtime': 1659542505.0, 'ctime': 1659543231.0239353, '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': '1127737509', '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": 1659543231.0239353, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659543231.0239353, "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": "1127737509", "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:13:52 +0000 (0:00:00.034) 0:00:00.636 ****** 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.004191", "end": "2022-08-03 12:13:52.794184", "rc": 0, "start": "2022-08-03 12:13:52.789993" } 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:13:53 +0000 (0:00:00.496) 0:00:01.132 ****** =============================================================================== 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.03s /tmp/tmp05ac0kav/tests/_backup.yml:13 ----------------------------------------- PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /tmp/tmp05ac0kav/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp05ac0kav/tests/tests_helpers_and_asserts.yml:3 Wednesday 03 August 2022 16:13:53 +0000 (0:00:00.010) 0:00:01.142 ****** ok: [/cache/centos-9.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tests_helpers_and_asserts.yml:6 Wednesday 03 August 2022 16:13:54 +0000 (0:00:01.209) 0:00:02.351 ****** 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:13:54 +0000 (0:00:00.040) 0:00:02.392 ****** 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:13:54 +0000 (0:00:00.023) 0:00:02.416 ****** 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:13:54 +0000 (0:00:00.030) 0:00:02.446 ****** 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:13:54 +0000 (0:00:00.021) 0:00:02.468 ****** 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:13:54 +0000 (0:00:00.021) 0:00:02.489 ****** 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:13:54 +0000 (0:00:00.021) 0:00:02.510 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [test veth interface management] ****************************************** task path: /tmp/tmp05ac0kav/tests/tests_helpers_and_asserts.yml:8 Wednesday 03 August 2022 16:13:54 +0000 (0:00:00.020) 0:00:02.531 ****** included: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 16:13:54 +0000 (0:00:00.029) 0:00:02.561 ****** included: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:13:54 +0000 (0:00:00.029) 0:00:02.591 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:13:54 +0000 (0:00:00.027) 0:00:02.618 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003915", "end": "2022-08-03 12:13:54.675446", "rc": 0, "start": "2022-08-03 12:13:54.671531" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:13:55 +0000 (0:00:00.389) 0:00:03.008 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:13:55 +0000 (0:00:00.030) 0:00:03.038 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 16:13:55 +0000 (0:00:00.028) 0:00:03.067 ****** included: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml for /cache/centos-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:13:55 +0000 (0:00:00.031) 0:00:03.099 ****** 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/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:13:55 +0000 (0:00:00.017) 0:00:03.116 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:13:55 +0000 (0:00:00.023) 0:00:03.140 ****** included: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:13:55 +0000 (0:00:00.031) 0:00:03.172 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:13:55 +0000 (0:00:00.024) 0:00:03.197 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003152", "end": "2022-08-03 12:13:55.252579", "rc": 0, "start": "2022-08-03 12:13:55.249427" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:13:55 +0000 (0:00:00.385) 0:00:03.582 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:13:55 +0000 (0:00:00.029) 0:00:03.612 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:13:55 +0000 (0:00:00.030) 0:00:03.642 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:13:56 +0000 (0:00:00.960) 0:00:04.602 ****** skipping: [/cache/centos-9.qcow2.snap] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 16:13:56 +0000 (0:00:00.029) 0:00:04.632 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 16:13:56 +0000 (0:00:00.022) 0:00:04.655 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 16:13:56 +0000 (0:00:00.023) 0:00:04.678 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 16:13:56 +0000 (0:00:00.024) 0:00:04.703 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:13:57 +0000 (0:00:00.022) 0:00:04.725 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 16:13:57 +0000 (0:00:00.022) 0:00:04.747 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 16:13:57 +0000 (0:00:00.021) 0:00:04.769 ****** included: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:13:57 +0000 (0:00:00.030) 0:00:04.800 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:13:57 +0000 (0:00:00.024) 0:00:04.824 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002946", "end": "2022-08-03 12:13:56.888285", "rc": 0, "start": "2022-08-03 12:13:56.885339" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:13:57 +0000 (0:00:00.397) 0:00:05.222 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:13:57 +0000 (0:00:00.032) 0:00:05.254 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 16:13:57 +0000 (0:00:00.028) 0:00:05.282 ****** included: /tmp/tmp05ac0kav/tests/tasks/assert_device_absent.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:13:57 +0000 (0:00:00.032) 0:00:05.314 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:13:57 +0000 (0:00:00.028) 0:00:05.343 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmp05ac0kav/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:13:58 +0000 (0:00:00.380) 0:00:05.723 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 16:13:58 +0000 (0:00:00.064) 0:00:05.787 ****** included: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml for /cache/centos-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:13:58 +0000 (0:00:00.033) 0:00:05.821 ****** 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/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:13:58 +0000 (0:00:00.017) 0:00:05.838 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:13:58 +0000 (0:00:00.017) 0:00:05.855 ****** included: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:13:58 +0000 (0:00:00.025) 0:00:05.881 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:13:58 +0000 (0:00:00.023) 0:00:05.905 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002793", "end": "2022-08-03 12:13:57.950258", "rc": 0, "start": "2022-08-03 12:13:57.947465" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:13:58 +0000 (0:00:00.369) 0:00:06.274 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:13:58 +0000 (0:00:00.078) 0:00:06.353 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:13:58 +0000 (0:00:00.035) 0:00:06.388 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:13:59 +0000 (0:00:00.771) 0:00:07.160 ****** changed: [/cache/centos-9.qcow2.snap] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "add", "veth1298", "type", "veth", "peer", "name", "peerveth1298" ], "delta": "0:00:00.004633", "end": "2022-08-03 12:13:59.211975", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2022-08-03 12:13:59.207342" } changed: [/cache/centos-9.qcow2.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.002986", "end": "2022-08-03 12:13:59.552952", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2022-08-03 12:13:59.549966" } changed: [/cache/centos-9.qcow2.snap] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.005632", "end": "2022-08-03 12:13:59.886505", "item": "ip link set veth1298 up", "rc": 0, "start": "2022-08-03 12:13:59.880873" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 16:14:00 +0000 (0:00:01.053) 0:00:08.214 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.017498", "end": "2022-08-03 12:14:00.254530", "rc": 0, "start": "2022-08-03 12:14:00.237032" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 16:14:00 +0000 (0:00:00.368) 0:00:08.583 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 16:14:00 +0000 (0:00:00.022) 0:00:08.606 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 16:14:00 +0000 (0:00:00.021) 0:00:08.628 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:14:00 +0000 (0:00:00.021) 0:00:08.650 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 16:14:00 +0000 (0:00:00.019) 0:00:08.670 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 16:14:00 +0000 (0:00:00.021) 0:00:08.691 ****** included: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:01 +0000 (0:00:00.036) 0:00:08.727 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:01 +0000 (0:00:00.026) 0:00:08.754 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002995", "end": "2022-08-03 12:14:00.780853", "rc": 0, "start": "2022-08-03 12:14:00.777858" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:01 +0000 (0:00:00.354) 0:00:09.108 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:01 +0000 (0:00:00.029) 0:00:09.137 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 16:14:01 +0000 (0:00:00.031) 0:00:09.169 ****** included: /tmp/tmp05ac0kav/tests/tasks/assert_device_present.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 16:14:01 +0000 (0:00:00.035) 0:00:09.205 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:14:01 +0000 (0:00:00.025) 0:00:09.230 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1659543239.2108917, "block_size": 4096, "blocks": 0, "ctime": 1659543239.2108917, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30518, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth1298", "lnk_target": "../../devices/virtual/net/veth1298", "mode": "0777", "mtime": 1659543239.2108917, "nlink": 1, "path": "/sys/class/net/veth1298", "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 veth1298 is present] ******************************* task path: /tmp/tmp05ac0kav/tests/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 16:14:01 +0000 (0:00:00.362) 0:00:09.592 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 16:14:01 +0000 (0:00:00.033) 0:00:09.626 ****** included: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml for /cache/centos-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:14:01 +0000 (0:00:00.047) 0:00:09.673 ****** 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/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:14:01 +0000 (0:00:00.021) 0:00:09.694 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:14:02 +0000 (0:00:00.023) 0:00:09.718 ****** included: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:02 +0000 (0:00:00.028) 0:00:09.747 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:02 +0000 (0:00:00.027) 0:00:09.774 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004975", "end": "2022-08-03 12:14:01.828557", "rc": 0, "start": "2022-08-03 12:14:01.823582" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:02 +0000 (0:00:00.390) 0:00:10.165 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:02 +0000 (0:00:00.031) 0:00:10.197 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:14:02 +0000 (0:00:00.030) 0:00:10.227 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:14:03 +0000 (0:00:00.769) 0:00:10.997 ****** skipping: [/cache/centos-9.qcow2.snap] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 16:14:03 +0000 (0:00:00.031) 0:00:11.029 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 16:14:03 +0000 (0:00:00.020) 0:00:11.049 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.013940", "end": "2022-08-03 12:14:03.090696", "rc": 0, "start": "2022-08-03 12:14:03.076756" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 16:14:03 +0000 (0:00:00.370) 0:00:11.419 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 16:14:03 +0000 (0:00:00.022) 0:00:11.441 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:14:03 +0000 (0:00:00.020) 0:00:11.462 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 16:14:03 +0000 (0:00:00.019) 0:00:11.481 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 16:14:03 +0000 (0:00:00.018) 0:00:11.500 ****** included: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:03 +0000 (0:00:00.040) 0:00:11.541 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:03 +0000 (0:00:00.027) 0:00:11.568 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003070", "end": "2022-08-03 12:14:03.600348", "rc": 0, "start": "2022-08-03 12:14:03.597278" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:04 +0000 (0:00:00.361) 0:00:11.930 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:04 +0000 (0:00:00.030) 0:00:11.960 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 16:14:04 +0000 (0:00:00.035) 0:00:11.995 ****** included: /tmp/tmp05ac0kav/tests/tasks/assert_device_absent.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:14:04 +0000 (0:00:00.044) 0:00:12.040 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:14:04 +0000 (0:00:00.029) 0:00:12.070 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmp05ac0kav/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:14:04 +0000 (0:00:00.387) 0:00:12.458 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [test veth interface management] ****************************************** task path: /tmp/tmp05ac0kav/tests/tests_helpers_and_asserts.yml:14 Wednesday 03 August 2022 16:14:04 +0000 (0:00:00.031) 0:00:12.489 ****** included: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 16:14:04 +0000 (0:00:00.029) 0:00:12.519 ****** included: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:04 +0000 (0:00:00.025) 0:00:12.544 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:04 +0000 (0:00:00.024) 0:00:12.569 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003061", "end": "2022-08-03 12:14:04.639902", "rc": 0, "start": "2022-08-03 12:14:04.636841" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:05 +0000 (0:00:00.399) 0:00:12.968 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:05 +0000 (0:00:00.031) 0:00:13.000 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 16:14:05 +0000 (0:00:00.030) 0:00:13.030 ****** included: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml for /cache/centos-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:14:05 +0000 (0:00:00.031) 0:00:13.062 ****** 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/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:14:05 +0000 (0:00:00.020) 0:00:13.083 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:14:05 +0000 (0:00:00.020) 0:00:13.103 ****** included: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:05 +0000 (0:00:00.029) 0:00:13.133 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:05 +0000 (0:00:00.027) 0:00:13.160 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003127", "end": "2022-08-03 12:14:05.191475", "rc": 0, "start": "2022-08-03 12:14:05.188348" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:05 +0000 (0:00:00.359) 0:00:13.519 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:05 +0000 (0:00:00.033) 0:00:13.553 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:14:05 +0000 (0:00:00.031) 0:00:13.585 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:14:06 +0000 (0:00:00.812) 0:00:14.397 ****** skipping: [/cache/centos-9.qcow2.snap] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 16:14:06 +0000 (0:00:00.032) 0:00:14.429 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 16:14:06 +0000 (0:00:00.024) 0:00:14.453 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 16:14:06 +0000 (0:00:00.021) 0:00:14.474 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 16:14:06 +0000 (0:00:00.020) 0:00:14.494 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:14:06 +0000 (0:00:00.022) 0:00:14.517 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 16:14:06 +0000 (0:00:00.019) 0:00:14.537 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 16:14:06 +0000 (0:00:00.018) 0:00:14.555 ****** included: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:06 +0000 (0:00:00.029) 0:00:14.585 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:06 +0000 (0:00:00.026) 0:00:14.611 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003230", "end": "2022-08-03 12:14:06.647134", "rc": 0, "start": "2022-08-03 12:14:06.643904" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:07 +0000 (0:00:00.368) 0:00:14.980 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:07 +0000 (0:00:00.035) 0:00:15.015 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 16:14:07 +0000 (0:00:00.030) 0:00:15.046 ****** included: /tmp/tmp05ac0kav/tests/tasks/assert_device_absent.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:14:07 +0000 (0:00:00.031) 0:00:15.077 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:14:07 +0000 (0:00:00.027) 0:00:15.105 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmp05ac0kav/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:14:07 +0000 (0:00:00.358) 0:00:15.463 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 16:14:07 +0000 (0:00:00.034) 0:00:15.498 ****** included: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml for /cache/centos-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:14:07 +0000 (0:00:00.036) 0:00:15.534 ****** 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/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:14:07 +0000 (0:00:00.020) 0:00:15.555 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:14:07 +0000 (0:00:00.020) 0:00:15.575 ****** included: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:07 +0000 (0:00:00.031) 0:00:15.607 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:07 +0000 (0:00:00.029) 0:00:15.636 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002747", "end": "2022-08-03 12:14:07.658719", "rc": 0, "start": "2022-08-03 12:14:07.655972" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:08 +0000 (0:00:00.347) 0:00:15.984 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:08 +0000 (0:00:00.029) 0:00:16.014 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:14:08 +0000 (0:00:00.027) 0:00:16.041 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:14:09 +0000 (0:00:00.842) 0:00:16.884 ****** skipping: [/cache/centos-9.qcow2.snap] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 16:14:09 +0000 (0:00:00.029) 0:00:16.914 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 16:14:09 +0000 (0:00:00.021) 0:00:16.935 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 16:14:09 +0000 (0:00:00.019) 0:00:16.955 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.004045", "end": "2022-08-03 12:14:09.002475", "rc": 0, "start": "2022-08-03 12:14:08.998430" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 16:14:09 +0000 (0:00:00.383) 0:00:17.338 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:14:09 +0000 (0:00:00.022) 0:00:17.361 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 16:14:09 +0000 (0:00:00.023) 0:00:17.384 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 16:14:09 +0000 (0:00:00.021) 0:00:17.406 ****** included: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:09 +0000 (0:00:00.036) 0:00:17.443 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:09 +0000 (0:00:00.025) 0:00:17.468 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002960", "end": "2022-08-03 12:14:09.524522", "rc": 0, "start": "2022-08-03 12:14:09.521562" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:10 +0000 (0:00:00.383) 0:00:17.852 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:10 +0000 (0:00:00.032) 0:00:17.884 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 16:14:10 +0000 (0:00:00.028) 0:00:17.913 ****** included: /tmp/tmp05ac0kav/tests/tasks/assert_device_present.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 16:14:10 +0000 (0:00:00.034) 0:00:17.948 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:14:10 +0000 (0:00:00.025) 0:00:17.973 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1659543249.001996, "block_size": 4096, "blocks": 0, "ctime": 1659543249.001996, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30646, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/dummy1298", "lnk_target": "../../devices/virtual/net/dummy1298", "mode": "0777", "mtime": 1659543249.001996, "nlink": 1, "path": "/sys/class/net/dummy1298", "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 dummy1298 is present] ****************************** task path: /tmp/tmp05ac0kav/tests/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 16:14:10 +0000 (0:00:00.407) 0:00:18.381 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 16:14:10 +0000 (0:00:00.083) 0:00:18.465 ****** included: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml for /cache/centos-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:14:10 +0000 (0:00:00.040) 0:00:18.505 ****** 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/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:14:10 +0000 (0:00:00.019) 0:00:18.525 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:14:10 +0000 (0:00:00.018) 0:00:18.544 ****** included: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:10 +0000 (0:00:00.026) 0:00:18.570 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:10 +0000 (0:00:00.026) 0:00:18.597 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003772", "end": "2022-08-03 12:14:10.681025", "rc": 0, "start": "2022-08-03 12:14:10.677253" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:11 +0000 (0:00:00.416) 0:00:19.014 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:11 +0000 (0:00:00.029) 0:00:19.043 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:14:11 +0000 (0:00:00.028) 0:00:19.072 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.794) 0:00:19.866 ****** skipping: [/cache/centos-9.qcow2.snap] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.031) 0:00:19.898 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.020) 0:00:19.918 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.019) 0:00:19.937 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.019) 0:00:19.957 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.013621", "end": "2022-08-03 12:14:12.010887", "rc": 0, "start": "2022-08-03 12:14:11.997266" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.385) 0:00:20.342 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.021) 0:00:20.363 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.019) 0:00:20.382 ****** included: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.048) 0:00:20.431 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.029) 0:00:20.461 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002879", "end": "2022-08-03 12:14:12.483891", "rc": 0, "start": "2022-08-03 12:14:12.481012" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:13 +0000 (0:00:00.350) 0:00:20.812 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:13 +0000 (0:00:00.041) 0:00:20.853 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 16:14:13 +0000 (0:00:00.038) 0:00:20.892 ****** included: /tmp/tmp05ac0kav/tests/tasks/assert_device_absent.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp05ac0kav/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:14:13 +0000 (0:00:00.041) 0:00:20.933 ****** included: /tmp/tmp05ac0kav/tests/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmp05ac0kav/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:14:13 +0000 (0:00:00.028) 0:00:20.962 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmp05ac0kav/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:14:13 +0000 (0:00:00.353) 0:00:21.315 ****** 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=119 changed=6 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Wednesday 03 August 2022 16:14:13 +0000 (0:00:00.042) 0:00:21.358 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 1.21s /tmp/tmp05ac0kav/tests/tests_helpers_and_asserts.yml:3 ------------------------ Create veth interface veth1298 ------------------------------------------ 1.05s /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:21 --------------------- Install iproute --------------------------------------------------------- 0.96s /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.84s /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.81s /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.79s /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.77s /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.77s /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:15 --------------------- 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 ----------------------------------------- Gather current interface info ------------------------------------------- 0.42s /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 --------------------- Get stat for interface dummy1298 ---------------------------------------- 0.41s /tmp/tmp05ac0kav/tests/tasks/get_interface_stat.yml:3 ------------------------- Gather current interface info ------------------------------------------- 0.40s /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.40s /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.39s /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.39s /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 --------------------- Get stat for interface veth1298 ----------------------------------------- 0.39s /tmp/tmp05ac0kav/tests/tasks/get_interface_stat.yml:3 ------------------------- Delete dummy interface dummy1298 ---------------------------------------- 0.39s /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:47 --------------------- Gather current interface info ------------------------------------------- 0.39s /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.38s /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.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:14:13 +0000 (0:00:00.020) 0:00:21.378 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.006072", "end": "2022-08-03 12:14:13.423491", "rc": 0, "start": "2022-08-03 12:14:13.417419" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-9.qcow2.snap : ok=120 changed=7 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Wednesday 03 August 2022 16:14:14 +0000 (0:00:00.382) 0:00:21.761 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 1.21s /tmp/tmp05ac0kav/tests/tests_helpers_and_asserts.yml:3 ------------------------ Create veth interface veth1298 ------------------------------------------ 1.05s /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:21 --------------------- Install iproute --------------------------------------------------------- 0.96s /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.84s /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.81s /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.79s /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.77s /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.77s /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:15 --------------------- 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 ----------------------------------------- Gather current interface info ------------------------------------------- 0.42s /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 --------------------- Get stat for interface dummy1298 ---------------------------------------- 0.41s /tmp/tmp05ac0kav/tests/tasks/get_interface_stat.yml:3 ------------------------- Gather current interface info ------------------------------------------- 0.40s /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.40s /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.39s /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.39s /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 --------------------- Get stat for interface veth1298 ----------------------------------------- 0.39s /tmp/tmp05ac0kav/tests/tasks/get_interface_stat.yml:3 ------------------------- Delete dummy interface dummy1298 ---------------------------------------- 0.39s /tmp/tmp05ac0kav/tests/tasks/manage_test_interface.yml:47 --------------------- Gather current interface info ------------------------------------------- 0.39s /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.38s /tmp/tmp05ac0kav/tests/tasks/get_current_interfaces.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:35:01 +0000 (0:00:00.019) 0:00:00.019 ****** 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": 1659544499.7769024, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659544499.7769024, "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": "561080170", "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:35:02 +0000 (0:00:00.601) 0:00:00.621 ****** [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': 1659544499.7769024, 'mtime': 1659543778.0, 'ctime': 1659544499.7769024, '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': '561080170', '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": 1659544499.7769024, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659544499.7769024, "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": "561080170", "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:35:02 +0000 (0:00:00.035) 0:00:00.657 ****** 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.003789", "end": "2022-08-03 12:35:01.568694", "rc": 0, "start": "2022-08-03 12:35:01.564905" } 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:35:02 +0000 (0:00:00.489) 0:00:01.146 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.60s /tmp/tmpem3y1lsc/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.49s /tmp/tmpem3y1lsc/tests/network/_backup.yml:19 --------------------------------- Check if system files exist --------------------------------------------- 0.04s /tmp/tmpem3y1lsc/tests/network/_backup.yml:13 --------------------------------- PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /tmp/tmpem3y1lsc/tests/network/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpem3y1lsc/tests/network/tests_helpers_and_asserts.yml:3 Wednesday 03 August 2022 16:35:02 +0000 (0:00:00.010) 0:00:01.156 ****** ok: [/cache/centos-9.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tests_helpers_and_asserts.yml:6 Wednesday 03 August 2022 16:35:03 +0000 (0:00:01.018) 0:00:02.175 ****** 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:35:03 +0000 (0:00:00.026) 0:00:02.201 ****** 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:35:03 +0000 (0:00:00.023) 0:00:02.225 ****** 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:35:03 +0000 (0:00:00.027) 0:00:02.252 ****** 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:35:03 +0000 (0:00:00.020) 0:00:02.273 ****** 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:35:03 +0000 (0:00:00.019) 0:00:02.292 ****** 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:35:03 +0000 (0:00:00.020) 0:00:02.313 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [test veth interface management] ****************************************** task path: /tmp/tmpem3y1lsc/tests/network/tests_helpers_and_asserts.yml:8 Wednesday 03 August 2022 16:35:03 +0000 (0:00:00.019) 0:00:02.333 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 16:35:03 +0000 (0:00:00.028) 0:00:02.361 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:35:04 +0000 (0:00:00.027) 0:00:02.389 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:35:04 +0000 (0:00:00.025) 0:00:02.415 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003987", "end": "2022-08-03 12:35:03.225128", "rc": 0, "start": "2022-08-03 12:35:03.221141" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:35:04 +0000 (0:00:00.387) 0:00:02.803 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:35:04 +0000 (0:00:00.030) 0:00:02.834 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 16:35:04 +0000 (0:00:00.029) 0:00:02.863 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml for /cache/centos-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:35:04 +0000 (0:00:00.032) 0:00:02.896 ****** 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/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:35:04 +0000 (0:00:00.020) 0:00:02.916 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:35:04 +0000 (0:00:00.022) 0:00:02.939 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:35:04 +0000 (0:00:00.028) 0:00:02.968 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:35:04 +0000 (0:00:00.032) 0:00:03.000 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004041", "end": "2022-08-03 12:35:03.804756", "rc": 0, "start": "2022-08-03 12:35:03.800715" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:35:05 +0000 (0:00:00.384) 0:00:03.385 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:35:05 +0000 (0:00:00.031) 0:00:03.417 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:35:05 +0000 (0:00:00.031) 0:00:03.449 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:35:06 +0000 (0:00:00.940) 0:00:04.390 ****** skipping: [/cache/centos-9.qcow2.snap] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:35:06 +0000 (0:00:00.030) 0:00:04.420 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:35:06 +0000 (0:00:00.019) 0:00:04.439 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:35:06 +0000 (0:00:00.019) 0:00:04.458 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:35:06 +0000 (0:00:00.018) 0:00:04.477 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:35:06 +0000 (0:00:00.018) 0:00:04.495 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:35:06 +0000 (0:00:00.017) 0:00:04.513 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 16:35:06 +0000 (0:00:00.017) 0:00:04.530 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:35:06 +0000 (0:00:00.029) 0:00:04.559 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:35:06 +0000 (0:00:00.023) 0:00:04.583 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002869", "end": "2022-08-03 12:35:05.350160", "rc": 0, "start": "2022-08-03 12:35:05.347291" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:35:06 +0000 (0:00:00.337) 0:00:04.920 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:35:06 +0000 (0:00:00.062) 0:00:04.983 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 16:35:06 +0000 (0:00:00.027) 0:00:05.010 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/assert_device_absent.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:35:06 +0000 (0:00:00.031) 0:00:05.041 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:35:06 +0000 (0:00:00.025) 0:00:05.067 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:35:07 +0000 (0:00:00.350) 0:00:05.417 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 16:35:07 +0000 (0:00:00.033) 0:00:05.451 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml for /cache/centos-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:35:07 +0000 (0:00:00.035) 0:00:05.486 ****** 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/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:35:07 +0000 (0:00:00.019) 0:00:05.506 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:35:07 +0000 (0:00:00.019) 0:00:05.526 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:35:07 +0000 (0:00:00.027) 0:00:05.553 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:35:07 +0000 (0:00:00.026) 0:00:05.580 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003136", "end": "2022-08-03 12:35:06.366726", "rc": 0, "start": "2022-08-03 12:35:06.363590" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:35:07 +0000 (0:00:00.362) 0:00:05.942 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:35:07 +0000 (0:00:00.031) 0:00:05.974 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:35:07 +0000 (0:00:00.029) 0:00:06.003 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:35:08 +0000 (0:00:00.799) 0:00:06.803 ****** changed: [/cache/centos-9.qcow2.snap] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "add", "veth1298", "type", "veth", "peer", "name", "peerveth1298" ], "delta": "0:00:00.004451", "end": "2022-08-03 12:35:07.608539", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2022-08-03 12:35:07.604088" } changed: [/cache/centos-9.qcow2.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003323", "end": "2022-08-03 12:35:07.950843", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2022-08-03 12:35:07.947520" } changed: [/cache/centos-9.qcow2.snap] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004386", "end": "2022-08-03 12:35:08.289748", "item": "ip link set veth1298 up", "rc": 0, "start": "2022-08-03 12:35:08.285362" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:35:09 +0000 (0:00:01.064) 0:00:07.867 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022703", "end": "2022-08-03 12:35:08.679620", "rc": 0, "start": "2022-08-03 12:35:08.656917" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:35:09 +0000 (0:00:00.389) 0:00:08.257 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:35:09 +0000 (0:00:00.023) 0:00:08.280 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:35:09 +0000 (0:00:00.019) 0:00:08.300 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:35:09 +0000 (0:00:00.019) 0:00:08.319 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:35:09 +0000 (0:00:00.021) 0:00:08.341 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 16:35:09 +0000 (0:00:00.017) 0:00:08.359 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:35:10 +0000 (0:00:00.032) 0:00:08.392 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:35:10 +0000 (0:00:00.026) 0:00:08.418 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003651", "end": "2022-08-03 12:35:09.216107", "rc": 0, "start": "2022-08-03 12:35:09.212456" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:35:10 +0000 (0:00:00.379) 0:00:08.798 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:35:10 +0000 (0:00:00.031) 0:00:08.830 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 16:35:10 +0000 (0:00:00.027) 0:00:08.858 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/assert_device_present.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 16:35:10 +0000 (0:00:00.036) 0:00:08.894 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:35:10 +0000 (0:00:00.030) 0:00:08.925 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1659544507.6078835, "block_size": 4096, "blocks": 0, "ctime": 1659544507.6078835, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30518, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/veth1298", "lnk_target": "../../devices/virtual/net/veth1298", "mode": "0777", "mtime": 1659544507.6078835, "nlink": 1, "path": "/sys/class/net/veth1298", "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 veth1298 is present] ******************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 16:35:10 +0000 (0:00:00.364) 0:00:09.289 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 16:35:10 +0000 (0:00:00.032) 0:00:09.321 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml for /cache/centos-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:35:10 +0000 (0:00:00.038) 0:00:09.360 ****** 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/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:35:11 +0000 (0:00:00.020) 0:00:09.380 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:35:11 +0000 (0:00:00.019) 0:00:09.400 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:35:11 +0000 (0:00:00.029) 0:00:09.430 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:35:11 +0000 (0:00:00.026) 0:00:09.457 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003265", "end": "2022-08-03 12:35:10.240905", "rc": 0, "start": "2022-08-03 12:35:10.237640" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:35:11 +0000 (0:00:00.359) 0:00:09.817 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:35:11 +0000 (0:00:00.028) 0:00:09.845 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:35:11 +0000 (0:00:00.030) 0:00:09.876 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:35:12 +0000 (0:00:00.813) 0:00:10.689 ****** skipping: [/cache/centos-9.qcow2.snap] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:35:12 +0000 (0:00:00.028) 0:00:10.718 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:35:12 +0000 (0:00:00.022) 0:00:10.740 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.015118", "end": "2022-08-03 12:35:11.572349", "rc": 0, "start": "2022-08-03 12:35:11.557231" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:35:12 +0000 (0:00:00.410) 0:00:11.151 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:35:12 +0000 (0:00:00.022) 0:00:11.174 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:35:12 +0000 (0:00:00.022) 0:00:11.196 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:35:12 +0000 (0:00:00.021) 0:00:11.218 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 16:35:12 +0000 (0:00:00.020) 0:00:11.238 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:35:12 +0000 (0:00:00.040) 0:00:11.278 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:35:12 +0000 (0:00:00.026) 0:00:11.305 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003467", "end": "2022-08-03 12:35:12.132090", "rc": 0, "start": "2022-08-03 12:35:12.128623" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:35:13 +0000 (0:00:00.399) 0:00:11.705 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:35:13 +0000 (0:00:00.032) 0:00:11.737 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 16:35:13 +0000 (0:00:00.028) 0:00:11.766 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/assert_device_absent.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:35:13 +0000 (0:00:00.039) 0:00:11.806 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:35:13 +0000 (0:00:00.025) 0:00:11.831 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:35:13 +0000 (0:00:00.378) 0:00:12.210 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [test veth interface management] ****************************************** task path: /tmp/tmpem3y1lsc/tests/network/tests_helpers_and_asserts.yml:14 Wednesday 03 August 2022 16:35:13 +0000 (0:00:00.060) 0:00:12.271 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 16:35:13 +0000 (0:00:00.029) 0:00:12.301 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:35:13 +0000 (0:00:00.025) 0:00:12.327 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:35:13 +0000 (0:00:00.024) 0:00:12.352 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003161", "end": "2022-08-03 12:35:13.165434", "rc": 0, "start": "2022-08-03 12:35:13.162273" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:35:14 +0000 (0:00:00.405) 0:00:12.757 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:35:14 +0000 (0:00:00.038) 0:00:12.796 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 16:35:14 +0000 (0:00:00.034) 0:00:12.831 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml for /cache/centos-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:35:14 +0000 (0:00:00.031) 0:00:12.862 ****** 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/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:35:14 +0000 (0:00:00.020) 0:00:12.882 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:35:14 +0000 (0:00:00.018) 0:00:12.901 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:35:14 +0000 (0:00:00.027) 0:00:12.929 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:35:14 +0000 (0:00:00.026) 0:00:12.955 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003336", "end": "2022-08-03 12:35:13.746385", "rc": 0, "start": "2022-08-03 12:35:13.743049" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:35:14 +0000 (0:00:00.366) 0:00:13.322 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:35:14 +0000 (0:00:00.030) 0:00:13.352 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:35:15 +0000 (0:00:00.031) 0:00:13.384 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:35:15 +0000 (0:00:00.784) 0:00:14.169 ****** skipping: [/cache/centos-9.qcow2.snap] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:35:15 +0000 (0:00:00.029) 0:00:14.199 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:35:15 +0000 (0:00:00.021) 0:00:14.220 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:35:15 +0000 (0:00:00.022) 0:00:14.243 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:35:15 +0000 (0:00:00.021) 0:00:14.265 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:35:15 +0000 (0:00:00.021) 0:00:14.286 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:35:15 +0000 (0:00:00.022) 0:00:14.308 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 16:35:15 +0000 (0:00:00.021) 0:00:14.329 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:35:15 +0000 (0:00:00.030) 0:00:14.359 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:35:16 +0000 (0:00:00.024) 0:00:14.384 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002880", "end": "2022-08-03 12:35:15.171594", "rc": 0, "start": "2022-08-03 12:35:15.168714" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:35:16 +0000 (0:00:00.367) 0:00:14.751 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:35:16 +0000 (0:00:00.033) 0:00:14.785 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 16:35:16 +0000 (0:00:00.031) 0:00:14.817 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/assert_device_absent.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:35:16 +0000 (0:00:00.033) 0:00:14.850 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:35:16 +0000 (0:00:00.026) 0:00:14.877 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:35:16 +0000 (0:00:00.357) 0:00:15.234 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 16:35:16 +0000 (0:00:00.034) 0:00:15.269 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml for /cache/centos-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:35:16 +0000 (0:00:00.037) 0:00:15.306 ****** 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/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:35:16 +0000 (0:00:00.022) 0:00:15.328 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:35:16 +0000 (0:00:00.022) 0:00:15.350 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:35:17 +0000 (0:00:00.031) 0:00:15.382 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:35:17 +0000 (0:00:00.027) 0:00:15.410 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003867", "end": "2022-08-03 12:35:16.212855", "rc": 0, "start": "2022-08-03 12:35:16.208988" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:35:17 +0000 (0:00:00.379) 0:00:15.790 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:35:17 +0000 (0:00:00.030) 0:00:15.820 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:35:17 +0000 (0:00:00.030) 0:00:15.850 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:35:18 +0000 (0:00:00.813) 0:00:16.664 ****** skipping: [/cache/centos-9.qcow2.snap] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:35:18 +0000 (0:00:00.031) 0:00:16.696 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:35:18 +0000 (0:00:00.019) 0:00:16.715 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:35:18 +0000 (0:00:00.021) 0:00:16.737 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.003766", "end": "2022-08-03 12:35:17.527080", "rc": 0, "start": "2022-08-03 12:35:17.523314" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:35:18 +0000 (0:00:00.364) 0:00:17.102 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:35:18 +0000 (0:00:00.022) 0:00:17.125 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:35:18 +0000 (0:00:00.023) 0:00:17.149 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 16:35:18 +0000 (0:00:00.019) 0:00:17.168 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:35:18 +0000 (0:00:00.033) 0:00:17.202 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:35:18 +0000 (0:00:00.024) 0:00:17.226 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002981", "end": "2022-08-03 12:35:18.009833", "rc": 0, "start": "2022-08-03 12:35:18.006852" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:35:19 +0000 (0:00:00.358) 0:00:17.584 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:35:19 +0000 (0:00:00.071) 0:00:17.656 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 16:35:19 +0000 (0:00:00.029) 0:00:17.685 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/assert_device_present.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 16:35:19 +0000 (0:00:00.034) 0:00:17.720 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:35:19 +0000 (0:00:00.025) 0:00:17.745 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1659544517.5262897, "block_size": 4096, "blocks": 0, "ctime": 1659544517.5262897, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30646, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/dummy1298", "lnk_target": "../../devices/virtual/net/dummy1298", "mode": "0777", "mtime": 1659544517.5262897, "nlink": 1, "path": "/sys/class/net/dummy1298", "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 dummy1298 is present] ****************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 16:35:19 +0000 (0:00:00.357) 0:00:18.103 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 16:35:19 +0000 (0:00:00.070) 0:00:18.173 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml for /cache/centos-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:35:19 +0000 (0:00:00.040) 0:00:18.214 ****** 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/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:35:19 +0000 (0:00:00.062) 0:00:18.276 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:35:19 +0000 (0:00:00.020) 0:00:18.297 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:35:19 +0000 (0:00:00.028) 0:00:18.326 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:35:19 +0000 (0:00:00.026) 0:00:18.353 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003864", "end": "2022-08-03 12:35:19.163120", "rc": 0, "start": "2022-08-03 12:35:19.159256" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:35:20 +0000 (0:00:00.386) 0:00:18.739 ****** ok: [/cache/centos-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:35:20 +0000 (0:00:00.029) 0:00:18.769 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:35:20 +0000 (0:00:00.031) 0:00:18.800 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:35:21 +0000 (0:00:00.792) 0:00:19.592 ****** skipping: [/cache/centos-9.qcow2.snap] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-9.qcow2.snap] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:35:21 +0000 (0:00:00.029) 0:00:19.622 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:35:21 +0000 (0:00:00.018) 0:00:19.640 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:35:21 +0000 (0:00:00.019) 0:00:19.660 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:35:21 +0000 (0:00:00.018) 0:00:19.678 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.019360", "end": "2022-08-03 12:35:20.466530", "rc": 0, "start": "2022-08-03 12:35:20.447170" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:35:21 +0000 (0:00:00.367) 0:00:20.046 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:35:21 +0000 (0:00:00.021) 0:00:20.067 ****** skipping: [/cache/centos-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 16:35:21 +0000 (0:00:00.020) 0:00:20.088 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:35:21 +0000 (0:00:00.044) 0:00:20.132 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml for /cache/centos-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:35:21 +0000 (0:00:00.031) 0:00:20.163 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003160", "end": "2022-08-03 12:35:20.979552", "rc": 0, "start": "2022-08-03 12:35:20.976392" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:35:22 +0000 (0:00:00.389) 0:00:20.553 ****** 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/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:35:22 +0000 (0:00:00.032) 0:00:20.586 ****** ok: [/cache/centos-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 16:35:22 +0000 (0:00:00.031) 0:00:20.617 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/assert_device_absent.yml for /cache/centos-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:35:22 +0000 (0:00:00.041) 0:00:20.658 ****** included: /tmp/tmpem3y1lsc/tests/network/tasks/get_interface_stat.yml for /cache/centos-9.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpem3y1lsc/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:35:22 +0000 (0:00:00.029) 0:00:20.688 ****** ok: [/cache/centos-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmpem3y1lsc/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:35:22 +0000 (0:00:00.407) 0:00:21.096 ****** 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=119 changed=6 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Wednesday 03 August 2022 16:35:22 +0000 (0:00:00.043) 0:00:21.140 ****** =============================================================================== Create veth interface veth1298 ------------------------------------------ 1.06s /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:21 ------------- Gathering Facts --------------------------------------------------------- 1.02s /tmp/tmpem3y1lsc/tests/network/tests_helpers_and_asserts.yml:3 ---------------- Install iproute --------------------------------------------------------- 0.94s /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.81s /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.81s /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.80s /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.79s /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.78s /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:15 ------------- Get stats of system files ----------------------------------------------- 0.60s /tmp/tmpem3y1lsc/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.49s /tmp/tmpem3y1lsc/tests/network/_backup.yml:19 --------------------------------- Delete veth interface veth1298 ------------------------------------------ 0.41s /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:35 ------------- Get stat for interface dummy1298 ---------------------------------------- 0.41s /tmp/tmpem3y1lsc/tests/network/tasks/get_interface_stat.yml:3 ----------------- Gather current interface info ------------------------------------------- 0.41s /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 ------------- Gather current interface info ------------------------------------------- 0.40s /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 ------------- Gather current interface info ------------------------------------------- 0.39s /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 ------------- Set up veth as managed by NetworkManager -------------------------------- 0.39s /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:28 ------------- Gather current interface info ------------------------------------------- 0.39s /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 ------------- Gather current interface info ------------------------------------------- 0.39s /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 ------------- Gather current interface info ------------------------------------------- 0.38s /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 ------------- Gather current interface info ------------------------------------------- 0.38s /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 ------------- 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:35:22 +0000 (0:00:00.019) 0:00:21.159 ****** changed: [/cache/centos-9.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.005842", "end": "2022-08-03 12:35:21.954347", "rc": 0, "start": "2022-08-03 12:35:21.948505" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-9.qcow2.snap : ok=120 changed=7 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Wednesday 03 August 2022 16:35:23 +0000 (0:00:00.377) 0:00:21.536 ****** =============================================================================== Create veth interface veth1298 ------------------------------------------ 1.06s /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:21 ------------- Gathering Facts --------------------------------------------------------- 1.02s /tmp/tmpem3y1lsc/tests/network/tests_helpers_and_asserts.yml:3 ---------------- Install iproute --------------------------------------------------------- 0.94s /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.81s /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.81s /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.80s /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.79s /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.78s /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:15 ------------- Get stats of system files ----------------------------------------------- 0.60s /tmp/tmpem3y1lsc/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.49s /tmp/tmpem3y1lsc/tests/network/_backup.yml:19 --------------------------------- Delete veth interface veth1298 ------------------------------------------ 0.41s /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:35 ------------- Get stat for interface dummy1298 ---------------------------------------- 0.41s /tmp/tmpem3y1lsc/tests/network/tasks/get_interface_stat.yml:3 ----------------- Gather current interface info ------------------------------------------- 0.41s /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 ------------- Gather current interface info ------------------------------------------- 0.40s /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 ------------- Gather current interface info ------------------------------------------- 0.39s /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 ------------- Set up veth as managed by NetworkManager -------------------------------- 0.39s /tmp/tmpem3y1lsc/tests/network/tasks/manage_test_interface.yml:28 ------------- Gather current interface info ------------------------------------------- 0.39s /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 ------------- Gather current interface info ------------------------------------------- 0.39s /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 ------------- Gather current interface info ------------------------------------------- 0.38s /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 ------------- Gather current interface info ------------------------------------------- 0.38s /tmp/tmpem3y1lsc/tests/network/tasks/get_current_interfaces.yml:3 -------------