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/tmpcwsggv7g 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: rhel-8_setup.yml ***************************************************** 1 plays in /cache/rhel-8_setup.yml PLAY [Setup repos] ************************************************************* META: ran handlers TASK [set up internal repositories] ******************************************** task path: /cache/rhel-8_setup.yml:5 Wednesday 03 August 2022 15:40:08 +0000 (0:00:00.018) 0:00:00.018 ****** ok: [/cache/rhel-8.qcow2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [/cache/rhel-8.qcow2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [/cache/rhel-8.qcow2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 15:40:09 +0000 (0:00:01.293) 0:00:01.312 ****** =============================================================================== set up internal repositories -------------------------------------------- 1.29s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- PLAYBOOK: _backup.yml ********************************************************** 1 plays in /tmp/tmpd6fsfezc/tests/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmpd6fsfezc/tests/_backup.yml:6 Wednesday 03 August 2022 15:40:09 +0000 (0:00:00.014) 0:00:01.326 ****** ok: [/cache/rhel-8.qcow2] => (item=/etc/resolv.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659541207.5137782, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659541206.5117784, "dev": 64515, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 752168, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659539931.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "98781516", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmpd6fsfezc/tests/_backup.yml:13 Wednesday 03 August 2022 15:40:10 +0000 (0:00:00.493) 0:00:01.819 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/rhel-8.qcow2] => (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': 752168, 'dev': 64515, 'nlink': 1, 'atime': 1659541207.5137782, 'mtime': 1659539931.0, 'ctime': 1659541206.5117784, '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': '98781516', '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'}}, '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_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": 1659541207.5137782, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659541206.5117784, "dev": 64515, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 752168, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659539931.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "98781516", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } } TASK [Back up system files] **************************************************** task path: /tmp/tmpd6fsfezc/tests/_backup.yml:19 Wednesday 03 August 2022 15:40:10 +0000 (0:00:00.034) 0:00:01.854 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.003960", "end": "2022-08-03 11:40:09.442244", "rc": 0, "start": "2022-08-03 11:40:09.438284" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=4 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 15:40:10 +0000 (0:00:00.450) 0:00:02.304 ****** =============================================================================== set up internal repositories -------------------------------------------- 1.29s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- Get stats of system files ----------------------------------------------- 0.49s /tmp/tmpd6fsfezc/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.45s /tmp/tmpd6fsfezc/tests/_backup.yml:19 ----------------------------------------- Check if system files exist --------------------------------------------- 0.03s /tmp/tmpd6fsfezc/tests/_backup.yml:13 ----------------------------------------- PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /tmp/tmpd6fsfezc/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpd6fsfezc/tests/tests_helpers_and_asserts.yml:3 Wednesday 03 August 2022 15:40:10 +0000 (0:00:00.009) 0:00:02.314 ****** ok: [/cache/rhel-8.qcow2] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tests_helpers_and_asserts.yml:6 Wednesday 03 August 2022 15:40:11 +0000 (0:00:01.018) 0:00:03.332 ****** included: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml for /cache/rhel-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 15:40:11 +0000 (0:00:00.026) 0:00:03.359 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 15:40:11 +0000 (0:00:00.019) 0:00:03.378 ****** included: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml for /cache/rhel-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 15:40:11 +0000 (0:00:00.026) 0:00:03.404 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 15:40:11 +0000 (0:00:00.364) 0:00:03.769 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 15:40:11 +0000 (0:00:00.020) 0:00:03.790 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.372983", "end": "2022-08-03 11:40:11.674566", "rc": 0, "start": "2022-08-03 11:40:11.301583" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 15:40:12 +0000 (0:00:00.743) 0:00:04.534 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [test veth interface management] ****************************************** task path: /tmp/tmpd6fsfezc/tests/tests_helpers_and_asserts.yml:8 Wednesday 03 August 2022 15:40:12 +0000 (0:00:00.020) 0:00:04.554 ****** included: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 15:40:12 +0000 (0:00:00.027) 0:00:04.581 ****** included: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:40:12 +0000 (0:00:00.027) 0:00:04.608 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:40:12 +0000 (0:00:00.023) 0:00:04.632 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002639", "end": "2022-08-03 11:40:12.134221", "rc": 0, "start": "2022-08-03 11:40:12.131582" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:40:13 +0000 (0:00:00.362) 0:00:04.994 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:40:13 +0000 (0:00:00.029) 0:00:05.023 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 15:40:13 +0000 (0:00:00.027) 0:00:05.051 ****** included: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml for /cache/rhel-8.qcow2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:40:13 +0000 (0:00:00.035) 0:00:05.086 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:40:13 +0000 (0:00:00.021) 0:00:05.108 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:40:13 +0000 (0:00:00.023) 0:00:05.131 ****** included: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:40:13 +0000 (0:00:00.027) 0:00:05.159 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:40:13 +0000 (0:00:00.026) 0:00:05.185 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003167", "end": "2022-08-03 11:40:12.698033", "rc": 0, "start": "2022-08-03 11:40:12.694866" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:40:13 +0000 (0:00:00.371) 0:00:05.557 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:40:13 +0000 (0:00:00.030) 0:00:05.588 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:40:13 +0000 (0:00:00.028) 0:00:05.616 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:40:15 +0000 (0:00:01.966) 0:00:07.583 ****** skipping: [/cache/rhel-8.qcow2] => (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-8.qcow2] => (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-8.qcow2] => (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/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:40:15 +0000 (0:00:00.031) 0:00:07.614 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:40:15 +0000 (0:00:00.019) 0:00:07.634 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:40:15 +0000 (0:00:00.019) 0:00:07.653 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:40:15 +0000 (0:00:00.020) 0:00:07.674 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:40:15 +0000 (0:00:00.018) 0:00:07.693 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:40:15 +0000 (0:00:00.020) 0:00:07.713 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 15:40:15 +0000 (0:00:00.019) 0:00:07.733 ****** included: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:40:15 +0000 (0:00:00.029) 0:00:07.763 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:40:15 +0000 (0:00:00.024) 0:00:07.788 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003386", "end": "2022-08-03 11:40:15.339107", "rc": 0, "start": "2022-08-03 11:40:15.335721" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:40:16 +0000 (0:00:00.410) 0:00:08.198 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:40:16 +0000 (0:00:00.030) 0:00:08.228 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 15:40:16 +0000 (0:00:00.027) 0:00:08.256 ****** included: /tmp/tmpd6fsfezc/tests/tasks/assert_device_absent.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 15:40:16 +0000 (0:00:00.031) 0:00:08.287 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:40:16 +0000 (0:00:00.026) 0:00:08.314 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmpd6fsfezc/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 15:40:16 +0000 (0:00:00.385) 0:00:08.699 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 15:40:16 +0000 (0:00:00.030) 0:00:08.730 ****** included: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml for /cache/rhel-8.qcow2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:40:16 +0000 (0:00:00.034) 0:00:08.764 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:40:16 +0000 (0:00:00.019) 0:00:08.783 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:40:16 +0000 (0:00:00.018) 0:00:08.802 ****** included: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:40:17 +0000 (0:00:00.026) 0:00:08.829 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:40:17 +0000 (0:00:00.025) 0:00:08.855 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002917", "end": "2022-08-03 11:40:16.398490", "rc": 0, "start": "2022-08-03 11:40:16.395573" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:40:17 +0000 (0:00:00.403) 0:00:09.258 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:40:17 +0000 (0:00:00.030) 0:00:09.289 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:40:17 +0000 (0:00:00.029) 0:00:09.318 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:40:18 +0000 (0:00:01.418) 0:00:10.737 ****** changed: [/cache/rhel-8.qcow2] => (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.005876", "end": "2022-08-03 11:40:18.251085", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2022-08-03 11:40:18.245209" } changed: [/cache/rhel-8.qcow2] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.010241", "end": "2022-08-03 11:40:18.610817", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2022-08-03 11:40:18.600576" } changed: [/cache/rhel-8.qcow2] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.010042", "end": "2022-08-03 11:40:18.967282", "item": "ip link set veth1298 up", "rc": 0, "start": "2022-08-03 11:40:18.957240" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:40:20 +0000 (0:00:01.095) 0:00:11.832 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.019413", "end": "2022-08-03 11:40:19.361453", "rc": 0, "start": "2022-08-03 11:40:19.342040" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:40:20 +0000 (0:00:00.389) 0:00:12.222 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:40:20 +0000 (0:00:00.021) 0:00:12.243 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:40:20 +0000 (0:00:00.021) 0:00:12.265 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:40:20 +0000 (0:00:00.020) 0:00:12.286 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:40:20 +0000 (0:00:00.019) 0:00:12.305 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 15:40:20 +0000 (0:00:00.020) 0:00:12.326 ****** included: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:40:20 +0000 (0:00:00.033) 0:00:12.360 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:40:20 +0000 (0:00:00.024) 0:00:12.384 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002909", "end": "2022-08-03 11:40:19.886089", "rc": 0, "start": "2022-08-03 11:40:19.883180" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:40:20 +0000 (0:00:00.360) 0:00:12.745 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:40:20 +0000 (0:00:00.028) 0:00:12.774 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 15:40:20 +0000 (0:00:00.027) 0:00:12.801 ****** included: /tmp/tmpd6fsfezc/tests/tasks/assert_device_present.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 15:40:21 +0000 (0:00:00.033) 0:00:12.834 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:40:21 +0000 (0:00:00.023) 0:00:12.858 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "atime": 1659541218.249057, "block_size": 4096, "blocks": 0, "ctime": 1659541218.249057, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34039, "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": 1659541218.249057, "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/tmpd6fsfezc/tests/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 15:40:21 +0000 (0:00:00.369) 0:00:13.227 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 15:40:21 +0000 (0:00:00.031) 0:00:13.259 ****** included: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml for /cache/rhel-8.qcow2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:40:21 +0000 (0:00:00.040) 0:00:13.299 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:40:21 +0000 (0:00:00.019) 0:00:13.319 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:40:21 +0000 (0:00:00.019) 0:00:13.338 ****** included: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:40:21 +0000 (0:00:00.028) 0:00:13.367 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:40:21 +0000 (0:00:00.026) 0:00:13.393 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003142", "end": "2022-08-03 11:40:20.906941", "rc": 0, "start": "2022-08-03 11:40:20.903799" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:40:21 +0000 (0:00:00.374) 0:00:13.768 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:40:21 +0000 (0:00:00.028) 0:00:13.796 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:40:22 +0000 (0:00:00.029) 0:00:13.825 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:40:23 +0000 (0:00:01.410) 0:00:15.236 ****** skipping: [/cache/rhel-8.qcow2] => (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-8.qcow2] => (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-8.qcow2] => (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/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:40:23 +0000 (0:00:00.030) 0:00:15.267 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:40:23 +0000 (0:00:00.020) 0:00:15.288 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.012029", "end": "2022-08-03 11:40:22.797500", "rc": 0, "start": "2022-08-03 11:40:22.785471" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:40:23 +0000 (0:00:00.371) 0:00:15.659 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:40:23 +0000 (0:00:00.021) 0:00:15.680 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:40:23 +0000 (0:00:00.020) 0:00:15.701 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:40:23 +0000 (0:00:00.021) 0:00:15.722 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 15:40:23 +0000 (0:00:00.019) 0:00:15.742 ****** included: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:40:23 +0000 (0:00:00.038) 0:00:15.781 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:40:23 +0000 (0:00:00.026) 0:00:15.807 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003655", "end": "2022-08-03 11:40:23.314851", "rc": 0, "start": "2022-08-03 11:40:23.311196" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:40:24 +0000 (0:00:00.366) 0:00:16.174 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:40:24 +0000 (0:00:00.030) 0:00:16.205 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 15:40:24 +0000 (0:00:00.058) 0:00:16.264 ****** included: /tmp/tmpd6fsfezc/tests/tasks/assert_device_absent.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 15:40:24 +0000 (0:00:00.042) 0:00:16.306 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:40:24 +0000 (0:00:00.027) 0:00:16.333 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmpd6fsfezc/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 15:40:24 +0000 (0:00:00.346) 0:00:16.679 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [test veth interface management] ****************************************** task path: /tmp/tmpd6fsfezc/tests/tests_helpers_and_asserts.yml:14 Wednesday 03 August 2022 15:40:24 +0000 (0:00:00.032) 0:00:16.712 ****** included: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 15:40:24 +0000 (0:00:00.028) 0:00:16.741 ****** included: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:40:24 +0000 (0:00:00.026) 0:00:16.767 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:40:24 +0000 (0:00:00.026) 0:00:16.793 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003054", "end": "2022-08-03 11:40:24.300790", "rc": 0, "start": "2022-08-03 11:40:24.297736" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:40:25 +0000 (0:00:00.367) 0:00:17.161 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:40:25 +0000 (0:00:00.030) 0:00:17.191 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 15:40:25 +0000 (0:00:00.029) 0:00:17.221 ****** included: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml for /cache/rhel-8.qcow2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:40:25 +0000 (0:00:00.029) 0:00:17.251 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:40:25 +0000 (0:00:00.018) 0:00:17.270 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:40:25 +0000 (0:00:00.020) 0:00:17.290 ****** included: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:40:25 +0000 (0:00:00.029) 0:00:17.319 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:40:25 +0000 (0:00:00.025) 0:00:17.345 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002700", "end": "2022-08-03 11:40:24.851254", "rc": 0, "start": "2022-08-03 11:40:24.848554" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:40:25 +0000 (0:00:00.362) 0:00:17.708 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:40:25 +0000 (0:00:00.031) 0:00:17.740 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:40:25 +0000 (0:00:00.029) 0:00:17.770 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:40:27 +0000 (0:00:01.346) 0:00:19.116 ****** skipping: [/cache/rhel-8.qcow2] => (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-8.qcow2] => (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-8.qcow2] => (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/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:40:27 +0000 (0:00:00.030) 0:00:19.147 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:40:27 +0000 (0:00:00.020) 0:00:19.167 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:40:27 +0000 (0:00:00.020) 0:00:19.188 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:40:27 +0000 (0:00:00.020) 0:00:19.209 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:40:27 +0000 (0:00:00.021) 0:00:19.230 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:40:27 +0000 (0:00:00.021) 0:00:19.252 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 15:40:27 +0000 (0:00:00.020) 0:00:19.272 ****** included: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:40:27 +0000 (0:00:00.029) 0:00:19.302 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:40:27 +0000 (0:00:00.033) 0:00:19.335 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002765", "end": "2022-08-03 11:40:26.844606", "rc": 0, "start": "2022-08-03 11:40:26.841841" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:40:27 +0000 (0:00:00.367) 0:00:19.702 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:40:27 +0000 (0:00:00.032) 0:00:19.735 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 15:40:27 +0000 (0:00:00.031) 0:00:19.766 ****** included: /tmp/tmpd6fsfezc/tests/tasks/assert_device_absent.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 15:40:27 +0000 (0:00:00.032) 0:00:19.799 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:40:28 +0000 (0:00:00.035) 0:00:19.834 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmpd6fsfezc/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 15:40:28 +0000 (0:00:00.363) 0:00:20.197 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 15:40:28 +0000 (0:00:00.031) 0:00:20.229 ****** included: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml for /cache/rhel-8.qcow2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:40:28 +0000 (0:00:00.033) 0:00:20.262 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:40:28 +0000 (0:00:00.018) 0:00:20.280 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:40:28 +0000 (0:00:00.017) 0:00:20.298 ****** included: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:40:28 +0000 (0:00:00.026) 0:00:20.324 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:40:28 +0000 (0:00:00.025) 0:00:20.350 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002723", "end": "2022-08-03 11:40:27.857984", "rc": 0, "start": "2022-08-03 11:40:27.855261" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:40:28 +0000 (0:00:00.366) 0:00:20.716 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:40:28 +0000 (0:00:00.030) 0:00:20.747 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:40:28 +0000 (0:00:00.030) 0:00:20.778 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:40:30 +0000 (0:00:01.350) 0:00:22.128 ****** skipping: [/cache/rhel-8.qcow2] => (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-8.qcow2] => (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-8.qcow2] => (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/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:40:30 +0000 (0:00:00.030) 0:00:22.158 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:40:30 +0000 (0:00:00.022) 0:00:22.181 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:40:30 +0000 (0:00:00.020) 0:00:22.201 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.003411", "end": "2022-08-03 11:40:29.694692", "rc": 0, "start": "2022-08-03 11:40:29.691281" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:40:30 +0000 (0:00:00.354) 0:00:22.556 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:40:30 +0000 (0:00:00.021) 0:00:22.577 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:40:30 +0000 (0:00:00.019) 0:00:22.597 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 15:40:30 +0000 (0:00:00.017) 0:00:22.615 ****** included: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:40:30 +0000 (0:00:00.032) 0:00:22.648 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:40:30 +0000 (0:00:00.025) 0:00:22.673 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002884", "end": "2022-08-03 11:40:30.186987", "rc": 0, "start": "2022-08-03 11:40:30.184103" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:40:31 +0000 (0:00:00.372) 0:00:23.046 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:40:31 +0000 (0:00:00.031) 0:00:23.077 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 15:40:31 +0000 (0:00:00.030) 0:00:23.107 ****** included: /tmp/tmpd6fsfezc/tests/tasks/assert_device_present.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 15:40:31 +0000 (0:00:00.035) 0:00:23.143 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:40:31 +0000 (0:00:00.026) 0:00:23.169 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "atime": 1659541229.6941738, "block_size": 4096, "blocks": 0, "ctime": 1659541229.6941738, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34167, "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": 1659541229.6941738, "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/tmpd6fsfezc/tests/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 15:40:31 +0000 (0:00:00.356) 0:00:23.525 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 15:40:31 +0000 (0:00:00.034) 0:00:23.560 ****** included: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml for /cache/rhel-8.qcow2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:40:31 +0000 (0:00:00.039) 0:00:23.600 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:40:31 +0000 (0:00:00.019) 0:00:23.619 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:40:31 +0000 (0:00:00.019) 0:00:23.638 ****** included: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:40:31 +0000 (0:00:00.027) 0:00:23.666 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:40:31 +0000 (0:00:00.027) 0:00:23.693 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.005293", "end": "2022-08-03 11:40:32.208782", "rc": 0, "start": "2022-08-03 11:40:31.203489" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:40:33 +0000 (0:00:01.376) 0:00:25.070 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:40:33 +0000 (0:00:00.084) 0:00:25.154 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:40:33 +0000 (0:00:00.066) 0:00:25.221 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:40:34 +0000 (0:00:01.354) 0:00:26.576 ****** skipping: [/cache/rhel-8.qcow2] => (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-8.qcow2] => (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-8.qcow2] => (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/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:40:34 +0000 (0:00:00.028) 0:00:26.604 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:40:34 +0000 (0:00:00.020) 0:00:26.624 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:40:34 +0000 (0:00:00.021) 0:00:26.646 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:40:34 +0000 (0:00:00.020) 0:00:26.667 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008493", "end": "2022-08-03 11:40:34.181227", "rc": 0, "start": "2022-08-03 11:40:34.172734" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:40:35 +0000 (0:00:00.380) 0:00:27.047 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:40:35 +0000 (0:00:00.022) 0:00:27.070 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 15:40:35 +0000 (0:00:00.021) 0:00:27.091 ****** included: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:40:35 +0000 (0:00:00.039) 0:00:27.131 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:40:35 +0000 (0:00:00.026) 0:00:27.157 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002869", "end": "2022-08-03 11:40:34.657227", "rc": 0, "start": "2022-08-03 11:40:34.654358" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:40:35 +0000 (0:00:00.358) 0:00:27.515 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpd6fsfezc/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:40:35 +0000 (0:00:00.032) 0:00:27.548 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 15:40:35 +0000 (0:00:00.031) 0:00:27.579 ****** included: /tmp/tmpd6fsfezc/tests/tasks/assert_device_absent.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 15:40:35 +0000 (0:00:00.041) 0:00:27.620 ****** included: /tmp/tmpd6fsfezc/tests/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpd6fsfezc/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:40:35 +0000 (0:00:00.027) 0:00:27.648 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmpd6fsfezc/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 15:40:36 +0000 (0:00:00.349) 0:00:27.997 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=122 changed=7 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 Wednesday 03 August 2022 15:40:36 +0000 (0:00:00.041) 0:00:28.038 ****** =============================================================================== Install iproute --------------------------------------------------------- 1.97s /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.42s /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.41s /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:15 --------------------- Gather current interface info ------------------------------------------- 1.38s /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 --------------------- Install iproute --------------------------------------------------------- 1.35s /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.35s /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.35s /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:15 --------------------- set up internal repositories -------------------------------------------- 1.29s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- Create veth interface veth1298 ------------------------------------------ 1.10s /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:21 --------------------- Gathering Facts --------------------------------------------------------- 1.02s /tmp/tmpd6fsfezc/tests/tests_helpers_and_asserts.yml:3 ------------------------ Enable EPEL 8 ----------------------------------------------------------- 0.74s /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:17 ------------------------------- Get stats of system files ----------------------------------------------- 0.49s /tmp/tmpd6fsfezc/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.45s /tmp/tmpd6fsfezc/tests/_backup.yml:19 ----------------------------------------- Gather current interface info ------------------------------------------- 0.41s /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.40s /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 --------------------- Set up veth as managed by NetworkManager -------------------------------- 0.39s /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:29 --------------------- Get stat for interface veth1298 ----------------------------------------- 0.39s /tmp/tmpd6fsfezc/tests/tasks/get_interface_stat.yml:3 ------------------------- Delete dummy interface dummy1298 ---------------------------------------- 0.38s /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:47 --------------------- Gather current interface info ------------------------------------------- 0.37s /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.37s /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 --------------------- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmpd6fsfezc/tests/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmpd6fsfezc/tests/_restore.yml:4 Wednesday 03 August 2022 15:40:36 +0000 (0:00:00.020) 0:00:28.058 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.005585", "end": "2022-08-03 11:40:35.565882", "rc": 0, "start": "2022-08-03 11:40:35.560297" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=123 changed=8 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 Wednesday 03 August 2022 15:40:36 +0000 (0:00:00.375) 0:00:28.434 ****** =============================================================================== Install iproute --------------------------------------------------------- 1.97s /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.42s /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.41s /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:15 --------------------- Gather current interface info ------------------------------------------- 1.38s /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 --------------------- Install iproute --------------------------------------------------------- 1.35s /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.35s /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.35s /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:15 --------------------- set up internal repositories -------------------------------------------- 1.29s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- Create veth interface veth1298 ------------------------------------------ 1.10s /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:21 --------------------- Gathering Facts --------------------------------------------------------- 1.02s /tmp/tmpd6fsfezc/tests/tests_helpers_and_asserts.yml:3 ------------------------ Enable EPEL 8 ----------------------------------------------------------- 0.74s /tmp/tmpd6fsfezc/tests/tasks/enable_epel.yml:17 ------------------------------- Get stats of system files ----------------------------------------------- 0.49s /tmp/tmpd6fsfezc/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.45s /tmp/tmpd6fsfezc/tests/_backup.yml:19 ----------------------------------------- Gather current interface info ------------------------------------------- 0.41s /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.40s /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 --------------------- Set up veth as managed by NetworkManager -------------------------------- 0.39s /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:29 --------------------- Get stat for interface veth1298 ----------------------------------------- 0.39s /tmp/tmpd6fsfezc/tests/tasks/get_interface_stat.yml:3 ------------------------- Delete dummy interface dummy1298 ---------------------------------------- 0.38s /tmp/tmpd6fsfezc/tests/tasks/manage_test_interface.yml:47 --------------------- Restore system files ---------------------------------------------------- 0.38s /tmp/tmpd6fsfezc/tests/_restore.yml:4 ----------------------------------------- Gather current interface info ------------------------------------------- 0.37s /tmp/tmpd6fsfezc/tests/tasks/get_current_interfaces.yml:3 --------------------- ansible-playbook [core 2.12.6] config file = /etc/ansible/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python3.9/site-packages/ansible ansible collection location = /tmp/tmpcwsggv7g 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: rhel-8_setup.yml ***************************************************** 1 plays in /cache/rhel-8_setup.yml PLAY [Setup repos] ************************************************************* META: ran handlers TASK [set up internal repositories] ******************************************** task path: /cache/rhel-8_setup.yml:5 Wednesday 03 August 2022 16:16:48 +0000 (0:00:00.017) 0:00:00.017 ****** ok: [/cache/rhel-8.qcow2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [/cache/rhel-8.qcow2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [/cache/rhel-8.qcow2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [/cache/rhel-8.qcow2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=1 changed=0 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 16:16:49 +0000 (0:00:01.285) 0:00:01.303 ****** =============================================================================== set up internal repositories -------------------------------------------- 1.29s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- PLAYBOOK: _backup.yml ********************************************************** 1 plays in /tmp/tmpzotb0bdj/tests/network/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmpzotb0bdj/tests/network/_backup.yml:6 Wednesday 03 August 2022 16:16:50 +0000 (0:00:00.014) 0:00:01.317 ****** ok: [/cache/rhel-8.qcow2] => (item=/etc/resolv.conf) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659543408.1935844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659543407.1915843, "dev": 64515, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 752168, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659542132.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "3731249160", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmpzotb0bdj/tests/network/_backup.yml:13 Wednesday 03 August 2022 16:16:50 +0000 (0:00:00.484) 0:00:01.802 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/rhel-8.qcow2] => (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': 752168, 'dev': 64515, 'nlink': 1, 'atime': 1659543408.1935844, 'mtime': 1659542132.0, 'ctime': 1659543407.1915843, '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': '3731249160', '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'}}, '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_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": 1659543408.1935844, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fba82b5b78ea37322e584bf452f6f8e163f0869b", "ctime": 1659543407.1915843, "dev": 64515, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 752168, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659542132.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 90, "uid": 0, "version": "3731249160", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } } TASK [Back up system files] **************************************************** task path: /tmp/tmpzotb0bdj/tests/network/_backup.yml:19 Wednesday 03 August 2022 16:16:50 +0000 (0:00:00.037) 0:00:01.839 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.004585", "end": "2022-08-03 12:16:50.087145", "rc": 0, "start": "2022-08-03 12:16:50.082560" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=4 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 16:16:50 +0000 (0:00:00.451) 0:00:02.291 ****** =============================================================================== set up internal repositories -------------------------------------------- 1.29s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- Get stats of system files ----------------------------------------------- 0.48s /tmp/tmpzotb0bdj/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.45s /tmp/tmpzotb0bdj/tests/network/_backup.yml:19 --------------------------------- Check if system files exist --------------------------------------------- 0.04s /tmp/tmpzotb0bdj/tests/network/_backup.yml:13 --------------------------------- PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /tmp/tmpzotb0bdj/tests/network/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tests_helpers_and_asserts.yml:3 Wednesday 03 August 2022 16:16:50 +0000 (0:00:00.009) 0:00:02.301 ****** ok: [/cache/rhel-8.qcow2] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tests_helpers_and_asserts.yml:6 Wednesday 03 August 2022 16:16:51 +0000 (0:00:01.002) 0:00:03.304 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml for /cache/rhel-8.qcow2 TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:16:52 +0000 (0:00:00.024) 0:00:03.329 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:16:52 +0000 (0:00:00.018) 0:00:03.347 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml for /cache/rhel-8.qcow2 TASK [Create EPEL 8] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:16:52 +0000 (0:00:00.026) 0:00:03.373 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:16:52 +0000 (0:00:00.349) 0:00:03.723 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:16:52 +0000 (0:00:00.020) 0:00:03.743 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.397495", "end": "2022-08-03 12:16:52.309100", "rc": 0, "start": "2022-08-03 12:16:51.911605" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:16:53 +0000 (0:00:00.769) 0:00:04.513 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [test veth interface management] ****************************************** task path: /tmp/tmpzotb0bdj/tests/network/tests_helpers_and_asserts.yml:8 Wednesday 03 August 2022 16:16:53 +0000 (0:00:00.020) 0:00:04.533 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 16:16:53 +0000 (0:00:00.028) 0:00:04.561 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:16:53 +0000 (0:00:00.025) 0:00:04.587 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:16:53 +0000 (0:00:00.024) 0:00:04.612 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003091", "end": "2022-08-03 12:16:52.762133", "rc": 0, "start": "2022-08-03 12:16:52.759042" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:16:53 +0000 (0:00:00.349) 0:00:04.962 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:16:53 +0000 (0:00:00.027) 0:00:04.990 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 16:16:53 +0000 (0:00:00.027) 0:00:05.017 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml for /cache/rhel-8.qcow2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:16:53 +0000 (0:00:00.030) 0:00:05.048 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:16:53 +0000 (0:00:00.017) 0:00:05.066 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:16:53 +0000 (0:00:00.021) 0:00:05.087 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:16:53 +0000 (0:00:00.028) 0:00:05.116 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:16:53 +0000 (0:00:00.024) 0:00:05.140 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003010", "end": "2022-08-03 12:16:53.289393", "rc": 0, "start": "2022-08-03 12:16:53.286383" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:16:54 +0000 (0:00:00.348) 0:00:05.489 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:16:54 +0000 (0:00:00.028) 0:00:05.517 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:16:54 +0000 (0:00:00.028) 0:00:05.545 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:16:55 +0000 (0:00:01.572) 0:00:07.118 ****** skipping: [/cache/rhel-8.qcow2] => (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-8.qcow2] => (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-8.qcow2] => (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/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:16:55 +0000 (0:00:00.027) 0:00:07.146 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:16:55 +0000 (0:00:00.018) 0:00:07.164 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:16:55 +0000 (0:00:00.018) 0:00:07.182 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:16:55 +0000 (0:00:00.018) 0:00:07.200 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:16:55 +0000 (0:00:00.017) 0:00:07.218 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:16:55 +0000 (0:00:00.018) 0:00:07.237 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 16:16:55 +0000 (0:00:00.017) 0:00:07.254 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:16:55 +0000 (0:00:00.029) 0:00:07.284 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:16:55 +0000 (0:00:00.023) 0:00:07.308 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003665", "end": "2022-08-03 12:16:55.456628", "rc": 0, "start": "2022-08-03 12:16:55.452963" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:16:56 +0000 (0:00:00.350) 0:00:07.659 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:16:56 +0000 (0:00:00.058) 0:00:07.717 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 16:16:56 +0000 (0:00:00.064) 0:00:07.782 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/assert_device_absent.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:16:56 +0000 (0:00:00.031) 0:00:07.814 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:16:56 +0000 (0:00:00.025) 0:00:07.839 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:16:56 +0000 (0:00:00.365) 0:00:08.205 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 16:16:56 +0000 (0:00:00.030) 0:00:08.235 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml for /cache/rhel-8.qcow2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:16:56 +0000 (0:00:00.032) 0:00:08.268 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:16:56 +0000 (0:00:00.017) 0:00:08.285 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:16:56 +0000 (0:00:00.018) 0:00:08.304 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:16:57 +0000 (0:00:00.026) 0:00:08.330 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:16:57 +0000 (0:00:00.024) 0:00:08.355 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003022", "end": "2022-08-03 12:16:56.505492", "rc": 0, "start": "2022-08-03 12:16:56.502470" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:16:57 +0000 (0:00:00.350) 0:00:08.705 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:16:57 +0000 (0:00:00.027) 0:00:08.732 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:16:57 +0000 (0:00:00.027) 0:00:08.760 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:16:58 +0000 (0:00:01.367) 0:00:10.127 ****** changed: [/cache/rhel-8.qcow2] => (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.005088", "end": "2022-08-03 12:16:58.308170", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2022-08-03 12:16:58.303082" } changed: [/cache/rhel-8.qcow2] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.015172", "end": "2022-08-03 12:16:58.672018", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2022-08-03 12:16:58.656846" } changed: [/cache/rhel-8.qcow2] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.006290", "end": "2022-08-03 12:16:59.040998", "item": "ip link set veth1298 up", "rc": 0, "start": "2022-08-03 12:16:59.034708" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:16:59 +0000 (0:00:01.120) 0:00:11.248 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.020234", "end": "2022-08-03 12:16:59.424947", "rc": 0, "start": "2022-08-03 12:16:59.404713" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:17:00 +0000 (0:00:00.381) 0:00:11.629 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:17:00 +0000 (0:00:00.022) 0:00:11.651 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:17:00 +0000 (0:00:00.022) 0:00:11.674 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:17:00 +0000 (0:00:00.021) 0:00:11.696 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:17:00 +0000 (0:00:00.021) 0:00:11.717 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 16:17:00 +0000 (0:00:00.021) 0:00:11.739 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:17:00 +0000 (0:00:00.037) 0:00:11.776 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:17:00 +0000 (0:00:00.027) 0:00:11.804 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003330", "end": "2022-08-03 12:16:59.968555", "rc": 0, "start": "2022-08-03 12:16:59.965225" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:17:00 +0000 (0:00:00.368) 0:00:12.172 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:17:00 +0000 (0:00:00.030) 0:00:12.202 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 16:17:00 +0000 (0:00:00.029) 0:00:12.231 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/assert_device_present.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 16:17:00 +0000 (0:00:00.036) 0:00:12.267 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:17:00 +0000 (0:00:00.028) 0:00:12.295 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "atime": 1659543418.3068962, "block_size": 4096, "blocks": 0, "ctime": 1659543418.3068962, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34033, "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": 1659543418.3068962, "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/tmpzotb0bdj/tests/network/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 16:17:01 +0000 (0:00:00.368) 0:00:12.664 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 16:17:01 +0000 (0:00:00.032) 0:00:12.697 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml for /cache/rhel-8.qcow2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:17:01 +0000 (0:00:00.040) 0:00:12.738 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:17:01 +0000 (0:00:00.020) 0:00:12.758 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:17:01 +0000 (0:00:00.020) 0:00:12.778 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:17:01 +0000 (0:00:00.028) 0:00:12.807 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:17:01 +0000 (0:00:00.025) 0:00:12.833 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004631", "end": "2022-08-03 12:17:02.002350", "rc": 0, "start": "2022-08-03 12:17:00.997719" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:17:02 +0000 (0:00:01.378) 0:00:14.211 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:17:02 +0000 (0:00:00.058) 0:00:14.270 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:17:02 +0000 (0:00:00.028) 0:00:14.299 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:17:04 +0000 (0:00:01.485) 0:00:15.784 ****** skipping: [/cache/rhel-8.qcow2] => (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-8.qcow2] => (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-8.qcow2] => (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/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:17:04 +0000 (0:00:00.029) 0:00:15.814 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:17:04 +0000 (0:00:00.019) 0:00:15.834 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010373", "end": "2022-08-03 12:17:03.994173", "rc": 0, "start": "2022-08-03 12:17:03.983800" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:17:04 +0000 (0:00:00.362) 0:00:16.196 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:17:04 +0000 (0:00:00.020) 0:00:16.217 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:17:04 +0000 (0:00:00.019) 0:00:16.236 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:17:04 +0000 (0:00:00.019) 0:00:16.256 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 16:17:04 +0000 (0:00:00.018) 0:00:16.275 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:17:04 +0000 (0:00:00.037) 0:00:16.313 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:17:05 +0000 (0:00:00.024) 0:00:16.337 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002931", "end": "2022-08-03 12:17:04.488817", "rc": 0, "start": "2022-08-03 12:17:04.485886" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:17:05 +0000 (0:00:00.355) 0:00:16.692 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:17:05 +0000 (0:00:00.030) 0:00:16.723 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 16:17:05 +0000 (0:00:00.030) 0:00:16.753 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/assert_device_absent.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:17:05 +0000 (0:00:00.040) 0:00:16.794 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:17:05 +0000 (0:00:00.026) 0:00:16.821 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:17:05 +0000 (0:00:00.403) 0:00:17.224 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [test veth interface management] ****************************************** task path: /tmp/tmpzotb0bdj/tests/network/tests_helpers_and_asserts.yml:14 Wednesday 03 August 2022 16:17:05 +0000 (0:00:00.032) 0:00:17.257 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 16:17:05 +0000 (0:00:00.030) 0:00:17.287 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:17:06 +0000 (0:00:00.026) 0:00:17.314 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:17:06 +0000 (0:00:00.025) 0:00:17.340 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002852", "end": "2022-08-03 12:17:05.486957", "rc": 0, "start": "2022-08-03 12:17:05.484105" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:17:06 +0000 (0:00:00.350) 0:00:17.690 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:17:06 +0000 (0:00:00.033) 0:00:17.724 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 16:17:06 +0000 (0:00:00.031) 0:00:17.756 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml for /cache/rhel-8.qcow2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:17:06 +0000 (0:00:00.029) 0:00:17.785 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:17:06 +0000 (0:00:00.018) 0:00:17.804 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:17:06 +0000 (0:00:00.018) 0:00:17.822 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:17:06 +0000 (0:00:00.026) 0:00:17.848 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:17:06 +0000 (0:00:00.026) 0:00:17.875 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003305", "end": "2022-08-03 12:17:06.041347", "rc": 0, "start": "2022-08-03 12:17:06.038042" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:17:06 +0000 (0:00:00.368) 0:00:18.244 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:17:06 +0000 (0:00:00.029) 0:00:18.274 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:17:06 +0000 (0:00:00.029) 0:00:18.304 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:17:08 +0000 (0:00:01.381) 0:00:19.685 ****** skipping: [/cache/rhel-8.qcow2] => (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-8.qcow2] => (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-8.qcow2] => (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/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:17:08 +0000 (0:00:00.030) 0:00:19.715 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:17:08 +0000 (0:00:00.020) 0:00:19.736 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:17:08 +0000 (0:00:00.020) 0:00:19.757 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:17:08 +0000 (0:00:00.019) 0:00:19.777 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:17:08 +0000 (0:00:00.019) 0:00:19.796 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:17:08 +0000 (0:00:00.019) 0:00:19.816 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 16:17:08 +0000 (0:00:00.018) 0:00:19.834 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:17:08 +0000 (0:00:00.037) 0:00:19.872 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:17:08 +0000 (0:00:00.028) 0:00:19.901 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003105", "end": "2022-08-03 12:17:08.050867", "rc": 0, "start": "2022-08-03 12:17:08.047762" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:17:08 +0000 (0:00:00.351) 0:00:20.253 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:17:08 +0000 (0:00:00.028) 0:00:20.281 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 16:17:08 +0000 (0:00:00.029) 0:00:20.310 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/assert_device_absent.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:17:09 +0000 (0:00:00.030) 0:00:20.341 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:17:09 +0000 (0:00:00.025) 0:00:20.366 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:17:09 +0000 (0:00:00.348) 0:00:20.714 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 16:17:09 +0000 (0:00:00.030) 0:00:20.745 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml for /cache/rhel-8.qcow2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:17:09 +0000 (0:00:00.034) 0:00:20.779 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:17:09 +0000 (0:00:00.018) 0:00:20.797 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:17:09 +0000 (0:00:00.018) 0:00:20.815 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:17:09 +0000 (0:00:00.026) 0:00:20.842 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:17:09 +0000 (0:00:00.024) 0:00:20.866 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002969", "end": "2022-08-03 12:17:09.013884", "rc": 0, "start": "2022-08-03 12:17:09.010915" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:17:09 +0000 (0:00:00.349) 0:00:21.216 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:17:09 +0000 (0:00:00.028) 0:00:21.244 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:17:09 +0000 (0:00:00.028) 0:00:21.273 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:17:11 +0000 (0:00:01.359) 0:00:22.632 ****** skipping: [/cache/rhel-8.qcow2] => (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-8.qcow2] => (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-8.qcow2] => (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/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:17:11 +0000 (0:00:00.031) 0:00:22.664 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:17:11 +0000 (0:00:00.021) 0:00:22.685 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:17:11 +0000 (0:00:00.021) 0:00:22.707 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.003687", "end": "2022-08-03 12:17:10.872094", "rc": 0, "start": "2022-08-03 12:17:10.868407" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:17:11 +0000 (0:00:00.369) 0:00:23.076 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:17:11 +0000 (0:00:00.022) 0:00:23.099 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:17:11 +0000 (0:00:00.022) 0:00:23.121 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 16:17:11 +0000 (0:00:00.021) 0:00:23.143 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:17:11 +0000 (0:00:00.034) 0:00:23.177 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:17:11 +0000 (0:00:00.025) 0:00:23.203 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002971", "end": "2022-08-03 12:17:11.359064", "rc": 0, "start": "2022-08-03 12:17:11.356093" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:17:12 +0000 (0:00:00.357) 0:00:23.560 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:17:12 +0000 (0:00:00.029) 0:00:23.590 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 16:17:12 +0000 (0:00:00.030) 0:00:23.620 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/assert_device_present.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 16:17:12 +0000 (0:00:00.036) 0:00:23.656 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:17:12 +0000 (0:00:00.027) 0:00:23.684 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "atime": 1659543430.8715148, "block_size": 4096, "blocks": 0, "ctime": 1659543430.8715148, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34161, "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": 1659543430.8715148, "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/tmpzotb0bdj/tests/network/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 16:17:12 +0000 (0:00:00.418) 0:00:24.103 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 16:17:12 +0000 (0:00:00.034) 0:00:24.137 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml for /cache/rhel-8.qcow2 TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:17:12 +0000 (0:00:00.038) 0:00:24.176 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:17:12 +0000 (0:00:00.019) 0:00:24.196 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:17:12 +0000 (0:00:00.019) 0:00:24.216 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:17:12 +0000 (0:00:00.028) 0:00:24.244 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:17:12 +0000 (0:00:00.026) 0:00:24.271 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002781", "end": "2022-08-03 12:17:12.454613", "rc": 0, "start": "2022-08-03 12:17:12.451832" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:17:13 +0000 (0:00:00.384) 0:00:24.655 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:17:13 +0000 (0:00:00.032) 0:00:24.688 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:17:13 +0000 (0:00:00.066) 0:00:24.755 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:17:14 +0000 (0:00:01.379) 0:00:26.134 ****** skipping: [/cache/rhel-8.qcow2] => (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-8.qcow2] => (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-8.qcow2] => (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/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:17:14 +0000 (0:00:00.032) 0:00:26.166 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:17:14 +0000 (0:00:00.024) 0:00:26.191 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:17:14 +0000 (0:00:00.025) 0:00:26.216 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:17:14 +0000 (0:00:00.022) 0:00:26.238 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009256", "end": "2022-08-03 12:17:14.401114", "rc": 0, "start": "2022-08-03 12:17:14.391858" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:17:15 +0000 (0:00:00.365) 0:00:26.603 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:17:15 +0000 (0:00:00.023) 0:00:26.627 ****** skipping: [/cache/rhel-8.qcow2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 16:17:15 +0000 (0:00:00.020) 0:00:26.647 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:17:15 +0000 (0:00:00.039) 0:00:26.686 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml for /cache/rhel-8.qcow2 TASK [Gather current interface info] ******************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:17:15 +0000 (0:00:00.024) 0:00:26.711 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002994", "end": "2022-08-03 12:17:14.875710", "rc": 0, "start": "2022-08-03 12:17:14.872716" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:17:15 +0000 (0:00:00.366) 0:00:27.077 ****** ok: [/cache/rhel-8.qcow2] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:17:15 +0000 (0:00:00.030) 0:00:27.108 ****** ok: [/cache/rhel-8.qcow2] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 16:17:15 +0000 (0:00:00.030) 0:00:27.139 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/assert_device_absent.yml for /cache/rhel-8.qcow2 TASK [include_tasks] *********************************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:17:15 +0000 (0:00:00.038) 0:00:27.178 ****** included: /tmp/tmpzotb0bdj/tests/network/tasks/get_interface_stat.yml for /cache/rhel-8.qcow2 TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpzotb0bdj/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:17:15 +0000 (0:00:00.025) 0:00:27.203 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmpzotb0bdj/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:17:16 +0000 (0:00:00.344) 0:00:27.547 ****** ok: [/cache/rhel-8.qcow2] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=122 changed=7 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 Wednesday 03 August 2022 16:17:16 +0000 (0:00:00.038) 0:00:27.586 ****** =============================================================================== Install iproute --------------------------------------------------------- 1.57s /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.49s /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.38s /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.38s /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:15 ------------- Gather current interface info ------------------------------------------- 1.38s /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 ------------- Install iproute --------------------------------------------------------- 1.37s /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.36s /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:15 ------------- set up internal repositories -------------------------------------------- 1.29s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- Create veth interface veth1298 ------------------------------------------ 1.12s /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:21 ------------- Gathering Facts --------------------------------------------------------- 1.00s /tmp/tmpzotb0bdj/tests/network/tests_helpers_and_asserts.yml:3 ---------------- Enable EPEL 8 ----------------------------------------------------------- 0.77s /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:17 ----------------------- Get stats of system files ----------------------------------------------- 0.48s /tmp/tmpzotb0bdj/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.45s /tmp/tmpzotb0bdj/tests/network/_backup.yml:19 --------------------------------- Get stat for interface dummy1298 ---------------------------------------- 0.42s /tmp/tmpzotb0bdj/tests/network/tasks/get_interface_stat.yml:3 ----------------- Get stat for interface veth1298 ----------------------------------------- 0.40s /tmp/tmpzotb0bdj/tests/network/tasks/get_interface_stat.yml:3 ----------------- Gather current interface info ------------------------------------------- 0.38s /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 ------------- Set up veth as managed by NetworkManager -------------------------------- 0.38s /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:28 ------------- Create dummy interface dummy1298 ---------------------------------------- 0.37s /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:40 ------------- Get stat for interface veth1298 ----------------------------------------- 0.37s /tmp/tmpzotb0bdj/tests/network/tasks/get_interface_stat.yml:3 ----------------- Gather current interface info ------------------------------------------- 0.37s /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 ------------- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmpzotb0bdj/tests/network/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmpzotb0bdj/tests/network/_restore.yml:4 Wednesday 03 August 2022 16:17:16 +0000 (0:00:00.018) 0:00:27.605 ****** changed: [/cache/rhel-8.qcow2] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.005973", "end": "2022-08-03 12:17:15.758118", "rc": 0, "start": "2022-08-03 12:17:15.752145" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/rhel-8.qcow2 : ok=123 changed=8 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 Wednesday 03 August 2022 16:17:16 +0000 (0:00:00.362) 0:00:27.967 ****** =============================================================================== Install iproute --------------------------------------------------------- 1.57s /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.49s /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.38s /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.38s /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:15 ------------- Gather current interface info ------------------------------------------- 1.38s /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 ------------- Install iproute --------------------------------------------------------- 1.37s /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.36s /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:15 ------------- set up internal repositories -------------------------------------------- 1.29s /cache/rhel-8_setup.yml:5 ----------------------------------------------------- Create veth interface veth1298 ------------------------------------------ 1.12s /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:21 ------------- Gathering Facts --------------------------------------------------------- 1.00s /tmp/tmpzotb0bdj/tests/network/tests_helpers_and_asserts.yml:3 ---------------- Enable EPEL 8 ----------------------------------------------------------- 0.77s /tmp/tmpzotb0bdj/tests/network/tasks/enable_epel.yml:17 ----------------------- Get stats of system files ----------------------------------------------- 0.48s /tmp/tmpzotb0bdj/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.45s /tmp/tmpzotb0bdj/tests/network/_backup.yml:19 --------------------------------- Get stat for interface dummy1298 ---------------------------------------- 0.42s /tmp/tmpzotb0bdj/tests/network/tasks/get_interface_stat.yml:3 ----------------- Get stat for interface veth1298 ----------------------------------------- 0.40s /tmp/tmpzotb0bdj/tests/network/tasks/get_interface_stat.yml:3 ----------------- Gather current interface info ------------------------------------------- 0.38s /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 ------------- Set up veth as managed by NetworkManager -------------------------------- 0.38s /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:28 ------------- Create dummy interface dummy1298 ---------------------------------------- 0.37s /tmp/tmpzotb0bdj/tests/network/tasks/manage_test_interface.yml:40 ------------- Get stat for interface veth1298 ----------------------------------------- 0.37s /tmp/tmpzotb0bdj/tests/network/tasks/get_interface_stat.yml:3 ----------------- Gather current interface info ------------------------------------------- 0.37s /tmp/tmpzotb0bdj/tests/network/tasks/get_current_interfaces.yml:3 -------------