ansible-playbook [core 2.12.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /tmp/tmposyp_ghn executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: _backup.yml ********************************************************** 1 plays in /tmp/tmpwwh795q9/tests/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmpwwh795q9/tests/_backup.yml:6 Wednesday 03 August 2022 15:28:21 +0000 (0:00:00.018) 0:00:00.018 ****** ok: [/cache/rhel-9.qcow2.snap] => (item=/etc/resolv.conf) => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3" }, "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659540500.230029, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659540500.230029, "dev": 64516, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 13422, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659539895.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "3547090295", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmpwwh795q9/tests/_backup.yml:13 Wednesday 03 August 2022 15:28:21 +0000 (0:00:00.610) 0:00:00.629 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/rhel-9.qcow2.snap] => (item={'changed': False, 'stat': {'exists': True, 'path': '/etc/resolv.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 90, 'inode': 13422, 'dev': 64516, 'nlink': 1, 'atime': 1659540500.230029, 'mtime': 1659539895.0, 'ctime': 1659540500.230029, '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': '3547090295', '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": 1659540500.230029, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659540500.230029, "dev": 64516, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 13422, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659539895.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "3547090295", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } } TASK [Back up system files] **************************************************** task path: /tmp/tmpwwh795q9/tests/_backup.yml:19 Wednesday 03 August 2022 15:28:22 +0000 (0:00:00.037) 0:00:00.666 ****** changed: [/cache/rhel-9.qcow2.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.003821", "end": "2022-08-03 11:28:21.998858", "rc": 0, "start": "2022-08-03 11:28:21.995037" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-9.qcow2.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 15:28:22 +0000 (0:00:00.485) 0:00:01.152 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.61s /tmp/tmpwwh795q9/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.49s /tmp/tmpwwh795q9/tests/_backup.yml:19 ----------------------------------------- Check if system files exist --------------------------------------------- 0.04s /tmp/tmpwwh795q9/tests/_backup.yml:13 ----------------------------------------- PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /tmp/tmpwwh795q9/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpwwh795q9/tests/tests_helpers_and_asserts.yml:3 Wednesday 03 August 2022 15:28:22 +0000 (0:00:00.010) 0:00:01.162 ****** ok: [/cache/rhel-9.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tests_helpers_and_asserts.yml:6 Wednesday 03 August 2022 15:28:23 +0000 (0:00:01.101) 0:00:02.264 ****** included: /tmp/tmpwwh795q9/tests/tasks/el_repo_setup.yml for /cache/rhel-9.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 15:28:23 +0000 (0:00:00.026) 0:00:02.290 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 15:28:23 +0000 (0:00:00.020) 0:00:02.310 ****** included: /tmp/tmpwwh795q9/tests/tasks/enable_epel.yml for /cache/rhel-9.qcow2.snap TASK [Create EPEL 9] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 15:28:23 +0000 (0:00:00.029) 0:00:02.339 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 15:28:23 +0000 (0:00:00.020) 0:00:02.360 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 15:28:23 +0000 (0:00:00.020) 0:00:02.381 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 15:28:23 +0000 (0:00:00.020) 0:00:02.402 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [test veth interface management] ****************************************** task path: /tmp/tmpwwh795q9/tests/tests_helpers_and_asserts.yml:8 Wednesday 03 August 2022 15:28:23 +0000 (0:00:00.018) 0:00:02.421 ****** included: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 15:28:23 +0000 (0:00:00.027) 0:00:02.448 ****** included: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:28:23 +0000 (0:00:00.028) 0:00:02.476 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:28:23 +0000 (0:00:00.025) 0:00:02.502 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003182", "end": "2022-08-03 11:28:23.722912", "rc": 0, "start": "2022-08-03 11:28:23.719730" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:28:24 +0000 (0:00:00.370) 0:00:02.873 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:28:24 +0000 (0:00:00.029) 0:00:02.903 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 15:28:24 +0000 (0:00:00.028) 0:00:02.931 ****** included: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml for /cache/rhel-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:28:24 +0000 (0:00:00.037) 0:00:02.968 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:28:24 +0000 (0:00:00.020) 0:00:02.988 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:28:24 +0000 (0:00:00.021) 0:00:03.009 ****** included: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:28:24 +0000 (0:00:00.030) 0:00:03.039 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:28:24 +0000 (0:00:00.032) 0:00:03.072 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002947", "end": "2022-08-03 11:28:24.288851", "rc": 0, "start": "2022-08-03 11:28:24.285904" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:28:24 +0000 (0:00:00.369) 0:00:03.441 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:28:24 +0000 (0:00:00.030) 0:00:03.471 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:28:24 +0000 (0:00:00.029) 0:00:03.500 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:28:25 +0000 (0:00:01.105) 0:00:04.606 ****** skipping: [/cache/rhel-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/rhel-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/rhel-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/tmpwwh795q9/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:28:26 +0000 (0:00:00.030) 0:00:04.636 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:28:26 +0000 (0:00:00.019) 0:00:04.656 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:28:26 +0000 (0:00:00.021) 0:00:04.677 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:28:26 +0000 (0:00:00.020) 0:00:04.698 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:28:26 +0000 (0:00:00.019) 0:00:04.718 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:28:26 +0000 (0:00:00.021) 0:00:04.739 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 15:28:26 +0000 (0:00:00.018) 0:00:04.757 ****** included: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:28:26 +0000 (0:00:00.030) 0:00:04.788 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:28:26 +0000 (0:00:00.025) 0:00:04.813 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002852", "end": "2022-08-03 11:28:26.019972", "rc": 0, "start": "2022-08-03 11:28:26.017120" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:28:26 +0000 (0:00:00.357) 0:00:05.170 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:28:26 +0000 (0:00:00.029) 0:00:05.200 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 15:28:26 +0000 (0:00:00.031) 0:00:05.232 ****** included: /tmp/tmpwwh795q9/tests/tasks/assert_device_absent.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 15:28:26 +0000 (0:00:00.034) 0:00:05.266 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.yml for /cache/rhel-9.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:28:26 +0000 (0:00:00.029) 0:00:05.295 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmpwwh795q9/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 15:28:27 +0000 (0:00:00.412) 0:00:05.708 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 15:28:27 +0000 (0:00:00.033) 0:00:05.741 ****** included: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml for /cache/rhel-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:28:27 +0000 (0:00:00.036) 0:00:05.777 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:28:27 +0000 (0:00:00.021) 0:00:05.799 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:28:27 +0000 (0:00:00.021) 0:00:05.820 ****** included: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:28:27 +0000 (0:00:00.030) 0:00:05.851 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:28:27 +0000 (0:00:00.026) 0:00:05.877 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003162", "end": "2022-08-03 11:28:27.119187", "rc": 0, "start": "2022-08-03 11:28:27.116025" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:28:27 +0000 (0:00:00.391) 0:00:06.269 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:28:27 +0000 (0:00:00.029) 0:00:06.298 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:28:27 +0000 (0:00:00.065) 0:00:06.364 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:28:28 +0000 (0:00:00.876) 0:00:07.240 ****** changed: [/cache/rhel-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.005229", "end": "2022-08-03 11:28:28.463059", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2022-08-03 11:28:28.457830" } changed: [/cache/rhel-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.003095", "end": "2022-08-03 11:28:28.807303", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2022-08-03 11:28:28.804208" } changed: [/cache/rhel-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.006165", "end": "2022-08-03 11:28:29.157244", "item": "ip link set veth1298 up", "rc": 0, "start": "2022-08-03 11:28:29.151079" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:28:29 +0000 (0:00:01.068) 0:00:08.309 ****** changed: [/cache/rhel-9.qcow2.snap] => { "changed": true, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022244", "end": "2022-08-03 11:28:29.554721", "rc": 0, "start": "2022-08-03 11:28:29.532477" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:28:30 +0000 (0:00:00.396) 0:00:08.705 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:28:30 +0000 (0:00:00.020) 0:00:08.726 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:28:30 +0000 (0:00:00.021) 0:00:08.747 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:28:30 +0000 (0:00:00.021) 0:00:08.769 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:28:30 +0000 (0:00:00.020) 0:00:08.789 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 15:28:30 +0000 (0:00:00.019) 0:00:08.808 ****** included: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:28:30 +0000 (0:00:00.034) 0:00:08.843 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:28:30 +0000 (0:00:00.026) 0:00:08.870 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002906", "end": "2022-08-03 11:28:30.076494", "rc": 0, "start": "2022-08-03 11:28:30.073588" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:28:30 +0000 (0:00:00.355) 0:00:09.226 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:28:30 +0000 (0:00:00.031) 0:00:09.257 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 15:28:30 +0000 (0:00:00.030) 0:00:09.288 ****** included: /tmp/tmpwwh795q9/tests/tasks/assert_device_present.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 15:28:30 +0000 (0:00:00.037) 0:00:09.325 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.yml for /cache/rhel-9.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:28:30 +0000 (0:00:00.026) 0:00:09.352 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1659540508.4620147, "block_size": 4096, "blocks": 0, "ctime": 1659540508.4620147, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28818, "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": 1659540508.4620147, "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/tmpwwh795q9/tests/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 15:28:31 +0000 (0:00:00.365) 0:00:09.717 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 15:28:31 +0000 (0:00:00.033) 0:00:09.750 ****** included: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml for /cache/rhel-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:28:31 +0000 (0:00:00.039) 0:00:09.790 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:28:31 +0000 (0:00:00.021) 0:00:09.811 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:28:31 +0000 (0:00:00.019) 0:00:09.831 ****** included: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:28:31 +0000 (0:00:00.029) 0:00:09.860 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:28:31 +0000 (0:00:00.026) 0:00:09.886 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003182", "end": "2022-08-03 11:28:31.100261", "rc": 0, "start": "2022-08-03 11:28:31.097079" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:28:31 +0000 (0:00:00.368) 0:00:10.255 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:28:31 +0000 (0:00:00.035) 0:00:10.291 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:28:31 +0000 (0:00:00.031) 0:00:10.322 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:28:32 +0000 (0:00:00.882) 0:00:11.205 ****** skipping: [/cache/rhel-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/rhel-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/rhel-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/tmpwwh795q9/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:28:32 +0000 (0:00:00.029) 0:00:11.234 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:28:32 +0000 (0:00:00.020) 0:00:11.254 ****** changed: [/cache/rhel-9.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.015938", "end": "2022-08-03 11:28:32.493774", "rc": 0, "start": "2022-08-03 11:28:32.477836" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:28:33 +0000 (0:00:00.394) 0:00:11.649 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:28:33 +0000 (0:00:00.020) 0:00:11.669 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:28:33 +0000 (0:00:00.022) 0:00:11.692 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:28:33 +0000 (0:00:00.020) 0:00:11.713 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 15:28:33 +0000 (0:00:00.019) 0:00:11.732 ****** included: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:28:33 +0000 (0:00:00.039) 0:00:11.771 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:28:33 +0000 (0:00:00.027) 0:00:11.799 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002981", "end": "2022-08-03 11:28:33.037732", "rc": 0, "start": "2022-08-03 11:28:33.034751" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:28:33 +0000 (0:00:00.387) 0:00:12.186 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:28:33 +0000 (0:00:00.058) 0:00:12.244 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 15:28:33 +0000 (0:00:00.070) 0:00:12.315 ****** included: /tmp/tmpwwh795q9/tests/tasks/assert_device_absent.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 15:28:33 +0000 (0:00:00.041) 0:00:12.356 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.yml for /cache/rhel-9.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:28:33 +0000 (0:00:00.027) 0:00:12.384 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmpwwh795q9/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 15:28:34 +0000 (0:00:00.395) 0:00:12.780 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [test veth interface management] ****************************************** task path: /tmp/tmpwwh795q9/tests/tests_helpers_and_asserts.yml:14 Wednesday 03 August 2022 15:28:34 +0000 (0:00:00.031) 0:00:12.811 ****** included: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 15:28:34 +0000 (0:00:00.032) 0:00:12.844 ****** included: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:28:34 +0000 (0:00:00.026) 0:00:12.871 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:28:34 +0000 (0:00:00.027) 0:00:12.898 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002872", "end": "2022-08-03 11:28:34.110982", "rc": 0, "start": "2022-08-03 11:28:34.108110" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:28:34 +0000 (0:00:00.361) 0:00:13.260 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:28:34 +0000 (0:00:00.033) 0:00:13.293 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 15:28:34 +0000 (0:00:00.031) 0:00:13.325 ****** included: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml for /cache/rhel-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:28:34 +0000 (0:00:00.031) 0:00:13.357 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:28:34 +0000 (0:00:00.020) 0:00:13.377 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:28:34 +0000 (0:00:00.019) 0:00:13.397 ****** included: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:28:34 +0000 (0:00:00.028) 0:00:13.425 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:28:34 +0000 (0:00:00.028) 0:00:13.453 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002741", "end": "2022-08-03 11:28:34.676732", "rc": 0, "start": "2022-08-03 11:28:34.673991" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:28:35 +0000 (0:00:00.376) 0:00:13.830 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:28:35 +0000 (0:00:00.032) 0:00:13.862 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:28:35 +0000 (0:00:00.031) 0:00:13.893 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:28:36 +0000 (0:00:00.833) 0:00:14.727 ****** skipping: [/cache/rhel-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/rhel-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/rhel-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/tmpwwh795q9/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:28:36 +0000 (0:00:00.028) 0:00:14.756 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:28:36 +0000 (0:00:00.020) 0:00:14.776 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:28:36 +0000 (0:00:00.019) 0:00:14.795 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:28:36 +0000 (0:00:00.020) 0:00:14.816 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:28:36 +0000 (0:00:00.021) 0:00:14.838 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:28:36 +0000 (0:00:00.021) 0:00:14.859 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 15:28:36 +0000 (0:00:00.025) 0:00:14.885 ****** included: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:28:36 +0000 (0:00:00.031) 0:00:14.916 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:28:36 +0000 (0:00:00.030) 0:00:14.946 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002772", "end": "2022-08-03 11:28:36.167319", "rc": 0, "start": "2022-08-03 11:28:36.164547" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:28:36 +0000 (0:00:00.372) 0:00:15.319 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:28:36 +0000 (0:00:00.033) 0:00:15.353 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 15:28:36 +0000 (0:00:00.032) 0:00:15.385 ****** included: /tmp/tmpwwh795q9/tests/tasks/assert_device_absent.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 15:28:36 +0000 (0:00:00.033) 0:00:15.419 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.yml for /cache/rhel-9.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:28:36 +0000 (0:00:00.030) 0:00:15.449 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmpwwh795q9/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 15:28:37 +0000 (0:00:00.387) 0:00:15.837 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 15:28:37 +0000 (0:00:00.032) 0:00:15.870 ****** included: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml for /cache/rhel-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:28:37 +0000 (0:00:00.035) 0:00:15.905 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:28:37 +0000 (0:00:00.019) 0:00:15.924 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:28:37 +0000 (0:00:00.019) 0:00:15.944 ****** included: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:28:37 +0000 (0:00:00.030) 0:00:15.974 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:28:37 +0000 (0:00:00.028) 0:00:16.002 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003893", "end": "2022-08-03 11:28:37.231816", "rc": 0, "start": "2022-08-03 11:28:37.227923" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:28:37 +0000 (0:00:00.384) 0:00:16.386 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:28:37 +0000 (0:00:00.029) 0:00:16.416 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:28:37 +0000 (0:00:00.028) 0:00:16.445 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:28:38 +0000 (0:00:00.837) 0:00:17.282 ****** skipping: [/cache/rhel-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/rhel-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/rhel-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/tmpwwh795q9/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:28:38 +0000 (0:00:00.030) 0:00:17.313 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:28:38 +0000 (0:00:00.022) 0:00:17.335 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:28:38 +0000 (0:00:00.020) 0:00:17.356 ****** changed: [/cache/rhel-9.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.004325", "end": "2022-08-03 11:28:38.635367", "rc": 0, "start": "2022-08-03 11:28:38.631042" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:28:39 +0000 (0:00:00.432) 0:00:17.789 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:28:39 +0000 (0:00:00.022) 0:00:17.812 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:28:39 +0000 (0:00:00.023) 0:00:17.835 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 15:28:39 +0000 (0:00:00.021) 0:00:17.856 ****** included: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:28:39 +0000 (0:00:00.036) 0:00:17.893 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:28:39 +0000 (0:00:00.027) 0:00:17.920 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002772", "end": "2022-08-03 11:28:39.173945", "rc": 0, "start": "2022-08-03 11:28:39.171173" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:28:39 +0000 (0:00:00.422) 0:00:18.342 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:28:39 +0000 (0:00:00.029) 0:00:18.372 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 15:28:39 +0000 (0:00:00.029) 0:00:18.402 ****** included: /tmp/tmpwwh795q9/tests/tasks/assert_device_present.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 15:28:39 +0000 (0:00:00.039) 0:00:18.441 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.yml for /cache/rhel-9.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:28:39 +0000 (0:00:00.028) 0:00:18.470 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1659540518.6341443, "block_size": 4096, "blocks": 0, "ctime": 1659540518.6341443, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28946, "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": 1659540518.6341443, "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/tmpwwh795q9/tests/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 15:28:40 +0000 (0:00:00.416) 0:00:18.886 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 15:28:40 +0000 (0:00:00.034) 0:00:18.921 ****** included: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml for /cache/rhel-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:28:40 +0000 (0:00:00.041) 0:00:18.963 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:28:40 +0000 (0:00:00.021) 0:00:18.985 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:28:40 +0000 (0:00:00.021) 0:00:19.006 ****** included: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:28:40 +0000 (0:00:00.029) 0:00:19.036 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:28:40 +0000 (0:00:00.030) 0:00:19.066 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003719", "end": "2022-08-03 11:28:40.281689", "rc": 0, "start": "2022-08-03 11:28:40.277970" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:28:40 +0000 (0:00:00.373) 0:00:19.439 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:28:40 +0000 (0:00:00.037) 0:00:19.476 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:28:40 +0000 (0:00:00.031) 0:00:19.508 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:28:41 +0000 (0:00:00.926) 0:00:20.435 ****** skipping: [/cache/rhel-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/rhel-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/rhel-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/tmpwwh795q9/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:28:41 +0000 (0:00:00.032) 0:00:20.468 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:28:41 +0000 (0:00:00.019) 0:00:20.488 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:28:41 +0000 (0:00:00.030) 0:00:20.518 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:28:41 +0000 (0:00:00.023) 0:00:20.541 ****** changed: [/cache/rhel-9.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.015393", "end": "2022-08-03 11:28:41.782613", "rc": 0, "start": "2022-08-03 11:28:41.767220" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:28:42 +0000 (0:00:00.392) 0:00:20.934 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:28:42 +0000 (0:00:00.022) 0:00:20.956 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 15:28:42 +0000 (0:00:00.019) 0:00:20.976 ****** included: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:28:42 +0000 (0:00:00.038) 0:00:21.015 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:28:42 +0000 (0:00:00.024) 0:00:21.040 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003258", "end": "2022-08-03 11:28:42.251693", "rc": 0, "start": "2022-08-03 11:28:42.248435" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:28:42 +0000 (0:00:00.363) 0:00:21.403 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpwwh795q9/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:28:42 +0000 (0:00:00.032) 0:00:21.435 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 15:28:42 +0000 (0:00:00.031) 0:00:21.466 ****** included: /tmp/tmpwwh795q9/tests/tasks/assert_device_absent.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpwwh795q9/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 15:28:42 +0000 (0:00:00.042) 0:00:21.509 ****** included: /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.yml for /cache/rhel-9.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:28:42 +0000 (0:00:00.029) 0:00:21.539 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmpwwh795q9/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 15:28:43 +0000 (0:00:00.360) 0:00:21.899 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-9.qcow2.snap : ok=119 changed=6 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Wednesday 03 August 2022 15:28:43 +0000 (0:00:00.042) 0:00:21.942 ****** =============================================================================== Install iproute --------------------------------------------------------- 1.11s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:15 --------------------- Gathering Facts --------------------------------------------------------- 1.10s /tmp/tmpwwh795q9/tests/tests_helpers_and_asserts.yml:3 ------------------------ Create veth interface veth1298 ------------------------------------------ 1.07s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:21 --------------------- Install iproute --------------------------------------------------------- 0.93s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.88s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.88s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.84s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.83s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:15 --------------------- Get stats of system files ----------------------------------------------- 0.61s /tmp/tmpwwh795q9/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.49s /tmp/tmpwwh795q9/tests/_backup.yml:19 ----------------------------------------- Create dummy interface dummy1298 ---------------------------------------- 0.43s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:42 --------------------- Gather current interface info ------------------------------------------- 0.42s /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:3 --------------------- Get stat for interface dummy1298 ---------------------------------------- 0.42s /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.yml:3 ------------------------- Get stat for interface veth1298 ----------------------------------------- 0.41s /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.yml:3 ------------------------- Set up veth as managed by NetworkManager -------------------------------- 0.40s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:29 --------------------- Get stat for interface veth1298 ----------------------------------------- 0.40s /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.yml:3 ------------------------- Delete veth interface veth1298 ------------------------------------------ 0.39s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:36 --------------------- Delete dummy interface dummy1298 ---------------------------------------- 0.39s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:47 --------------------- Gather current interface info ------------------------------------------- 0.39s /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:3 --------------------- Get stat for interface dummy1298 ---------------------------------------- 0.39s /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.yml:3 ------------------------- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmpwwh795q9/tests/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmpwwh795q9/tests/_restore.yml:4 Wednesday 03 August 2022 15:28:43 +0000 (0:00:00.019) 0:00:21.961 ****** changed: [/cache/rhel-9.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.005547", "end": "2022-08-03 11:28:43.171576", "rc": 0, "start": "2022-08-03 11:28:43.166029" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-9.qcow2.snap : ok=120 changed=7 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Wednesday 03 August 2022 15:28:43 +0000 (0:00:00.367) 0:00:22.329 ****** =============================================================================== Install iproute --------------------------------------------------------- 1.11s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:15 --------------------- Gathering Facts --------------------------------------------------------- 1.10s /tmp/tmpwwh795q9/tests/tests_helpers_and_asserts.yml:3 ------------------------ Create veth interface veth1298 ------------------------------------------ 1.07s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:21 --------------------- Install iproute --------------------------------------------------------- 0.93s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.88s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.88s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.84s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.83s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:15 --------------------- Get stats of system files ----------------------------------------------- 0.61s /tmp/tmpwwh795q9/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.49s /tmp/tmpwwh795q9/tests/_backup.yml:19 ----------------------------------------- Create dummy interface dummy1298 ---------------------------------------- 0.43s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:42 --------------------- Gather current interface info ------------------------------------------- 0.42s /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:3 --------------------- Get stat for interface dummy1298 ---------------------------------------- 0.42s /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.yml:3 ------------------------- Get stat for interface veth1298 ----------------------------------------- 0.41s /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.yml:3 ------------------------- Set up veth as managed by NetworkManager -------------------------------- 0.40s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:29 --------------------- Get stat for interface veth1298 ----------------------------------------- 0.40s /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.yml:3 ------------------------- Delete veth interface veth1298 ------------------------------------------ 0.39s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:36 --------------------- Delete dummy interface dummy1298 ---------------------------------------- 0.39s /tmp/tmpwwh795q9/tests/tasks/manage_test_interface.yml:47 --------------------- Gather current interface info ------------------------------------------- 0.39s /tmp/tmpwwh795q9/tests/tasks/get_current_interfaces.yml:3 --------------------- Get stat for interface dummy1298 ---------------------------------------- 0.39s /tmp/tmpwwh795q9/tests/tasks/get_interface_stat.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/tmposyp_ghn executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: _backup.yml ********************************************************** 1 plays in /tmp/tmp1gs4m1jh/tests/network/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmp1gs4m1jh/tests/network/_backup.yml:6 Wednesday 03 August 2022 15:47:10 +0000 (0:00:00.019) 0:00:00.019 ****** ok: [/cache/rhel-9.qcow2.snap] => (item=/etc/resolv.conf) => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3" }, "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659541629.482115, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659541629.482115, "dev": 64516, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 13422, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659541026.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "3192380696", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmp1gs4m1jh/tests/network/_backup.yml:13 Wednesday 03 August 2022 15:47:11 +0000 (0:00:00.581) 0:00:00.601 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/rhel-9.qcow2.snap] => (item={'changed': False, 'stat': {'exists': True, 'path': '/etc/resolv.conf', 'mode': '0644', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 90, 'inode': 13422, 'dev': 64516, 'nlink': 1, 'atime': 1659541629.482115, 'mtime': 1659541026.0, 'ctime': 1659541629.482115, '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': '3192380696', '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": 1659541629.482115, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659541629.482115, "dev": 64516, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 13422, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659541026.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "3192380696", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } } TASK [Back up system files] **************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/_backup.yml:19 Wednesday 03 August 2022 15:47:11 +0000 (0:00:00.036) 0:00:00.637 ****** changed: [/cache/rhel-9.qcow2.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.004709", "end": "2022-08-03 11:47:11.292059", "rc": 0, "start": "2022-08-03 11:47:11.287350" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-9.qcow2.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 15:47:12 +0000 (0:00:00.547) 0:00:01.185 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.58s /tmp/tmp1gs4m1jh/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.55s /tmp/tmp1gs4m1jh/tests/network/_backup.yml:19 --------------------------------- Check if system files exist --------------------------------------------- 0.04s /tmp/tmp1gs4m1jh/tests/network/_backup.yml:13 --------------------------------- PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /tmp/tmp1gs4m1jh/tests/network/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tests_helpers_and_asserts.yml:3 Wednesday 03 August 2022 15:47:12 +0000 (0:00:00.010) 0:00:01.195 ****** ok: [/cache/rhel-9.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tests_helpers_and_asserts.yml:6 Wednesday 03 August 2022 15:47:13 +0000 (0:00:01.089) 0:00:02.285 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/el_repo_setup.yml for /cache/rhel-9.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 15:47:13 +0000 (0:00:00.026) 0:00:02.312 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 15:47:13 +0000 (0:00:00.020) 0:00:02.332 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/enable_epel.yml for /cache/rhel-9.qcow2.snap TASK [Create EPEL 9] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 15:47:13 +0000 (0:00:00.028) 0:00:02.360 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 15:47:13 +0000 (0:00:00.019) 0:00:02.380 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 15:47:13 +0000 (0:00:00.019) 0:00:02.400 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 15:47:13 +0000 (0:00:00.021) 0:00:02.421 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [test veth interface management] ****************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tests_helpers_and_asserts.yml:8 Wednesday 03 August 2022 15:47:13 +0000 (0:00:00.019) 0:00:02.441 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 15:47:13 +0000 (0:00:00.028) 0:00:02.469 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:13 +0000 (0:00:00.027) 0:00:02.496 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:13 +0000 (0:00:00.025) 0:00:02.522 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003484", "end": "2022-08-03 11:47:13.011598", "rc": 0, "start": "2022-08-03 11:47:13.008114" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:13 +0000 (0:00:00.377) 0:00:02.899 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:13 +0000 (0:00:00.031) 0:00:02.931 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 15:47:13 +0000 (0:00:00.032) 0:00:02.964 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml for /cache/rhel-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:47:13 +0000 (0:00:00.033) 0:00:02.997 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:47:13 +0000 (0:00:00.022) 0:00:03.019 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:47:13 +0000 (0:00:00.020) 0:00:03.039 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:13 +0000 (0:00:00.036) 0:00:03.075 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:13 +0000 (0:00:00.031) 0:00:03.107 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003749", "end": "2022-08-03 11:47:13.601292", "rc": 0, "start": "2022-08-03 11:47:13.597543" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:14 +0000 (0:00:00.375) 0:00:03.483 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:14 +0000 (0:00:00.035) 0:00:03.518 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:47:14 +0000 (0:00:00.032) 0:00:03.551 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:47:15 +0000 (0:00:01.048) 0:00:04.600 ****** skipping: [/cache/rhel-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/rhel-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/rhel-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/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 15:47:15 +0000 (0:00:00.032) 0:00:04.632 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 15:47:15 +0000 (0:00:00.023) 0:00:04.656 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 15:47:15 +0000 (0:00:00.023) 0:00:04.679 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 15:47:15 +0000 (0:00:00.021) 0:00:04.701 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 15:47:15 +0000 (0:00:00.020) 0:00:04.722 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:47:15 +0000 (0:00:00.024) 0:00:04.746 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 15:47:15 +0000 (0:00:00.022) 0:00:04.768 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:15 +0000 (0:00:00.033) 0:00:04.802 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:15 +0000 (0:00:00.028) 0:00:04.830 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002913", "end": "2022-08-03 11:47:15.311753", "rc": 0, "start": "2022-08-03 11:47:15.308840" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:16 +0000 (0:00:00.363) 0:00:05.194 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:16 +0000 (0:00:00.030) 0:00:05.225 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 15:47:16 +0000 (0:00:00.030) 0:00:05.256 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/assert_device_absent.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 15:47:16 +0000 (0:00:00.033) 0:00:05.289 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_interface_stat.yml for /cache/rhel-9.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:47:16 +0000 (0:00:00.028) 0:00:05.317 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 15:47:16 +0000 (0:00:00.384) 0:00:05.702 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 15:47:16 +0000 (0:00:00.065) 0:00:05.767 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml for /cache/rhel-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:47:16 +0000 (0:00:00.036) 0:00:05.803 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:47:16 +0000 (0:00:00.025) 0:00:05.829 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:47:16 +0000 (0:00:00.022) 0:00:05.851 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:16 +0000 (0:00:00.031) 0:00:05.882 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:16 +0000 (0:00:00.026) 0:00:05.908 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002788", "end": "2022-08-03 11:47:16.431953", "rc": 0, "start": "2022-08-03 11:47:16.429165" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:17 +0000 (0:00:00.404) 0:00:06.313 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:17 +0000 (0:00:00.031) 0:00:06.344 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:47:17 +0000 (0:00:00.031) 0:00:06.375 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:47:18 +0000 (0:00:00.798) 0:00:07.174 ****** changed: [/cache/rhel-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.004014", "end": "2022-08-03 11:47:17.653678", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2022-08-03 11:47:17.649664" } changed: [/cache/rhel-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.002872", "end": "2022-08-03 11:47:17.999781", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2022-08-03 11:47:17.996909" } changed: [/cache/rhel-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.009681", "end": "2022-08-03 11:47:18.370577", "item": "ip link set veth1298 up", "rc": 0, "start": "2022-08-03 11:47:18.360896" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 15:47:19 +0000 (0:00:01.085) 0:00:08.260 ****** changed: [/cache/rhel-9.qcow2.snap] => { "changed": true, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.017926", "end": "2022-08-03 11:47:18.768222", "rc": 0, "start": "2022-08-03 11:47:18.750296" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 15:47:19 +0000 (0:00:00.389) 0:00:08.649 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 15:47:19 +0000 (0:00:00.021) 0:00:08.671 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 15:47:19 +0000 (0:00:00.023) 0:00:08.694 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 15:47:19 +0000 (0:00:00.022) 0:00:08.717 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:47:19 +0000 (0:00:00.022) 0:00:08.739 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 15:47:19 +0000 (0:00:00.022) 0:00:08.762 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:19 +0000 (0:00:00.035) 0:00:08.798 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:19 +0000 (0:00:00.026) 0:00:08.824 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002813", "end": "2022-08-03 11:47:19.303675", "rc": 0, "start": "2022-08-03 11:47:19.300862" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:20 +0000 (0:00:00.359) 0:00:09.184 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:20 +0000 (0:00:00.033) 0:00:09.217 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 15:47:20 +0000 (0:00:00.033) 0:00:09.250 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/assert_device_present.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 15:47:20 +0000 (0:00:00.039) 0:00:09.290 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_interface_stat.yml for /cache/rhel-9.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:47:20 +0000 (0:00:00.029) 0:00:09.320 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1659541637.6530974, "block_size": 4096, "blocks": 0, "ctime": 1659541637.6530974, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28818, "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": 1659541637.6530974, "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/tmp1gs4m1jh/tests/network/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 15:47:20 +0000 (0:00:00.370) 0:00:09.690 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 15:47:20 +0000 (0:00:00.031) 0:00:09.722 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml for /cache/rhel-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:47:20 +0000 (0:00:00.040) 0:00:09.763 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:47:20 +0000 (0:00:00.021) 0:00:09.785 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:47:20 +0000 (0:00:00.021) 0:00:09.806 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:20 +0000 (0:00:00.029) 0:00:09.836 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:20 +0000 (0:00:00.028) 0:00:09.864 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002720", "end": "2022-08-03 11:47:20.350944", "rc": 0, "start": "2022-08-03 11:47:20.348224" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:21 +0000 (0:00:00.369) 0:00:10.234 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:21 +0000 (0:00:00.032) 0:00:10.267 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:47:21 +0000 (0:00:00.031) 0:00:10.298 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:47:22 +0000 (0:00:00.873) 0:00:11.172 ****** skipping: [/cache/rhel-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/rhel-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/rhel-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/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 15:47:22 +0000 (0:00:00.031) 0:00:11.204 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 15:47:22 +0000 (0:00:00.020) 0:00:11.224 ****** changed: [/cache/rhel-9.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.021964", "end": "2022-08-03 11:47:21.739317", "rc": 0, "start": "2022-08-03 11:47:21.717353" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 15:47:22 +0000 (0:00:00.402) 0:00:11.627 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 15:47:22 +0000 (0:00:00.023) 0:00:11.650 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 15:47:22 +0000 (0:00:00.022) 0:00:11.673 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:47:22 +0000 (0:00:00.022) 0:00:11.696 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 15:47:22 +0000 (0:00:00.021) 0:00:11.718 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:22 +0000 (0:00:00.042) 0:00:11.760 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:22 +0000 (0:00:00.028) 0:00:11.789 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002913", "end": "2022-08-03 11:47:22.261702", "rc": 0, "start": "2022-08-03 11:47:22.258789" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:23 +0000 (0:00:00.352) 0:00:12.142 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:23 +0000 (0:00:00.059) 0:00:12.201 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 15:47:23 +0000 (0:00:00.058) 0:00:12.260 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/assert_device_absent.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 15:47:23 +0000 (0:00:00.043) 0:00:12.303 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_interface_stat.yml for /cache/rhel-9.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:47:23 +0000 (0:00:00.028) 0:00:12.332 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 15:47:23 +0000 (0:00:00.388) 0:00:12.720 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [test veth interface management] ****************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tests_helpers_and_asserts.yml:14 Wednesday 03 August 2022 15:47:23 +0000 (0:00:00.033) 0:00:12.754 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 15:47:23 +0000 (0:00:00.033) 0:00:12.787 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:23 +0000 (0:00:00.028) 0:00:12.815 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:23 +0000 (0:00:00.027) 0:00:12.843 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002779", "end": "2022-08-03 11:47:23.318757", "rc": 0, "start": "2022-08-03 11:47:23.315978" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:24 +0000 (0:00:00.355) 0:00:13.198 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:24 +0000 (0:00:00.032) 0:00:13.231 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 15:47:24 +0000 (0:00:00.031) 0:00:13.263 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml for /cache/rhel-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:47:24 +0000 (0:00:00.032) 0:00:13.295 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:47:24 +0000 (0:00:00.021) 0:00:13.317 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:47:24 +0000 (0:00:00.022) 0:00:13.339 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:24 +0000 (0:00:00.031) 0:00:13.371 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:24 +0000 (0:00:00.029) 0:00:13.401 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003253", "end": "2022-08-03 11:47:23.897603", "rc": 0, "start": "2022-08-03 11:47:23.894350" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:24 +0000 (0:00:00.378) 0:00:13.780 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:24 +0000 (0:00:00.030) 0:00:13.810 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:47:24 +0000 (0:00:00.032) 0:00:13.842 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:47:25 +0000 (0:00:00.803) 0:00:14.646 ****** skipping: [/cache/rhel-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/rhel-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/rhel-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/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 15:47:25 +0000 (0:00:00.034) 0:00:14.680 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 15:47:25 +0000 (0:00:00.024) 0:00:14.704 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 15:47:25 +0000 (0:00:00.023) 0:00:14.727 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 15:47:25 +0000 (0:00:00.023) 0:00:14.751 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 15:47:25 +0000 (0:00:00.021) 0:00:14.772 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:47:25 +0000 (0:00:00.030) 0:00:14.803 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 15:47:25 +0000 (0:00:00.023) 0:00:14.826 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:25 +0000 (0:00:00.046) 0:00:14.872 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:25 +0000 (0:00:00.034) 0:00:14.907 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002630", "end": "2022-08-03 11:47:25.376886", "rc": 0, "start": "2022-08-03 11:47:25.374256" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:26 +0000 (0:00:00.349) 0:00:15.256 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:26 +0000 (0:00:00.032) 0:00:15.289 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 15:47:26 +0000 (0:00:00.032) 0:00:15.321 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/assert_device_absent.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 15:47:26 +0000 (0:00:00.034) 0:00:15.355 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_interface_stat.yml for /cache/rhel-9.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:47:26 +0000 (0:00:00.029) 0:00:15.385 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 15:47:26 +0000 (0:00:00.357) 0:00:15.742 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 15:47:26 +0000 (0:00:00.032) 0:00:15.775 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml for /cache/rhel-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:47:26 +0000 (0:00:00.037) 0:00:15.812 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:47:26 +0000 (0:00:00.021) 0:00:15.834 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:47:26 +0000 (0:00:00.022) 0:00:15.856 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:26 +0000 (0:00:00.031) 0:00:15.887 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:26 +0000 (0:00:00.028) 0:00:15.915 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002606", "end": "2022-08-03 11:47:26.403030", "rc": 0, "start": "2022-08-03 11:47:26.400424" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:27 +0000 (0:00:00.367) 0:00:16.283 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:27 +0000 (0:00:00.074) 0:00:16.357 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:47:27 +0000 (0:00:00.034) 0:00:16.392 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:47:28 +0000 (0:00:00.847) 0:00:17.239 ****** skipping: [/cache/rhel-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/rhel-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/rhel-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/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 15:47:28 +0000 (0:00:00.031) 0:00:17.271 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 15:47:28 +0000 (0:00:00.023) 0:00:17.295 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 15:47:28 +0000 (0:00:00.022) 0:00:17.317 ****** changed: [/cache/rhel-9.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.003292", "end": "2022-08-03 11:47:27.807885", "rc": 0, "start": "2022-08-03 11:47:27.804593" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 15:47:28 +0000 (0:00:00.372) 0:00:17.689 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 15:47:28 +0000 (0:00:00.022) 0:00:17.712 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:47:28 +0000 (0:00:00.023) 0:00:17.736 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 15:47:28 +0000 (0:00:00.021) 0:00:17.758 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:28 +0000 (0:00:00.037) 0:00:17.795 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:28 +0000 (0:00:00.028) 0:00:17.823 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002722", "end": "2022-08-03 11:47:28.294327", "rc": 0, "start": "2022-08-03 11:47:28.291605" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:29 +0000 (0:00:00.348) 0:00:18.172 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:29 +0000 (0:00:00.035) 0:00:18.208 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 15:47:29 +0000 (0:00:00.031) 0:00:18.239 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/assert_device_present.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 15:47:29 +0000 (0:00:00.037) 0:00:18.277 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_interface_stat.yml for /cache/rhel-9.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:47:29 +0000 (0:00:00.029) 0:00:18.307 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "stat": { "atime": 1659541647.807359, "block_size": 4096, "blocks": 0, "ctime": 1659541647.807359, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28946, "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": 1659541647.807359, "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/tmp1gs4m1jh/tests/network/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 15:47:29 +0000 (0:00:00.346) 0:00:18.653 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 15:47:29 +0000 (0:00:00.034) 0:00:18.688 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml for /cache/rhel-9.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:47:29 +0000 (0:00:00.041) 0:00:18.729 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:47:29 +0000 (0:00:00.022) 0:00:18.751 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:47:29 +0000 (0:00:00.022) 0:00:18.774 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:29 +0000 (0:00:00.032) 0:00:18.806 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:29 +0000 (0:00:00.029) 0:00:18.835 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002732", "end": "2022-08-03 11:47:29.318766", "rc": 0, "start": "2022-08-03 11:47:29.316034" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:30 +0000 (0:00:00.362) 0:00:19.198 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:30 +0000 (0:00:00.031) 0:00:19.230 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:47:30 +0000 (0:00:00.038) 0:00:19.268 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:47:30 +0000 (0:00:00.837) 0:00:20.106 ****** skipping: [/cache/rhel-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/rhel-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/rhel-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/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 15:47:31 +0000 (0:00:00.034) 0:00:20.141 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 15:47:31 +0000 (0:00:00.023) 0:00:20.165 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 15:47:31 +0000 (0:00:00.023) 0:00:20.188 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 15:47:31 +0000 (0:00:00.025) 0:00:20.214 ****** changed: [/cache/rhel-9.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010415", "end": "2022-08-03 11:47:30.724394", "rc": 0, "start": "2022-08-03 11:47:30.713979" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 15:47:31 +0000 (0:00:00.396) 0:00:20.610 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:47:31 +0000 (0:00:00.058) 0:00:20.668 ****** skipping: [/cache/rhel-9.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 15:47:31 +0000 (0:00:00.026) 0:00:20.694 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:31 +0000 (0:00:00.050) 0:00:20.745 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-9.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:31 +0000 (0:00:00.034) 0:00:20.780 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002908", "end": "2022-08-03 11:47:31.272538", "rc": 0, "start": "2022-08-03 11:47:31.269630" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:32 +0000 (0:00:00.376) 0:00:21.156 ****** ok: [/cache/rhel-9.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:32 +0000 (0:00:00.034) 0:00:21.191 ****** ok: [/cache/rhel-9.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 15:47:32 +0000 (0:00:00.034) 0:00:21.225 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/assert_device_absent.yml for /cache/rhel-9.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 15:47:32 +0000 (0:00:00.043) 0:00:21.268 ****** included: /tmp/tmp1gs4m1jh/tests/network/tasks/get_interface_stat.yml for /cache/rhel-9.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmp1gs4m1jh/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:47:32 +0000 (0:00:00.028) 0:00:21.297 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmp1gs4m1jh/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 15:47:32 +0000 (0:00:00.373) 0:00:21.670 ****** ok: [/cache/rhel-9.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-9.qcow2.snap : ok=119 changed=6 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Wednesday 03 August 2022 15:47:32 +0000 (0:00:00.078) 0:00:21.748 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 1.09s /tmp/tmp1gs4m1jh/tests/network/tests_helpers_and_asserts.yml:3 ---------------- Create veth interface veth1298 ------------------------------------------ 1.09s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:21 ------------- Install iproute --------------------------------------------------------- 1.05s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.87s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.85s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.84s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.80s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.80s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:15 ------------- Get stats of system files ----------------------------------------------- 0.58s /tmp/tmp1gs4m1jh/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.55s /tmp/tmp1gs4m1jh/tests/network/_backup.yml:19 --------------------------------- Gather current interface info ------------------------------------------- 0.40s /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 ------------- Delete veth interface veth1298 ------------------------------------------ 0.40s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:35 ------------- Delete dummy interface dummy1298 ---------------------------------------- 0.40s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:44 ------------- Set up veth as managed by NetworkManager -------------------------------- 0.39s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:28 ------------- Get stat for interface veth1298 ----------------------------------------- 0.39s /tmp/tmp1gs4m1jh/tests/network/tasks/get_interface_stat.yml:3 ----------------- Get stat for interface veth1298 ----------------------------------------- 0.38s /tmp/tmp1gs4m1jh/tests/network/tasks/get_interface_stat.yml:3 ----------------- Gather current interface info ------------------------------------------- 0.38s /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 ------------- Gather current interface info ------------------------------------------- 0.38s /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 ------------- Gather current interface info ------------------------------------------- 0.38s /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 ------------- Gather current interface info ------------------------------------------- 0.38s /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 ------------- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmp1gs4m1jh/tests/network/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmp1gs4m1jh/tests/network/_restore.yml:4 Wednesday 03 August 2022 15:47:32 +0000 (0:00:00.019) 0:00:21.768 ****** changed: [/cache/rhel-9.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.005970", "end": "2022-08-03 11:47:32.270991", "rc": 0, "start": "2022-08-03 11:47:32.265021" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-9.qcow2.snap : ok=120 changed=7 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Wednesday 03 August 2022 15:47:33 +0000 (0:00:00.394) 0:00:22.162 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 1.09s /tmp/tmp1gs4m1jh/tests/network/tests_helpers_and_asserts.yml:3 ---------------- Create veth interface veth1298 ------------------------------------------ 1.09s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:21 ------------- Install iproute --------------------------------------------------------- 1.05s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.87s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.85s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.84s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.80s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.80s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:15 ------------- Get stats of system files ----------------------------------------------- 0.58s /tmp/tmp1gs4m1jh/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.55s /tmp/tmp1gs4m1jh/tests/network/_backup.yml:19 --------------------------------- Gather current interface info ------------------------------------------- 0.40s /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 ------------- Delete veth interface veth1298 ------------------------------------------ 0.40s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:35 ------------- Delete dummy interface dummy1298 ---------------------------------------- 0.40s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:44 ------------- Restore system files ---------------------------------------------------- 0.39s /tmp/tmp1gs4m1jh/tests/network/_restore.yml:4 --------------------------------- Set up veth as managed by NetworkManager -------------------------------- 0.39s /tmp/tmp1gs4m1jh/tests/network/tasks/manage_test_interface.yml:28 ------------- Get stat for interface veth1298 ----------------------------------------- 0.39s /tmp/tmp1gs4m1jh/tests/network/tasks/get_interface_stat.yml:3 ----------------- Get stat for interface veth1298 ----------------------------------------- 0.38s /tmp/tmp1gs4m1jh/tests/network/tasks/get_interface_stat.yml:3 ----------------- Gather current interface info ------------------------------------------- 0.38s /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 ------------- Gather current interface info ------------------------------------------- 0.38s /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 ------------- Gather current interface info ------------------------------------------- 0.38s /tmp/tmp1gs4m1jh/tests/network/tasks/get_current_interfaces.yml:3 -------------