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/tmpe4dwqm__ 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/tmplbj_o459/tests/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmplbj_o459/tests/_backup.yml:6 Wednesday 03 August 2022 17:22:52 +0000 (0:00:00.018) 0:00:00.018 ****** ok: [/cache/centos-7.qcow2c.snap] => (item=/etc/resolv.conf) => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python" }, "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659547371.6164896, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "58d0b40c7f3b3443c40de4c19aee35ddf579fd17", "ctime": 1659547371.6164896, "dev": 64769, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8331, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659546490.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 61, "uid": 0, "version": "18446744072634941334", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmplbj_o459/tests/_backup.yml:13 Wednesday 03 August 2022 17:22:53 +0000 (0:00:00.525) 0:00:00.543 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/centos-7.qcow2c.snap] => (item={'invocation': {'module_args': {'checksum_algorithm': 'sha1', 'get_checksum': True, 'follow': False, 'path': '/etc/resolv.conf', 'get_md5': False, 'get_mime': True, 'get_attributes': True}}, 'stat': {'charset': 'us-ascii', 'uid': 0, 'exists': True, 'attr_flags': '', 'woth': False, 'isreg': True, 'device_type': 0, 'mtime': 1659546490.0, 'block_size': 4096, 'inode': 8331, 'isgid': False, 'size': 61, 'executable': False, 'isuid': False, 'readable': True, 'version': '18446744072634941334', 'pw_name': 'root', 'gid': 0, 'ischr': False, 'wusr': True, 'writeable': True, 'mimetype': 'text/plain', 'blocks': 8, 'xoth': False, 'islnk': False, 'nlink': 1, 'issock': False, 'rgrp': True, 'gr_name': 'root', 'path': '/etc/resolv.conf', 'xusr': False, 'atime': 1659547371.6164896, 'isdir': False, 'ctime': 1659547371.6164896, 'isblk': False, 'wgrp': False, 'checksum': '58d0b40c7f3b3443c40de4c19aee35ddf579fd17', 'dev': 64769, 'roth': True, 'isfifo': False, 'mode': '0644', 'xgrp': False, 'rusr': True, 'attributes': []}, 'changed': False, 'ansible_facts': {'discovered_interpreter_python': '/usr/bin/python'}, '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/python" }, "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": 1659547371.6164896, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "58d0b40c7f3b3443c40de4c19aee35ddf579fd17", "ctime": 1659547371.6164896, "dev": 64769, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8331, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659546490.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 61, "uid": 0, "version": "18446744072634941334", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } } TASK [Back up system files] **************************************************** task path: /tmp/tmplbj_o459/tests/_backup.yml:19 Wednesday 03 August 2022 17:22:53 +0000 (0:00:00.033) 0:00:00.577 ****** changed: [/cache/centos-7.qcow2c.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.004612", "end": "2022-08-03 17:22:53.233746", "rc": 0, "start": "2022-08-03 17:22:53.229134" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-7.qcow2c.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 17:22:53 +0000 (0:00:00.428) 0:00:01.006 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.53s /tmp/tmplbj_o459/tests/_backup.yml:6 ------------------------------------------ Back up system files ---------------------------------------------------- 0.43s /tmp/tmplbj_o459/tests/_backup.yml:19 ----------------------------------------- Check if system files exist --------------------------------------------- 0.03s /tmp/tmplbj_o459/tests/_backup.yml:13 ----------------------------------------- PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /tmp/tmplbj_o459/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmplbj_o459/tests/tests_helpers_and_asserts.yml:3 Wednesday 03 August 2022 17:22:53 +0000 (0:00:00.010) 0:00:01.016 ****** ok: [/cache/centos-7.qcow2c.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tests_helpers_and_asserts.yml:6 Wednesday 03 August 2022 17:22:54 +0000 (0:00:01.000) 0:00:02.016 ****** included: /tmp/tmplbj_o459/tests/tasks/el_repo_setup.yml for /cache/centos-7.qcow2c.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmplbj_o459/tests/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:22:54 +0000 (0:00:00.025) 0:00:02.042 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:22:54 +0000 (0:00:00.019) 0:00:02.062 ****** included: /tmp/tmplbj_o459/tests/tasks/enable_epel.yml for /cache/centos-7.qcow2c.snap TASK [Create EPEL 7] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:22:54 +0000 (0:00:00.026) 0:00:02.089 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:22:55 +0000 (0:00:00.303) 0:00:02.392 ****** changed: [/cache/centos-7.qcow2c.snap] => { "changed": true, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.168434", "end": "2022-08-03 17:22:55.087599", "rc": 0, "start": "2022-08-03 17:22:54.919165" } STDOUT: Loaded plugins: fastestmirror ================================== repo: epel ================================== [epel] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = cache = 0 cachedir = /var/cache/yum/x86_64/7/epel check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = True enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/epel/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/epel/gpgdir gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 hdrdir = /var/cache/yum/x86_64/7/epel/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = True mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64&infra=genclo&content=centos minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Extra Packages for Enterprise Linux 7 - x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/epel pkgdir = /var/cache/yum/x86_64/7/epel/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = epel/x86_64 ui_repoid_vars = releasever, basearch username = TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:22:55 +0000 (0:00:00.468) 0:00:02.861 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:22:55 +0000 (0:00:00.022) 0:00:02.884 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [test veth interface management] ****************************************** task path: /tmp/tmplbj_o459/tests/tests_helpers_and_asserts.yml:8 Wednesday 03 August 2022 17:22:55 +0000 (0:00:00.019) 0:00:02.904 ****** included: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 17:22:55 +0000 (0:00:00.028) 0:00:02.932 ****** included: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:22:55 +0000 (0:00:00.028) 0:00:02.961 ****** included: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:22:55 +0000 (0:00:00.032) 0:00:02.993 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004924", "end": "2022-08-03 17:22:55.527329", "rc": 0, "start": "2022-08-03 17:22:55.522405" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:22:56 +0000 (0:00:00.306) 0:00:03.299 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:22:56 +0000 (0:00:00.031) 0:00:03.331 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 17:22:56 +0000 (0:00:00.030) 0:00:03.361 ****** included: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml for /cache/centos-7.qcow2c.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 17:22:56 +0000 (0:00:00.031) 0:00:03.393 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 17:22:56 +0000 (0:00:00.018) 0:00:03.412 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 17:22:56 +0000 (0:00:00.020) 0:00:03.432 ****** included: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:22:56 +0000 (0:00:00.033) 0:00:03.465 ****** included: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:22:56 +0000 (0:00:00.032) 0:00:03.497 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003704", "end": "2022-08-03 17:22:56.030225", "rc": 0, "start": "2022-08-03 17:22:56.026521" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:22:56 +0000 (0:00:00.301) 0:00:03.798 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:22:56 +0000 (0:00:00.031) 0:00:03.830 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 17:22:56 +0000 (0:00:00.032) 0:00:03.863 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 17:22:57 +0000 (0:00:00.691) 0:00:04.555 ****** skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.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/tmplbj_o459/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 17:22:57 +0000 (0:00:00.029) 0:00:04.585 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 17:22:57 +0000 (0:00:00.023) 0:00:04.608 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 17:22:57 +0000 (0:00:00.022) 0:00:04.631 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 17:22:57 +0000 (0:00:00.022) 0:00:04.653 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 17:22:57 +0000 (0:00:00.022) 0:00:04.675 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 17:22:57 +0000 (0:00:00.023) 0:00:04.699 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 17:22:57 +0000 (0:00:00.022) 0:00:04.721 ****** included: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:22:57 +0000 (0:00:00.032) 0:00:04.754 ****** included: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:22:57 +0000 (0:00:00.028) 0:00:04.782 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003701", "end": "2022-08-03 17:22:57.311615", "rc": 0, "start": "2022-08-03 17:22:57.307914" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:22:57 +0000 (0:00:00.300) 0:00:05.083 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:22:57 +0000 (0:00:00.030) 0:00:05.113 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 17:22:57 +0000 (0:00:00.027) 0:00:05.141 ****** included: /tmp/tmplbj_o459/tests/tasks/assert_device_absent.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 17:22:57 +0000 (0:00:00.032) 0:00:05.174 ****** included: /tmp/tmplbj_o459/tests/tasks/get_interface_stat.yml for /cache/centos-7.qcow2c.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 17:22:57 +0000 (0:00:00.027) 0:00:05.201 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmplbj_o459/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 17:22:58 +0000 (0:00:00.303) 0:00:05.505 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 17:22:58 +0000 (0:00:00.058) 0:00:05.563 ****** included: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml for /cache/centos-7.qcow2c.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 17:22:58 +0000 (0:00:00.034) 0:00:05.598 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 17:22:58 +0000 (0:00:00.018) 0:00:05.616 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 17:22:58 +0000 (0:00:00.021) 0:00:05.638 ****** included: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:22:58 +0000 (0:00:00.029) 0:00:05.667 ****** included: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:22:58 +0000 (0:00:00.027) 0:00:05.694 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003942", "end": "2022-08-03 17:22:58.265644", "rc": 0, "start": "2022-08-03 17:22:58.261702" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:22:58 +0000 (0:00:00.339) 0:00:06.034 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:22:58 +0000 (0:00:00.029) 0:00:06.064 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 17:22:58 +0000 (0:00:00.030) 0:00:06.094 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 17:22:59 +0000 (0:00:00.510) 0:00:06.605 ****** changed: [/cache/centos-7.qcow2c.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.009855", "end": "2022-08-03 17:22:59.144726", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2022-08-03 17:22:59.134871" } changed: [/cache/centos-7.qcow2c.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.010828", "end": "2022-08-03 17:22:59.447204", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2022-08-03 17:22:59.436376" } changed: [/cache/centos-7.qcow2c.snap] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.012273", "end": "2022-08-03 17:22:59.739054", "item": "ip link set veth1298 up", "rc": 0, "start": "2022-08-03 17:22:59.726781" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 17:23:00 +0000 (0:00:00.906) 0:00:07.512 ****** changed: [/cache/centos-7.qcow2c.snap] => { "changed": true, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.025495", "end": "2022-08-03 17:23:00.072894", "rc": 0, "start": "2022-08-03 17:23:00.047399" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 17:23:00 +0000 (0:00:00.334) 0:00:07.847 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 17:23:00 +0000 (0:00:00.022) 0:00:07.869 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 17:23:00 +0000 (0:00:00.021) 0:00:07.890 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 17:23:00 +0000 (0:00:00.021) 0:00:07.912 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 17:23:00 +0000 (0:00:00.021) 0:00:07.934 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 17:23:00 +0000 (0:00:00.022) 0:00:07.956 ****** included: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:23:00 +0000 (0:00:00.037) 0:00:07.994 ****** included: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:23:00 +0000 (0:00:00.027) 0:00:08.022 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004246", "end": "2022-08-03 17:23:00.571787", "rc": 0, "start": "2022-08-03 17:23:00.567541" } STDOUT: bond0 bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:23:01 +0000 (0:00:00.322) 0:00:08.344 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:23:01 +0000 (0:00:00.030) 0:00:08.375 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 17:23:01 +0000 (0:00:00.028) 0:00:08.403 ****** included: /tmp/tmplbj_o459/tests/tasks/assert_device_present.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 17:23:01 +0000 (0:00:00.035) 0:00:08.439 ****** included: /tmp/tmplbj_o459/tests/tasks/get_interface_stat.yml for /cache/centos-7.qcow2c.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 17:23:01 +0000 (0:00:00.028) 0:00:08.467 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "stat": { "atime": 1659547379.1464899, "block_size": 4096, "blocks": 0, "ctime": 1659547379.1464899, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 14827, "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": 1659547379.1464899, "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/tmplbj_o459/tests/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 17:23:01 +0000 (0:00:00.307) 0:00:08.774 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 17:23:01 +0000 (0:00:00.034) 0:00:08.809 ****** included: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml for /cache/centos-7.qcow2c.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 17:23:01 +0000 (0:00:00.041) 0:00:08.850 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 17:23:01 +0000 (0:00:00.020) 0:00:08.871 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 17:23:01 +0000 (0:00:00.024) 0:00:08.895 ****** included: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:23:01 +0000 (0:00:00.035) 0:00:08.930 ****** included: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:23:01 +0000 (0:00:00.029) 0:00:08.960 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.005510", "end": "2022-08-03 17:23:01.504792", "rc": 0, "start": "2022-08-03 17:23:01.499282" } STDOUT: bond0 bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:23:02 +0000 (0:00:00.318) 0:00:09.278 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:23:02 +0000 (0:00:00.030) 0:00:09.309 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 17:23:02 +0000 (0:00:00.028) 0:00:09.337 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 17:23:02 +0000 (0:00:00.517) 0:00:09.855 ****** skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.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/tmplbj_o459/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 17:23:02 +0000 (0:00:00.031) 0:00:09.887 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 17:23:02 +0000 (0:00:00.023) 0:00:09.910 ****** changed: [/cache/centos-7.qcow2c.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010580", "end": "2022-08-03 17:23:02.456556", "rc": 0, "start": "2022-08-03 17:23:02.445976" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 17:23:02 +0000 (0:00:00.316) 0:00:10.226 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 17:23:02 +0000 (0:00:00.023) 0:00:10.250 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 17:23:02 +0000 (0:00:00.022) 0:00:10.272 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 17:23:03 +0000 (0:00:00.021) 0:00:10.293 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 17:23:03 +0000 (0:00:00.020) 0:00:10.314 ****** included: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:23:03 +0000 (0:00:00.039) 0:00:10.354 ****** included: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:23:03 +0000 (0:00:00.025) 0:00:10.379 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004113", "end": "2022-08-03 17:23:02.919114", "rc": 0, "start": "2022-08-03 17:23:02.915001" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:23:03 +0000 (0:00:00.310) 0:00:10.690 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:23:03 +0000 (0:00:00.031) 0:00:10.722 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 17:23:03 +0000 (0:00:00.030) 0:00:10.753 ****** included: /tmp/tmplbj_o459/tests/tasks/assert_device_absent.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 17:23:03 +0000 (0:00:00.041) 0:00:10.794 ****** included: /tmp/tmplbj_o459/tests/tasks/get_interface_stat.yml for /cache/centos-7.qcow2c.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 17:23:03 +0000 (0:00:00.027) 0:00:10.822 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmplbj_o459/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 17:23:03 +0000 (0:00:00.324) 0:00:11.147 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false } MSG: All assertions passed TASK [test veth interface management] ****************************************** task path: /tmp/tmplbj_o459/tests/tests_helpers_and_asserts.yml:14 Wednesday 03 August 2022 17:23:03 +0000 (0:00:00.032) 0:00:11.180 ****** included: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 17:23:03 +0000 (0:00:00.031) 0:00:11.211 ****** included: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:23:03 +0000 (0:00:00.028) 0:00:11.239 ****** included: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:23:03 +0000 (0:00:00.025) 0:00:11.264 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004526", "end": "2022-08-03 17:23:03.798102", "rc": 0, "start": "2022-08-03 17:23:03.793576" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:23:04 +0000 (0:00:00.306) 0:00:11.571 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:23:04 +0000 (0:00:00.036) 0:00:11.607 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 17:23:04 +0000 (0:00:00.037) 0:00:11.644 ****** included: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml for /cache/centos-7.qcow2c.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 17:23:04 +0000 (0:00:00.031) 0:00:11.676 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 17:23:04 +0000 (0:00:00.019) 0:00:11.695 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 17:23:04 +0000 (0:00:00.021) 0:00:11.716 ****** included: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:23:04 +0000 (0:00:00.029) 0:00:11.746 ****** included: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:23:04 +0000 (0:00:00.026) 0:00:11.773 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003916", "end": "2022-08-03 17:23:04.305807", "rc": 0, "start": "2022-08-03 17:23:04.301891" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:23:04 +0000 (0:00:00.304) 0:00:12.077 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:23:04 +0000 (0:00:00.029) 0:00:12.107 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 17:23:04 +0000 (0:00:00.029) 0:00:12.136 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 17:23:05 +0000 (0:00:00.557) 0:00:12.694 ****** skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.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/tmplbj_o459/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 17:23:05 +0000 (0:00:00.031) 0:00:12.726 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 17:23:05 +0000 (0:00:00.019) 0:00:12.746 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 17:23:05 +0000 (0:00:00.019) 0:00:12.765 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 17:23:05 +0000 (0:00:00.019) 0:00:12.785 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 17:23:05 +0000 (0:00:00.023) 0:00:12.808 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 17:23:05 +0000 (0:00:00.019) 0:00:12.828 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 17:23:05 +0000 (0:00:00.019) 0:00:12.847 ****** included: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:23:05 +0000 (0:00:00.033) 0:00:12.880 ****** included: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:23:05 +0000 (0:00:00.026) 0:00:12.907 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004032", "end": "2022-08-03 17:23:05.450373", "rc": 0, "start": "2022-08-03 17:23:05.446341" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:23:05 +0000 (0:00:00.312) 0:00:13.220 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:23:05 +0000 (0:00:00.032) 0:00:13.253 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 17:23:06 +0000 (0:00:00.038) 0:00:13.291 ****** included: /tmp/tmplbj_o459/tests/tasks/assert_device_absent.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 17:23:06 +0000 (0:00:00.037) 0:00:13.328 ****** included: /tmp/tmplbj_o459/tests/tasks/get_interface_stat.yml for /cache/centos-7.qcow2c.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 17:23:06 +0000 (0:00:00.028) 0:00:13.357 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmplbj_o459/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 17:23:06 +0000 (0:00:00.294) 0:00:13.652 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 17:23:06 +0000 (0:00:00.034) 0:00:13.686 ****** included: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml for /cache/centos-7.qcow2c.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 17:23:06 +0000 (0:00:00.036) 0:00:13.723 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 17:23:06 +0000 (0:00:00.021) 0:00:13.745 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 17:23:06 +0000 (0:00:00.023) 0:00:13.768 ****** included: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:23:06 +0000 (0:00:00.030) 0:00:13.798 ****** included: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:23:06 +0000 (0:00:00.028) 0:00:13.827 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004073", "end": "2022-08-03 17:23:06.365174", "rc": 0, "start": "2022-08-03 17:23:06.361101" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:23:06 +0000 (0:00:00.308) 0:00:14.135 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:23:06 +0000 (0:00:00.079) 0:00:14.215 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 17:23:06 +0000 (0:00:00.036) 0:00:14.251 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 17:23:07 +0000 (0:00:00.510) 0:00:14.761 ****** skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.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/tmplbj_o459/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 17:23:07 +0000 (0:00:00.030) 0:00:14.791 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 17:23:07 +0000 (0:00:00.022) 0:00:14.814 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 17:23:07 +0000 (0:00:00.023) 0:00:14.838 ****** changed: [/cache/centos-7.qcow2c.snap] => { "changed": true, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007562", "end": "2022-08-03 17:23:07.373178", "rc": 0, "start": "2022-08-03 17:23:07.365616" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 17:23:07 +0000 (0:00:00.308) 0:00:15.146 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 17:23:07 +0000 (0:00:00.023) 0:00:15.169 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 17:23:07 +0000 (0:00:00.022) 0:00:15.192 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 17:23:07 +0000 (0:00:00.021) 0:00:15.213 ****** included: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:23:07 +0000 (0:00:00.036) 0:00:15.250 ****** included: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:23:08 +0000 (0:00:00.027) 0:00:15.278 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003875", "end": "2022-08-03 17:23:07.850240", "rc": 0, "start": "2022-08-03 17:23:07.846365" } STDOUT: bond0 bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:23:08 +0000 (0:00:00.341) 0:00:15.620 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:23:08 +0000 (0:00:00.069) 0:00:15.689 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 17:23:08 +0000 (0:00:00.031) 0:00:15.721 ****** included: /tmp/tmplbj_o459/tests/tasks/assert_device_present.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 17:23:08 +0000 (0:00:00.036) 0:00:15.758 ****** included: /tmp/tmplbj_o459/tests/tasks/get_interface_stat.yml for /cache/centos-7.qcow2c.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 17:23:08 +0000 (0:00:00.027) 0:00:15.786 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "stat": { "atime": 1659547387.3734899, "block_size": 4096, "blocks": 0, "ctime": 1659547387.3734899, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 14741, "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": 1659547387.3734899, "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/tmplbj_o459/tests/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 17:23:08 +0000 (0:00:00.337) 0:00:16.123 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 17:23:08 +0000 (0:00:00.031) 0:00:16.155 ****** included: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml for /cache/centos-7.qcow2c.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 17:23:08 +0000 (0:00:00.040) 0:00:16.196 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 17:23:08 +0000 (0:00:00.021) 0:00:16.217 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 17:23:08 +0000 (0:00:00.021) 0:00:16.238 ****** included: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:23:08 +0000 (0:00:00.029) 0:00:16.268 ****** included: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:23:09 +0000 (0:00:00.026) 0:00:16.294 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004013", "end": "2022-08-03 17:23:08.834469", "rc": 0, "start": "2022-08-03 17:23:08.830456" } STDOUT: bond0 bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:23:09 +0000 (0:00:00.312) 0:00:16.606 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:23:09 +0000 (0:00:00.031) 0:00:16.638 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 17:23:09 +0000 (0:00:00.031) 0:00:16.669 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 17:23:09 +0000 (0:00:00.523) 0:00:17.193 ****** skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.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/tmplbj_o459/tests/tasks/manage_test_interface.yml:29 Wednesday 03 August 2022 17:23:09 +0000 (0:00:00.031) 0:00:17.224 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:36 Wednesday 03 August 2022 17:23:09 +0000 (0:00:00.021) 0:00:17.246 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:42 Wednesday 03 August 2022 17:23:09 +0000 (0:00:00.021) 0:00:17.268 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:47 Wednesday 03 August 2022 17:23:10 +0000 (0:00:00.022) 0:00:17.291 ****** changed: [/cache/centos-7.qcow2c.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008752", "end": "2022-08-03 17:23:09.831573", "rc": 0, "start": "2022-08-03 17:23:09.822821" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 17:23:10 +0000 (0:00:00.311) 0:00:17.602 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:58 Wednesday 03 August 2022 17:23:10 +0000 (0:00:00.022) 0:00:17.625 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 17:23:10 +0000 (0:00:00.021) 0:00:17.646 ****** included: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:23:10 +0000 (0:00:00.040) 0:00:17.686 ****** included: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:23:10 +0000 (0:00:00.034) 0:00:17.721 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004001", "end": "2022-08-03 17:23:10.258750", "rc": 0, "start": "2022-08-03 17:23:10.254749" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:23:10 +0000 (0:00:00.309) 0:00:18.031 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmplbj_o459/tests/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:23:10 +0000 (0:00:00.030) 0:00:18.062 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 17:23:10 +0000 (0:00:00.032) 0:00:18.095 ****** included: /tmp/tmplbj_o459/tests/tasks/assert_device_absent.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmplbj_o459/tests/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 17:23:10 +0000 (0:00:00.043) 0:00:18.138 ****** included: /tmp/tmplbj_o459/tests/tasks/get_interface_stat.yml for /cache/centos-7.qcow2c.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmplbj_o459/tests/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 17:23:10 +0000 (0:00:00.029) 0:00:18.167 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmplbj_o459/tests/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 17:23:11 +0000 (0:00:00.307) 0:00:18.475 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-7.qcow2c.snap : ok=121 changed=7 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 Wednesday 03 August 2022 17:23:11 +0000 (0:00:00.041) 0:00:18.516 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 1.00s /tmp/tmplbj_o459/tests/tests_helpers_and_asserts.yml:3 ------------------------ Create veth interface veth1298 ------------------------------------------ 0.91s /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:21 --------------------- Install iproute --------------------------------------------------------- 0.69s /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.56s /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:15 --------------------- Get stats of system files ----------------------------------------------- 0.53s /tmp/tmplbj_o459/tests/_backup.yml:6 ------------------------------------------ Install iproute --------------------------------------------------------- 0.52s /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.52s /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.51s /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.51s /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:15 --------------------- Enable EPEL 7 ----------------------------------------------------------- 0.47s /tmp/tmplbj_o459/tests/tasks/enable_epel.yml:11 ------------------------------- Back up system files ---------------------------------------------------- 0.43s /tmp/tmplbj_o459/tests/_backup.yml:19 ----------------------------------------- Gather current interface info ------------------------------------------- 0.34s /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.34s /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 --------------------- Get stat for interface dummy1298 ---------------------------------------- 0.34s /tmp/tmplbj_o459/tests/tasks/get_interface_stat.yml:3 ------------------------- Set up veth as managed by NetworkManager -------------------------------- 0.33s /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:29 --------------------- Get stat for interface veth1298 ----------------------------------------- 0.32s /tmp/tmplbj_o459/tests/tasks/get_interface_stat.yml:3 ------------------------- Gather current interface info ------------------------------------------- 0.32s /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.32s /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 --------------------- Delete veth interface veth1298 ------------------------------------------ 0.32s /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:36 --------------------- Gather current interface info ------------------------------------------- 0.31s /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 --------------------- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmplbj_o459/tests/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmplbj_o459/tests/_restore.yml:4 Wednesday 03 August 2022 17:23:11 +0000 (0:00:00.020) 0:00:18.537 ****** changed: [/cache/centos-7.qcow2c.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.006922", "end": "2022-08-03 17:23:11.070936", "rc": 0, "start": "2022-08-03 17:23:11.064014" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-7.qcow2c.snap : ok=122 changed=8 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 Wednesday 03 August 2022 17:23:11 +0000 (0:00:00.314) 0:00:18.851 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 1.00s /tmp/tmplbj_o459/tests/tests_helpers_and_asserts.yml:3 ------------------------ Create veth interface veth1298 ------------------------------------------ 0.91s /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:21 --------------------- Install iproute --------------------------------------------------------- 0.69s /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.56s /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:15 --------------------- Get stats of system files ----------------------------------------------- 0.53s /tmp/tmplbj_o459/tests/_backup.yml:6 ------------------------------------------ Install iproute --------------------------------------------------------- 0.52s /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.52s /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.51s /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:15 --------------------- Install iproute --------------------------------------------------------- 0.51s /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:15 --------------------- Enable EPEL 7 ----------------------------------------------------------- 0.47s /tmp/tmplbj_o459/tests/tasks/enable_epel.yml:11 ------------------------------- Back up system files ---------------------------------------------------- 0.43s /tmp/tmplbj_o459/tests/_backup.yml:19 ----------------------------------------- Gather current interface info ------------------------------------------- 0.34s /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.34s /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 --------------------- Get stat for interface dummy1298 ---------------------------------------- 0.34s /tmp/tmplbj_o459/tests/tasks/get_interface_stat.yml:3 ------------------------- Set up veth as managed by NetworkManager -------------------------------- 0.33s /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:29 --------------------- Get stat for interface veth1298 ----------------------------------------- 0.32s /tmp/tmplbj_o459/tests/tasks/get_interface_stat.yml:3 ------------------------- Gather current interface info ------------------------------------------- 0.32s /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 --------------------- Gather current interface info ------------------------------------------- 0.32s /tmp/tmplbj_o459/tests/tasks/get_current_interfaces.yml:3 --------------------- Delete veth interface veth1298 ------------------------------------------ 0.32s /tmp/tmplbj_o459/tests/tasks/manage_test_interface.yml:36 --------------------- Restore system files ---------------------------------------------------- 0.31s /tmp/tmplbj_o459/tests/_restore.yml:4 ----------------------------------------- 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/tmpe4dwqm__ 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/tmppolohs8h/tests/network/_backup.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Get stats of system files] *********************************************** task path: /tmp/tmppolohs8h/tests/network/_backup.yml:6 Wednesday 03 August 2022 17:48:10 +0000 (0:00:00.017) 0:00:00.017 ****** ok: [/cache/centos-7.qcow2c.snap] => (item=/etc/resolv.conf) => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python" }, "ansible_loop_var": "item", "changed": false, "item": "/etc/resolv.conf", "stat": { "atime": 1659548889.1793065, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "58d0b40c7f3b3443c40de4c19aee35ddf579fd17", "ctime": 1659548889.1793065, "dev": 64769, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8330, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659548002.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 61, "uid": 0, "version": "18446744071872758376", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check if system files exist] ********************************************* task path: /tmp/tmppolohs8h/tests/network/_backup.yml:13 Wednesday 03 August 2022 17:48:10 +0000 (0:00:00.489) 0:00:00.506 ****** [WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ item.stat.exists }} ok: [/cache/centos-7.qcow2c.snap] => (item={'invocation': {'module_args': {'checksum_algorithm': 'sha1', 'get_checksum': True, 'follow': False, 'path': '/etc/resolv.conf', 'get_md5': False, 'get_mime': True, 'get_attributes': True}}, 'stat': {'charset': 'us-ascii', 'uid': 0, 'exists': True, 'attr_flags': '', 'woth': False, 'isreg': True, 'device_type': 0, 'mtime': 1659548002.0, 'block_size': 4096, 'inode': 8330, 'isgid': False, 'size': 61, 'executable': False, 'isuid': False, 'readable': True, 'version': '18446744071872758376', 'pw_name': 'root', 'gid': 0, 'ischr': False, 'wusr': True, 'writeable': True, 'mimetype': 'text/plain', 'blocks': 8, 'xoth': False, 'islnk': False, 'nlink': 1, 'issock': False, 'rgrp': True, 'gr_name': 'root', 'path': '/etc/resolv.conf', 'xusr': False, 'atime': 1659548889.1793065, 'isdir': False, 'ctime': 1659548889.1793065, 'isblk': False, 'wgrp': False, 'checksum': '58d0b40c7f3b3443c40de4c19aee35ddf579fd17', 'dev': 64769, 'roth': True, 'isfifo': False, 'mode': '0644', 'xgrp': False, 'rusr': True, 'attributes': []}, 'changed': False, 'ansible_facts': {'discovered_interpreter_python': '/usr/bin/python'}, '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/python" }, "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": 1659548889.1793065, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "58d0b40c7f3b3443c40de4c19aee35ddf579fd17", "ctime": 1659548889.1793065, "dev": 64769, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 8330, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1659548002.0, "nlink": 1, "path": "/etc/resolv.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 61, "uid": 0, "version": "18446744071872758376", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } } TASK [Back up system files] **************************************************** task path: /tmp/tmppolohs8h/tests/network/_backup.yml:19 Wednesday 03 August 2022 17:48:10 +0000 (0:00:00.034) 0:00:00.541 ****** changed: [/cache/centos-7.qcow2c.snap] => { "changed": true, "cmd": [ "tar", "-cf", "/tmp/network.backup.tar", "--same-owner", "--same-permissions", "/etc/resolv.conf" ], "delta": "0:00:00.005223", "end": "2022-08-03 17:48:10.735923", "rc": 0, "start": "2022-08-03 17:48:10.730700" } STDERR: tar: Removing leading `/' from member names META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-7.qcow2c.snap : ok=3 changed=1 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0 Wednesday 03 August 2022 17:48:11 +0000 (0:00:00.429) 0:00:00.971 ****** =============================================================================== Get stats of system files ----------------------------------------------- 0.49s /tmp/tmppolohs8h/tests/network/_backup.yml:6 ---------------------------------- Back up system files ---------------------------------------------------- 0.43s /tmp/tmppolohs8h/tests/network/_backup.yml:19 --------------------------------- Check if system files exist --------------------------------------------- 0.03s /tmp/tmppolohs8h/tests/network/_backup.yml:13 --------------------------------- PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /tmp/tmppolohs8h/tests/network/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /tmp/tmppolohs8h/tests/network/tests_helpers_and_asserts.yml:3 Wednesday 03 August 2022 17:48:11 +0000 (0:00:00.010) 0:00:00.981 ****** ok: [/cache/centos-7.qcow2c.snap] META: ran handlers TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tests_helpers_and_asserts.yml:6 Wednesday 03 August 2022 17:48:12 +0000 (0:00:00.981) 0:00:01.963 ****** included: /tmp/tmppolohs8h/tests/network/tasks/el_repo_setup.yml for /cache/centos-7.qcow2c.snap TASK [Fix CentOS6 Base repo] *************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/el_repo_setup.yml:2 Wednesday 03 August 2022 17:48:12 +0000 (0:00:00.027) 0:00:01.990 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/el_repo_setup.yml:27 Wednesday 03 August 2022 17:48:12 +0000 (0:00:00.022) 0:00:02.013 ****** included: /tmp/tmppolohs8h/tests/network/tasks/enable_epel.yml for /cache/centos-7.qcow2c.snap TASK [Create EPEL 7] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/enable_epel.yml:4 Wednesday 03 August 2022 17:48:12 +0000 (0:00:00.028) 0:00:02.041 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "yum", "install", "-y", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Enable EPEL 7] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/enable_epel.yml:11 Wednesday 03 August 2022 17:48:12 +0000 (0:00:00.304) 0:00:02.345 ****** changed: [/cache/centos-7.qcow2c.snap] => { "changed": true, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.164543", "end": "2022-08-03 17:48:12.585918", "rc": 0, "start": "2022-08-03 17:48:12.421375" } STDOUT: Loaded plugins: fastestmirror ================================== repo: epel ================================== [epel] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = cache = 0 cachedir = /var/cache/yum/x86_64/7/epel check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = True enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/epel/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/epel/gpgdir gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 hdrdir = /var/cache/yum/x86_64/7/epel/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = True mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64&infra=genclo&content=centos minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Extra Packages for Enterprise Linux 7 - x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/epel pkgdir = /var/cache/yum/x86_64/7/epel/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = epel/x86_64 ui_repoid_vars = releasever, basearch username = TASK [Enable EPEL 8] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/enable_epel.yml:17 Wednesday 03 August 2022 17:48:12 +0000 (0:00:00.472) 0:00:02.818 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/enable_epel.yml:26 Wednesday 03 August 2022 17:48:12 +0000 (0:00:00.022) 0:00:02.841 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [test veth interface management] ****************************************** task path: /tmp/tmppolohs8h/tests/network/tests_helpers_and_asserts.yml:8 Wednesday 03 August 2022 17:48:12 +0000 (0:00:00.021) 0:00:02.863 ****** included: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 17:48:12 +0000 (0:00:00.027) 0:00:02.890 ****** included: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:48:13 +0000 (0:00:00.025) 0:00:02.915 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:48:13 +0000 (0:00:00.025) 0:00:02.941 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004009", "end": "2022-08-03 17:48:13.009608", "rc": 0, "start": "2022-08-03 17:48:13.005599" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:48:13 +0000 (0:00:00.297) 0:00:03.239 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:48:13 +0000 (0:00:00.031) 0:00:03.270 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 17:48:13 +0000 (0:00:00.033) 0:00:03.303 ****** included: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml for /cache/centos-7.qcow2c.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 17:48:13 +0000 (0:00:00.031) 0:00:03.335 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 17:48:13 +0000 (0:00:00.020) 0:00:03.356 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 17:48:13 +0000 (0:00:00.020) 0:00:03.376 ****** included: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:48:13 +0000 (0:00:00.028) 0:00:03.405 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:48:13 +0000 (0:00:00.035) 0:00:03.441 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003967", "end": "2022-08-03 17:48:13.517398", "rc": 0, "start": "2022-08-03 17:48:13.513431" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:48:13 +0000 (0:00:00.306) 0:00:03.747 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:48:13 +0000 (0:00:00.030) 0:00:03.777 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 17:48:13 +0000 (0:00:00.029) 0:00:03.807 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 17:48:14 +0000 (0:00:00.661) 0:00:04.468 ****** skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.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/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 17:48:14 +0000 (0:00:00.029) 0:00:04.497 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 17:48:14 +0000 (0:00:00.018) 0:00:04.516 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 17:48:14 +0000 (0:00:00.020) 0:00:04.536 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 17:48:14 +0000 (0:00:00.020) 0:00:04.556 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 17:48:14 +0000 (0:00:00.021) 0:00:04.578 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 17:48:14 +0000 (0:00:00.020) 0:00:04.599 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 17:48:14 +0000 (0:00:00.019) 0:00:04.618 ****** included: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:48:14 +0000 (0:00:00.029) 0:00:04.648 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:48:14 +0000 (0:00:00.026) 0:00:04.674 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003929", "end": "2022-08-03 17:48:14.750581", "rc": 0, "start": "2022-08-03 17:48:14.746652" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:48:15 +0000 (0:00:00.306) 0:00:04.981 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:48:15 +0000 (0:00:00.028) 0:00:05.009 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 17:48:15 +0000 (0:00:00.028) 0:00:05.037 ****** included: /tmp/tmppolohs8h/tests/network/tasks/assert_device_absent.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 17:48:15 +0000 (0:00:00.032) 0:00:05.070 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_interface_stat.yml for /cache/centos-7.qcow2c.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 17:48:15 +0000 (0:00:00.028) 0:00:05.099 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmppolohs8h/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 17:48:15 +0000 (0:00:00.345) 0:00:05.444 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 17:48:15 +0000 (0:00:00.058) 0:00:05.503 ****** included: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml for /cache/centos-7.qcow2c.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 17:48:15 +0000 (0:00:00.034) 0:00:05.538 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 17:48:15 +0000 (0:00:00.019) 0:00:05.557 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 17:48:15 +0000 (0:00:00.017) 0:00:05.575 ****** included: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:48:15 +0000 (0:00:00.026) 0:00:05.602 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:48:15 +0000 (0:00:00.030) 0:00:05.632 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003963", "end": "2022-08-03 17:48:15.731983", "rc": 0, "start": "2022-08-03 17:48:15.728020" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:48:16 +0000 (0:00:00.331) 0:00:05.963 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:48:16 +0000 (0:00:00.056) 0:00:06.020 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 17:48:16 +0000 (0:00:00.078) 0:00:06.098 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 17:48:16 +0000 (0:00:00.505) 0:00:06.603 ****** changed: [/cache/centos-7.qcow2c.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.009034", "end": "2022-08-03 17:48:16.689247", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2022-08-03 17:48:16.680213" } changed: [/cache/centos-7.qcow2c.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.010621", "end": "2022-08-03 17:48:16.990738", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2022-08-03 17:48:16.980117" } changed: [/cache/centos-7.qcow2c.snap] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.006327", "end": "2022-08-03 17:48:17.270019", "item": "ip link set veth1298 up", "rc": 0, "start": "2022-08-03 17:48:17.263692" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 17:48:17 +0000 (0:00:00.899) 0:00:07.503 ****** changed: [/cache/centos-7.qcow2c.snap] => { "changed": true, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.038337", "end": "2022-08-03 17:48:17.624518", "rc": 0, "start": "2022-08-03 17:48:17.586181" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 17:48:17 +0000 (0:00:00.357) 0:00:07.860 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 17:48:17 +0000 (0:00:00.021) 0:00:07.881 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 17:48:17 +0000 (0:00:00.019) 0:00:07.901 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 17:48:18 +0000 (0:00:00.023) 0:00:07.924 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 17:48:18 +0000 (0:00:00.023) 0:00:07.947 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 17:48:18 +0000 (0:00:00.021) 0:00:07.969 ****** included: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:48:18 +0000 (0:00:00.036) 0:00:08.006 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:48:18 +0000 (0:00:00.027) 0:00:08.033 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003898", "end": "2022-08-03 17:48:18.112598", "rc": 0, "start": "2022-08-03 17:48:18.108700" } STDOUT: bond0 bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:48:18 +0000 (0:00:00.308) 0:00:08.342 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:48:18 +0000 (0:00:00.031) 0:00:08.374 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 17:48:18 +0000 (0:00:00.030) 0:00:08.405 ****** included: /tmp/tmppolohs8h/tests/network/tasks/assert_device_present.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 17:48:18 +0000 (0:00:00.038) 0:00:08.443 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_interface_stat.yml for /cache/centos-7.qcow2c.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 17:48:18 +0000 (0:00:00.028) 0:00:08.471 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "stat": { "atime": 1659548896.6893065, "block_size": 4096, "blocks": 0, "ctime": 1659548896.6893065, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 14827, "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": 1659548896.6893065, "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/tmppolohs8h/tests/network/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 17:48:18 +0000 (0:00:00.303) 0:00:08.774 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 17:48:18 +0000 (0:00:00.033) 0:00:08.807 ****** included: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml for /cache/centos-7.qcow2c.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 17:48:18 +0000 (0:00:00.042) 0:00:08.850 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 17:48:18 +0000 (0:00:00.019) 0:00:08.869 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 17:48:18 +0000 (0:00:00.019) 0:00:08.889 ****** included: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:48:19 +0000 (0:00:00.028) 0:00:08.918 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:48:19 +0000 (0:00:00.026) 0:00:08.945 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004236", "end": "2022-08-03 17:48:19.017504", "rc": 0, "start": "2022-08-03 17:48:19.013268" } STDOUT: bond0 bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:48:19 +0000 (0:00:00.300) 0:00:09.245 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:48:19 +0000 (0:00:00.031) 0:00:09.277 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 17:48:19 +0000 (0:00:00.029) 0:00:09.307 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth1298] ****************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 17:48:19 +0000 (0:00:00.520) 0:00:09.827 ****** skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.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/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 17:48:19 +0000 (0:00:00.031) 0:00:09.859 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 17:48:19 +0000 (0:00:00.021) 0:00:09.881 ****** changed: [/cache/centos-7.qcow2c.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011446", "end": "2022-08-03 17:48:19.972984", "rc": 0, "start": "2022-08-03 17:48:19.961538" } TASK [Create dummy interface veth1298] ***************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 17:48:20 +0000 (0:00:00.330) 0:00:10.212 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 17:48:20 +0000 (0:00:00.023) 0:00:10.235 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 17:48:20 +0000 (0:00:00.023) 0:00:10.259 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 17:48:20 +0000 (0:00:00.021) 0:00:10.280 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 17:48:20 +0000 (0:00:00.019) 0:00:10.300 ****** included: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:48:20 +0000 (0:00:00.039) 0:00:10.340 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:48:20 +0000 (0:00:00.025) 0:00:10.365 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.005222", "end": "2022-08-03 17:48:20.454197", "rc": 0, "start": "2022-08-03 17:48:20.448975" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:48:20 +0000 (0:00:00.321) 0:00:10.686 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:48:20 +0000 (0:00:00.031) 0:00:10.718 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 17:48:20 +0000 (0:00:00.031) 0:00:10.749 ****** included: /tmp/tmppolohs8h/tests/network/tasks/assert_device_absent.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 17:48:20 +0000 (0:00:00.041) 0:00:10.791 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_interface_stat.yml for /cache/centos-7.qcow2c.snap TASK [Get stat for interface veth1298] ***************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 17:48:20 +0000 (0:00:00.026) 0:00:10.817 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface veth1298 is absent] ******************************** task path: /tmp/tmppolohs8h/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 17:48:21 +0000 (0:00:00.341) 0:00:11.159 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false } MSG: All assertions passed TASK [test veth interface management] ****************************************** task path: /tmp/tmppolohs8h/tests/network/tests_helpers_and_asserts.yml:14 Wednesday 03 August 2022 17:48:21 +0000 (0:00:00.063) 0:00:11.223 ****** included: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:3 Wednesday 03 August 2022 17:48:21 +0000 (0:00:00.031) 0:00:11.255 ****** included: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:48:21 +0000 (0:00:00.026) 0:00:11.281 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:48:21 +0000 (0:00:00.027) 0:00:11.309 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004132", "end": "2022-08-03 17:48:21.422091", "rc": 0, "start": "2022-08-03 17:48:21.417959" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:48:21 +0000 (0:00:00.343) 0:00:11.652 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:48:21 +0000 (0:00:00.032) 0:00:11.684 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:4 Wednesday 03 August 2022 17:48:21 +0000 (0:00:00.029) 0:00:11.714 ****** included: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml for /cache/centos-7.qcow2c.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 17:48:21 +0000 (0:00:00.029) 0:00:11.743 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 17:48:21 +0000 (0:00:00.017) 0:00:11.761 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 17:48:21 +0000 (0:00:00.018) 0:00:11.779 ****** included: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:48:21 +0000 (0:00:00.027) 0:00:11.806 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:48:21 +0000 (0:00:00.026) 0:00:11.832 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003764", "end": "2022-08-03 17:48:21.918736", "rc": 0, "start": "2022-08-03 17:48:21.914972" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:48:22 +0000 (0:00:00.314) 0:00:12.146 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:48:22 +0000 (0:00:00.029) 0:00:12.176 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 17:48:22 +0000 (0:00:00.027) 0:00:12.204 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 17:48:22 +0000 (0:00:00.494) 0:00:12.698 ****** skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.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/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 17:48:22 +0000 (0:00:00.030) 0:00:12.729 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 17:48:22 +0000 (0:00:00.021) 0:00:12.750 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 17:48:22 +0000 (0:00:00.021) 0:00:12.772 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 17:48:22 +0000 (0:00:00.022) 0:00:12.794 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 17:48:22 +0000 (0:00:00.021) 0:00:12.816 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 17:48:22 +0000 (0:00:00.022) 0:00:12.838 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:7 Wednesday 03 August 2022 17:48:22 +0000 (0:00:00.020) 0:00:12.859 ****** included: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:48:22 +0000 (0:00:00.031) 0:00:12.890 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:48:23 +0000 (0:00:00.027) 0:00:12.918 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004051", "end": "2022-08-03 17:48:22.992884", "rc": 0, "start": "2022-08-03 17:48:22.988833" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:48:23 +0000 (0:00:00.308) 0:00:13.226 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:48:23 +0000 (0:00:00.030) 0:00:13.256 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:8 Wednesday 03 August 2022 17:48:23 +0000 (0:00:00.030) 0:00:13.286 ****** included: /tmp/tmppolohs8h/tests/network/tasks/assert_device_absent.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 17:48:23 +0000 (0:00:00.039) 0:00:13.326 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_interface_stat.yml for /cache/centos-7.qcow2c.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 17:48:23 +0000 (0:00:00.030) 0:00:13.356 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmppolohs8h/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 17:48:23 +0000 (0:00:00.296) 0:00:13.652 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:10 Wednesday 03 August 2022 17:48:23 +0000 (0:00:00.037) 0:00:13.690 ****** included: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml for /cache/centos-7.qcow2c.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 17:48:23 +0000 (0:00:00.034) 0:00:13.725 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 17:48:23 +0000 (0:00:00.018) 0:00:13.744 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 17:48:23 +0000 (0:00:00.022) 0:00:13.766 ****** included: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:48:23 +0000 (0:00:00.027) 0:00:13.794 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:48:23 +0000 (0:00:00.025) 0:00:13.820 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004018", "end": "2022-08-03 17:48:23.902017", "rc": 0, "start": "2022-08-03 17:48:23.897999" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:48:24 +0000 (0:00:00.311) 0:00:14.132 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:48:24 +0000 (0:00:00.032) 0:00:14.164 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 17:48:24 +0000 (0:00:00.030) 0:00:14.194 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 17:48:24 +0000 (0:00:00.529) 0:00:14.724 ****** skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.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/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 17:48:24 +0000 (0:00:00.033) 0:00:14.758 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 17:48:24 +0000 (0:00:00.022) 0:00:14.780 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 17:48:24 +0000 (0:00:00.022) 0:00:14.803 ****** changed: [/cache/centos-7.qcow2c.snap] => { "changed": true, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010678", "end": "2022-08-03 17:48:24.892738", "rc": 0, "start": "2022-08-03 17:48:24.882060" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 17:48:25 +0000 (0:00:00.326) 0:00:15.130 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 17:48:25 +0000 (0:00:00.032) 0:00:15.163 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 17:48:25 +0000 (0:00:00.030) 0:00:15.194 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:13 Wednesday 03 August 2022 17:48:25 +0000 (0:00:00.029) 0:00:15.223 ****** included: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:48:25 +0000 (0:00:00.037) 0:00:15.261 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:48:25 +0000 (0:00:00.026) 0:00:15.287 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003929", "end": "2022-08-03 17:48:25.364669", "rc": 0, "start": "2022-08-03 17:48:25.360740" } STDOUT: bond0 bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:48:25 +0000 (0:00:00.309) 0:00:15.596 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:48:25 +0000 (0:00:00.035) 0:00:15.632 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:14 Wednesday 03 August 2022 17:48:25 +0000 (0:00:00.031) 0:00:15.664 ****** included: /tmp/tmppolohs8h/tests/network/tasks/assert_device_present.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/assert_device_present.yml:3 Wednesday 03 August 2022 17:48:25 +0000 (0:00:00.036) 0:00:15.701 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_interface_stat.yml for /cache/centos-7.qcow2c.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 17:48:25 +0000 (0:00:00.026) 0:00:15.728 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "stat": { "atime": 1659548904.8933065, "block_size": 4096, "blocks": 0, "ctime": 1659548904.8933065, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 14741, "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": 1659548904.8933065, "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/tmppolohs8h/tests/network/tasks/assert_device_present.yml:4 Wednesday 03 August 2022 17:48:26 +0000 (0:00:00.351) 0:00:16.079 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false } MSG: All assertions passed TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:16 Wednesday 03 August 2022 17:48:26 +0000 (0:00:00.067) 0:00:16.147 ****** included: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml for /cache/centos-7.qcow2c.snap TASK [Ensure state in ["present", "absent"]] *********************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:3 Wednesday 03 August 2022 17:48:26 +0000 (0:00:00.041) 0:00:16.189 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:8 Wednesday 03 August 2022 17:48:26 +0000 (0:00:00.021) 0:00:16.210 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:13 Wednesday 03 August 2022 17:48:26 +0000 (0:00:00.019) 0:00:16.230 ****** included: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:48:26 +0000 (0:00:00.028) 0:00:16.259 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:48:26 +0000 (0:00:00.026) 0:00:16.285 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004080", "end": "2022-08-03 17:48:26.404806", "rc": 0, "start": "2022-08-03 17:48:26.400726" } STDOUT: bond0 bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:48:26 +0000 (0:00:00.349) 0:00:16.635 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:48:26 +0000 (0:00:00.031) 0:00:16.667 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:15 Wednesday 03 August 2022 17:48:26 +0000 (0:00:00.029) 0:00:16.696 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } TASK [Create veth interface dummy1298] ***************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:21 Wednesday 03 August 2022 17:48:27 +0000 (0:00:00.506) 0:00:17.203 ****** skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.snap] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [/cache/centos-7.qcow2c.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/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:28 Wednesday 03 August 2022 17:48:27 +0000 (0:00:00.029) 0:00:17.232 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:35 Wednesday 03 August 2022 17:48:27 +0000 (0:00:00.018) 0:00:17.251 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:40 Wednesday 03 August 2022 17:48:27 +0000 (0:00:00.018) 0:00:17.270 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:44 Wednesday 03 August 2022 17:48:27 +0000 (0:00:00.024) 0:00:17.294 ****** changed: [/cache/centos-7.qcow2c.snap] => { "changed": true, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010744", "end": "2022-08-03 17:48:27.381022", "rc": 0, "start": "2022-08-03 17:48:27.370278" } TASK [Create tap interface dummy1298] ****************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:49 Wednesday 03 August 2022 17:48:27 +0000 (0:00:00.320) 0:00:17.615 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:53 Wednesday 03 August 2022 17:48:27 +0000 (0:00:00.022) 0:00:17.637 ****** skipping: [/cache/centos-7.qcow2c.snap] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:19 Wednesday 03 August 2022 17:48:27 +0000 (0:00:00.022) 0:00:17.660 ****** included: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:3 Wednesday 03 August 2022 17:48:27 +0000 (0:00:00.040) 0:00:17.700 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml for /cache/centos-7.qcow2c.snap TASK [Gather current interface info] ******************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 Wednesday 03 August 2022 17:48:27 +0000 (0:00:00.030) 0:00:17.731 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003788", "end": "2022-08-03 17:48:27.804063", "rc": 0, "start": "2022-08-03 17:48:27.800275" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:9 Wednesday 03 August 2022 17:48:28 +0000 (0:00:00.302) 0:00:18.033 ****** ok: [/cache/centos-7.qcow2c.snap] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /tmp/tmppolohs8h/tests/network/tasks/show_interfaces.yml:4 Wednesday 03 August 2022 17:48:28 +0000 (0:00:00.034) 0:00:18.068 ****** ok: [/cache/centos-7.qcow2c.snap] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/create_and_remove_interface.yml:20 Wednesday 03 August 2022 17:48:28 +0000 (0:00:00.032) 0:00:18.100 ****** included: /tmp/tmppolohs8h/tests/network/tasks/assert_device_absent.yml for /cache/centos-7.qcow2c.snap TASK [include_tasks] *********************************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/assert_device_absent.yml:3 Wednesday 03 August 2022 17:48:28 +0000 (0:00:00.041) 0:00:18.142 ****** included: /tmp/tmppolohs8h/tests/network/tasks/get_interface_stat.yml for /cache/centos-7.qcow2c.snap TASK [Get stat for interface dummy1298] **************************************** task path: /tmp/tmppolohs8h/tests/network/tasks/get_interface_stat.yml:3 Wednesday 03 August 2022 17:48:28 +0000 (0:00:00.028) 0:00:18.171 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false, "stat": { "exists": false } } TASK [assert that interface dummy1298 is absent] ******************************* task path: /tmp/tmppolohs8h/tests/network/tasks/assert_device_absent.yml:4 Wednesday 03 August 2022 17:48:28 +0000 (0:00:00.301) 0:00:18.473 ****** ok: [/cache/centos-7.qcow2c.snap] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-7.qcow2c.snap : ok=121 changed=7 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 Wednesday 03 August 2022 17:48:28 +0000 (0:00:00.042) 0:00:18.515 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 0.98s /tmp/tmppolohs8h/tests/network/tests_helpers_and_asserts.yml:3 ---------------- Create veth interface veth1298 ------------------------------------------ 0.90s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:21 ------------- Install iproute --------------------------------------------------------- 0.66s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.53s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.52s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.51s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.51s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.49s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:15 ------------- Get stats of system files ----------------------------------------------- 0.49s /tmp/tmppolohs8h/tests/network/_backup.yml:6 ---------------------------------- Enable EPEL 7 ----------------------------------------------------------- 0.47s /tmp/tmppolohs8h/tests/network/tasks/enable_epel.yml:11 ----------------------- Back up system files ---------------------------------------------------- 0.43s /tmp/tmppolohs8h/tests/network/_backup.yml:19 --------------------------------- Set up veth as managed by NetworkManager -------------------------------- 0.36s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:28 ------------- Get stat for interface dummy1298 ---------------------------------------- 0.35s /tmp/tmppolohs8h/tests/network/tasks/get_interface_stat.yml:3 ----------------- Gather current interface info ------------------------------------------- 0.35s /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 ------------- Get stat for interface veth1298 ----------------------------------------- 0.35s /tmp/tmppolohs8h/tests/network/tasks/get_interface_stat.yml:3 ----------------- Gather current interface info ------------------------------------------- 0.34s /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 ------------- Get stat for interface veth1298 ----------------------------------------- 0.34s /tmp/tmppolohs8h/tests/network/tasks/get_interface_stat.yml:3 ----------------- Gather current interface info ------------------------------------------- 0.33s /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 ------------- Delete veth interface veth1298 ------------------------------------------ 0.33s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:35 ------------- Create dummy interface dummy1298 ---------------------------------------- 0.33s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:40 ------------- PLAYBOOK: _restore.yml ********************************************************* 1 plays in /tmp/tmppolohs8h/tests/network/_restore.yml PLAY [all] ********************************************************************* META: ran handlers TASK [Restore system files] **************************************************** task path: /tmp/tmppolohs8h/tests/network/_restore.yml:4 Wednesday 03 August 2022 17:48:28 +0000 (0:00:00.020) 0:00:18.535 ****** changed: [/cache/centos-7.qcow2c.snap] => { "changed": true, "cmd": "(cd /; tar -xf /tmp/network.backup.tar)", "delta": "0:00:00.007484", "end": "2022-08-03 17:48:28.614654", "rc": 0, "start": "2022-08-03 17:48:28.607170" } META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* /cache/centos-7.qcow2c.snap : ok=122 changed=8 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 Wednesday 03 August 2022 17:48:28 +0000 (0:00:00.318) 0:00:18.854 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 0.98s /tmp/tmppolohs8h/tests/network/tests_helpers_and_asserts.yml:3 ---------------- Create veth interface veth1298 ------------------------------------------ 0.90s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:21 ------------- Install iproute --------------------------------------------------------- 0.66s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.53s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.52s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.51s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.51s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:15 ------------- Install iproute --------------------------------------------------------- 0.49s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:15 ------------- Get stats of system files ----------------------------------------------- 0.49s /tmp/tmppolohs8h/tests/network/_backup.yml:6 ---------------------------------- Enable EPEL 7 ----------------------------------------------------------- 0.47s /tmp/tmppolohs8h/tests/network/tasks/enable_epel.yml:11 ----------------------- Back up system files ---------------------------------------------------- 0.43s /tmp/tmppolohs8h/tests/network/_backup.yml:19 --------------------------------- Set up veth as managed by NetworkManager -------------------------------- 0.36s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:28 ------------- Get stat for interface dummy1298 ---------------------------------------- 0.35s /tmp/tmppolohs8h/tests/network/tasks/get_interface_stat.yml:3 ----------------- Gather current interface info ------------------------------------------- 0.35s /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 ------------- Get stat for interface veth1298 ----------------------------------------- 0.35s /tmp/tmppolohs8h/tests/network/tasks/get_interface_stat.yml:3 ----------------- Gather current interface info ------------------------------------------- 0.34s /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 ------------- Get stat for interface veth1298 ----------------------------------------- 0.34s /tmp/tmppolohs8h/tests/network/tasks/get_interface_stat.yml:3 ----------------- Gather current interface info ------------------------------------------- 0.33s /tmp/tmppolohs8h/tests/network/tasks/get_current_interfaces.yml:3 ------------- Delete veth interface veth1298 ------------------------------------------ 0.33s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:35 ------------- Create dummy interface dummy1298 ---------------------------------------- 0.33s /tmp/tmppolohs8h/tests/network/tasks/manage_test_interface.yml:40 -------------