# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-weekly-ci9w764fuy/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-ci9w764fuy/tests/tests_helpers_and_asserts.yml:3 Saturday 30 March 2024 15:08:11 +0000 (0:00:00.022) 0:00:00.022 ******** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tests_helpers_and_asserts.yml:6 Saturday 30 March 2024 15:08:11 +0000 (0:00:00.661) 0:00:00.683 ******** included: /WORKDIR/git-weekly-ci9w764fuy/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-ci9w764fuy/tests/tasks/el_repo_setup.yml:3 Saturday 30 March 2024 15:08:12 +0000 (0:00:00.025) 0:00:00.709 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/el_repo_setup.yml:19 Saturday 30 March 2024 15:08:12 +0000 (0:00:00.273) 0:00:00.982 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/el_repo_setup.yml:24 Saturday 30 March 2024 15:08:12 +0000 (0:00:00.215) 0:00:01.197 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/el_repo_setup.yml:28 Saturday 30 March 2024 15:08:12 +0000 (0:00:00.020) 0:00:01.218 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/el_repo_setup.yml:53 Saturday 30 March 2024 15:08:12 +0000 (0:00:00.031) 0:00:01.249 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/enable_epel.yml:8 Saturday 30 March 2024 15:08:12 +0000 (0:00:00.041) 0:00:01.291 ******** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/enable_epel.yml:24 Saturday 30 March 2024 15:08:12 +0000 (0:00:00.245) 0:00:01.536 ******** 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-ci9w764fuy/tests/tasks/enable_epel.yml:30 Saturday 30 March 2024 15:08:13 +0000 (0:00:00.517) 0:00:02.054 ******** ok: [sut] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.190919", "end": "2024-03-30 15:08:13.670005", "rc": 0, "start": "2024-03-30 15:08:13.479086" } STDOUT: Loaded plugins: fastestmirror ================================== repo: epel ================================== [epel] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = cache = 0 cachedir = /var/cache/yum/x86_64/7/epel check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = True enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/epel/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/epel/gpgdir gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 hdrdir = /var/cache/yum/x86_64/7/epel/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = 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=stock&content=centos minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Extra Packages for Enterprise Linux 7 - x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/epel pkgdir = /var/cache/yum/x86_64/7/epel/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = epel/x86_64 ui_repoid_vars = releasever, basearch username = TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/enable_epel.yml:35 Saturday 30 March 2024 15:08:13 +0000 (0:00:00.327) 0:00:02.382 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/enable_epel.yml:40 Saturday 30 March 2024 15:08:13 +0000 (0:00:00.019) 0:00:02.401 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tests_helpers_and_asserts.yml:9 Saturday 30 March 2024 15:08:13 +0000 (0:00:00.012) 0:00:02.413 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:3 Saturday 30 March 2024 15:08:13 +0000 (0:00:00.015) 0:00:02.428 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:08:13 +0000 (0:00:00.020) 0:00:02.449 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:08:13 +0000 (0:00:00.016) 0:00:02.466 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003782", "end": "2024-03-30 15:08:13.890450", "rc": 0, "start": "2024-03-30 15:08:13.886668" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:08:13 +0000 (0:00:00.154) 0:00:02.620 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:08:13 +0000 (0:00:00.016) 0:00:02.637 ******** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:5 Saturday 30 March 2024 15:08:13 +0000 (0:00:00.027) 0:00:02.665 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:3 Saturday 30 March 2024 15:08:14 +0000 (0:00:00.048) 0:00:02.714 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:8 Saturday 30 March 2024 15:08:14 +0000 (0:00:00.014) 0:00:02.728 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:13 Saturday 30 March 2024 15:08:14 +0000 (0:00:00.009) 0:00:02.738 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:08:14 +0000 (0:00:00.014) 0:00:02.753 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:08:14 +0000 (0:00:00.024) 0:00:02.778 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003520", "end": "2024-03-30 15:08:14.201069", "rc": 0, "start": "2024-03-30 15:08:14.197549" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:08:14 +0000 (0:00:00.140) 0:00:02.918 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:08:14 +0000 (0:00:00.013) 0:00:02.931 ******** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:16 Saturday 30 March 2024 15:08:14 +0000 (0:00:00.015) 0:00:02.947 ******** 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-ci9w764fuy/tests/tasks/manage_test_interface.yml:28 Saturday 30 March 2024 15:08:14 +0000 (0:00:00.438) 0:00:03.386 ******** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:37 Saturday 30 March 2024 15:08:14 +0000 (0:00:00.029) 0:00:03.416 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:45 Saturday 30 March 2024 15:08:14 +0000 (0:00:00.013) 0:00:03.429 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:52 Saturday 30 March 2024 15:08:14 +0000 (0:00:00.031) 0:00:03.460 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:58 Saturday 30 March 2024 15:08:14 +0000 (0:00:00.017) 0:00:03.477 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:65 Saturday 30 March 2024 15:08:14 +0000 (0:00:00.021) 0:00:03.498 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:71 Saturday 30 March 2024 15:08:14 +0000 (0:00:00.019) 0:00:03.518 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:9 Saturday 30 March 2024 15:08:14 +0000 (0:00:00.018) 0:00:03.537 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:08:14 +0000 (0:00:00.022) 0:00:03.560 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:08:14 +0000 (0:00:00.026) 0:00:03.587 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003698", "end": "2024-03-30 15:08:15.014608", "rc": 0, "start": "2024-03-30 15:08:15.010910" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:08:15 +0000 (0:00:00.138) 0:00:03.725 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:08:15 +0000 (0:00:00.011) 0:00:03.736 ******** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:11 Saturday 30 March 2024 15:08:15 +0000 (0:00:00.010) 0:00:03.746 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/assert_device_absent.yml:3 Saturday 30 March 2024 15:08:15 +0000 (0:00:00.015) 0:00:03.762 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:08:15 +0000 (0:00:00.013) 0:00:03.775 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/assert_device_absent.yml:5 Saturday 30 March 2024 15:08:15 +0000 (0:00:00.144) 0:00:03.920 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:14 Saturday 30 March 2024 15:08:15 +0000 (0:00:00.022) 0:00:03.943 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:3 Saturday 30 March 2024 15:08:15 +0000 (0:00:00.023) 0:00:03.966 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:8 Saturday 30 March 2024 15:08:15 +0000 (0:00:00.012) 0:00:03.979 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:13 Saturday 30 March 2024 15:08:15 +0000 (0:00:00.009) 0:00:03.989 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:08:15 +0000 (0:00:00.012) 0:00:04.002 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:08:15 +0000 (0:00:00.016) 0:00:04.019 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003711", "end": "2024-03-30 15:08:15.442695", "rc": 0, "start": "2024-03-30 15:08:15.438984" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:08:15 +0000 (0:00:00.132) 0:00:04.151 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:08:15 +0000 (0:00:00.012) 0:00:04.164 ******** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:16 Saturday 30 March 2024 15:08:15 +0000 (0:00:00.011) 0:00:04.175 ******** 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-ci9w764fuy/tests/tasks/manage_test_interface.yml:28 Saturday 30 March 2024 15:08:15 +0000 (0:00:00.396) 0:00:04.572 ******** 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.015058", "end": "2024-03-30 15:08:16.014634", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-30 15:08:15.999576" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004058", "end": "2024-03-30 15:08:16.153133", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-30 15:08:16.149075" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.005043", "end": "2024-03-30 15:08:16.281726", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-30 15:08:16.276683" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:37 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.419) 0:00:04.991 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.040551", "end": "2024-03-30 15:08:16.455168", "rc": 0, "start": "2024-03-30 15:08:16.414617" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:45 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.179) 0:00:05.171 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:52 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.010) 0:00:05.182 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:58 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.010) 0:00:05.192 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:65 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.010) 0:00:05.203 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:71 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.012) 0:00:05.216 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:18 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.010) 0:00:05.227 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.016) 0:00:05.244 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.012) 0:00:05.256 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003738", "end": "2024-03-30 15:08:16.681821", "rc": 0, "start": "2024-03-30 15:08:16.678083" } STDOUT: bond0 bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.133) 0:00:05.389 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.011) 0:00:05.401 ******** 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-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:20 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.010) 0:00:05.412 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/assert_device_present.yml:3 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.018) 0:00:05.430 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.012) 0:00:05.443 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711811296.011987, "block_size": 4096, "blocks": 0, "ctime": 1711811296.011987, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17732, "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": 1711811296.011987, "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-ci9w764fuy/tests/tasks/assert_device_present.yml:5 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.138) 0:00:05.581 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:23 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.030) 0:00:05.612 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:3 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.023) 0:00:05.636 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:8 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.017) 0:00:05.653 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:13 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.010) 0:00:05.663 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:08:16 +0000 (0:00:00.025) 0:00:05.689 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:08:17 +0000 (0:00:00.014) 0:00:05.703 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003837", "end": "2024-03-30 15:08:17.128802", "rc": 0, "start": "2024-03-30 15:08:17.124965" } STDOUT: bond0 bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:08:17 +0000 (0:00:00.158) 0:00:05.861 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:08:17 +0000 (0:00:00.063) 0:00:05.925 ******** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:16 Saturday 30 March 2024 15:08:17 +0000 (0:00:00.014) 0:00:05.939 ******** 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-ci9w764fuy/tests/tasks/manage_test_interface.yml:28 Saturday 30 March 2024 15:08:17 +0000 (0:00:00.428) 0:00:06.367 ******** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:37 Saturday 30 March 2024 15:08:17 +0000 (0:00:00.018) 0:00:06.386 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:45 Saturday 30 March 2024 15:08:17 +0000 (0:00:00.012) 0:00:06.398 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008185", "end": "2024-03-30 15:08:17.830746", "rc": 0, "start": "2024-03-30 15:08:17.822561" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:52 Saturday 30 March 2024 15:08:17 +0000 (0:00:00.143) 0:00:06.542 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:58 Saturday 30 March 2024 15:08:17 +0000 (0:00:00.010) 0:00:06.553 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:65 Saturday 30 March 2024 15:08:17 +0000 (0:00:00.017) 0:00:06.571 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:71 Saturday 30 March 2024 15:08:17 +0000 (0:00:00.014) 0:00:06.585 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:27 Saturday 30 March 2024 15:08:17 +0000 (0:00:00.010) 0:00:06.596 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:08:17 +0000 (0:00:00.022) 0:00:06.619 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:08:17 +0000 (0:00:00.012) 0:00:06.631 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003872", "end": "2024-03-30 15:08:18.057328", "rc": 0, "start": "2024-03-30 15:08:18.053456" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.134) 0:00:06.765 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.019) 0:00:06.785 ******** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:29 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.026) 0:00:06.812 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/assert_device_absent.yml:3 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.028) 0:00:06.840 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.011) 0:00:06.852 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/assert_device_absent.yml:5 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.130) 0:00:06.983 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tests_helpers_and_asserts.yml:15 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.012) 0:00:06.996 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:3 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.015) 0:00:07.012 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.012) 0:00:07.025 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.022) 0:00:07.047 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003770", "end": "2024-03-30 15:08:18.470381", "rc": 0, "start": "2024-03-30 15:08:18.466611" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.147) 0:00:07.195 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.012) 0:00:07.207 ******** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:5 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.010) 0:00:07.218 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:3 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.042) 0:00:07.260 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:8 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.026) 0:00:07.287 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:13 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.011) 0:00:07.299 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.021) 0:00:07.321 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.013) 0:00:07.334 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003883", "end": "2024-03-30 15:08:18.766677", "rc": 0, "start": "2024-03-30 15:08:18.762794" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.157) 0:00:07.492 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.028) 0:00:07.521 ******** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:16 Saturday 30 March 2024 15:08:18 +0000 (0:00:00.013) 0:00:07.535 ******** 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-ci9w764fuy/tests/tasks/manage_test_interface.yml:28 Saturday 30 March 2024 15:08:19 +0000 (0:00:00.417) 0:00:07.952 ******** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:37 Saturday 30 March 2024 15:08:19 +0000 (0:00:00.021) 0:00:07.973 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:45 Saturday 30 March 2024 15:08:19 +0000 (0:00:00.014) 0:00:07.987 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:52 Saturday 30 March 2024 15:08:19 +0000 (0:00:00.011) 0:00:07.999 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:58 Saturday 30 March 2024 15:08:19 +0000 (0:00:00.012) 0:00:08.011 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:65 Saturday 30 March 2024 15:08:19 +0000 (0:00:00.014) 0:00:08.025 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:71 Saturday 30 March 2024 15:08:19 +0000 (0:00:00.012) 0:00:08.038 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:9 Saturday 30 March 2024 15:08:19 +0000 (0:00:00.010) 0:00:08.048 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:08:19 +0000 (0:00:00.014) 0:00:08.063 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:08:19 +0000 (0:00:00.023) 0:00:08.087 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004898", "end": "2024-03-30 15:08:20.512442", "rc": 0, "start": "2024-03-30 15:08:19.507544" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:08:20 +0000 (0:00:01.151) 0:00:09.238 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:08:20 +0000 (0:00:00.039) 0:00:09.278 ******** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:11 Saturday 30 March 2024 15:08:20 +0000 (0:00:00.012) 0:00:09.290 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/assert_device_absent.yml:3 Saturday 30 March 2024 15:08:20 +0000 (0:00:00.016) 0:00:09.306 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:08:20 +0000 (0:00:00.020) 0:00:09.327 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/assert_device_absent.yml:5 Saturday 30 March 2024 15:08:20 +0000 (0:00:00.159) 0:00:09.487 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:14 Saturday 30 March 2024 15:08:20 +0000 (0:00:00.017) 0:00:09.504 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:3 Saturday 30 March 2024 15:08:20 +0000 (0:00:00.052) 0:00:09.557 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:8 Saturday 30 March 2024 15:08:20 +0000 (0:00:00.039) 0:00:09.596 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:13 Saturday 30 March 2024 15:08:20 +0000 (0:00:00.016) 0:00:09.613 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:08:20 +0000 (0:00:00.039) 0:00:09.653 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:08:20 +0000 (0:00:00.018) 0:00:09.671 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003806", "end": "2024-03-30 15:08:21.105569", "rc": 0, "start": "2024-03-30 15:08:21.101763" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:08:21 +0000 (0:00:00.162) 0:00:09.834 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:08:21 +0000 (0:00:00.014) 0:00:09.848 ******** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:16 Saturday 30 March 2024 15:08:21 +0000 (0:00:00.032) 0:00:09.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-ci9w764fuy/tests/tasks/manage_test_interface.yml:28 Saturday 30 March 2024 15:08:21 +0000 (0:00:00.427) 0:00:10.309 ******** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:37 Saturday 30 March 2024 15:08:21 +0000 (0:00:00.019) 0:00:10.328 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:45 Saturday 30 March 2024 15:08:21 +0000 (0:00:00.011) 0:00:10.340 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:52 Saturday 30 March 2024 15:08:21 +0000 (0:00:00.011) 0:00:10.351 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.013498", "end": "2024-03-30 15:08:21.790052", "rc": 0, "start": "2024-03-30 15:08:21.776554" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:58 Saturday 30 March 2024 15:08:21 +0000 (0:00:00.160) 0:00:10.512 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:65 Saturday 30 March 2024 15:08:21 +0000 (0:00:00.017) 0:00:10.530 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:71 Saturday 30 March 2024 15:08:21 +0000 (0:00:00.017) 0:00:10.547 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:18 Saturday 30 March 2024 15:08:21 +0000 (0:00:00.011) 0:00:10.558 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:08:21 +0000 (0:00:00.018) 0:00:10.576 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:08:21 +0000 (0:00:00.011) 0:00:10.588 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003829", "end": "2024-03-30 15:08:22.013531", "rc": 0, "start": "2024-03-30 15:08:22.009702" } STDOUT: bond0 bonding_masters dummy0 dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:08:22 +0000 (0:00:00.133) 0:00:10.722 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy0", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:08:22 +0000 (0:00:00.014) 0:00:10.737 ******** 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-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:20 Saturday 30 March 2024 15:08:22 +0000 (0:00:00.011) 0:00:10.748 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/assert_device_present.yml:3 Saturday 30 March 2024 15:08:22 +0000 (0:00:00.024) 0:00:10.773 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:08:22 +0000 (0:00:00.029) 0:00:10.803 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711811301.7870495, "block_size": 4096, "blocks": 0, "ctime": 1711811301.7870495, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17761, "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": 1711811301.7870495, "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-ci9w764fuy/tests/tasks/assert_device_present.yml:5 Saturday 30 March 2024 15:08:22 +0000 (0:00:00.156) 0:00:10.959 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:23 Saturday 30 March 2024 15:08:22 +0000 (0:00:00.013) 0:00:10.973 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:3 Saturday 30 March 2024 15:08:22 +0000 (0:00:00.027) 0:00:11.000 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:8 Saturday 30 March 2024 15:08:22 +0000 (0:00:00.013) 0:00:11.014 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:13 Saturday 30 March 2024 15:08:22 +0000 (0:00:00.011) 0:00:11.025 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:08:22 +0000 (0:00:00.012) 0:00:11.038 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:08:22 +0000 (0:00:00.013) 0:00:11.051 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003924", "end": "2024-03-30 15:08:22.476367", "rc": 0, "start": "2024-03-30 15:08:22.472443" } STDOUT: bond0 bonding_masters dummy0 dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:08:22 +0000 (0:00:00.135) 0:00:11.187 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy0", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:08:22 +0000 (0:00:00.013) 0:00:11.200 ******** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy0', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:16 Saturday 30 March 2024 15:08:22 +0000 (0:00:00.010) 0:00:11.210 ******** 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-ci9w764fuy/tests/tasks/manage_test_interface.yml:28 Saturday 30 March 2024 15:08:22 +0000 (0:00:00.457) 0:00:11.667 ******** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:37 Saturday 30 March 2024 15:08:23 +0000 (0:00:00.047) 0:00:11.715 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:45 Saturday 30 March 2024 15:08:23 +0000 (0:00:00.021) 0:00:11.737 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:52 Saturday 30 March 2024 15:08:23 +0000 (0:00:00.030) 0:00:11.767 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:58 Saturday 30 March 2024 15:08:23 +0000 (0:00:00.018) 0:00:11.786 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007552", "end": "2024-03-30 15:08:23.240751", "rc": 0, "start": "2024-03-30 15:08:23.233199" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:65 Saturday 30 March 2024 15:08:23 +0000 (0:00:00.166) 0:00:11.952 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:71 Saturday 30 March 2024 15:08:23 +0000 (0:00:00.012) 0:00:11.965 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:27 Saturday 30 March 2024 15:08:23 +0000 (0:00:00.010) 0:00:11.975 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:3 Saturday 30 March 2024 15:08:23 +0000 (0:00:00.019) 0:00:11.995 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:3 Saturday 30 March 2024 15:08:23 +0000 (0:00:00.012) 0:00:12.008 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004936", "end": "2024-03-30 15:08:24.433832", "rc": 0, "start": "2024-03-30 15:08:23.428896" } STDOUT: bond0 bonding_masters dummy0 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:9 Saturday 30 March 2024 15:08:24 +0000 (0:00:01.144) 0:00:13.152 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy0", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/show_interfaces.yml:5 Saturday 30 March 2024 15:08:24 +0000 (0:00:00.030) 0:00:13.182 ******** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy0', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/create_and_remove_interface.yml:29 Saturday 30 March 2024 15:08:24 +0000 (0:00:00.042) 0:00:13.225 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/assert_device_absent.yml:3 Saturday 30 March 2024 15:08:24 +0000 (0:00:00.032) 0:00:13.257 ******** included: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_interface_stat.yml:3 Saturday 30 March 2024 15:08:24 +0000 (0:00:00.016) 0:00:13.274 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/assert_device_absent.yml:5 Saturday 30 March 2024 15:08:24 +0000 (0:00:00.138) 0:00:13.412 ******** ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=122 changed=0 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 Saturday 30 March 2024 15:08:24 +0000 (0:00:00.058) 0:00:13.470 ******** =============================================================================== Gather current interface info ------------------------------------------- 1.15s /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.14s /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:3 ------- Gathering Facts --------------------------------------------------------- 0.66s /WORKDIR/git-weekly-ci9w764fuy/tests/tests_helpers_and_asserts.yml:3 ---------- Install yum-utils package ----------------------------------------------- 0.52s /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/enable_epel.yml:24 ----------------- Install iproute --------------------------------------------------------- 0.46s /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.44s /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.43s /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.43s /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:16 ------- Create veth interface veth1298 ------------------------------------------ 0.42s /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:28 ------- Install iproute --------------------------------------------------------- 0.42s /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.40s /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:16 ------- Enable EPEL 7 ----------------------------------------------------------- 0.33s /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/enable_epel.yml:30 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.27s /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/el_repo_setup.yml:3 ---------------- Create EPEL 7 ----------------------------------------------------------- 0.25s /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/enable_epel.yml:8 ------------------ Check if system is ostree ----------------------------------------------- 0.22s /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/el_repo_setup.yml:19 --------------- Set up veth as managed by NetworkManager -------------------------------- 0.18s /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:37 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.17s /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:58 ------- Gather current interface info ------------------------------------------- 0.16s /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_current_interfaces.yml:3 ------- Create dummy interface dummy1298 ---------------------------------------- 0.16s /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/manage_test_interface.yml:52 ------- Get stat for interface dummy1298 ---------------------------------------- 0.16s /WORKDIR/git-weekly-ci9w764fuy/tests/tasks/get_interface_stat.yml:3 ----------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---