# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ci0j6s6x8z/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 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: tests_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-weekly-ci0j6s6x8z/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tests_helpers_and_asserts.yml:3 Saturday 17 February 2024 21:11:12 +0000 (0:00:00.035) 0:00:00.035 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tests_helpers_and_asserts.yml:6 Saturday 17 February 2024 21:11:13 +0000 (0:00:00.788) 0:00:00.823 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/el_repo_setup.yml:3 Saturday 17 February 2024 21:11:13 +0000 (0:00:00.012) 0:00:00.835 ***** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/el_repo_setup.yml:17 Saturday 17 February 2024 21:11:13 +0000 (0:00:00.020) 0:00:00.856 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/el_repo_setup.yml:22 Saturday 17 February 2024 21:11:13 +0000 (0:00:00.209) 0:00:01.065 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/el_repo_setup.yml:26 Saturday 17 February 2024 21:11:13 +0000 (0:00:00.026) 0:00:01.092 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/el_repo_setup.yml:51 Saturday 17 February 2024 21:11:13 +0000 (0:00:00.009) 0:00:01.101 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/enable_epel.yml:8 Saturday 17 February 2024 21:11:13 +0000 (0:00:00.024) 0:00:01.126 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "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 [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/enable_epel.yml:24 Saturday 17 February 2024 21:11:14 +0000 (0:00:00.233) 0:00:01.359 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [ "yum-utils-1.1.31-54.el7_8.noarch providing yum-utils is already installed" ] } lsrpackages: yum-utils TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/enable_epel.yml:30 Saturday 17 February 2024 21:11:14 +0000 (0:00:00.469) 0:00:01.828 ***** ok: [sut] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.215952", "end": "2024-02-17 21:11:14.911803", "rc": 0, "start": "2024-02-17 21:11:14.695851" } STDOUT: ================================== repo: epel ================================== [epel] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7Server baseurl = cache = 0 cachedir = /var/cache/yum/x86_64/7Server/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/7Server/epel/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7Server/epel/gpgdir gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 hdrdir = /var/cache/yum/x86_64/7Server/epel/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False 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=$infra&content=$contentdir 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/7Server/epel pkgdir = /var/cache/yum/x86_64/7Server/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: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/enable_epel.yml:35 Saturday 17 February 2024 21:11:14 +0000 (0:00:00.362) 0:00:02.190 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '8'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/enable_epel.yml:40 Saturday 17 February 2024 21:11:14 +0000 (0:00:00.011) 0:00:02.201 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tests_helpers_and_asserts.yml:9 Saturday 17 February 2024 21:11:14 +0000 (0:00:00.034) 0:00:02.236 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:3 Saturday 17 February 2024 21:11:14 +0000 (0:00:00.012) 0:00:02.248 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.021) 0:00:02.269 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.009) 0:00:02.279 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004333", "end": "2024-02-17 21:11:15.145567", "rc": 0, "start": "2024-02-17 21:11:15.141234" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.141) 0:00:02.420 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.012) 0:00:02.433 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:5 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.008) 0:00:02.442 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.018) 0:00:02.460 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.009) 0:00:02.469 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.008) 0:00:02.478 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.011) 0:00:02.489 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.011) 0:00:02.500 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004255", "end": "2024-02-17 21:11:15.373177", "rc": 0, "start": "2024-02-17 21:11:15.368922" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.145) 0:00:02.646 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.009) 0:00:02.655 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.009) 0:00:02.664 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:27 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.363) 0:00:03.028 ***** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:35 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.013) 0:00:03.041 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:43 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.008) 0:00:03.050 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:49 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.009) 0:00:03.059 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:54 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.009) 0:00:03.068 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:60 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.015) 0:00:03.083 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.008) 0:00:03.091 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:9 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.007) 0:00:03.099 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.012) 0:00:03.112 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 21:11:15 +0000 (0:00:00.010) 0:00:03.122 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004287", "end": "2024-02-17 21:11:15.992400", "rc": 0, "start": "2024-02-17 21:11:15.988113" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 21:11:16 +0000 (0:00:00.142) 0:00:03.265 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 21:11:16 +0000 (0:00:00.009) 0:00:03.275 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:11 Saturday 17 February 2024 21:11:16 +0000 (0:00:00.009) 0:00:03.285 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/assert_device_absent.yml:3 Saturday 17 February 2024 21:11:16 +0000 (0:00:00.014) 0:00:03.299 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 21:11:16 +0000 (0:00:00.011) 0:00:03.311 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/assert_device_absent.yml:5 Saturday 17 February 2024 21:11:16 +0000 (0:00:00.133) 0:00:03.444 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:14 Saturday 17 February 2024 21:11:16 +0000 (0:00:00.009) 0:00:03.454 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 21:11:16 +0000 (0:00:00.014) 0:00:03.469 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 21:11:16 +0000 (0:00:00.007) 0:00:03.476 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 21:11:16 +0000 (0:00:00.007) 0:00:03.483 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 21:11:16 +0000 (0:00:00.011) 0:00:03.494 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 21:11:16 +0000 (0:00:00.009) 0:00:03.504 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004295", "end": "2024-02-17 21:11:16.380234", "rc": 0, "start": "2024-02-17 21:11:16.375939" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 21:11:16 +0000 (0:00:00.150) 0:00:03.654 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 21:11:16 +0000 (0:00:00.012) 0:00:03.666 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 21:11:16 +0000 (0:00:00.012) 0:00:03.679 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:27 Saturday 17 February 2024 21:11:16 +0000 (0:00:00.358) 0:00:04.037 ***** ok: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "add", "veth1298", "type", "veth", "peer", "name", "peerveth1298" ], "delta": "0:00:00.013672", "end": "2024-02-17 21:11:16.921747", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-17 21:11:16.908075" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.006226", "end": "2024-02-17 21:11:17.068839", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-17 21:11:17.062613" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.006803", "end": "2024-02-17 21:11:17.205478", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-17 21:11:17.198675" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:35 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.443) 0:00:04.480 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.027992", "end": "2024-02-17 21:11:17.371064", "rc": 0, "start": "2024-02-17 21:11:17.343072" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:43 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.165) 0:00:04.646 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:49 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.011) 0:00:04.657 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:54 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.010) 0:00:04.668 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:60 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.008) 0:00:04.677 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.015) 0:00:04.692 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:18 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.013) 0:00:04.705 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.015) 0:00:04.721 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.009) 0:00:04.731 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004269", "end": "2024-02-17 21:11:17.598958", "rc": 0, "start": "2024-02-17 21:11:17.594689" } STDOUT: bond0 bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.140) 0:00:04.871 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.009) 0:00:04.881 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:20 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.008) 0:00:04.889 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/assert_device_present.yml:3 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.015) 0:00:04.905 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.009) 0:00:04.915 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708204276.9212635, "block_size": 4096, "blocks": 0, "ctime": 1708204276.9212635, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17595, "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": 1708204276.9212635, "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 the interface is present - 'veth1298'] *********************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/assert_device_present.yml:5 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.135) 0:00:05.050 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:23 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.009) 0:00:05.060 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.017) 0:00:05.078 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.007) 0:00:05.085 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.008) 0:00:05.094 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.010) 0:00:05.104 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.009) 0:00:05.113 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004203", "end": "2024-02-17 21:11:17.981438", "rc": 0, "start": "2024-02-17 21:11:17.977235" } STDOUT: bond0 bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 21:11:17 +0000 (0:00:00.139) 0:00:05.253 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.009) 0:00:05.263 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.009) 0:00:05.272 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:27 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.346) 0:00:05.619 ***** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:35 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.013) 0:00:05.632 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:43 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.007) 0:00:05.640 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010489", "end": "2024-02-17 21:11:18.512840", "rc": 0, "start": "2024-02-17 21:11:18.502351" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:49 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.145) 0:00:05.786 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:54 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.008) 0:00:05.794 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:60 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.008) 0:00:05.802 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.007) 0:00:05.810 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:27 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.007) 0:00:05.817 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.018) 0:00:05.835 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.009) 0:00:05.844 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004291", "end": "2024-02-17 21:11:18.710207", "rc": 0, "start": "2024-02-17 21:11:18.705916" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.137) 0:00:05.982 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.009) 0:00:05.992 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:29 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.008) 0:00:06.000 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/assert_device_absent.yml:3 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.019) 0:00:06.020 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.009) 0:00:06.029 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/assert_device_absent.yml:5 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.134) 0:00:06.164 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tests_helpers_and_asserts.yml:15 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.011) 0:00:06.175 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:3 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.013) 0:00:06.188 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.010) 0:00:06.199 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 21:11:18 +0000 (0:00:00.009) 0:00:06.208 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004307", "end": "2024-02-17 21:11:19.075804", "rc": 0, "start": "2024-02-17 21:11:19.071497" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.141) 0:00:06.349 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.009) 0:00:06.359 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:5 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.008) 0:00:06.367 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.012) 0:00:06.380 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.007) 0:00:06.387 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.007) 0:00:06.395 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.010) 0:00:06.405 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.010) 0:00:06.416 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004235", "end": "2024-02-17 21:11:19.282668", "rc": 0, "start": "2024-02-17 21:11:19.278433" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.138) 0:00:06.554 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.009) 0:00:06.564 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.009) 0:00:06.574 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:27 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.348) 0:00:06.922 ***** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:35 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.014) 0:00:06.936 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:43 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.007) 0:00:06.944 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:49 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.009) 0:00:06.954 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:54 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.018) 0:00:06.972 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:60 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.013) 0:00:06.986 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.019) 0:00:07.005 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:9 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.014) 0:00:07.020 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.017) 0:00:07.038 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.012) 0:00:07.050 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004243", "end": "2024-02-17 21:11:19.928129", "rc": 0, "start": "2024-02-17 21:11:19.923886" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.152) 0:00:07.203 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.010) 0:00:07.213 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:11 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.016) 0:00:07.229 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/assert_device_absent.yml:3 Saturday 17 February 2024 21:11:19 +0000 (0:00:00.022) 0:00:07.252 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 21:11:20 +0000 (0:00:00.013) 0:00:07.265 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/assert_device_absent.yml:5 Saturday 17 February 2024 21:11:20 +0000 (0:00:00.143) 0:00:07.409 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:14 Saturday 17 February 2024 21:11:20 +0000 (0:00:00.010) 0:00:07.419 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 21:11:20 +0000 (0:00:00.016) 0:00:07.436 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 21:11:20 +0000 (0:00:00.008) 0:00:07.445 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 21:11:20 +0000 (0:00:00.008) 0:00:07.453 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 21:11:20 +0000 (0:00:00.011) 0:00:07.464 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 21:11:20 +0000 (0:00:00.009) 0:00:07.474 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004260", "end": "2024-02-17 21:11:20.341366", "rc": 0, "start": "2024-02-17 21:11:20.337106" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 21:11:20 +0000 (0:00:00.138) 0:00:07.613 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 21:11:20 +0000 (0:00:00.009) 0:00:07.622 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 21:11:20 +0000 (0:00:00.009) 0:00:07.632 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:27 Saturday 17 February 2024 21:11:20 +0000 (0:00:00.348) 0:00:07.980 ***** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:35 Saturday 17 February 2024 21:11:20 +0000 (0:00:00.016) 0:00:07.997 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:43 Saturday 17 February 2024 21:11:20 +0000 (0:00:00.011) 0:00:08.009 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:49 Saturday 17 February 2024 21:11:20 +0000 (0:00:00.013) 0:00:08.023 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.053040", "end": "2024-02-17 21:11:20.944640", "rc": 0, "start": "2024-02-17 21:11:20.891600" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:54 Saturday 17 February 2024 21:11:20 +0000 (0:00:00.214) 0:00:08.237 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:60 Saturday 17 February 2024 21:11:20 +0000 (0:00:00.019) 0:00:08.257 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.017) 0:00:08.274 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:18 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.018) 0:00:08.293 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.016) 0:00:08.309 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.020) 0:00:08.330 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004253", "end": "2024-02-17 21:11:21.197345", "rc": 0, "start": "2024-02-17 21:11:21.193092" } STDOUT: bond0 bonding_masters dummy0 dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.140) 0:00:08.471 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy0", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.011) 0:00:08.482 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy0', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:20 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.012) 0:00:08.494 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/assert_device_present.yml:3 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.018) 0:00:08.513 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.010) 0:00:08.523 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708204280.9472942, "block_size": 4096, "blocks": 0, "ctime": 1708204280.9472942, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17624, "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": 1708204280.9472942, "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 the interface is present - 'dummy1298'] ********************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/assert_device_present.yml:5 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.134) 0:00:08.658 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:23 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.010) 0:00:08.669 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.018) 0:00:08.687 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.007) 0:00:08.695 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.007) 0:00:08.702 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.011) 0:00:08.714 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.009) 0:00:08.723 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004229", "end": "2024-02-17 21:11:21.589135", "rc": 0, "start": "2024-02-17 21:11:21.584906" } STDOUT: bond0 bonding_masters dummy0 dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.138) 0:00:08.861 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy0", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.010) 0:00:08.872 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy0', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.009) 0:00:08.881 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:27 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.348) 0:00:09.230 ***** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:35 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.014) 0:00:09.244 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:43 Saturday 17 February 2024 21:11:21 +0000 (0:00:00.007) 0:00:09.252 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:49 Saturday 17 February 2024 21:11:22 +0000 (0:00:00.011) 0:00:09.263 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:54 Saturday 17 February 2024 21:11:22 +0000 (0:00:00.008) 0:00:09.271 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007651", "end": "2024-02-17 21:11:22.141821", "rc": 0, "start": "2024-02-17 21:11:22.134170" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:60 Saturday 17 February 2024 21:11:22 +0000 (0:00:00.147) 0:00:09.419 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 21:11:22 +0000 (0:00:00.011) 0:00:09.431 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:27 Saturday 17 February 2024 21:11:22 +0000 (0:00:00.008) 0:00:09.439 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 21:11:22 +0000 (0:00:00.019) 0:00:09.458 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 21:11:22 +0000 (0:00:00.010) 0:00:09.468 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004175", "end": "2024-02-17 21:11:22.336076", "rc": 0, "start": "2024-02-17 21:11:22.331901" } STDOUT: bond0 bonding_masters dummy0 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 21:11:22 +0000 (0:00:00.140) 0:00:09.609 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy0", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 21:11:22 +0000 (0:00:00.010) 0:00:09.619 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy0', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/create_and_remove_interface.yml:29 Saturday 17 February 2024 21:11:22 +0000 (0:00:00.014) 0:00:09.634 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/assert_device_absent.yml:3 Saturday 17 February 2024 21:11:22 +0000 (0:00:00.027) 0:00:09.661 ***** included: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 21:11:22 +0000 (0:00:00.010) 0:00:09.672 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/assert_device_absent.yml:5 Saturday 17 February 2024 21:11:22 +0000 (0:00:00.147) 0:00:09.820 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=121 changed=0 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Saturday 17 February 2024 21:11:22 +0000 (0:00:00.020) 0:00:09.840 ***** =============================================================================== Gathering Facts --------------------------------------------------------- 0.79s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tests_helpers_and_asserts.yml:3 ---------- Install yum-utils package ----------------------------------------------- 0.47s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/enable_epel.yml:24 ----------------- Create veth interface veth1298 ------------------------------------------ 0.44s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:27 ------- Install iproute --------------------------------------------------------- 0.36s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:16 ------- Enable EPEL 7 ----------------------------------------------------------- 0.36s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/enable_epel.yml:30 ----------------- Install iproute --------------------------------------------------------- 0.36s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.35s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.35s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.35s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.35s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:16 ------- Create EPEL 7 ----------------------------------------------------------- 0.23s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/enable_epel.yml:8 ------------------ Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:49 ------- Check if system is ostree ----------------------------------------------- 0.21s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/el_repo_setup.yml:17 --------------- Set up veth as managed by NetworkManager -------------------------------- 0.17s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:35 ------- Gather current interface info ------------------------------------------- 0.15s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.15s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface dummy1298 ---------------------------------------- 0.15s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_interface_stat.yml:3 ----------- Delete dummy interface dummy1298 ---------------------------------------- 0.15s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:54 ------- Delete veth interface veth1298 ------------------------------------------ 0.15s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/manage_test_interface.yml:43 ------- Gather current interface info ------------------------------------------- 0.15s /WORKDIR/git-weekly-ci0j6s6x8z/tests/tasks/get_current_interfaces.yml:3 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---