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/tmpdm_c1v_l 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/tmp5fajrzs2/tests/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmp5fajrzs2/tests/_backup.yml:6 Wednesday 03 August 2022 16:43:05 +0000 (0:00:00.017) 0:00:00.017 ****** ok: [/cache/fedora-35.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": 1659544984.8093848, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659544984.8093848, "dev": 32, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 37548, "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": 1659338446.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/tmp5fajrzs2/tests/_backup.yml:13 Wednesday 03 August 2022 16:43:06 +0000 (0:00:00.639) 0:00:00.656 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/fedora-35.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': 37548, 'dev': 32, 'nlink': 1, 'atime': 1659544984.8093848, 'mtime': 1659338446.0, 'ctime': 1659544984.8093848, '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": 1659544984.8093848, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659544984.8093848, "dev": 32, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 37548, "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": 1659338446.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/tmp5fajrzs2/tests/_backup.yml:19 Wednesday 03 August 2022 16:43:06 +0000 (0:00:00.035) 0:00:00.692 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.005083", "end": "2022-08-03 16:43:06.625344", "rc": 0, "start": "2022-08-03 16:43:06.620261" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-35.qcow2.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 16:43:07 +0000 (0:00:00.535) 0:00:01.227 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.64s /tmp/tmp5fajrzs2/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.54s /tmp/tmp5fajrzs2/tests/_backup.yml:19 ----------------------------------------- Check if system files exist --------------------------------------------- 0.04s /tmp/tmp5fajrzs2/tests/_backup.yml:13 ----------------------------------------- PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /tmp/tmp5fajrzs2/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmp5fajrzs2/tests/tests_helpers_and_asserts.yml:3 Wednesday 03 August 2022 16:43:07 +0000 (0:00:00.009) 0:00:01.237 ****** ok: [/cache/fedora-35.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tests_helpers_and_asserts.yml:6 Wednesday 03 August 2022 16:43:08 +0000 (0:00:01.082) 0:00:02.319 ****** included: /tmp/tmp5fajrzs2/tests/tasks/el_repo_setup.yml for /cache/fedora-35.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 16:43:08 +0000 (0:00:00.027) 0:00:02.347 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 16:43:08 +0000 (0:00:00.021) 0:00:02.369 ****** included: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml for /cache/fedora-35.qcow2.snap TASK [Create EPEL 35] ********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 16:43:08 +0000 (0:00:00.030) 0:00:02.399 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 16:43:08 +0000 (0:00:00.020) 0:00:02.420 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 16:43:08 +0000 (0:00:00.020) 0:00:02.440 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 16:43:08 +0000 (0:00:00.018) 0:00:02.458 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [test veth interface management] ****************************************** task path: /tmp/tmp5fajrzs2/tests/tests_helpers_and_asserts.yml:8 Wednesday 03 August 2022 16:43:08 +0000 (0:00:00.018) 0:00:02.476 ****** included: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 16:43:08 +0000 (0:00:00.028) 0:00:02.505 ****** included: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:43:08 +0000 (0:00:00.027) 0:00:02.532 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:43:08 +0000 (0:00:00.027) 0:00:02.559 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003608", "end": "2022-08-03 16:43:08.351961", "rc": 0, "start": "2022-08-03 16:43:08.348353" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:43:08 +0000 (0:00:00.386) 0:00:02.946 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:43:08 +0000 (0:00:00.031) 0:00:02.977 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 16:43:08 +0000 (0:00:00.031) 0:00:03.009 ****** included: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml for /cache/fedora-35.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:43:09 +0000 (0:00:00.034) 0:00:03.043 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:43:09 +0000 (0:00:00.021) 0:00:03.065 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:43:09 +0000 (0:00:00.020) 0:00:03.085 ****** included: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:43:09 +0000 (0:00:00.032) 0:00:03.117 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:43:09 +0000 (0:00:00.031) 0:00:03.149 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003588", "end": "2022-08-03 16:43:08.945871", "rc": 0, "start": "2022-08-03 16:43:08.942283" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:43:09 +0000 (0:00:00.390) 0:00:03.540 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:43:09 +0000 (0:00:00.030) 0:00:03.570 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:43:09 +0000 (0:00:00.028) 0:00:03.599 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:43:11 +0000 (0:00:02.048) 0:00:05.647 ****** skipping: [/cache/fedora-35.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-35.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-35.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/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 16:43:11 +0000 (0:00:00.031) 0:00:05.679 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 16:43:11 +0000 (0:00:00.019) 0:00:05.699 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 16:43:11 +0000 (0:00:00.019) 0:00:05.719 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 16:43:11 +0000 (0:00:00.018) 0:00:05.737 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:43:11 +0000 (0:00:00.019) 0:00:05.756 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 16:43:11 +0000 (0:00:00.018) 0:00:05.775 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 16:43:11 +0000 (0:00:00.019) 0:00:05.794 ****** included: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:43:11 +0000 (0:00:00.030) 0:00:05.825 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:43:11 +0000 (0:00:00.025) 0:00:05.850 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003585", "end": "2022-08-03 16:43:11.671981", "rc": 0, "start": "2022-08-03 16:43:11.668396" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:43:12 +0000 (0:00:00.415) 0:00:06.265 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:43:12 +0000 (0:00:00.028) 0:00:06.294 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 16:43:12 +0000 (0:00:00.027) 0:00:06.322 ****** included: /tmp/tmp5fajrzs2/tests/tasks/assert_device_absent.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:43:12 +0000 (0:00:00.030) 0:00:06.353 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_interface_stat.yml for /cache/fedora-35.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:43:12 +0000 (0:00:00.026) 0:00:06.379 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmp5fajrzs2/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:43:12 +0000 (0:00:00.485) 0:00:06.865 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 16:43:12 +0000 (0:00:00.067) 0:00:06.932 ****** included: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml for /cache/fedora-35.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:43:12 +0000 (0:00:00.037) 0:00:06.969 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:43:12 +0000 (0:00:00.051) 0:00:07.021 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:43:13 +0000 (0:00:00.021) 0:00:07.042 ****** included: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:43:13 +0000 (0:00:00.030) 0:00:07.072 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:43:13 +0000 (0:00:00.027) 0:00:07.100 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003569", "end": "2022-08-03 16:43:12.914234", "rc": 0, "start": "2022-08-03 16:43:12.910665" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:43:13 +0000 (0:00:00.407) 0:00:07.508 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:43:13 +0000 (0:00:00.029) 0:00:07.537 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:43:13 +0000 (0:00:00.027) 0:00:07.565 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:43:15 +0000 (0:00:01.898) 0:00:09.464 ****** changed: [/cache/fedora-35.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.004636", "end": "2022-08-03 16:43:15.278197", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2022-08-03 16:43:15.273561" } changed: [/cache/fedora-35.qcow2.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003899", "end": "2022-08-03 16:43:15.657895", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2022-08-03 16:43:15.653996" } changed: [/cache/fedora-35.qcow2.snap] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.016297", "end": "2022-08-03 16:43:16.058506", "item": "ip link set veth1298 up", "rc": 0, "start": "2022-08-03 16:43:16.042209" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 16:43:16 +0000 (0:00:01.236) 0:00:10.700 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022800", "end": "2022-08-03 16:43:16.524850", "rc": 0, "start": "2022-08-03 16:43:16.502050" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 16:43:17 +0000 (0:00:00.420) 0:00:11.121 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 16:43:17 +0000 (0:00:00.027) 0:00:11.148 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 16:43:17 +0000 (0:00:00.023) 0:00:11.171 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:43:17 +0000 (0:00:00.023) 0:00:11.194 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 16:43:17 +0000 (0:00:00.022) 0:00:11.217 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 16:43:17 +0000 (0:00:00.021) 0:00:11.239 ****** included: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:43:17 +0000 (0:00:00.036) 0:00:11.275 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:43:17 +0000 (0:00:00.029) 0:00:11.304 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003793", "end": "2022-08-03 16:43:17.106195", "rc": 0, "start": "2022-08-03 16:43:17.102402" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:43:17 +0000 (0:00:00.395) 0:00:11.700 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:43:17 +0000 (0:00:00.031) 0:00:11.731 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 16:43:17 +0000 (0:00:00.031) 0:00:11.763 ****** included: /tmp/tmp5fajrzs2/tests/tasks/assert_device_present.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 16:43:17 +0000 (0:00:00.038) 0:00:11.802 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_interface_stat.yml for /cache/fedora-35.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:43:17 +0000 (0:00:00.028) 0:00:11.831 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "stat": { "atime": 1659544995.277446, "block_size": 4096, "blocks": 0, "ctime": 1659544995.277446, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32357, "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": 1659544995.277446, "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/tmp5fajrzs2/tests/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 16:43:18 +0000 (0:00:00.388) 0:00:12.219 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 16:43:18 +0000 (0:00:00.033) 0:00:12.253 ****** included: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml for /cache/fedora-35.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:43:18 +0000 (0:00:00.041) 0:00:12.294 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:43:18 +0000 (0:00:00.022) 0:00:12.316 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:43:18 +0000 (0:00:00.021) 0:00:12.337 ****** included: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:43:18 +0000 (0:00:00.030) 0:00:12.368 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:43:18 +0000 (0:00:00.028) 0:00:12.397 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003579", "end": "2022-08-03 16:43:18.189018", "rc": 0, "start": "2022-08-03 16:43:18.185439" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:43:18 +0000 (0:00:00.385) 0:00:12.782 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:43:18 +0000 (0:00:00.032) 0:00:12.814 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:43:18 +0000 (0:00:00.032) 0:00:12.846 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:43:20 +0000 (0:00:01.951) 0:00:14.798 ****** skipping: [/cache/fedora-35.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-35.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-35.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/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 16:43:20 +0000 (0:00:00.030) 0:00:14.828 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 16:43:20 +0000 (0:00:00.026) 0:00:14.855 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.016035", "end": "2022-08-03 16:43:20.667816", "rc": 0, "start": "2022-08-03 16:43:20.651781" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 16:43:21 +0000 (0:00:00.408) 0:00:15.264 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 16:43:21 +0000 (0:00:00.022) 0:00:15.287 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:43:21 +0000 (0:00:00.022) 0:00:15.309 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 16:43:21 +0000 (0:00:00.022) 0:00:15.331 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 16:43:21 +0000 (0:00:00.021) 0:00:15.353 ****** included: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:43:21 +0000 (0:00:00.042) 0:00:15.395 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:43:21 +0000 (0:00:00.027) 0:00:15.422 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003588", "end": "2022-08-03 16:43:21.245055", "rc": 0, "start": "2022-08-03 16:43:21.241467" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:43:21 +0000 (0:00:00.418) 0:00:15.841 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:43:21 +0000 (0:00:00.032) 0:00:15.873 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 16:43:21 +0000 (0:00:00.030) 0:00:15.904 ****** included: /tmp/tmp5fajrzs2/tests/tasks/assert_device_absent.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:43:21 +0000 (0:00:00.041) 0:00:15.945 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_interface_stat.yml for /cache/fedora-35.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:43:21 +0000 (0:00:00.027) 0:00:15.973 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmp5fajrzs2/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:43:22 +0000 (0:00:00.386) 0:00:16.359 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [test veth interface management] ****************************************** task path: /tmp/tmp5fajrzs2/tests/tests_helpers_and_asserts.yml:14 Wednesday 03 August 2022 16:43:22 +0000 (0:00:00.034) 0:00:16.394 ****** included: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 16:43:22 +0000 (0:00:00.032) 0:00:16.427 ****** included: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:43:22 +0000 (0:00:00.029) 0:00:16.456 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:43:22 +0000 (0:00:00.028) 0:00:16.484 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003579", "end": "2022-08-03 16:43:22.285872", "rc": 0, "start": "2022-08-03 16:43:22.282293" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:43:22 +0000 (0:00:00.395) 0:00:16.880 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:43:22 +0000 (0:00:00.031) 0:00:16.911 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 16:43:22 +0000 (0:00:00.032) 0:00:16.944 ****** included: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml for /cache/fedora-35.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:43:22 +0000 (0:00:00.030) 0:00:16.975 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:43:22 +0000 (0:00:00.020) 0:00:16.995 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:43:22 +0000 (0:00:00.020) 0:00:17.015 ****** included: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:43:23 +0000 (0:00:00.029) 0:00:17.044 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:43:23 +0000 (0:00:00.027) 0:00:17.072 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003670", "end": "2022-08-03 16:43:22.877861", "rc": 0, "start": "2022-08-03 16:43:22.874191" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:43:23 +0000 (0:00:00.401) 0:00:17.473 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:43:23 +0000 (0:00:00.032) 0:00:17.506 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:43:23 +0000 (0:00:00.032) 0:00:17.538 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:43:25 +0000 (0:00:01.899) 0:00:19.438 ****** skipping: [/cache/fedora-35.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-35.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-35.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/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 16:43:25 +0000 (0:00:00.033) 0:00:19.471 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 16:43:25 +0000 (0:00:00.022) 0:00:19.494 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 16:43:25 +0000 (0:00:00.022) 0:00:19.517 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 16:43:25 +0000 (0:00:00.021) 0:00:19.538 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:43:25 +0000 (0:00:00.021) 0:00:19.560 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 16:43:25 +0000 (0:00:00.022) 0:00:19.583 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 16:43:25 +0000 (0:00:00.021) 0:00:19.605 ****** included: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:43:25 +0000 (0:00:00.033) 0:00:19.638 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:43:25 +0000 (0:00:00.027) 0:00:19.666 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003486", "end": "2022-08-03 16:43:25.470161", "rc": 0, "start": "2022-08-03 16:43:25.466675" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:43:26 +0000 (0:00:00.397) 0:00:20.064 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:43:26 +0000 (0:00:00.032) 0:00:20.096 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 16:43:26 +0000 (0:00:00.032) 0:00:20.128 ****** included: /tmp/tmp5fajrzs2/tests/tasks/assert_device_absent.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:43:26 +0000 (0:00:00.033) 0:00:20.162 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_interface_stat.yml for /cache/fedora-35.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:43:26 +0000 (0:00:00.028) 0:00:20.191 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmp5fajrzs2/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:43:26 +0000 (0:00:00.413) 0:00:20.605 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 16:43:26 +0000 (0:00:00.034) 0:00:20.639 ****** included: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml for /cache/fedora-35.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:43:26 +0000 (0:00:00.037) 0:00:20.677 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:43:26 +0000 (0:00:00.021) 0:00:20.698 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:43:26 +0000 (0:00:00.022) 0:00:20.720 ****** included: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:43:26 +0000 (0:00:00.031) 0:00:20.752 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:43:26 +0000 (0:00:00.029) 0:00:20.781 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003554", "end": "2022-08-03 16:43:26.645923", "rc": 0, "start": "2022-08-03 16:43:26.642369" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:43:27 +0000 (0:00:00.461) 0:00:21.242 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:43:27 +0000 (0:00:00.066) 0:00:21.309 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:43:27 +0000 (0:00:00.030) 0:00:21.339 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:43:29 +0000 (0:00:02.019) 0:00:23.358 ****** skipping: [/cache/fedora-35.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-35.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-35.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/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 16:43:29 +0000 (0:00:00.030) 0:00:23.389 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 16:43:29 +0000 (0:00:00.020) 0:00:23.409 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 16:43:29 +0000 (0:00:00.023) 0:00:23.433 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.005244", "end": "2022-08-03 16:43:29.238057", "rc": 0, "start": "2022-08-03 16:43:29.232813" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 16:43:29 +0000 (0:00:00.404) 0:00:23.837 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:43:29 +0000 (0:00:00.022) 0:00:23.859 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 16:43:29 +0000 (0:00:00.020) 0:00:23.880 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 16:43:29 +0000 (0:00:00.021) 0:00:23.901 ****** included: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:43:29 +0000 (0:00:00.037) 0:00:23.938 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:43:29 +0000 (0:00:00.027) 0:00:23.966 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003633", "end": "2022-08-03 16:43:29.762583", "rc": 0, "start": "2022-08-03 16:43:29.758950" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:43:30 +0000 (0:00:00.391) 0:00:24.358 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:43:30 +0000 (0:00:00.031) 0:00:24.389 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 16:43:30 +0000 (0:00:00.029) 0:00:24.418 ****** included: /tmp/tmp5fajrzs2/tests/tasks/assert_device_present.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 16:43:30 +0000 (0:00:00.036) 0:00:24.454 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_interface_stat.yml for /cache/fedora-35.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:43:30 +0000 (0:00:00.027) 0:00:24.482 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "stat": { "atime": 1659545009.2360628, "block_size": 4096, "blocks": 0, "ctime": 1659545009.2360628, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32485, "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": 1659545009.2360628, "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/tmp5fajrzs2/tests/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 16:43:30 +0000 (0:00:00.383) 0:00:24.865 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 16:43:30 +0000 (0:00:00.030) 0:00:24.896 ****** included: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml for /cache/fedora-35.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 16:43:30 +0000 (0:00:00.038) 0:00:24.934 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 16:43:30 +0000 (0:00:00.018) 0:00:24.952 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 16:43:30 +0000 (0:00:00.018) 0:00:24.970 ****** included: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:43:30 +0000 (0:00:00.027) 0:00:24.998 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:43:30 +0000 (0:00:00.026) 0:00:25.024 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003492", "end": "2022-08-03 16:43:30.807012", "rc": 0, "start": "2022-08-03 16:43:30.803520" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:43:31 +0000 (0:00:00.376) 0:00:25.400 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:43:31 +0000 (0:00:00.057) 0:00:25.457 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 16:43:31 +0000 (0:00:00.029) 0:00:25.487 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 16:43:33 +0000 (0:00:01.944) 0:00:27.431 ****** skipping: [/cache/fedora-35.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-35.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-35.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/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 16:43:33 +0000 (0:00:00.031) 0:00:27.462 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 16:43:33 +0000 (0:00:00.021) 0:00:27.484 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 16:43:33 +0000 (0:00:00.020) 0:00:27.504 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 16:43:33 +0000 (0:00:00.021) 0:00:27.526 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.015540", "end": "2022-08-03 16:43:33.333439", "rc": 0, "start": "2022-08-03 16:43:33.317899" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 16:43:33 +0000 (0:00:00.402) 0:00:27.929 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 16:43:33 +0000 (0:00:00.023) 0:00:27.952 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 16:43:33 +0000 (0:00:00.021) 0:00:27.973 ****** included: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 16:43:33 +0000 (0:00:00.042) 0:00:28.016 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 16:43:34 +0000 (0:00:00.027) 0:00:28.043 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003548", "end": "2022-08-03 16:43:33.874803", "rc": 0, "start": "2022-08-03 16:43:33.871255" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 16:43:34 +0000 (0:00:00.426) 0:00:28.470 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmp5fajrzs2/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 16:43:34 +0000 (0:00:00.031) 0:00:28.501 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 16:43:34 +0000 (0:00:00.060) 0:00:28.562 ****** included: /tmp/tmp5fajrzs2/tests/tasks/assert_device_absent.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 16:43:34 +0000 (0:00:00.041) 0:00:28.604 ****** included: /tmp/tmp5fajrzs2/tests/tasks/get_interface_stat.yml for /cache/fedora-35.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmp5fajrzs2/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 16:43:34 +0000 (0:00:00.059) 0:00:28.664 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmp5fajrzs2/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 16:43:35 +0000 (0:00:00.381) 0:00:29.045 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-35.qcow2.snap : ok=119 changed=6 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Wednesday 03 August 2022 16:43:35 +0000 (0:00:00.041) 0:00:29.087 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.05s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 2.02s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.95s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.94s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.90s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.90s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:15 --------------------- Create veth interface veth1298 ------------------------------------------ 1.24s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:21 --------------------- Gathering Facts --------------------------------------------------------- 1.08s /tmp/tmp5fajrzs2/tests/tests_helpers_and_asserts.yml:3 ------------------------ Get stats of system files ----------------------------------------------- 0.64s /tmp/tmp5fajrzs2/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.54s /tmp/tmp5fajrzs2/tests/_backup.yml:19 ----------------------------------------- Get stat for interface veth1298 ----------------------------------------- 0.49s /tmp/tmp5fajrzs2/tests/tasks/get_interface_stat.yml:3 ------------------------- Gather current interface info ------------------------------------------- 0.46s /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.43s /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 --------------------- Set up veth as managed by NetworkManager -------------------------------- 0.42s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:29 --------------------- Gather current interface info ------------------------------------------- 0.42s /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.42s /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 --------------------- Get stat for interface dummy1298 ---------------------------------------- 0.41s /tmp/tmp5fajrzs2/tests/tasks/get_interface_stat.yml:3 ------------------------- Delete veth interface veth1298 ------------------------------------------ 0.41s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:36 --------------------- Gather current interface info ------------------------------------------- 0.41s /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 --------------------- Create dummy interface dummy1298 ---------------------------------------- 0.40s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:42 --------------------- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmp5fajrzs2/tests/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmp5fajrzs2/tests/_restore.yml:4 Wednesday 03 August 2022 16:43:35 +0000 (0:00:00.035) 0:00:29.123 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.006359", "end": "2022-08-03 16:43:34.918985", "rc": 0, "start": "2022-08-03 16:43:34.912626" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-35.qcow2.snap : ok=120 changed=7 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Wednesday 03 August 2022 16:43:35 +0000 (0:00:00.397) 0:00:29.521 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.05s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 2.02s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.95s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.94s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.90s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 1.90s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:15 --------------------- Create veth interface veth1298 ------------------------------------------ 1.24s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:21 --------------------- Gathering Facts --------------------------------------------------------- 1.08s /tmp/tmp5fajrzs2/tests/tests_helpers_and_asserts.yml:3 ------------------------ Get stats of system files ----------------------------------------------- 0.64s /tmp/tmp5fajrzs2/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.54s /tmp/tmp5fajrzs2/tests/_backup.yml:19 ----------------------------------------- Get stat for interface veth1298 ----------------------------------------- 0.49s /tmp/tmp5fajrzs2/tests/tasks/get_interface_stat.yml:3 ------------------------- Gather current interface info ------------------------------------------- 0.46s /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.43s /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 --------------------- Set up veth as managed by NetworkManager -------------------------------- 0.42s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:29 --------------------- Gather current interface info ------------------------------------------- 0.42s /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.42s /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 --------------------- Get stat for interface dummy1298 ---------------------------------------- 0.41s /tmp/tmp5fajrzs2/tests/tasks/get_interface_stat.yml:3 ------------------------- Delete veth interface veth1298 ------------------------------------------ 0.41s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:36 --------------------- Gather current interface info ------------------------------------------- 0.41s /tmp/tmp5fajrzs2/tests/tasks/get_current_interfaces.yml:3 --------------------- Create dummy interface dummy1298 ---------------------------------------- 0.40s /tmp/tmp5fajrzs2/tests/tasks/manage_test_interface.yml:42 --------------------- 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/tmpdm_c1v_l 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/tmpn6gexhje/tests/network/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmpn6gexhje/tests/network/_backup.yml:6 Wednesday 03 August 2022 17:09:37 +0000 (0:00:00.017) 0:00:00.017 ****** ok: [/cache/fedora-35.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": 1659546576.602671, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659546576.602671, "dev": 32, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 37545, "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": 1659338446.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/tmpn6gexhje/tests/network/_backup.yml:13 Wednesday 03 August 2022 17:09:38 +0000 (0:00:00.618) 0:00:00.636 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/fedora-35.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': 37545, 'dev': 32, 'nlink': 1, 'atime': 1659546576.602671, 'mtime': 1659338446.0, 'ctime': 1659546576.602671, '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": 1659546576.602671, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1659546576.602671, "dev": 32, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 37545, "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": 1659338446.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/tmpn6gexhje/tests/network/_backup.yml:19 Wednesday 03 August 2022 17:09:38 +0000 (0:00:00.035) 0:00:00.672 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.004073", "end": "2022-08-03 17:09:38.389908", "rc": 0, "start": "2022-08-03 17:09:38.385835" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-35.qcow2.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 17:09:38 +0000 (0:00:00.513) 0:00:01.185 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.62s /tmp/tmpn6gexhje/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.51s /tmp/tmpn6gexhje/tests/network/_backup.yml:19 --------------------------------- Check if system files exist --------------------------------------------- 0.04s /tmp/tmpn6gexhje/tests/network/_backup.yml:13 --------------------------------- PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /tmp/tmpn6gexhje/tests/network/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmpn6gexhje/tests/network/tests_helpers_and_asserts.yml:3 Wednesday 03 August 2022 17:09:38 +0000 (0:00:00.009) 0:00:01.195 ****** ok: [/cache/fedora-35.qcow2.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tests_helpers_and_asserts.yml:6 Wednesday 03 August 2022 17:09:39 +0000 (0:00:01.052) 0:00:02.247 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/el_repo_setup.yml for /cache/fedora-35.qcow2.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:09:39 +0000 (0:00:00.029) 0:00:02.277 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:09:39 +0000 (0:00:00.021) 0:00:02.299 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml for /cache/fedora-35.qcow2.snap TASK [Create EPEL 35] ********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:09:39 +0000 (0:00:00.030) 0:00:02.329 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:09:39 +0000 (0:00:00.020) 0:00:02.350 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:09:40 +0000 (0:00:00.022) 0:00:02.373 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:09:40 +0000 (0:00:00.021) 0:00:02.395 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [test veth interface management] ****************************************** task path: /tmp/tmpn6gexhje/tests/network/tests_helpers_and_asserts.yml:8 Wednesday 03 August 2022 17:09:40 +0000 (0:00:00.020) 0:00:02.416 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 17:09:40 +0000 (0:00:00.029) 0:00:02.446 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:09:40 +0000 (0:00:00.027) 0:00:02.473 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:09:40 +0000 (0:00:00.026) 0:00:02.499 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003519", "end": "2022-08-03 17:09:40.087864", "rc": 0, "start": "2022-08-03 17:09:40.084345" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:09:40 +0000 (0:00:00.378) 0:00:02.878 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:09:40 +0000 (0:00:00.029) 0:00:02.908 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 17:09:40 +0000 (0:00:00.028) 0:00:02.936 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml for /cache/fedora-35.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 17:09:40 +0000 (0:00:00.032) 0:00:02.968 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 17:09:40 +0000 (0:00:00.019) 0:00:02.988 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 17:09:40 +0000 (0:00:00.017) 0:00:03.006 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:09:40 +0000 (0:00:00.028) 0:00:03.034 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:09:40 +0000 (0:00:00.025) 0:00:03.060 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003902", "end": "2022-08-03 17:09:40.667272", "rc": 0, "start": "2022-08-03 17:09:40.663370" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:09:41 +0000 (0:00:00.407) 0:00:03.467 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:09:41 +0000 (0:00:00.049) 0:00:03.517 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 17:09:41 +0000 (0:00:00.031) 0:00:03.549 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 17:09:43 +0000 (0:00:02.035) 0:00:05.584 ****** skipping: [/cache/fedora-35.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-35.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-35.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/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 17:09:43 +0000 (0:00:00.030) 0:00:05.614 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 17:09:43 +0000 (0:00:00.020) 0:00:05.635 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 17:09:43 +0000 (0:00:00.020) 0:00:05.655 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 17:09:43 +0000 (0:00:00.021) 0:00:05.676 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 17:09:43 +0000 (0:00:00.021) 0:00:05.698 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 17:09:43 +0000 (0:00:00.020) 0:00:05.718 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 17:09:43 +0000 (0:00:00.020) 0:00:05.738 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:09:43 +0000 (0:00:00.030) 0:00:05.769 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:09:43 +0000 (0:00:00.025) 0:00:05.795 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003434", "end": "2022-08-03 17:09:43.408835", "rc": 0, "start": "2022-08-03 17:09:43.405401" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:09:43 +0000 (0:00:00.405) 0:00:06.200 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:09:43 +0000 (0:00:00.057) 0:00:06.258 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 17:09:43 +0000 (0:00:00.029) 0:00:06.288 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/assert_device_absent.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 17:09:43 +0000 (0:00:00.032) 0:00:06.321 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_interface_stat.yml for /cache/fedora-35.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 17:09:43 +0000 (0:00:00.028) 0:00:06.349 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 17:09:44 +0000 (0:00:00.412) 0:00:06.761 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 17:09:44 +0000 (0:00:00.034) 0:00:06.796 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml for /cache/fedora-35.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 17:09:44 +0000 (0:00:00.034) 0:00:06.830 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 17:09:44 +0000 (0:00:00.020) 0:00:06.851 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 17:09:44 +0000 (0:00:00.019) 0:00:06.870 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:09:44 +0000 (0:00:00.027) 0:00:06.897 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:09:44 +0000 (0:00:00.028) 0:00:06.926 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003572", "end": "2022-08-03 17:09:44.515232", "rc": 0, "start": "2022-08-03 17:09:44.511660" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:09:44 +0000 (0:00:00.381) 0:00:07.307 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:09:44 +0000 (0:00:00.030) 0:00:07.338 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 17:09:45 +0000 (0:00:00.030) 0:00:07.369 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 17:09:46 +0000 (0:00:01.860) 0:00:09.230 ****** changed: [/cache/fedora-35.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.004576", "end": "2022-08-03 17:09:46.816994", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2022-08-03 17:09:46.812418" } changed: [/cache/fedora-35.qcow2.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003594", "end": "2022-08-03 17:09:47.178880", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2022-08-03 17:09:47.175286" } changed: [/cache/fedora-35.qcow2.snap] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.010811", "end": "2022-08-03 17:09:47.539829", "item": "ip link set veth1298 up", "rc": 0, "start": "2022-08-03 17:09:47.529018" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 17:09:47 +0000 (0:00:01.104) 0:00:10.334 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.019282", "end": "2022-08-03 17:09:47.941501", "rc": 0, "start": "2022-08-03 17:09:47.922219" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 17:09:48 +0000 (0:00:00.401) 0:00:10.735 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 17:09:48 +0000 (0:00:00.023) 0:00:10.758 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 17:09:48 +0000 (0:00:00.022) 0:00:10.780 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 17:09:48 +0000 (0:00:00.021) 0:00:10.802 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 17:09:48 +0000 (0:00:00.021) 0:00:10.823 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 17:09:48 +0000 (0:00:00.021) 0:00:10.844 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:09:48 +0000 (0:00:00.036) 0:00:10.881 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:09:48 +0000 (0:00:00.027) 0:00:10.908 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003505", "end": "2022-08-03 17:09:48.496704", "rc": 0, "start": "2022-08-03 17:09:48.493199" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:09:48 +0000 (0:00:00.380) 0:00:11.289 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:09:48 +0000 (0:00:00.031) 0:00:11.320 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 17:09:48 +0000 (0:00:00.031) 0:00:11.352 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/assert_device_present.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 17:09:49 +0000 (0:00:00.037) 0:00:11.389 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_interface_stat.yml for /cache/fedora-35.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 17:09:49 +0000 (0:00:00.029) 0:00:11.418 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "stat": { "atime": 1659546586.8157263, "block_size": 4096, "blocks": 0, "ctime": 1659546586.8157263, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32357, "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": 1659546586.8157263, "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/tmpn6gexhje/tests/network/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 17:09:49 +0000 (0:00:00.377) 0:00:11.795 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 17:09:49 +0000 (0:00:00.033) 0:00:11.828 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml for /cache/fedora-35.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 17:09:49 +0000 (0:00:00.040) 0:00:11.868 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 17:09:49 +0000 (0:00:00.021) 0:00:11.890 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 17:09:49 +0000 (0:00:00.020) 0:00:11.911 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:09:49 +0000 (0:00:00.029) 0:00:11.941 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:09:49 +0000 (0:00:00.027) 0:00:11.968 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003137", "end": "2022-08-03 17:09:49.584336", "rc": 0, "start": "2022-08-03 17:09:49.581199" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:09:50 +0000 (0:00:00.405) 0:00:12.373 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:09:50 +0000 (0:00:00.031) 0:00:12.405 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 17:09:50 +0000 (0:00:00.029) 0:00:12.434 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 17:09:51 +0000 (0:00:01.867) 0:00:14.302 ****** skipping: [/cache/fedora-35.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-35.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-35.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/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 17:09:51 +0000 (0:00:00.030) 0:00:14.333 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 17:09:51 +0000 (0:00:00.021) 0:00:14.355 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.014531", "end": "2022-08-03 17:09:51.961963", "rc": 0, "start": "2022-08-03 17:09:51.947432" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 17:09:52 +0000 (0:00:00.401) 0:00:14.756 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 17:09:52 +0000 (0:00:00.022) 0:00:14.779 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 17:09:52 +0000 (0:00:00.022) 0:00:14.802 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 17:09:52 +0000 (0:00:00.022) 0:00:14.824 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 17:09:52 +0000 (0:00:00.021) 0:00:14.846 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:09:52 +0000 (0:00:00.040) 0:00:14.887 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:09:52 +0000 (0:00:00.027) 0:00:14.915 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003515", "end": "2022-08-03 17:09:52.515828", "rc": 0, "start": "2022-08-03 17:09:52.512313" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:09:52 +0000 (0:00:00.392) 0:00:15.307 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:09:52 +0000 (0:00:00.030) 0:00:15.337 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 17:09:53 +0000 (0:00:00.028) 0:00:15.365 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/assert_device_absent.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 17:09:53 +0000 (0:00:00.040) 0:00:15.406 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_interface_stat.yml for /cache/fedora-35.qcow2.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 17:09:53 +0000 (0:00:00.028) 0:00:15.435 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 17:09:53 +0000 (0:00:00.381) 0:00:15.816 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [test veth interface management] ****************************************** task path: /tmp/tmpn6gexhje/tests/network/tests_helpers_and_asserts.yml:14 Wednesday 03 August 2022 17:09:53 +0000 (0:00:00.031) 0:00:15.848 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 17:09:53 +0000 (0:00:00.030) 0:00:15.879 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:09:53 +0000 (0:00:00.026) 0:00:15.905 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:09:53 +0000 (0:00:00.026) 0:00:15.932 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003540", "end": "2022-08-03 17:09:53.524899", "rc": 0, "start": "2022-08-03 17:09:53.521359" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:09:53 +0000 (0:00:00.384) 0:00:16.317 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:09:53 +0000 (0:00:00.029) 0:00:16.347 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 17:09:54 +0000 (0:00:00.031) 0:00:16.379 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml for /cache/fedora-35.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 17:09:54 +0000 (0:00:00.030) 0:00:16.410 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 17:09:54 +0000 (0:00:00.022) 0:00:16.432 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 17:09:54 +0000 (0:00:00.019) 0:00:16.451 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:09:54 +0000 (0:00:00.028) 0:00:16.480 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:09:54 +0000 (0:00:00.026) 0:00:16.507 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003560", "end": "2022-08-03 17:09:54.105025", "rc": 0, "start": "2022-08-03 17:09:54.101465" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:09:54 +0000 (0:00:00.390) 0:00:16.897 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:09:54 +0000 (0:00:00.031) 0:00:16.929 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 17:09:54 +0000 (0:00:00.031) 0:00:16.960 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 17:09:56 +0000 (0:00:01.949) 0:00:18.909 ****** skipping: [/cache/fedora-35.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-35.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-35.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/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 17:09:56 +0000 (0:00:00.030) 0:00:18.940 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 17:09:56 +0000 (0:00:00.022) 0:00:18.962 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 17:09:56 +0000 (0:00:00.024) 0:00:18.987 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 17:09:56 +0000 (0:00:00.021) 0:00:19.008 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 17:09:56 +0000 (0:00:00.028) 0:00:19.037 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 17:09:56 +0000 (0:00:00.023) 0:00:19.060 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 17:09:56 +0000 (0:00:00.022) 0:00:19.082 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:09:56 +0000 (0:00:00.033) 0:00:19.115 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:09:56 +0000 (0:00:00.029) 0:00:19.145 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003493", "end": "2022-08-03 17:09:56.739204", "rc": 0, "start": "2022-08-03 17:09:56.735711" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:09:57 +0000 (0:00:00.386) 0:00:19.531 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:09:57 +0000 (0:00:00.069) 0:00:19.601 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 17:09:57 +0000 (0:00:00.067) 0:00:19.669 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/assert_device_absent.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 17:09:57 +0000 (0:00:00.034) 0:00:19.703 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_interface_stat.yml for /cache/fedora-35.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 17:09:57 +0000 (0:00:00.028) 0:00:19.732 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 17:09:57 +0000 (0:00:00.375) 0:00:20.108 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 17:09:57 +0000 (0:00:00.072) 0:00:20.181 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml for /cache/fedora-35.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 17:09:57 +0000 (0:00:00.076) 0:00:20.257 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 17:09:57 +0000 (0:00:00.021) 0:00:20.279 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 17:09:57 +0000 (0:00:00.020) 0:00:20.300 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:09:57 +0000 (0:00:00.030) 0:00:20.330 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:09:57 +0000 (0:00:00.027) 0:00:20.358 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003849", "end": "2022-08-03 17:09:57.958864", "rc": 0, "start": "2022-08-03 17:09:57.955015" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:09:58 +0000 (0:00:00.393) 0:00:20.751 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:09:58 +0000 (0:00:00.030) 0:00:20.781 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 17:09:58 +0000 (0:00:00.028) 0:00:20.809 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 17:10:00 +0000 (0:00:01.880) 0:00:22.690 ****** skipping: [/cache/fedora-35.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-35.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-35.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/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 17:10:00 +0000 (0:00:00.028) 0:00:22.719 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 17:10:00 +0000 (0:00:00.020) 0:00:22.739 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 17:10:00 +0000 (0:00:00.020) 0:00:22.759 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.004013", "end": "2022-08-03 17:10:00.361105", "rc": 0, "start": "2022-08-03 17:10:00.357092" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 17:10:00 +0000 (0:00:00.398) 0:00:23.158 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 17:10:00 +0000 (0:00:00.021) 0:00:23.179 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 17:10:00 +0000 (0:00:00.023) 0:00:23.203 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 17:10:00 +0000 (0:00:00.021) 0:00:23.224 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:10:00 +0000 (0:00:00.036) 0:00:23.260 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:10:00 +0000 (0:00:00.027) 0:00:23.288 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003493", "end": "2022-08-03 17:10:00.870312", "rc": 0, "start": "2022-08-03 17:10:00.866819" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:10:01 +0000 (0:00:00.374) 0:00:23.662 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:10:01 +0000 (0:00:00.030) 0:00:23.693 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 17:10:01 +0000 (0:00:00.030) 0:00:23.723 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/assert_device_present.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 17:10:01 +0000 (0:00:00.036) 0:00:23.760 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_interface_stat.yml for /cache/fedora-35.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 17:10:01 +0000 (0:00:00.029) 0:00:23.789 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "stat": { "atime": 1659546600.3604207, "block_size": 4096, "blocks": 0, "ctime": 1659546600.3604207, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32485, "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": 1659546600.3604207, "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/tmpn6gexhje/tests/network/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 17:10:01 +0000 (0:00:00.401) 0:00:24.191 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 17:10:01 +0000 (0:00:00.033) 0:00:24.225 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml for /cache/fedora-35.qcow2.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 17:10:01 +0000 (0:00:00.040) 0:00:24.266 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 17:10:01 +0000 (0:00:00.023) 0:00:24.290 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 17:10:01 +0000 (0:00:00.020) 0:00:24.310 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:10:01 +0000 (0:00:00.030) 0:00:24.340 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:10:02 +0000 (0:00:00.027) 0:00:24.368 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003473", "end": "2022-08-03 17:10:01.962508", "rc": 0, "start": "2022-08-03 17:10:01.959035" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:10:02 +0000 (0:00:00.386) 0:00:24.754 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:10:02 +0000 (0:00:00.029) 0:00:24.784 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 17:10:02 +0000 (0:00:00.026) 0:00:24.811 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 17:10:04 +0000 (0:00:01.817) 0:00:26.629 ****** skipping: [/cache/fedora-35.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-35.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-35.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/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 17:10:04 +0000 (0:00:00.031) 0:00:26.660 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 17:10:04 +0000 (0:00:00.021) 0:00:26.682 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 17:10:04 +0000 (0:00:00.022) 0:00:26.704 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 17:10:04 +0000 (0:00:00.022) 0:00:26.727 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.012092", "end": "2022-08-03 17:10:04.338263", "rc": 0, "start": "2022-08-03 17:10:04.326171" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 17:10:04 +0000 (0:00:00.404) 0:00:27.131 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 17:10:04 +0000 (0:00:00.020) 0:00:27.151 ****** skipping: [/cache/fedora-35.qcow2.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 17:10:04 +0000 (0:00:00.019) 0:00:27.171 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:10:04 +0000 (0:00:00.039) 0:00:27.210 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml for /cache/fedora-35.qcow2.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:10:04 +0000 (0:00:00.025) 0:00:27.236 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003445", "end": "2022-08-03 17:10:04.823253", "rc": 0, "start": "2022-08-03 17:10:04.819808" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:10:05 +0000 (0:00:00.379) 0:00:27.616 ****** ok: [/cache/fedora-35.qcow2.snap] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:10:05 +0000 (0:00:00.031) 0:00:27.647 ****** ok: [/cache/fedora-35.qcow2.snap] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 17:10:05 +0000 (0:00:00.063) 0:00:27.710 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/assert_device_absent.yml for /cache/fedora-35.qcow2.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 17:10:05 +0000 (0:00:00.042) 0:00:27.753 ****** included: /tmp/tmpn6gexhje/tests/network/tasks/get_interface_stat.yml for /cache/fedora-35.qcow2.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmpn6gexhje/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 17:10:05 +0000 (0:00:00.059) 0:00:27.813 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmpn6gexhje/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 17:10:05 +0000 (0:00:00.378) 0:00:28.191 ****** ok: [/cache/fedora-35.qcow2.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-35.qcow2.snap : ok=119 changed=6 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Wednesday 03 August 2022 17:10:05 +0000 (0:00:00.040) 0:00:28.232 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.04s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.95s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.88s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.87s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.86s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.82s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:15 ------------- Create veth interface veth1298 ------------------------------------------ 1.10s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:21 ------------- Gathering Facts --------------------------------------------------------- 1.05s /tmp/tmpn6gexhje/tests/network/tests_helpers_and_asserts.yml:3 ---------------- Get stats of system files ----------------------------------------------- 0.62s /tmp/tmpn6gexhje/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.51s /tmp/tmpn6gexhje/tests/network/_backup.yml:19 --------------------------------- Get stat for interface veth1298 ----------------------------------------- 0.41s /tmp/tmpn6gexhje/tests/network/tasks/get_interface_stat.yml:3 ----------------- Gather current interface info ------------------------------------------- 0.41s /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 ------------- Gather current interface info ------------------------------------------- 0.41s /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 ------------- Gather current interface info ------------------------------------------- 0.41s /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 ------------- Delete dummy interface dummy1298 ---------------------------------------- 0.40s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:44 ------------- Get stat for interface dummy1298 ---------------------------------------- 0.40s /tmp/tmpn6gexhje/tests/network/tasks/get_interface_stat.yml:3 ----------------- Delete veth interface veth1298 ------------------------------------------ 0.40s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:35 ------------- Set up veth as managed by NetworkManager -------------------------------- 0.40s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:28 ------------- Create dummy interface dummy1298 ---------------------------------------- 0.40s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:40 ------------- Gather current interface info ------------------------------------------- 0.39s /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 ------------- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmpn6gexhje/tests/network/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmpn6gexhje/tests/network/_restore.yml:4 Wednesday 03 August 2022 17:10:05 +0000 (0:00:00.019) 0:00:28.252 ****** changed: [/cache/fedora-35.qcow2.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.006786", "end": "2022-08-03 17:10:05.852487", "rc": 0, "start": "2022-08-03 17:10:05.845701" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/fedora-35.qcow2.snap : ok=120 changed=7 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Wednesday 03 August 2022 17:10:06 +0000 (0:00:00.400) 0:00:28.652 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.04s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.95s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.88s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.87s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.86s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 1.82s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:15 ------------- Create veth interface veth1298 ------------------------------------------ 1.10s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:21 ------------- Gathering Facts --------------------------------------------------------- 1.05s /tmp/tmpn6gexhje/tests/network/tests_helpers_and_asserts.yml:3 ---------------- Get stats of system files ----------------------------------------------- 0.62s /tmp/tmpn6gexhje/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.51s /tmp/tmpn6gexhje/tests/network/_backup.yml:19 --------------------------------- Get stat for interface veth1298 ----------------------------------------- 0.41s /tmp/tmpn6gexhje/tests/network/tasks/get_interface_stat.yml:3 ----------------- Gather current interface info ------------------------------------------- 0.41s /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 ------------- Gather current interface info ------------------------------------------- 0.41s /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 ------------- Gather current interface info ------------------------------------------- 0.41s /tmp/tmpn6gexhje/tests/network/tasks/get_current_interfaces.yml:3 ------------- Delete dummy interface dummy1298 ---------------------------------------- 0.40s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:44 ------------- Get stat for interface dummy1298 ---------------------------------------- 0.40s /tmp/tmpn6gexhje/tests/network/tasks/get_interface_stat.yml:3 ----------------- Delete veth interface veth1298 ------------------------------------------ 0.40s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:35 ------------- Set up veth as managed by NetworkManager -------------------------------- 0.40s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:28 ------------- Restore system files ---------------------------------------------------- 0.40s /tmp/tmpn6gexhje/tests/network/_restore.yml:4 --------------------------------- Create dummy interface dummy1298 ---------------------------------------- 0.40s /tmp/tmpn6gexhje/tests/network/tasks/manage_test_interface.yml:40 -------------