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/tmpxngj32xw executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: _backup.yml ********************************************************** 1 plays in /tmp/tmpcu0yxwd0/tests/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmpcu0yxwd0/tests/_backup.yml:6 Wednesday 03 August 2022 15:46:54 +0000 (0:00:00.017) 0:00:00.017 ****** ok: [/cache/fedora-36.qcow2.snap] => (item=/etc/resolv.conf) => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3" }, "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659541613.177274, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659541613.177274, "dev": 31, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 39202, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/run/systemd/resolve/stub-resolv.conf", "lnk_target": "../run/systemd/resolve/stub-resolv.conf", "mimetype": "inode/symlink", "mode": "0777", "mtime": 1659248396.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 39, "uid": 0, "version": null, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmpcu0yxwd0/tests/_backup.yml:13 Wednesday 03 August 2022 15:46:55 +0000 (0:00:00.661) 0:00:00.679 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/fedora-36.qcow2.snap] => (item={'changed': False, 'stat': {'exists': True, 'path': '/etc/resolv.conf', 'mode': '0777', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': False, 'isfifo': False, 'islnk': True, 'issock': False, 'uid': 0, 'gid': 0, 'size': 39, 'inode': 39202, 'dev': 31, 'nlink': 1, 'atime': 1659541613.177274, 'mtime': 1659248396.0, 'ctime': 1659541613.177274, 'wusr': True, 'rusr': True, 'xusr': True, 'wgrp': True, 'rgrp': True, 'xgrp': True, 'woth': True, 'roth': True, 'xoth': True, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'lnk_source': '/run/systemd/resolve/stub-resolv.conf', 'lnk_target': '../run/systemd/resolve/stub-resolv.conf', 'pw_name': 'root', 'gr_name': 'root', 'mimetype': 'inode/symlink', 'charset': 'binary', 'version': None, 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/etc/resolv.conf', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'ansible_facts': {'discovered_interpreter_python': '/usr/bin/python3'}, 'failed': False, 'item': '/etc/resolv.conf', 'ansible_loop_var': 'item'}) => { "ansible_facts": { "_existing_files": " /etc/resolv.conf" }, "ansible_loop_var": "item", "changed": false, "item": { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3" }, "ansible_loop_var": "item", "changed": false, "failed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/resolv.conf" } }, "item": "/etc/resolv.conf", "stat": { "atime": 1659541613.177274, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659541613.177274, "dev": 31, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 39202, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/run/systemd/resolve/stub-resolv.conf", "lnk_target": "../run/systemd/resolve/stub-resolv.conf", "mimetype": "inode/symlink", "mode": "0777", "mtime": 1659248396.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 39, "uid": 0, "version": null, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } } TASK [Back up system files] **************************************************** task path: /tmp/tmpcu0yxwd0/tests/_backup.yml:19 Wednesday 03 August 2022 15:46:55 +0000 (0:00:00.034) 0:00:00.713 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.003845", "end": "2022-08-03 15:46:55.034083", "rc": 0, "start": "2022-08-03 15:46:55.030238" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-36.qcow2.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 15:46:55 +0000 (0:00:00.541) 0:00:01.255 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.66s /tmp/tmpcu0yxwd0/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.54s /tmp/tmpcu0yxwd0/tests/_backup.yml:19 ----------------------------------------- Check if system files exist --------------------------------------------- 0.03s /tmp/tmpcu0yxwd0/tests/_backup.yml:13 ----------------------------------------- PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /tmp/tmpcu0yxwd0/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpcu0yxwd0/tests/tests_helpers_and_asserts.yml:3 Wednesday 03 August 2022 15:46:55 +0000 (0:00:00.009) 0:00:01.265 ****** ok: [/cache/fedora-36.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tests_helpers_and_asserts.yml:6 Wednesday 03 August 2022 15:46:56 +0000 (0:00:01.079) 0:00:02.344 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/el_repo_setup.yml for /cache/fedora-36.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 15:46:57 +0000 (0:00:00.027) 0:00:02.372 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 15:46:57 +0000 (0:00:00.020) 0:00:02.392 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml for /cache/fedora-36.qcow2.snap TASK [Create EPEL 36] ********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 15:46:57 +0000 (0:00:00.030) 0:00:02.423 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 15:46:57 +0000 (0:00:00.019) 0:00:02.442 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 15:46:57 +0000 (0:00:00.019) 0:00:02.461 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 15:46:57 +0000 (0:00:00.018) 0:00:02.480 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [test veth interface management] ****************************************** task path: /tmp/tmpcu0yxwd0/tests/tests_helpers_and_asserts.yml:8 Wednesday 03 August 2022 15:46:57 +0000 (0:00:00.019) 0:00:02.500 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 15:46:57 +0000 (0:00:00.028) 0:00:02.529 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:46:57 +0000 (0:00:00.027) 0:00:02.557 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:46:57 +0000 (0:00:00.026) 0:00:02.583 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003617", "end": "2022-08-03 15:46:56.776966", "rc": 0, "start": "2022-08-03 15:46:56.773349" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:46:57 +0000 (0:00:00.415) 0:00:02.998 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:46:57 +0000 (0:00:00.030) 0:00:03.028 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 15:46:57 +0000 (0:00:00.029) 0:00:03.057 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml for /cache/fedora-36.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:46:57 +0000 (0:00:00.033) 0:00:03.091 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:46:57 +0000 (0:00:00.020) 0:00:03.112 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:46:57 +0000 (0:00:00.019) 0:00:03.132 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:46:57 +0000 (0:00:00.027) 0:00:03.159 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:46:57 +0000 (0:00:00.027) 0:00:03.186 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003610", "end": "2022-08-03 15:46:57.362484", "rc": 0, "start": "2022-08-03 15:46:57.358874" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:46:58 +0000 (0:00:00.399) 0:00:03.586 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:46:58 +0000 (0:00:00.031) 0:00:03.618 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:46:58 +0000 (0:00:00.031) 0:00:03.649 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:47:00 +0000 (0:00:02.172) 0:00:05.822 ****** skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:47:00 +0000 (0:00:00.029) 0:00:05.852 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:47:00 +0000 (0:00:00.022) 0:00:05.874 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:47:00 +0000 (0:00:00.019) 0:00:05.894 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:47:00 +0000 (0:00:00.018) 0:00:05.913 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:47:00 +0000 (0:00:00.018) 0:00:05.931 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:47:00 +0000 (0:00:00.018) 0:00:05.950 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 15:47:00 +0000 (0:00:00.017) 0:00:05.967 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:00 +0000 (0:00:00.029) 0:00:05.996 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:00 +0000 (0:00:00.024) 0:00:06.021 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003690", "end": "2022-08-03 15:47:00.204442", "rc": 0, "start": "2022-08-03 15:47:00.200752" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:01 +0000 (0:00:00.404) 0:00:06.425 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:01 +0000 (0:00:00.063) 0:00:06.488 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 15:47:01 +0000 (0:00:00.058) 0:00:06.547 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/assert_device_absent.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 15:47:01 +0000 (0:00:00.033) 0:00:06.581 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_interface_stat.yml for /cache/fedora-36.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:47:01 +0000 (0:00:00.028) 0:00:06.609 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 15:47:01 +0000 (0:00:00.445) 0:00:07.055 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 15:47:01 +0000 (0:00:00.031) 0:00:07.087 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml for /cache/fedora-36.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:47:01 +0000 (0:00:00.034) 0:00:07.121 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:47:01 +0000 (0:00:00.017) 0:00:07.139 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:47:01 +0000 (0:00:00.020) 0:00:07.159 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:01 +0000 (0:00:00.028) 0:00:07.188 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:01 +0000 (0:00:00.027) 0:00:07.215 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004551", "end": "2022-08-03 15:47:01.404760", "rc": 0, "start": "2022-08-03 15:47:01.400209" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:02 +0000 (0:00:00.413) 0:00:07.629 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:02 +0000 (0:00:00.031) 0:00:07.660 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:47:02 +0000 (0:00:00.029) 0:00:07.690 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:47:04 +0000 (0:00:01.853) 0:00:09.544 ****** changed: [/cache/fedora-36.qcow2.snap] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "add", "veth1298", "type", "veth", "peer", "name", "peerveth1298" ], "delta": "0:00:00.005370", "end": "2022-08-03 15:47:03.749892", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2022-08-03 15:47:03.744522" } changed: [/cache/fedora-36.qcow2.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004922", "end": "2022-08-03 15:47:04.151190", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2022-08-03 15:47:04.146268" } changed: [/cache/fedora-36.qcow2.snap] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.009408", "end": "2022-08-03 15:47:04.546744", "item": "ip link set veth1298 up", "rc": 0, "start": "2022-08-03 15:47:04.537336" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:47:05 +0000 (0:00:01.227) 0:00:10.772 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.020556", "end": "2022-08-03 15:47:04.963181", "rc": 0, "start": "2022-08-03 15:47:04.942625" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:47:05 +0000 (0:00:00.414) 0:00:11.187 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:47:05 +0000 (0:00:00.021) 0:00:11.208 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:47:05 +0000 (0:00:00.021) 0:00:11.229 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:47:05 +0000 (0:00:00.020) 0:00:11.250 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:47:05 +0000 (0:00:00.020) 0:00:11.270 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 15:47:05 +0000 (0:00:00.019) 0:00:11.289 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:05 +0000 (0:00:00.035) 0:00:11.324 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:06 +0000 (0:00:00.025) 0:00:11.350 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003702", "end": "2022-08-03 15:47:05.520830", "rc": 0, "start": "2022-08-03 15:47:05.517128" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:06 +0000 (0:00:00.393) 0:00:11.744 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:06 +0000 (0:00:00.031) 0:00:11.775 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 15:47:06 +0000 (0:00:00.028) 0:00:11.804 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/assert_device_present.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 15:47:06 +0000 (0:00:00.036) 0:00:11.841 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_interface_stat.yml for /cache/fedora-36.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:47:06 +0000 (0:00:00.028) 0:00:11.869 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "stat": { "atime": 1659541623.7489247, "block_size": 4096, "blocks": 0, "ctime": 1659541623.7489247, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32120, "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": 1659541623.7489247, "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/tmpcu0yxwd0/tests/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 15:47:06 +0000 (0:00:00.410) 0:00:12.279 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 15:47:06 +0000 (0:00:00.032) 0:00:12.312 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml for /cache/fedora-36.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:47:07 +0000 (0:00:00.040) 0:00:12.352 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:47:07 +0000 (0:00:00.021) 0:00:12.373 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:47:07 +0000 (0:00:00.019) 0:00:12.393 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:07 +0000 (0:00:00.029) 0:00:12.422 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:07 +0000 (0:00:00.028) 0:00:12.451 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003793", "end": "2022-08-03 15:47:06.658394", "rc": 0, "start": "2022-08-03 15:47:06.654601" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:07 +0000 (0:00:00.427) 0:00:12.878 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:07 +0000 (0:00:00.060) 0:00:12.939 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:47:07 +0000 (0:00:00.057) 0:00:12.997 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:47:09 +0000 (0:00:01.808) 0:00:14.805 ****** skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:47:09 +0000 (0:00:00.029) 0:00:14.834 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:47:09 +0000 (0:00:00.018) 0:00:14.853 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.013590", "end": "2022-08-03 15:47:09.043122", "rc": 0, "start": "2022-08-03 15:47:09.029532" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:47:09 +0000 (0:00:00.416) 0:00:15.270 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:47:09 +0000 (0:00:00.021) 0:00:15.291 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:47:09 +0000 (0:00:00.020) 0:00:15.312 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:47:09 +0000 (0:00:00.021) 0:00:15.333 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 15:47:10 +0000 (0:00:00.020) 0:00:15.354 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:10 +0000 (0:00:00.039) 0:00:15.393 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:10 +0000 (0:00:00.026) 0:00:15.419 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003730", "end": "2022-08-03 15:47:09.612948", "rc": 0, "start": "2022-08-03 15:47:09.609218" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:10 +0000 (0:00:00.413) 0:00:15.833 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:10 +0000 (0:00:00.029) 0:00:15.863 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 15:47:10 +0000 (0:00:00.027) 0:00:15.890 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/assert_device_absent.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 15:47:10 +0000 (0:00:00.040) 0:00:15.931 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_interface_stat.yml for /cache/fedora-36.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:47:10 +0000 (0:00:00.028) 0:00:15.959 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 15:47:11 +0000 (0:00:00.407) 0:00:16.367 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [test veth interface management] ****************************************** task path: /tmp/tmpcu0yxwd0/tests/tests_helpers_and_asserts.yml:14 Wednesday 03 August 2022 15:47:11 +0000 (0:00:00.032) 0:00:16.399 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 15:47:11 +0000 (0:00:00.032) 0:00:16.431 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:11 +0000 (0:00:00.028) 0:00:16.460 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:11 +0000 (0:00:00.027) 0:00:16.488 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003712", "end": "2022-08-03 15:47:10.693111", "rc": 0, "start": "2022-08-03 15:47:10.689399" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:11 +0000 (0:00:00.428) 0:00:16.916 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:11 +0000 (0:00:00.031) 0:00:16.948 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 15:47:11 +0000 (0:00:00.031) 0:00:16.979 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml for /cache/fedora-36.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:47:11 +0000 (0:00:00.031) 0:00:17.010 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:47:11 +0000 (0:00:00.020) 0:00:17.031 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:47:11 +0000 (0:00:00.019) 0:00:17.050 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:11 +0000 (0:00:00.029) 0:00:17.079 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:11 +0000 (0:00:00.027) 0:00:17.107 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003656", "end": "2022-08-03 15:47:11.299518", "rc": 0, "start": "2022-08-03 15:47:11.295862" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:12 +0000 (0:00:00.413) 0:00:17.520 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:12 +0000 (0:00:00.031) 0:00:17.551 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:47:12 +0000 (0:00:00.030) 0:00:17.582 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:47:14 +0000 (0:00:02.000) 0:00:19.583 ****** skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:47:14 +0000 (0:00:00.031) 0:00:19.614 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:47:14 +0000 (0:00:00.022) 0:00:19.637 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:47:14 +0000 (0:00:00.022) 0:00:19.659 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:47:14 +0000 (0:00:00.020) 0:00:19.679 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:47:14 +0000 (0:00:00.027) 0:00:19.706 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:47:14 +0000 (0:00:00.022) 0:00:19.729 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 15:47:14 +0000 (0:00:00.021) 0:00:19.751 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:14 +0000 (0:00:00.033) 0:00:19.784 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:14 +0000 (0:00:00.025) 0:00:19.810 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003718", "end": "2022-08-03 15:47:14.037899", "rc": 0, "start": "2022-08-03 15:47:14.034181" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:14 +0000 (0:00:00.450) 0:00:20.260 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:14 +0000 (0:00:00.032) 0:00:20.293 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 15:47:14 +0000 (0:00:00.030) 0:00:20.323 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/assert_device_absent.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 15:47:15 +0000 (0:00:00.031) 0:00:20.355 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_interface_stat.yml for /cache/fedora-36.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:47:15 +0000 (0:00:00.026) 0:00:20.381 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 15:47:15 +0000 (0:00:00.454) 0:00:20.836 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 15:47:15 +0000 (0:00:00.029) 0:00:20.866 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml for /cache/fedora-36.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:47:15 +0000 (0:00:00.034) 0:00:20.900 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:47:15 +0000 (0:00:00.018) 0:00:20.919 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:47:15 +0000 (0:00:00.020) 0:00:20.940 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:15 +0000 (0:00:00.028) 0:00:20.968 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:15 +0000 (0:00:00.025) 0:00:20.994 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003707", "end": "2022-08-03 15:47:15.165167", "rc": 0, "start": "2022-08-03 15:47:15.161460" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:16 +0000 (0:00:00.390) 0:00:21.385 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:16 +0000 (0:00:00.028) 0:00:21.413 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:47:16 +0000 (0:00:00.027) 0:00:21.441 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:47:17 +0000 (0:00:01.870) 0:00:23.312 ****** skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:47:17 +0000 (0:00:00.028) 0:00:23.340 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:47:18 +0000 (0:00:00.018) 0:00:23.359 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:47:18 +0000 (0:00:00.018) 0:00:23.378 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.004578", "end": "2022-08-03 15:47:17.577055", "rc": 0, "start": "2022-08-03 15:47:17.572477" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:47:18 +0000 (0:00:00.424) 0:00:23.802 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:47:18 +0000 (0:00:00.022) 0:00:23.825 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:47:18 +0000 (0:00:00.022) 0:00:23.847 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 15:47:18 +0000 (0:00:00.022) 0:00:23.870 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:18 +0000 (0:00:00.036) 0:00:23.907 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:18 +0000 (0:00:00.026) 0:00:23.934 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003571", "end": "2022-08-03 15:47:18.120512", "rc": 0, "start": "2022-08-03 15:47:18.116941" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:18 +0000 (0:00:00.405) 0:00:24.339 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:19 +0000 (0:00:00.028) 0:00:24.367 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 15:47:19 +0000 (0:00:00.029) 0:00:24.396 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/assert_device_present.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 15:47:19 +0000 (0:00:00.034) 0:00:24.431 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_interface_stat.yml for /cache/fedora-36.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:47:19 +0000 (0:00:00.026) 0:00:24.457 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "stat": { "atime": 1659541637.5762267, "block_size": 4096, "blocks": 0, "ctime": 1659541637.5762267, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32248, "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": 1659541637.5762267, "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/tmpcu0yxwd0/tests/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 15:47:19 +0000 (0:00:00.399) 0:00:24.857 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 15:47:19 +0000 (0:00:00.031) 0:00:24.888 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml for /cache/fedora-36.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 15:47:19 +0000 (0:00:00.040) 0:00:24.928 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 15:47:19 +0000 (0:00:00.021) 0:00:24.950 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 15:47:19 +0000 (0:00:00.019) 0:00:24.970 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:19 +0000 (0:00:00.029) 0:00:25.000 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:19 +0000 (0:00:00.027) 0:00:25.027 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003840", "end": "2022-08-03 15:47:19.250844", "rc": 0, "start": "2022-08-03 15:47:19.247004" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:20 +0000 (0:00:00.448) 0:00:25.475 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:20 +0000 (0:00:00.028) 0:00:25.504 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 15:47:20 +0000 (0:00:00.026) 0:00:25.531 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 15:47:22 +0000 (0:00:01.836) 0:00:27.367 ****** skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 15:47:22 +0000 (0:00:00.033) 0:00:27.401 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 15:47:22 +0000 (0:00:00.021) 0:00:27.423 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 15:47:22 +0000 (0:00:00.022) 0:00:27.446 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 15:47:22 +0000 (0:00:00.021) 0:00:27.467 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009213", "end": "2022-08-03 15:47:21.707056", "rc": 0, "start": "2022-08-03 15:47:21.697843" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 15:47:22 +0000 (0:00:00.458) 0:00:27.925 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 15:47:22 +0000 (0:00:00.020) 0:00:27.946 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 15:47:22 +0000 (0:00:00.018) 0:00:27.964 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 15:47:22 +0000 (0:00:00.040) 0:00:28.005 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 15:47:22 +0000 (0:00:00.054) 0:00:28.059 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003515", "end": "2022-08-03 15:47:22.245207", "rc": 0, "start": "2022-08-03 15:47:22.241692" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 15:47:23 +0000 (0:00:00.404) 0:00:28.464 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 15:47:23 +0000 (0:00:00.029) 0:00:28.493 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 15:47:23 +0000 (0:00:00.027) 0:00:28.521 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/assert_device_absent.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 15:47:23 +0000 (0:00:00.039) 0:00:28.561 ****** included: /tmp/tmpcu0yxwd0/tests/tasks/get_interface_stat.yml for /cache/fedora-36.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpcu0yxwd0/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 15:47:23 +0000 (0:00:00.025) 0:00:28.586 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmpcu0yxwd0/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 15:47:23 +0000 (0:00:00.400) 0:00:28.987 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-36.qcow2.snap : ok=119 changed=6 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Wednesday 03 August 2022 15:47:23 +0000 (0:00:00.042) 0:00:29.029 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.17s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 2.00s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.87s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.85s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.84s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.81s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:15 --------------------- Create veth interface veth1298 ------------------------------------------ 1.23s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:21 --------------------- Gathering Facts --------------------------------------------------------- 1.08s /tmp/tmpcu0yxwd0/tests/tests_helpers_and_asserts.yml:3 ------------------------ Get stats of system files ----------------------------------------------- 0.66s /tmp/tmpcu0yxwd0/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.54s /tmp/tmpcu0yxwd0/tests/_backup.yml:19 ----------------------------------------- Delete dummy interface dummy1298 ---------------------------------------- 0.46s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:47 --------------------- Get stat for interface dummy1298 ---------------------------------------- 0.45s /tmp/tmpcu0yxwd0/tests/tasks/get_interface_stat.yml:3 ------------------------- Gather current interface info ------------------------------------------- 0.45s /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.45s /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 --------------------- Get stat for interface veth1298 ----------------------------------------- 0.45s /tmp/tmpcu0yxwd0/tests/tasks/get_interface_stat.yml:3 ------------------------- Gather current interface info ------------------------------------------- 0.43s /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.43s /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 --------------------- Create dummy interface dummy1298 ---------------------------------------- 0.42s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:42 --------------------- Delete veth interface veth1298 ------------------------------------------ 0.42s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:36 --------------------- Gather current interface info ------------------------------------------- 0.42s /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 --------------------- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmpcu0yxwd0/tests/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmpcu0yxwd0/tests/_restore.yml:4 Wednesday 03 August 2022 15:47:23 +0000 (0:00:00.019) 0:00:29.049 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.008031", "end": "2022-08-03 15:47:23.243474", "rc": 0, "start": "2022-08-03 15:47:23.235443" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-36.qcow2.snap : ok=120 changed=7 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Wednesday 03 August 2022 15:47:24 +0000 (0:00:00.425) 0:00:29.475 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.17s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 2.00s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.87s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.85s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.84s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.81s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:15 --------------------- Create veth interface veth1298 ------------------------------------------ 1.23s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:21 --------------------- Gathering Facts --------------------------------------------------------- 1.08s /tmp/tmpcu0yxwd0/tests/tests_helpers_and_asserts.yml:3 ------------------------ Get stats of system files ----------------------------------------------- 0.66s /tmp/tmpcu0yxwd0/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.54s /tmp/tmpcu0yxwd0/tests/_backup.yml:19 ----------------------------------------- Delete dummy interface dummy1298 ---------------------------------------- 0.46s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:47 --------------------- Get stat for interface dummy1298 ---------------------------------------- 0.45s /tmp/tmpcu0yxwd0/tests/tasks/get_interface_stat.yml:3 ------------------------- Gather current interface info ------------------------------------------- 0.45s /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.45s /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 --------------------- Get stat for interface veth1298 ----------------------------------------- 0.45s /tmp/tmpcu0yxwd0/tests/tasks/get_interface_stat.yml:3 ------------------------- Gather current interface info ------------------------------------------- 0.43s /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.43s /tmp/tmpcu0yxwd0/tests/tasks/get_current_interfaces.yml:3 --------------------- Restore system files ---------------------------------------------------- 0.43s /tmp/tmpcu0yxwd0/tests/_restore.yml:4 ----------------------------------------- Create dummy interface dummy1298 ---------------------------------------- 0.42s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:42 --------------------- Delete veth interface veth1298 ------------------------------------------ 0.42s /tmp/tmpcu0yxwd0/tests/tasks/manage_test_interface.yml:36 --------------------- 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/tmpxngj32xw executable location = /usr/bin/ansible-playbook python version = 3.9.13 (main, May 18 2022, 00:00:00) [GCC 11.3.1 20220421 (Red Hat 11.3.1-2)] jinja version = 2.11.3 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: _backup.yml ********************************************************** 1 plays in /tmp/tmpsh02am6p/tests/network/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmpsh02am6p/tests/network/_backup.yml:6 Wednesday 03 August 2022 16:14:10 +0000 (0:00:00.017) 0:00:00.017 ****** ok: [/cache/fedora-36.qcow2.snap] => (item=/etc/resolv.conf) => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3" }, "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659543248.8855512, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659543248.8855512, "dev": 31, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 39204, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/run/systemd/resolve/stub-resolv.conf", "lnk_target": "../run/systemd/resolve/stub-resolv.conf", "mimetype": "inode/symlink", "mode": "0777", "mtime": 1659248396.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 39, "uid": 0, "version": null, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmpsh02am6p/tests/network/_backup.yml:13 Wednesday 03 August 2022 16:14:10 +0000 (0:00:00.620) 0:00:00.637 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/fedora-36.qcow2.snap] => (item={'changed': False, 'stat': {'exists': True, 'path': '/etc/resolv.conf', 'mode': '0777', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': False, 'isfifo': False, 'islnk': True, 'issock': False, 'uid': 0, 'gid': 0, 'size': 39, 'inode': 39204, 'dev': 31, 'nlink': 1, 'atime': 1659543248.8855512, 'mtime': 1659248396.0, 'ctime': 1659543248.8855512, 'wusr': True, 'rusr': True, 'xusr': True, 'wgrp': True, 'rgrp': True, 'xgrp': True, 'woth': True, 'roth': True, 'xoth': True, 'isuid': False, 'isgid': False, 'blocks': 8, 'block_size': 4096, 'device_type': 0, 'readable': True, 'writeable': True, 'executable': False, 'lnk_source': '/run/systemd/resolve/stub-resolv.conf', 'lnk_target': '../run/systemd/resolve/stub-resolv.conf', 'pw_name': 'root', 'gr_name': 'root', 'mimetype': 'inode/symlink', 'charset': 'binary', 'version': None, 'attributes': [], 'attr_flags': ''}, 'invocation': {'module_args': {'path': '/etc/resolv.conf', 'follow': False, 'get_md5': False, 'get_checksum': True, 'get_mime': True, 'get_attributes': True, 'checksum_algorithm': 'sha1'}}, 'ansible_facts': {'discovered_interpreter_python': '/usr/bin/python3'}, 'failed': False, 'item': '/etc/resolv.conf', 'ansible_loop_var': 'item'}) => { "ansible_facts": { "_existing_files": " /etc/resolv.conf" }, "ansible_loop_var": "item", "changed": false, "item": { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3" }, "ansible_loop_var": "item", "changed": false, "failed": false, "invocation": { "module_args": { "checksum_algorithm": "sha1", "follow": false, "get_attributes": true, "get_checksum": true, "get_md5": false, "get_mime": true, "path": "/etc/resolv.conf" } }, "item": "/etc/resolv.conf", "stat": { "atime": 1659543248.8855512, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659543248.8855512, "dev": 31, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 39204, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/run/systemd/resolve/stub-resolv.conf", "lnk_target": "../run/systemd/resolve/stub-resolv.conf", "mimetype": "inode/symlink", "mode": "0777", "mtime": 1659248396.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 39, "uid": 0, "version": null, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } } TASK [Back up system files] **************************************************** task path: /tmp/tmpsh02am6p/tests/network/_backup.yml:19 Wednesday 03 August 2022 16:14:11 +0000 (0:00:00.035) 0:00:00.673 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.004030", "end": "2022-08-03 16:14:10.703009", "rc": 0, "start": "2022-08-03 16:14:10.698979" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-36.qcow2.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 16:14:11 +0000 (0:00:00.520) 0:00:01.194 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.62s /tmp/tmpsh02am6p/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.52s /tmp/tmpsh02am6p/tests/network/_backup.yml:19 --------------------------------- Check if system files exist --------------------------------------------- 0.04s /tmp/tmpsh02am6p/tests/network/_backup.yml:13 --------------------------------- PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /tmp/tmpsh02am6p/tests/network/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpsh02am6p/tests/network/tests_helpers_and_asserts.yml:3 Wednesday 03 August 2022 16:14:11 +0000 (0:00:00.010) 0:00:01.204 ****** ok: [/cache/fedora-36.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tests_helpers_and_asserts.yml:6 Wednesday 03 August 2022 16:14:12 +0000 (0:00:01.063) 0:00:02.268 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/el_repo_setup.yml for /cache/fedora-36.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.028) 0:00:02.296 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.022) 0:00:02.318 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml for /cache/fedora-36.qcow2.snap TASK [Create EPEL 36] ********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.030) 0:00:02.349 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.020) 0:00:02.369 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.021) 0:00:02.390 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.019) 0:00:02.410 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [test veth interface management] ****************************************** task path: /tmp/tmpsh02am6p/tests/network/tests_helpers_and_asserts.yml:8 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.020) 0:00:02.430 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.029) 0:00:02.460 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.028) 0:00:02.488 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:12 +0000 (0:00:00.027) 0:00:02.516 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003652", "end": "2022-08-03 16:14:12.438656", "rc": 0, "start": "2022-08-03 16:14:12.435004" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:13 +0000 (0:00:00.412) 0:00:02.928 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:13 +0000 (0:00:00.031) 0:00:02.959 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 16:14:13 +0000 (0:00:00.031) 0:00:02.991 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml for /cache/fedora-36.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:14:13 +0000 (0:00:00.035) 0:00:03.027 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:14:13 +0000 (0:00:00.021) 0:00:03.048 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:14:13 +0000 (0:00:00.020) 0:00:03.069 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:13 +0000 (0:00:00.029) 0:00:03.099 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:13 +0000 (0:00:00.031) 0:00:03.130 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003502", "end": "2022-08-03 16:14:13.042654", "rc": 0, "start": "2022-08-03 16:14:13.039152" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:13 +0000 (0:00:00.400) 0:00:03.531 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:13 +0000 (0:00:00.032) 0:00:03.563 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:14:13 +0000 (0:00:00.031) 0:00:03.595 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:14:15 +0000 (0:00:02.026) 0:00:05.622 ****** skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:14:15 +0000 (0:00:00.031) 0:00:05.653 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:14:16 +0000 (0:00:00.018) 0:00:05.672 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:14:16 +0000 (0:00:00.018) 0:00:05.691 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:14:16 +0000 (0:00:00.018) 0:00:05.710 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:14:16 +0000 (0:00:00.018) 0:00:05.728 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:14:16 +0000 (0:00:00.018) 0:00:05.747 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 16:14:16 +0000 (0:00:00.018) 0:00:05.765 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:16 +0000 (0:00:00.029) 0:00:05.795 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:16 +0000 (0:00:00.024) 0:00:05.819 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003398", "end": "2022-08-03 16:14:15.752713", "rc": 0, "start": "2022-08-03 16:14:15.749315" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:16 +0000 (0:00:00.424) 0:00:06.244 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:16 +0000 (0:00:00.029) 0:00:06.273 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 16:14:16 +0000 (0:00:00.028) 0:00:06.301 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/assert_device_absent.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:14:16 +0000 (0:00:00.030) 0:00:06.332 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_interface_stat.yml for /cache/fedora-36.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:14:16 +0000 (0:00:00.025) 0:00:06.358 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:14:17 +0000 (0:00:00.420) 0:00:06.779 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 16:14:17 +0000 (0:00:00.059) 0:00:06.838 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml for /cache/fedora-36.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:14:17 +0000 (0:00:00.035) 0:00:06.873 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:14:17 +0000 (0:00:00.018) 0:00:06.891 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:14:17 +0000 (0:00:00.018) 0:00:06.909 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:17 +0000 (0:00:00.027) 0:00:06.937 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:17 +0000 (0:00:00.048) 0:00:06.986 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004127", "end": "2022-08-03 16:14:16.906927", "rc": 0, "start": "2022-08-03 16:14:16.902800" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:17 +0000 (0:00:00.412) 0:00:07.398 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:17 +0000 (0:00:00.029) 0:00:07.428 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:14:17 +0000 (0:00:00.027) 0:00:07.456 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:14:19 +0000 (0:00:01.801) 0:00:09.258 ****** changed: [/cache/fedora-36.qcow2.snap] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "add", "veth1298", "type", "veth", "peer", "name", "peerveth1298" ], "delta": "0:00:00.008304", "end": "2022-08-03 16:14:19.176795", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2022-08-03 16:14:19.168491" } changed: [/cache/fedora-36.qcow2.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003748", "end": "2022-08-03 16:14:19.564876", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2022-08-03 16:14:19.561128" } changed: [/cache/fedora-36.qcow2.snap] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.016012", "end": "2022-08-03 16:14:19.956576", "item": "ip link set veth1298 up", "rc": 0, "start": "2022-08-03 16:14:19.940564" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:14:20 +0000 (0:00:01.194) 0:00:10.452 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024351", "end": "2022-08-03 16:14:20.390733", "rc": 0, "start": "2022-08-03 16:14:20.366382" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:14:21 +0000 (0:00:00.431) 0:00:10.883 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:14:21 +0000 (0:00:00.021) 0:00:10.905 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:14:21 +0000 (0:00:00.020) 0:00:10.925 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:14:21 +0000 (0:00:00.020) 0:00:10.946 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:14:21 +0000 (0:00:00.020) 0:00:10.966 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 16:14:21 +0000 (0:00:00.019) 0:00:10.985 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:21 +0000 (0:00:00.036) 0:00:11.022 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:21 +0000 (0:00:00.026) 0:00:11.048 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003899", "end": "2022-08-03 16:14:20.957344", "rc": 0, "start": "2022-08-03 16:14:20.953445" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:21 +0000 (0:00:00.397) 0:00:11.446 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:21 +0000 (0:00:00.029) 0:00:11.475 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 16:14:21 +0000 (0:00:00.028) 0:00:11.504 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/assert_device_present.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 16:14:21 +0000 (0:00:00.036) 0:00:11.540 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_interface_stat.yml for /cache/fedora-36.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:14:21 +0000 (0:00:00.026) 0:00:11.566 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "stat": { "atime": 1659543259.1734934, "block_size": 4096, "blocks": 0, "ctime": 1659543259.1734934, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32120, "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": 1659543259.1734934, "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/tmpsh02am6p/tests/network/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 16:14:22 +0000 (0:00:00.402) 0:00:11.969 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 16:14:22 +0000 (0:00:00.031) 0:00:12.001 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml for /cache/fedora-36.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:14:22 +0000 (0:00:00.039) 0:00:12.041 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:14:22 +0000 (0:00:00.028) 0:00:12.069 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:14:22 +0000 (0:00:00.019) 0:00:12.089 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:22 +0000 (0:00:00.028) 0:00:12.117 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:22 +0000 (0:00:00.026) 0:00:12.144 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003444", "end": "2022-08-03 16:14:22.058454", "rc": 0, "start": "2022-08-03 16:14:22.055010" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:22 +0000 (0:00:00.400) 0:00:12.545 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:22 +0000 (0:00:00.029) 0:00:12.574 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:14:22 +0000 (0:00:00.027) 0:00:12.602 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:14:24 +0000 (0:00:02.028) 0:00:14.631 ****** skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:14:25 +0000 (0:00:00.029) 0:00:14.661 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:14:25 +0000 (0:00:00.019) 0:00:14.681 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.018050", "end": "2022-08-03 16:14:24.640021", "rc": 0, "start": "2022-08-03 16:14:24.621971" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:14:25 +0000 (0:00:00.450) 0:00:15.131 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:14:25 +0000 (0:00:00.022) 0:00:15.153 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:14:25 +0000 (0:00:00.020) 0:00:15.174 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:14:25 +0000 (0:00:00.020) 0:00:15.195 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 16:14:25 +0000 (0:00:00.019) 0:00:15.214 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:25 +0000 (0:00:00.039) 0:00:15.253 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:25 +0000 (0:00:00.026) 0:00:15.279 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003816", "end": "2022-08-03 16:14:25.222573", "rc": 0, "start": "2022-08-03 16:14:25.218757" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:26 +0000 (0:00:00.432) 0:00:15.712 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:26 +0000 (0:00:00.030) 0:00:15.742 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 16:14:26 +0000 (0:00:00.029) 0:00:15.771 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/assert_device_absent.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:14:26 +0000 (0:00:00.040) 0:00:15.811 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_interface_stat.yml for /cache/fedora-36.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:14:26 +0000 (0:00:00.027) 0:00:15.839 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:14:26 +0000 (0:00:00.399) 0:00:16.239 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [test veth interface management] ****************************************** task path: /tmp/tmpsh02am6p/tests/network/tests_helpers_and_asserts.yml:14 Wednesday 03 August 2022 16:14:26 +0000 (0:00:00.033) 0:00:16.272 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 16:14:26 +0000 (0:00:00.031) 0:00:16.304 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:26 +0000 (0:00:00.027) 0:00:16.332 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:26 +0000 (0:00:00.025) 0:00:16.357 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003555", "end": "2022-08-03 16:14:26.255917", "rc": 0, "start": "2022-08-03 16:14:26.252362" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:27 +0000 (0:00:00.387) 0:00:16.745 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:27 +0000 (0:00:00.037) 0:00:16.782 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 16:14:27 +0000 (0:00:00.028) 0:00:16.811 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml for /cache/fedora-36.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:14:27 +0000 (0:00:00.030) 0:00:16.841 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:14:27 +0000 (0:00:00.019) 0:00:16.861 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:14:27 +0000 (0:00:00.018) 0:00:16.880 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:27 +0000 (0:00:00.028) 0:00:16.908 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:27 +0000 (0:00:00.026) 0:00:16.935 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003777", "end": "2022-08-03 16:14:26.855389", "rc": 0, "start": "2022-08-03 16:14:26.851612" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:27 +0000 (0:00:00.411) 0:00:17.347 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:27 +0000 (0:00:00.032) 0:00:17.379 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:14:27 +0000 (0:00:00.032) 0:00:17.412 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:14:29 +0000 (0:00:01.817) 0:00:19.230 ****** skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:14:29 +0000 (0:00:00.030) 0:00:19.261 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:14:29 +0000 (0:00:00.021) 0:00:19.283 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:14:29 +0000 (0:00:00.029) 0:00:19.312 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:14:29 +0000 (0:00:00.023) 0:00:19.335 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:14:29 +0000 (0:00:00.020) 0:00:19.355 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:14:29 +0000 (0:00:00.019) 0:00:19.375 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 16:14:29 +0000 (0:00:00.019) 0:00:19.394 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:29 +0000 (0:00:00.031) 0:00:19.426 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:29 +0000 (0:00:00.026) 0:00:19.452 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003586", "end": "2022-08-03 16:14:29.363811", "rc": 0, "start": "2022-08-03 16:14:29.360225" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:30 +0000 (0:00:00.403) 0:00:19.855 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:30 +0000 (0:00:00.034) 0:00:19.890 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 16:14:30 +0000 (0:00:00.029) 0:00:19.919 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/assert_device_absent.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:14:30 +0000 (0:00:00.031) 0:00:19.951 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_interface_stat.yml for /cache/fedora-36.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:14:30 +0000 (0:00:00.027) 0:00:19.979 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:14:30 +0000 (0:00:00.415) 0:00:20.395 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 16:14:30 +0000 (0:00:00.034) 0:00:20.429 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml for /cache/fedora-36.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:14:30 +0000 (0:00:00.036) 0:00:20.465 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:14:30 +0000 (0:00:00.020) 0:00:20.486 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:14:30 +0000 (0:00:00.023) 0:00:20.509 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:30 +0000 (0:00:00.030) 0:00:20.540 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:30 +0000 (0:00:00.028) 0:00:20.568 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.005671", "end": "2022-08-03 16:14:30.527108", "rc": 0, "start": "2022-08-03 16:14:30.521437" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:31 +0000 (0:00:00.449) 0:00:21.017 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:31 +0000 (0:00:00.033) 0:00:21.051 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:14:31 +0000 (0:00:00.032) 0:00:21.083 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:14:33 +0000 (0:00:01.843) 0:00:22.926 ****** skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:14:33 +0000 (0:00:00.031) 0:00:22.957 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:14:33 +0000 (0:00:00.024) 0:00:22.982 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:14:33 +0000 (0:00:00.022) 0:00:23.004 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.004459", "end": "2022-08-03 16:14:32.926385", "rc": 0, "start": "2022-08-03 16:14:32.921926" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:14:33 +0000 (0:00:00.415) 0:00:23.420 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:14:33 +0000 (0:00:00.023) 0:00:23.443 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:14:33 +0000 (0:00:00.021) 0:00:23.465 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 16:14:33 +0000 (0:00:00.021) 0:00:23.486 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:33 +0000 (0:00:00.037) 0:00:23.524 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:33 +0000 (0:00:00.067) 0:00:23.591 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003870", "end": "2022-08-03 16:14:33.510555", "rc": 0, "start": "2022-08-03 16:14:33.506685" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:34 +0000 (0:00:00.413) 0:00:24.005 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:34 +0000 (0:00:00.033) 0:00:24.038 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 16:14:34 +0000 (0:00:00.030) 0:00:24.068 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/assert_device_present.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 16:14:34 +0000 (0:00:00.036) 0:00:24.104 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_interface_stat.yml for /cache/fedora-36.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:14:34 +0000 (0:00:00.028) 0:00:24.132 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "stat": { "atime": 1659543272.9256544, "block_size": 4096, "blocks": 0, "ctime": 1659543272.9256544, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32248, "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": 1659543272.9256544, "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/tmpsh02am6p/tests/network/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 16:14:34 +0000 (0:00:00.394) 0:00:24.527 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 16:14:34 +0000 (0:00:00.032) 0:00:24.559 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml for /cache/fedora-36.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:14:34 +0000 (0:00:00.041) 0:00:24.601 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:14:34 +0000 (0:00:00.021) 0:00:24.622 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:14:34 +0000 (0:00:00.020) 0:00:24.643 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:35 +0000 (0:00:00.027) 0:00:24.671 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:35 +0000 (0:00:00.025) 0:00:24.696 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003619", "end": "2022-08-03 16:14:34.596410", "rc": 0, "start": "2022-08-03 16:14:34.592791" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:35 +0000 (0:00:00.390) 0:00:25.087 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:35 +0000 (0:00:00.031) 0:00:25.119 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:14:35 +0000 (0:00:00.033) 0:00:25.152 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:14:37 +0000 (0:00:01.815) 0:00:26.967 ****** skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/fedora-36.qcow2.snap] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 16:14:37 +0000 (0:00:00.031) 0:00:26.998 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 16:14:37 +0000 (0:00:00.022) 0:00:27.021 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 16:14:37 +0000 (0:00:00.020) 0:00:27.041 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 16:14:37 +0000 (0:00:00.019) 0:00:27.061 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.014678", "end": "2022-08-03 16:14:37.016584", "rc": 0, "start": "2022-08-03 16:14:37.001906" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 16:14:37 +0000 (0:00:00.448) 0:00:27.510 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:14:37 +0000 (0:00:00.023) 0:00:27.533 ****** skipping: [/cache/fedora-36.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 16:14:37 +0000 (0:00:00.020) 0:00:27.554 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:14:37 +0000 (0:00:00.040) 0:00:27.594 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-36.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:14:37 +0000 (0:00:00.026) 0:00:27.621 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003502", "end": "2022-08-03 16:14:37.543650", "rc": 0, "start": "2022-08-03 16:14:37.540148" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:14:38 +0000 (0:00:00.413) 0:00:28.035 ****** ok: [/cache/fedora-36.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:14:38 +0000 (0:00:00.031) 0:00:28.067 ****** ok: [/cache/fedora-36.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 16:14:38 +0000 (0:00:00.032) 0:00:28.100 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/assert_device_absent.yml for /cache/fedora-36.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:14:38 +0000 (0:00:00.041) 0:00:28.142 ****** included: /tmp/tmpsh02am6p/tests/network/tasks/get_interface_stat.yml for /cache/fedora-36.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpsh02am6p/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:14:38 +0000 (0:00:00.027) 0:00:28.169 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmpsh02am6p/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:14:38 +0000 (0:00:00.431) 0:00:28.601 ****** ok: [/cache/fedora-36.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-36.qcow2.snap : ok=119 changed=6 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Wednesday 03 August 2022 16:14:38 +0000 (0:00:00.042) 0:00:28.643 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.03s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 2.03s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.84s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.82s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.82s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.80s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:15 ------------- Create veth interface veth1298 ------------------------------------------ 1.19s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:21 ------------- Gathering Facts --------------------------------------------------------- 1.06s /tmp/tmpsh02am6p/tests/network/tests_helpers_and_asserts.yml:3 ---------------- Get stats of system files ----------------------------------------------- 0.62s /tmp/tmpsh02am6p/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.52s /tmp/tmpsh02am6p/tests/network/_backup.yml:19 --------------------------------- Delete veth interface veth1298 ------------------------------------------ 0.45s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:35 ------------- Gather current interface info ------------------------------------------- 0.45s /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 ------------- Delete dummy interface dummy1298 ---------------------------------------- 0.45s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:44 ------------- Gather current interface info ------------------------------------------- 0.43s /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 ------------- Get stat for interface dummy1298 ---------------------------------------- 0.43s /tmp/tmpsh02am6p/tests/network/tasks/get_interface_stat.yml:3 ----------------- Set up veth as managed by NetworkManager -------------------------------- 0.43s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:28 ------------- Gather current interface info ------------------------------------------- 0.42s /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 ------------- Get stat for interface veth1298 ----------------------------------------- 0.42s /tmp/tmpsh02am6p/tests/network/tasks/get_interface_stat.yml:3 ----------------- Get stat for interface dummy1298 ---------------------------------------- 0.42s /tmp/tmpsh02am6p/tests/network/tasks/get_interface_stat.yml:3 ----------------- Create dummy interface dummy1298 ---------------------------------------- 0.42s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:40 ------------- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmpsh02am6p/tests/network/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmpsh02am6p/tests/network/_restore.yml:4 Wednesday 03 August 2022 16:14:39 +0000 (0:00:00.020) 0:00:28.664 ****** changed: [/cache/fedora-36.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.007249", "end": "2022-08-03 16:14:38.615499", "rc": 0, "start": "2022-08-03 16:14:38.608250" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-36.qcow2.snap : ok=120 changed=7 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Wednesday 03 August 2022 16:14:39 +0000 (0:00:00.453) 0:00:29.118 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.03s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 2.03s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.84s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.82s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.82s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.80s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:15 ------------- Create veth interface veth1298 ------------------------------------------ 1.19s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:21 ------------- Gathering Facts --------------------------------------------------------- 1.06s /tmp/tmpsh02am6p/tests/network/tests_helpers_and_asserts.yml:3 ---------------- Get stats of system files ----------------------------------------------- 0.62s /tmp/tmpsh02am6p/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.52s /tmp/tmpsh02am6p/tests/network/_backup.yml:19 --------------------------------- Restore system files ---------------------------------------------------- 0.45s /tmp/tmpsh02am6p/tests/network/_restore.yml:4 --------------------------------- Delete veth interface veth1298 ------------------------------------------ 0.45s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:35 ------------- Gather current interface info ------------------------------------------- 0.45s /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 ------------- Delete dummy interface dummy1298 ---------------------------------------- 0.45s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:44 ------------- Gather current interface info ------------------------------------------- 0.43s /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 ------------- Get stat for interface dummy1298 ---------------------------------------- 0.43s /tmp/tmpsh02am6p/tests/network/tasks/get_interface_stat.yml:3 ----------------- Set up veth as managed by NetworkManager -------------------------------- 0.43s /tmp/tmpsh02am6p/tests/network/tasks/manage_test_interface.yml:28 ------------- Gather current interface info ------------------------------------------- 0.42s /tmp/tmpsh02am6p/tests/network/tasks/get_current_interfaces.yml:3 ------------- Get stat for interface veth1298 ----------------------------------------- 0.42s /tmp/tmpsh02am6p/tests/network/tasks/get_interface_stat.yml:3 ----------------- Get stat for interface dummy1298 ---------------------------------------- 0.42s /tmp/tmpsh02am6p/tests/network/tasks/get_interface_stat.yml:3 -----------------