# 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-ci2loso75d/.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-ci2loso75d/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-ci2loso75d/tests/tests_helpers_and_asserts.yml:3 Saturday 20 January 2024 13:33:26 +0000 (0:00:00.036) 0:00:00.036 ****** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci2loso75d/tests/tests_helpers_and_asserts.yml:6 Saturday 20 January 2024 13:33:27 +0000 (0:00:00.751) 0:00:00.788 ****** included: /WORKDIR/git-weekly-ci2loso75d/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-ci2loso75d/tests/tasks/el_repo_setup.yml:3 Saturday 20 January 2024 13:33:27 +0000 (0:00:00.012) 0:00:00.800 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/el_repo_setup.yml:17 Saturday 20 January 2024 13:33:27 +0000 (0:00:00.216) 0:00:01.017 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/el_repo_setup.yml:22 Saturday 20 January 2024 13:33:27 +0000 (0:00:00.196) 0:00:01.214 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/el_repo_setup.yml:26 Saturday 20 January 2024 13:33:27 +0000 (0:00:00.023) 0:00:01.237 ****** 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-ci2loso75d/tests/tasks/el_repo_setup.yml:51 Saturday 20 January 2024 13:33:27 +0000 (0:00:00.018) 0:00:01.256 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/enable_epel.yml:8 Saturday 20 January 2024 13:33:27 +0000 (0:00:00.022) 0:00:01.279 ****** 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-ci2loso75d/tests/tasks/enable_epel.yml:24 Saturday 20 January 2024 13:33:28 +0000 (0:00:00.219) 0:00:01.498 ****** 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-ci2loso75d/tests/tasks/enable_epel.yml:30 Saturday 20 January 2024 13:33:28 +0000 (0:00:00.507) 0:00:02.005 ****** ok: [sut] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.189076", "end": "2024-01-20 13:33:28.923604", "rc": 0, "start": "2024-01-20 13:33:28.734528" } 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-ci2loso75d/tests/tasks/enable_epel.yml:35 Saturday 20 January 2024 13:33:28 +0000 (0:00:00.347) 0:00:02.353 ****** 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-ci2loso75d/tests/tasks/enable_epel.yml:40 Saturday 20 January 2024 13:33:28 +0000 (0:00:00.018) 0:00:02.371 ****** 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-ci2loso75d/tests/tests_helpers_and_asserts.yml:9 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.015) 0:00:02.386 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/create_and_remove_interface.yml:3 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.015) 0:00:02.401 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.018) 0:00:02.419 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.013) 0:00:02.433 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003732", "end": "2024-01-20 13:33:29.177860", "rc": 0, "start": "2024-01-20 13:33:29.174128" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.136) 0:00:02.569 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.011) 0:00:02.580 ****** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/create_and_remove_interface.yml:5 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.008) 0:00:02.589 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.014) 0:00:02.603 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.007) 0:00:02.611 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.008) 0:00:02.619 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.012) 0:00:02.632 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.010) 0:00:02.642 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003574", "end": "2024-01-20 13:33:29.388494", "rc": 0, "start": "2024-01-20 13:33:29.384920" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.149) 0:00:02.791 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.011) 0:00:02.803 ****** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.012) 0:00:02.815 ****** ok: [sut] => { "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-ci2loso75d/tests/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.309) 0:00:03.124 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.013) 0:00:03.138 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.008) 0:00:03.147 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.007) 0:00:03.154 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.007) 0:00:03.162 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.007) 0:00:03.170 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.007) 0:00:03.178 ****** 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-ci2loso75d/tests/tasks/create_and_remove_interface.yml:9 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.007) 0:00:03.186 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.012) 0:00:03.199 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.009) 0:00:03.208 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003674", "end": "2024-01-20 13:33:29.939416", "rc": 0, "start": "2024-01-20 13:33:29.935742" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.120) 0:00:03.329 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.011) 0:00:03.341 ****** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/create_and_remove_interface.yml:11 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.008) 0:00:03.350 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/assert_device_absent.yml:3 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.013) 0:00:03.363 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:33:29 +0000 (0:00:00.009) 0:00:03.373 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/assert_device_absent.yml:5 Saturday 20 January 2024 13:33:30 +0000 (0:00:00.115) 0:00:03.489 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/create_and_remove_interface.yml:14 Saturday 20 January 2024 13:33:30 +0000 (0:00:00.010) 0:00:03.499 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:33:30 +0000 (0:00:00.015) 0:00:03.514 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:33:30 +0000 (0:00:00.011) 0:00:03.526 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:33:30 +0000 (0:00:00.007) 0:00:03.534 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:33:30 +0000 (0:00:00.011) 0:00:03.545 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:33:30 +0000 (0:00:00.010) 0:00:03.556 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003588", "end": "2024-01-20 13:33:30.286659", "rc": 0, "start": "2024-01-20 13:33:30.283071" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:33:30 +0000 (0:00:00.123) 0:00:03.680 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:33:30 +0000 (0:00:00.011) 0:00:03.692 ****** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:33:30 +0000 (0:00:00.012) 0:00:03.704 ****** ok: [sut] => { "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-ci2loso75d/tests/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:33:30 +0000 (0:00:00.365) 0:00:04.069 ****** 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.014208", "end": "2024-01-20 13:33:30.851437", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-20 13:33:30.837229" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.006806", "end": "2024-01-20 13:33:31.000890", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-20 13:33:30.994084" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.007081", "end": "2024-01-20 13:33:31.131242", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-20 13:33:31.124161" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.459) 0:00:04.529 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.025694", "end": "2024-01-20 13:33:31.296986", "rc": 0, "start": "2024-01-20 13:33:31.271292" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.160) 0:00:04.690 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.022) 0:00:04.712 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.019) 0:00:04.731 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.009) 0:00:04.741 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.009) 0:00:04.750 ****** 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-ci2loso75d/tests/tasks/create_and_remove_interface.yml:18 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.012) 0:00:04.763 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.023) 0:00:04.786 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.012) 0:00:04.799 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003778", "end": "2024-01-20 13:33:31.536040", "rc": 0, "start": "2024-01-20 13:33:31.532262" } STDOUT: bond0 bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.142) 0:00:04.942 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.014) 0:00:04.956 ****** 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-ci2loso75d/tests/tasks/create_and_remove_interface.yml:20 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.011) 0:00:04.968 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/assert_device_present.yml:3 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.022) 0:00:04.990 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.011) 0:00:05.001 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705757610.8483288, "block_size": 4096, "blocks": 0, "ctime": 1705757610.8483288, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17608, "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": 1705757610.8483288, "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-ci2loso75d/tests/tasks/assert_device_present.yml:5 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.122) 0:00:05.123 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/create_and_remove_interface.yml:23 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.028) 0:00:05.152 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.057) 0:00:05.210 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.025) 0:00:05.235 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.026) 0:00:05.262 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.024) 0:00:05.287 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:33:31 +0000 (0:00:00.027) 0:00:05.314 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003765", "end": "2024-01-20 13:33:32.062830", "rc": 0, "start": "2024-01-20 13:33:32.059065" } STDOUT: bond0 bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:33:32 +0000 (0:00:00.149) 0:00:05.464 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:33:32 +0000 (0:00:00.043) 0:00:05.507 ****** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:33:32 +0000 (0:00:00.025) 0:00:05.532 ****** ok: [sut] => { "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-ci2loso75d/tests/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:33:32 +0000 (0:00:00.347) 0:00:05.879 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:33:32 +0000 (0:00:00.025) 0:00:05.904 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:33:32 +0000 (0:00:00.011) 0:00:05.916 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011192", "end": "2024-01-20 13:33:32.661493", "rc": 0, "start": "2024-01-20 13:33:32.650301" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:33:32 +0000 (0:00:00.140) 0:00:06.056 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:33:32 +0000 (0:00:00.058) 0:00:06.114 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:33:32 +0000 (0:00:00.013) 0:00:06.128 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:33:32 +0000 (0:00:00.022) 0:00:06.150 ****** 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-ci2loso75d/tests/tasks/create_and_remove_interface.yml:27 Saturday 20 January 2024 13:33:32 +0000 (0:00:00.016) 0:00:06.167 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:33:32 +0000 (0:00:00.040) 0:00:06.208 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:33:32 +0000 (0:00:00.022) 0:00:06.230 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003628", "end": "2024-01-20 13:33:32.987229", "rc": 0, "start": "2024-01-20 13:33:32.983601" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.168) 0:00:06.398 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.039) 0:00:06.438 ****** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/create_and_remove_interface.yml:29 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.024) 0:00:06.462 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/assert_device_absent.yml:3 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.093) 0:00:06.556 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.012) 0:00:06.569 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/assert_device_absent.yml:5 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.177) 0:00:06.747 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tests_helpers_and_asserts.yml:15 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.042) 0:00:06.789 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/create_and_remove_interface.yml:3 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.037) 0:00:06.827 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.052) 0:00:06.879 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.040) 0:00:06.919 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003548", "end": "2024-01-20 13:33:33.665890", "rc": 0, "start": "2024-01-20 13:33:33.662342" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.145) 0:00:07.065 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.011) 0:00:07.077 ****** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/create_and_remove_interface.yml:5 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.016) 0:00:07.094 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.017) 0:00:07.111 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.011) 0:00:07.123 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.010) 0:00:07.133 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.016) 0:00:07.149 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.013) 0:00:07.163 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003517", "end": "2024-01-20 13:33:33.896393", "rc": 0, "start": "2024-01-20 13:33:33.892876" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.129) 0:00:07.292 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.010) 0:00:07.302 ****** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:33:33 +0000 (0:00:00.011) 0:00:07.314 ****** ok: [sut] => { "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-ci2loso75d/tests/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.314) 0:00:07.628 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.023) 0:00:07.652 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.011) 0:00:07.663 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.011) 0:00:07.674 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.009) 0:00:07.683 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.011) 0:00:07.695 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.011) 0:00:07.706 ****** 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-ci2loso75d/tests/tasks/create_and_remove_interface.yml:9 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.026) 0:00:07.733 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.017) 0:00:07.751 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.014) 0:00:07.765 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003531", "end": "2024-01-20 13:33:34.496276", "rc": 0, "start": "2024-01-20 13:33:34.492745" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.125) 0:00:07.890 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.014) 0:00:07.905 ****** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/create_and_remove_interface.yml:11 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.012) 0:00:07.918 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/assert_device_absent.yml:3 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.016) 0:00:07.934 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.011) 0:00:07.945 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/assert_device_absent.yml:5 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.156) 0:00:08.101 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/create_and_remove_interface.yml:14 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.011) 0:00:08.113 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.017) 0:00:08.131 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.008) 0:00:08.139 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.008) 0:00:08.148 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.011) 0:00:08.159 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.015) 0:00:08.175 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003718", "end": "2024-01-20 13:33:34.906794", "rc": 0, "start": "2024-01-20 13:33:34.903076" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.122) 0:00:08.297 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.010) 0:00:08.308 ****** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:33:34 +0000 (0:00:00.011) 0:00:08.319 ****** ok: [sut] => { "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-ci2loso75d/tests/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.310) 0:00:08.629 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.017) 0:00:08.647 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.008) 0:00:08.655 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.009) 0:00:08.665 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006199", "end": "2024-01-20 13:33:35.399228", "rc": 0, "start": "2024-01-20 13:33:35.393029" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.130) 0:00:08.795 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.014) 0:00:08.810 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.011) 0:00:08.821 ****** 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-ci2loso75d/tests/tasks/create_and_remove_interface.yml:18 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.017) 0:00:08.839 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.023) 0:00:08.862 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.011) 0:00:08.874 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003773", "end": "2024-01-20 13:33:35.605434", "rc": 0, "start": "2024-01-20 13:33:35.601661" } STDOUT: bond0 bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.121) 0:00:08.995 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.011) 0:00:09.007 ****** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/create_and_remove_interface.yml:20 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.009) 0:00:09.017 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/assert_device_present.yml:3 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.016) 0:00:09.033 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.009) 0:00:09.043 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705757615.4002728, "block_size": 4096, "blocks": 0, "ctime": 1705757615.4002728, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17523, "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": 1705757615.4002728, "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-ci2loso75d/tests/tasks/assert_device_present.yml:5 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.126) 0:00:09.170 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/create_and_remove_interface.yml:23 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.019) 0:00:09.189 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.025) 0:00:09.215 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.012) 0:00:09.227 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.012) 0:00:09.239 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.013) 0:00:09.252 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:33:35 +0000 (0:00:00.010) 0:00:09.263 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003678", "end": "2024-01-20 13:33:36.020779", "rc": 0, "start": "2024-01-20 13:33:36.017101" } STDOUT: bond0 bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.152) 0:00:09.416 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.011) 0:00:09.427 ****** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.009) 0:00:09.436 ****** ok: [sut] => { "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-ci2loso75d/tests/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.314) 0:00:09.751 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.016) 0:00:09.768 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.010) 0:00:09.779 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.013) 0:00:09.792 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.009) 0:00:09.802 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008072", "end": "2024-01-20 13:33:36.559501", "rc": 0, "start": "2024-01-20 13:33:36.551429" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.156) 0:00:09.958 ****** 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-ci2loso75d/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.017) 0:00:09.976 ****** 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-ci2loso75d/tests/tasks/create_and_remove_interface.yml:27 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.011) 0:00:09.988 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.023) 0:00:10.011 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.023) 0:00:10.035 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003510", "end": "2024-01-20 13:33:36.787366", "rc": 0, "start": "2024-01-20 13:33:36.783856" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.143) 0:00:10.178 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.010) 0:00:10.189 ****** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/create_and_remove_interface.yml:29 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.010) 0:00:10.199 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/assert_device_absent.yml:3 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.019) 0:00:10.218 ****** included: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.010) 0:00:10.229 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci2loso75d/tests/tasks/assert_device_absent.yml:5 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.121) 0:00:10.350 ****** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=122 changed=0 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 Saturday 20 January 2024 13:33:36 +0000 (0:00:00.018) 0:00:10.369 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 0.75s /WORKDIR/git-weekly-ci2loso75d/tests/tests_helpers_and_asserts.yml:3 ---------- Install yum-utils package ----------------------------------------------- 0.51s /WORKDIR/git-weekly-ci2loso75d/tests/tasks/enable_epel.yml:24 ----------------- Create veth interface veth1298 ------------------------------------------ 0.46s /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:23 ------- Install iproute --------------------------------------------------------- 0.37s /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:16 ------- Enable EPEL 7 ----------------------------------------------------------- 0.35s /WORKDIR/git-weekly-ci2loso75d/tests/tasks/enable_epel.yml:30 ----------------- Install iproute --------------------------------------------------------- 0.35s /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.31s /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.31s /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.31s /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.31s /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:16 ------- Create EPEL 7 ----------------------------------------------------------- 0.22s /WORKDIR/git-weekly-ci2loso75d/tests/tasks/enable_epel.yml:8 ------------------ Gather the minimum subset of ansible_facts required by the network role test --- 0.22s /WORKDIR/git-weekly-ci2loso75d/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.20s /WORKDIR/git-weekly-ci2loso75d/tests/tasks/el_repo_setup.yml:17 --------------- Get stat for interface veth1298 ----------------------------------------- 0.18s /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.17s /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:3 ------- Set up veth as managed by NetworkManager -------------------------------- 0.16s /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:31 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.16s /WORKDIR/git-weekly-ci2loso75d/tests/tasks/manage_test_interface.yml:50 ------- Get stat for interface dummy1298 ---------------------------------------- 0.16s /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.15s /WORKDIR/git-weekly-ci2loso75d/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.15s /WORKDIR/git-weekly-ci2loso75d/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. ---^---^---^---^---^---