# 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-ciyyvl8az1/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-ciyyvl8az1/tests/tests_helpers_and_asserts.yml:3 Saturday 24 February 2024 13:25:14 +0000 (0:00:00.013) 0:00:00.013 ***** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tests_helpers_and_asserts.yml:6 Saturday 24 February 2024 13:25:15 +0000 (0:00:00.656) 0:00:00.670 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/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-ciyyvl8az1/tests/tasks/el_repo_setup.yml:3 Saturday 24 February 2024 13:25:15 +0000 (0:00:00.032) 0:00:00.703 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/el_repo_setup.yml:19 Saturday 24 February 2024 13:25:15 +0000 (0:00:00.228) 0:00:00.931 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/el_repo_setup.yml:24 Saturday 24 February 2024 13:25:15 +0000 (0:00:00.202) 0:00:01.134 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/el_repo_setup.yml:28 Saturday 24 February 2024 13:25:15 +0000 (0:00:00.021) 0:00:01.155 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/el_repo_setup.yml:53 Saturday 24 February 2024 13:25:15 +0000 (0:00:00.018) 0:00:01.173 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/enable_epel.yml:8 Saturday 24 February 2024 13:25:15 +0000 (0:00:00.032) 0:00:01.206 ***** 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-ciyyvl8az1/tests/tasks/enable_epel.yml:24 Saturday 24 February 2024 13:25:16 +0000 (0:00:00.188) 0:00:01.395 ***** 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-ciyyvl8az1/tests/tasks/enable_epel.yml:30 Saturday 24 February 2024 13:25:16 +0000 (0:00:00.451) 0:00:01.846 ***** ok: [sut] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.172002", "end": "2024-02-24 13:25:16.747424", "rc": 0, "start": "2024-02-24 13:25:16.575422" } 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-ciyyvl8az1/tests/tasks/enable_epel.yml:35 Saturday 24 February 2024 13:25:16 +0000 (0:00:00.297) 0:00:02.143 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/enable_epel.yml:40 Saturday 24 February 2024 13:25:16 +0000 (0:00:00.020) 0:00:02.164 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tests_helpers_and_asserts.yml:9 Saturday 24 February 2024 13:25:16 +0000 (0:00:00.012) 0:00:02.176 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:3 Saturday 24 February 2024 13:25:16 +0000 (0:00:00.012) 0:00:02.189 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:25:16 +0000 (0:00:00.010) 0:00:02.200 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:25:16 +0000 (0:00:00.010) 0:00:02.210 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003416", "end": "2024-02-24 13:25:16.938371", "rc": 0, "start": "2024-02-24 13:25:16.934955" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:25:16 +0000 (0:00:00.123) 0:00:02.334 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:25:16 +0000 (0:00:00.010) 0:00:02.344 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:5 Saturday 24 February 2024 13:25:16 +0000 (0:00:00.011) 0:00:02.355 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 13:25:16 +0000 (0:00:00.014) 0:00:02.370 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.014) 0:00:02.384 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.009) 0:00:02.394 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.023) 0:00:02.417 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.019) 0:00:02.437 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003450", "end": "2024-02-24 13:25:17.173210", "rc": 0, "start": "2024-02-24 13:25:17.169760" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.134) 0:00:02.571 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.011) 0:00:02.582 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.009) 0:00:02.592 ***** 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-ciyyvl8az1/tests/tasks/manage_test_interface.yml:28 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.369) 0:00:02.961 ***** 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-ciyyvl8az1/tests/tasks/manage_test_interface.yml:37 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.016) 0:00:02.978 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:45 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.010) 0:00:02.989 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:52 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.009) 0:00:02.998 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:58 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.009) 0:00:03.008 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.010) 0:00:03.018 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:71 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.010) 0:00:03.029 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:9 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.009) 0:00:03.038 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.014) 0:00:03.053 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.010) 0:00:03.063 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003404", "end": "2024-02-24 13:25:17.796543", "rc": 0, "start": "2024-02-24 13:25:17.793139" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.128) 0:00:03.192 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.009) 0:00:03.201 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:11 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.009) 0:00:03.211 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.013) 0:00:03.225 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.010) 0:00:03.235 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.124) 0:00:03.359 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:14 Saturday 24 February 2024 13:25:17 +0000 (0:00:00.010) 0:00:03.370 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 13:25:18 +0000 (0:00:00.015) 0:00:03.385 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 13:25:18 +0000 (0:00:00.008) 0:00:03.393 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 13:25:18 +0000 (0:00:00.008) 0:00:03.401 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:25:18 +0000 (0:00:00.011) 0:00:03.413 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:25:18 +0000 (0:00:00.009) 0:00:03.422 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003404", "end": "2024-02-24 13:25:18.150966", "rc": 0, "start": "2024-02-24 13:25:18.147562" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:25:18 +0000 (0:00:00.123) 0:00:03.546 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:25:18 +0000 (0:00:00.009) 0:00:03.555 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 13:25:18 +0000 (0:00:00.008) 0:00:03.563 ***** 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-ciyyvl8az1/tests/tasks/manage_test_interface.yml:28 Saturday 24 February 2024 13:25:18 +0000 (0:00:00.367) 0:00:03.931 ***** 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.012959", "end": "2024-02-24 13:25:18.674921", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-24 13:25:18.661962" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003119", "end": "2024-02-24 13:25:18.797095", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-24 13:25:18.793976" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004383", "end": "2024-02-24 13:25:18.917629", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-24 13:25:18.913246" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:37 Saturday 24 February 2024 13:25:18 +0000 (0:00:00.388) 0:00:04.320 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.029487", "end": "2024-02-24 13:25:19.077410", "rc": 0, "start": "2024-02-24 13:25:19.047923" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:45 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.156) 0:00:04.476 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:52 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.010) 0:00:04.487 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:58 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.008) 0:00:04.496 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.009) 0:00:04.505 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:71 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.009) 0:00:04.514 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:18 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.008) 0:00:04.522 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.015) 0:00:04.538 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.009) 0:00:04.547 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003182", "end": "2024-02-24 13:25:19.275061", "rc": 0, "start": "2024-02-24 13:25:19.271879" } STDOUT: bond0 bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.122) 0:00:04.670 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.009) 0:00:04.679 ***** 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-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:20 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.009) 0:00:04.689 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/assert_device_present.yml:3 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.016) 0:00:04.706 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.010) 0:00:04.716 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781118.6730256, "block_size": 4096, "blocks": 0, "ctime": 1708781118.6730256, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17736, "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": 1708781118.6730256, "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-ciyyvl8az1/tests/tasks/assert_device_present.yml:5 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.122) 0:00:04.839 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:23 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.010) 0:00:04.849 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.019) 0:00:04.869 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.008) 0:00:04.878 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.027) 0:00:04.905 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.011) 0:00:04.917 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.010) 0:00:04.927 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003150", "end": "2024-02-24 13:25:19.653667", "rc": 0, "start": "2024-02-24 13:25:19.650517" } STDOUT: bond0 bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.120) 0:00:05.048 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.010) 0:00:05.059 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 13:25:19 +0000 (0:00:00.009) 0:00:05.068 ***** 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-ciyyvl8az1/tests/tasks/manage_test_interface.yml:28 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.369) 0:00:05.437 ***** 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-ciyyvl8az1/tests/tasks/manage_test_interface.yml:37 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.016) 0:00:05.454 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:45 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.014) 0:00:05.468 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011519", "end": "2024-02-24 13:25:20.209083", "rc": 0, "start": "2024-02-24 13:25:20.197564" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:52 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.139) 0:00:05.607 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:58 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.010) 0:00:05.618 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.011) 0:00:05.629 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:71 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.011) 0:00:05.640 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:27 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.009) 0:00:05.650 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.020) 0:00:05.670 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.010) 0:00:05.681 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003200", "end": "2024-02-24 13:25:20.408748", "rc": 0, "start": "2024-02-24 13:25:20.405548" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.121) 0:00:05.803 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.010) 0:00:05.813 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:29 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.009) 0:00:05.823 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.020) 0:00:05.843 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.012) 0:00:05.856 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.121) 0:00:05.977 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tests_helpers_and_asserts.yml:15 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.010) 0:00:05.988 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:3 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.013) 0:00:06.002 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.010) 0:00:06.012 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.009) 0:00:06.022 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003162", "end": "2024-02-24 13:25:20.748200", "rc": 0, "start": "2024-02-24 13:25:20.745038" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.121) 0:00:06.143 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.010) 0:00:06.154 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:5 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.009) 0:00:06.163 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.012) 0:00:06.176 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.008) 0:00:06.185 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.008) 0:00:06.193 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.011) 0:00:06.204 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.009) 0:00:06.214 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003343", "end": "2024-02-24 13:25:20.943170", "rc": 0, "start": "2024-02-24 13:25:20.939827" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.124) 0:00:06.339 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.010) 0:00:06.350 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 13:25:20 +0000 (0:00:00.012) 0:00:06.363 ***** 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-ciyyvl8az1/tests/tasks/manage_test_interface.yml:28 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.373) 0:00:06.737 ***** 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-ciyyvl8az1/tests/tasks/manage_test_interface.yml:37 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.023) 0:00:06.760 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:45 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.011) 0:00:06.772 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:52 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.012) 0:00:06.784 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:58 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.012) 0:00:06.797 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.020) 0:00:06.817 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:71 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.009) 0:00:06.827 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:9 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.008) 0:00:06.835 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.012) 0:00:06.848 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.009) 0:00:06.858 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003460", "end": "2024-02-24 13:25:21.586228", "rc": 0, "start": "2024-02-24 13:25:21.582768" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.124) 0:00:06.982 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.009) 0:00:06.991 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:11 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.008) 0:00:06.999 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.013) 0:00:07.013 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.019) 0:00:07.032 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.163) 0:00:07.195 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:14 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.038) 0:00:07.233 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.016) 0:00:07.250 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.010) 0:00:07.261 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.010) 0:00:07.272 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.011) 0:00:07.284 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:25:21 +0000 (0:00:00.013) 0:00:07.297 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003348", "end": "2024-02-24 13:25:22.034237", "rc": 0, "start": "2024-02-24 13:25:22.030889" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:25:22 +0000 (0:00:00.131) 0:00:07.429 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:25:22 +0000 (0:00:00.010) 0:00:07.440 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 13:25:22 +0000 (0:00:00.009) 0:00:07.450 ***** 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-ciyyvl8az1/tests/tasks/manage_test_interface.yml:28 Saturday 24 February 2024 13:25:22 +0000 (0:00:00.373) 0:00:07.824 ***** 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-ciyyvl8az1/tests/tasks/manage_test_interface.yml:37 Saturday 24 February 2024 13:25:22 +0000 (0:00:00.017) 0:00:07.841 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:45 Saturday 24 February 2024 13:25:22 +0000 (0:00:00.009) 0:00:07.851 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:52 Saturday 24 February 2024 13:25:22 +0000 (0:00:00.010) 0:00:07.861 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.005867", "end": "2024-02-24 13:25:22.609807", "rc": 0, "start": "2024-02-24 13:25:22.603940" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:58 Saturday 24 February 2024 13:25:22 +0000 (0:00:00.148) 0:00:08.009 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 13:25:22 +0000 (0:00:00.011) 0:00:08.021 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:71 Saturday 24 February 2024 13:25:22 +0000 (0:00:00.020) 0:00:08.042 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:18 Saturday 24 February 2024 13:25:22 +0000 (0:00:00.013) 0:00:08.056 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:25:22 +0000 (0:00:00.027) 0:00:08.084 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:25:22 +0000 (0:00:00.013) 0:00:08.097 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003317", "end": "2024-02-24 13:25:22.835966", "rc": 0, "start": "2024-02-24 13:25:22.832649" } STDOUT: bond0 bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:25:22 +0000 (0:00:00.146) 0:00:08.244 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:25:22 +0000 (0:00:00.025) 0:00:08.269 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:20 Saturday 24 February 2024 13:25:22 +0000 (0:00:00.043) 0:00:08.313 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/assert_device_present.yml:3 Saturday 24 February 2024 13:25:22 +0000 (0:00:00.043) 0:00:08.356 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 13:25:22 +0000 (0:00:00.018) 0:00:08.374 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708781122.608973, "block_size": 4096, "blocks": 0, "ctime": 1708781122.608973, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17651, "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": 1708781122.608973, "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-ciyyvl8az1/tests/tasks/assert_device_present.yml:5 Saturday 24 February 2024 13:25:23 +0000 (0:00:00.147) 0:00:08.522 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:23 Saturday 24 February 2024 13:25:23 +0000 (0:00:00.029) 0:00:08.552 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 13:25:23 +0000 (0:00:00.020) 0:00:08.573 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 13:25:23 +0000 (0:00:00.017) 0:00:08.590 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 13:25:23 +0000 (0:00:00.016) 0:00:08.606 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:25:23 +0000 (0:00:00.020) 0:00:08.627 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:25:23 +0000 (0:00:00.012) 0:00:08.639 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003144", "end": "2024-02-24 13:25:23.385962", "rc": 0, "start": "2024-02-24 13:25:23.382818" } STDOUT: bond0 bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:25:23 +0000 (0:00:00.143) 0:00:08.783 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:25:23 +0000 (0:00:00.010) 0:00:08.793 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 13:25:23 +0000 (0:00:00.009) 0:00:08.803 ***** 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-ciyyvl8az1/tests/tasks/manage_test_interface.yml:28 Saturday 24 February 2024 13:25:23 +0000 (0:00:00.378) 0:00:09.182 ***** 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-ciyyvl8az1/tests/tasks/manage_test_interface.yml:37 Saturday 24 February 2024 13:25:23 +0000 (0:00:00.021) 0:00:09.204 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:45 Saturday 24 February 2024 13:25:23 +0000 (0:00:00.010) 0:00:09.214 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:52 Saturday 24 February 2024 13:25:23 +0000 (0:00:00.012) 0:00:09.227 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:58 Saturday 24 February 2024 13:25:23 +0000 (0:00:00.022) 0:00:09.250 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008754", "end": "2024-02-24 13:25:23.989037", "rc": 0, "start": "2024-02-24 13:25:23.980283" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 13:25:24 +0000 (0:00:00.134) 0:00:09.384 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:71 Saturday 24 February 2024 13:25:24 +0000 (0:00:00.015) 0:00:09.399 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:27 Saturday 24 February 2024 13:25:24 +0000 (0:00:00.009) 0:00:09.409 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:25:24 +0000 (0:00:00.019) 0:00:09.429 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:25:24 +0000 (0:00:00.011) 0:00:09.440 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003171", "end": "2024-02-24 13:25:24.166743", "rc": 0, "start": "2024-02-24 13:25:24.163572" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:25:24 +0000 (0:00:00.121) 0:00:09.561 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:25:24 +0000 (0:00:00.012) 0:00:09.574 ***** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/create_and_remove_interface.yml:29 Saturday 24 February 2024 13:25:24 +0000 (0:00:00.024) 0:00:09.599 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 13:25:24 +0000 (0:00:00.041) 0:00:09.640 ***** included: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 13:25:24 +0000 (0:00:00.011) 0:00:09.651 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 13:25:24 +0000 (0:00:00.122) 0:00:09.774 ***** 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 24 February 2024 13:25:24 +0000 (0:00:00.010) 0:00:09.784 ***** =============================================================================== Gathering Facts --------------------------------------------------------- 0.66s /WORKDIR/git-weekly-ciyyvl8az1/tests/tests_helpers_and_asserts.yml:3 ---------- Install yum-utils package ----------------------------------------------- 0.45s /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/enable_epel.yml:24 ----------------- Create veth interface veth1298 ------------------------------------------ 0.39s /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:28 ------- Install iproute --------------------------------------------------------- 0.38s /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.37s /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.37s /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.37s /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.37s /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.37s /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:16 ------- Enable EPEL 7 ----------------------------------------------------------- 0.30s /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/enable_epel.yml:30 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.23s /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.20s /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/el_repo_setup.yml:19 --------------- Create EPEL 7 ----------------------------------------------------------- 0.19s /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/enable_epel.yml:8 ------------------ Get stat for interface dummy1298 ---------------------------------------- 0.16s /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_interface_stat.yml:3 ----------- Set up veth as managed by NetworkManager -------------------------------- 0.16s /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:37 ------- Create dummy interface dummy1298 ---------------------------------------- 0.15s /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:52 ------- Get stat for interface dummy1298 ---------------------------------------- 0.15s /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.15s /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.14s /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/get_current_interfaces.yml:3 ------- Delete veth interface veth1298 ------------------------------------------ 0.14s /WORKDIR/git-weekly-ciyyvl8az1/tests/tasks/manage_test_interface.yml:45 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---