# 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-cihwgkyles/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-cihwgkyles/tests/tests_helpers_and_asserts.yml:3 Saturday 25 May 2024 14:35:21 +0000 (0:00:00.014) 0:00:00.014 ********** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cihwgkyles/tests/tests_helpers_and_asserts.yml:6 Saturday 25 May 2024 14:35:22 +0000 (0:00:00.598) 0:00:00.613 ********** included: /WORKDIR/git-weekly-cihwgkyles/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-cihwgkyles/tests/tasks/el_repo_setup.yml:3 Saturday 25 May 2024 14:35:22 +0000 (0:00:00.055) 0:00:00.669 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/el_repo_setup.yml:19 Saturday 25 May 2024 14:35:22 +0000 (0:00:00.264) 0:00:00.933 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/el_repo_setup.yml:24 Saturday 25 May 2024 14:35:22 +0000 (0:00:00.219) 0:00:01.152 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/el_repo_setup.yml:28 Saturday 25 May 2024 14:35:22 +0000 (0:00:00.023) 0:00:01.176 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/el_repo_setup.yml:53 Saturday 25 May 2024 14:35:22 +0000 (0:00:00.018) 0:00:01.195 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/enable_epel.yml:8 Saturday 25 May 2024 14:35:22 +0000 (0:00:00.037) 0:00:01.233 ********** 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-cihwgkyles/tests/tasks/enable_epel.yml:24 Saturday 25 May 2024 14:35:22 +0000 (0:00:00.211) 0:00:01.444 ********** 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-cihwgkyles/tests/tasks/enable_epel.yml:30 Saturday 25 May 2024 14:35:23 +0000 (0:00:00.491) 0:00:01.935 ********** ok: [sut] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.185261", "end": "2024-05-25 14:35:23.803335", "rc": 0, "start": "2024-05-25 14:35:23.618074" } 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-cihwgkyles/tests/tasks/enable_epel.yml:35 Saturday 25 May 2024 14:35:23 +0000 (0:00:00.355) 0:00:02.291 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/enable_epel.yml:40 Saturday 25 May 2024 14:35:23 +0000 (0:00:00.031) 0:00:02.322 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tests_helpers_and_asserts.yml:9 Saturday 25 May 2024 14:35:23 +0000 (0:00:00.024) 0:00:02.346 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:3 Saturday 25 May 2024 14:35:23 +0000 (0:00:00.033) 0:00:02.380 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:35:23 +0000 (0:00:00.022) 0:00:02.403 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:35:23 +0000 (0:00:00.025) 0:00:02.429 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003704", "end": "2024-05-25 14:35:24.082687", "rc": 0, "start": "2024-05-25 14:35:24.078983" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.160) 0:00:02.589 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.031) 0:00:02.620 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:5 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.021) 0:00:02.642 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.019) 0:00:02.661 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.027) 0:00:02.688 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.014) 0:00:02.703 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.015) 0:00:02.718 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.021) 0:00:02.740 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003940", "end": "2024-05-25 14:35:24.396400", "rc": 0, "start": "2024-05-25 14:35:24.392460" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.163) 0:00:02.904 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.021) 0:00:02.925 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.021) 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-cihwgkyles/tests/tasks/manage_test_interface.yml:28 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.391) 0:00:03.339 ********** 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-cihwgkyles/tests/tasks/manage_test_interface.yml:37 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.019) 0:00:03.358 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:45 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.011) 0:00:03.369 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:52 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.020) 0:00:03.389 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:58 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.016) 0:00:03.405 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.012) 0:00:03.418 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:71 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.012) 0:00:03.431 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:9 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.011) 0:00:03.443 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:35:24 +0000 (0:00:00.016) 0:00:03.459 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:35:25 +0000 (0:00:00.011) 0:00:03.471 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003719", "end": "2024-05-25 14:35:25.120888", "rc": 0, "start": "2024-05-25 14:35:25.117169" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:35:25 +0000 (0:00:00.140) 0:00:03.611 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:35:25 +0000 (0:00:00.014) 0:00:03.625 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:11 Saturday 25 May 2024 14:35:25 +0000 (0:00:00.011) 0:00:03.637 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/assert_device_absent.yml:3 Saturday 25 May 2024 14:35:25 +0000 (0:00:00.033) 0:00:03.670 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:35:25 +0000 (0:00:00.019) 0:00:03.690 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/assert_device_absent.yml:5 Saturday 25 May 2024 14:35:25 +0000 (0:00:00.157) 0:00:03.847 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:14 Saturday 25 May 2024 14:35:25 +0000 (0:00:00.015) 0:00:03.862 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:35:25 +0000 (0:00:00.018) 0:00:03.881 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:35:25 +0000 (0:00:00.011) 0:00:03.893 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:35:25 +0000 (0:00:00.015) 0:00:03.909 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:35:25 +0000 (0:00:00.026) 0:00:03.935 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:35:25 +0000 (0:00:00.028) 0:00:03.963 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003714", "end": "2024-05-25 14:35:25.618957", "rc": 0, "start": "2024-05-25 14:35:25.615243" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:35:25 +0000 (0:00:00.161) 0:00:04.125 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:35:25 +0000 (0:00:00.019) 0:00:04.144 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:35:25 +0000 (0:00:00.017) 0:00:04.162 ********** 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-cihwgkyles/tests/tasks/manage_test_interface.yml:28 Saturday 25 May 2024 14:35:26 +0000 (0:00:00.431) 0:00:04.594 ********** 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.014211", "end": "2024-05-25 14:35:26.261774", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-05-25 14:35:26.247563" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003817", "end": "2024-05-25 14:35:26.395286", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-05-25 14:35:26.391469" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.005138", "end": "2024-05-25 14:35:26.521356", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-05-25 14:35:26.516218" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:37 Saturday 25 May 2024 14:35:26 +0000 (0:00:00.413) 0:00:05.008 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.041311", "end": "2024-05-25 14:35:26.703180", "rc": 0, "start": "2024-05-25 14:35:26.661869" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:45 Saturday 25 May 2024 14:35:26 +0000 (0:00:00.186) 0:00:05.194 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:52 Saturday 25 May 2024 14:35:26 +0000 (0:00:00.021) 0:00:05.216 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:58 Saturday 25 May 2024 14:35:26 +0000 (0:00:00.011) 0:00:05.227 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:35:26 +0000 (0:00:00.015) 0:00:05.242 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:71 Saturday 25 May 2024 14:35:26 +0000 (0:00:00.011) 0:00:05.254 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:18 Saturday 25 May 2024 14:35:26 +0000 (0:00:00.010) 0:00:05.264 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:35:26 +0000 (0:00:00.020) 0:00:05.284 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:35:26 +0000 (0:00:00.011) 0:00:05.296 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003665", "end": "2024-05-25 14:35:26.947326", "rc": 0, "start": "2024-05-25 14:35:26.943661" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:35:26 +0000 (0:00:00.134) 0:00:05.430 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:35:26 +0000 (0:00:00.011) 0:00:05.442 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:20 Saturday 25 May 2024 14:35:26 +0000 (0:00:00.009) 0:00:05.452 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/assert_device_present.yml:3 Saturday 25 May 2024 14:35:27 +0000 (0:00:00.018) 0:00:05.470 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:35:27 +0000 (0:00:00.013) 0:00:05.484 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716647726.2597668, "block_size": 4096, "blocks": 0, "ctime": 1716647726.2587667, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17735, "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": 1716647726.2587667, "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-cihwgkyles/tests/tasks/assert_device_present.yml:5 Saturday 25 May 2024 14:35:27 +0000 (0:00:00.136) 0:00:05.620 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:23 Saturday 25 May 2024 14:35:27 +0000 (0:00:00.012) 0:00:05.632 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:35:27 +0000 (0:00:00.019) 0:00:05.652 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:35:27 +0000 (0:00:00.015) 0:00:05.667 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:35:27 +0000 (0:00:00.010) 0:00:05.678 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:35:27 +0000 (0:00:00.013) 0:00:05.692 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:35:27 +0000 (0:00:00.015) 0:00:05.707 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003747", "end": "2024-05-25 14:35:27.367287", "rc": 0, "start": "2024-05-25 14:35:27.363540" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:35:27 +0000 (0:00:00.139) 0:00:05.846 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:35:27 +0000 (0:00:00.012) 0:00:05.859 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:35:27 +0000 (0:00:00.010) 0:00:05.870 ********** 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-cihwgkyles/tests/tasks/manage_test_interface.yml:28 Saturday 25 May 2024 14:35:27 +0000 (0:00:00.424) 0:00:06.294 ********** 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-cihwgkyles/tests/tasks/manage_test_interface.yml:37 Saturday 25 May 2024 14:35:27 +0000 (0:00:00.024) 0:00:06.319 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:45 Saturday 25 May 2024 14:35:27 +0000 (0:00:00.021) 0:00:06.340 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011122", "end": "2024-05-25 14:35:28.002747", "rc": 0, "start": "2024-05-25 14:35:27.991625" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:52 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.150) 0:00:06.491 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:58 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.020) 0:00:06.511 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.011) 0:00:06.523 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:71 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.011) 0:00:06.535 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:27 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.012) 0:00:06.548 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.022) 0:00:06.570 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.012) 0:00:06.583 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003822", "end": "2024-05-25 14:35:28.236783", "rc": 0, "start": "2024-05-25 14:35:28.232961" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.138) 0:00:06.721 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.012) 0:00:06.734 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:29 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.013) 0:00:06.748 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/assert_device_absent.yml:3 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.038) 0:00:06.786 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.016) 0:00:06.803 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/assert_device_absent.yml:5 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.141) 0:00:06.944 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tests_helpers_and_asserts.yml:15 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.016) 0:00:06.960 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:3 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.036) 0:00:06.997 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.013) 0:00:07.010 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.011) 0:00:07.021 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003712", "end": "2024-05-25 14:35:28.672865", "rc": 0, "start": "2024-05-25 14:35:28.669153" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.133) 0:00:07.155 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.011) 0:00:07.167 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:5 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.010) 0:00:07.177 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.014) 0:00:07.191 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.016) 0:00:07.208 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.010) 0:00:07.218 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.021) 0:00:07.240 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:35:28 +0000 (0:00:00.012) 0:00:07.252 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004898", "end": "2024-05-25 14:35:29.908101", "rc": 0, "start": "2024-05-25 14:35:28.903203" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:35:29 +0000 (0:00:01.144) 0:00:08.397 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:35:29 +0000 (0:00:00.016) 0:00:08.413 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:35:29 +0000 (0:00:00.028) 0:00:08.442 ********** 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-cihwgkyles/tests/tasks/manage_test_interface.yml:28 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.415) 0:00:08.858 ********** 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-cihwgkyles/tests/tasks/manage_test_interface.yml:37 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.031) 0:00:08.889 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:45 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.026) 0:00:08.915 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:52 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.019) 0:00:08.935 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:58 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.011) 0:00:08.946 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.011) 0:00:08.958 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:71 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.011) 0:00:08.969 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:9 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.010) 0:00:08.979 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.013) 0:00:08.993 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.012) 0:00:09.005 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003739", "end": "2024-05-25 14:35:30.656839", "rc": 0, "start": "2024-05-25 14:35:30.653100" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.132) 0:00:09.138 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.012) 0:00:09.150 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:11 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.011) 0:00:09.161 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/assert_device_absent.yml:3 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.016) 0:00:09.178 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.013) 0:00:09.191 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/assert_device_absent.yml:5 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.138) 0:00:09.329 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:14 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.021) 0:00:09.351 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.019) 0:00:09.370 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.016) 0:00:09.387 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.025) 0:00:09.412 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.022) 0:00:09.435 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:35:30 +0000 (0:00:00.028) 0:00:09.463 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003683", "end": "2024-05-25 14:35:31.125982", "rc": 0, "start": "2024-05-25 14:35:31.122299" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:35:31 +0000 (0:00:00.141) 0:00:09.605 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:35:31 +0000 (0:00:00.011) 0:00:09.617 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:35:31 +0000 (0:00:00.013) 0:00:09.630 ********** 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-cihwgkyles/tests/tasks/manage_test_interface.yml:28 Saturday 25 May 2024 14:35:31 +0000 (0:00:00.414) 0:00:10.044 ********** 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-cihwgkyles/tests/tasks/manage_test_interface.yml:37 Saturday 25 May 2024 14:35:31 +0000 (0:00:00.023) 0:00:10.068 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:45 Saturday 25 May 2024 14:35:31 +0000 (0:00:00.016) 0:00:10.084 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:52 Saturday 25 May 2024 14:35:31 +0000 (0:00:00.023) 0:00:10.108 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006449", "end": "2024-05-25 14:35:31.775074", "rc": 0, "start": "2024-05-25 14:35:31.768625" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:58 Saturday 25 May 2024 14:35:31 +0000 (0:00:00.167) 0:00:10.276 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:35:31 +0000 (0:00:00.021) 0:00:10.297 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:71 Saturday 25 May 2024 14:35:31 +0000 (0:00:00.046) 0:00:10.343 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:18 Saturday 25 May 2024 14:35:31 +0000 (0:00:00.013) 0:00:10.357 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:35:31 +0000 (0:00:00.021) 0:00:10.378 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:35:31 +0000 (0:00:00.014) 0:00:10.392 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003749", "end": "2024-05-25 14:35:32.057844", "rc": 0, "start": "2024-05-25 14:35:32.054095" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:35:32 +0000 (0:00:00.190) 0:00:10.582 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:35:32 +0000 (0:00:00.035) 0:00:10.617 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:20 Saturday 25 May 2024 14:35:32 +0000 (0:00:00.023) 0:00:10.641 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/assert_device_present.yml:3 Saturday 25 May 2024 14:35:32 +0000 (0:00:00.046) 0:00:10.688 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:35:32 +0000 (0:00:00.045) 0:00:10.734 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716647731.7735913, "block_size": 4096, "blocks": 0, "ctime": 1716647731.7735913, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17624, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/dummy1298", "lnk_target": "../../devices/virtual/net/dummy1298", "mode": "0777", "mtime": 1716647731.7735913, "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-cihwgkyles/tests/tasks/assert_device_present.yml:5 Saturday 25 May 2024 14:35:32 +0000 (0:00:00.167) 0:00:10.902 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:23 Saturday 25 May 2024 14:35:32 +0000 (0:00:00.030) 0:00:10.932 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:35:32 +0000 (0:00:00.046) 0:00:10.979 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:35:32 +0000 (0:00:00.035) 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-cihwgkyles/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:35:32 +0000 (0:00:00.023) 0:00:11.037 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:35:32 +0000 (0:00:00.013) 0:00:11.051 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:35:32 +0000 (0:00:00.013) 0:00:11.064 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003670", "end": "2024-05-25 14:35:32.824278", "rc": 0, "start": "2024-05-25 14:35:32.820608" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:35:32 +0000 (0:00:00.258) 0:00:11.323 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:35:32 +0000 (0:00:00.032) 0:00:11.355 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:35:32 +0000 (0:00:00.029) 0:00:11.385 ********** 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-cihwgkyles/tests/tasks/manage_test_interface.yml:28 Saturday 25 May 2024 14:35:33 +0000 (0:00:00.420) 0:00:11.806 ********** 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-cihwgkyles/tests/tasks/manage_test_interface.yml:37 Saturday 25 May 2024 14:35:33 +0000 (0:00:00.044) 0:00:11.850 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:45 Saturday 25 May 2024 14:35:33 +0000 (0:00:00.023) 0:00:11.873 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:52 Saturday 25 May 2024 14:35:33 +0000 (0:00:00.015) 0:00:11.889 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:58 Saturday 25 May 2024 14:35:33 +0000 (0:00:00.014) 0:00:11.904 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010684", "end": "2024-05-25 14:35:33.565778", "rc": 0, "start": "2024-05-25 14:35:33.555094" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:35:33 +0000 (0:00:00.151) 0:00:12.056 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:71 Saturday 25 May 2024 14:35:33 +0000 (0:00:00.013) 0:00:12.070 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:27 Saturday 25 May 2024 14:35:33 +0000 (0:00:00.011) 0:00:12.082 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:35:33 +0000 (0:00:00.024) 0:00:12.106 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:35:33 +0000 (0:00:00.019) 0:00:12.126 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003699", "end": "2024-05-25 14:35:33.776541", "rc": 0, "start": "2024-05-25 14:35:33.772842" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:35:33 +0000 (0:00:00.132) 0:00:12.259 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:35:33 +0000 (0:00:00.019) 0:00:12.279 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/create_and_remove_interface.yml:29 Saturday 25 May 2024 14:35:33 +0000 (0:00:00.027) 0:00:12.306 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/assert_device_absent.yml:3 Saturday 25 May 2024 14:35:33 +0000 (0:00:00.052) 0:00:12.359 ********** included: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:35:33 +0000 (0:00:00.029) 0:00:12.388 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cihwgkyles/tests/tasks/assert_device_absent.yml:5 Saturday 25 May 2024 14:35:34 +0000 (0:00:00.146) 0:00:12.535 ********** 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 25 May 2024 14:35:34 +0000 (0:00:00.046) 0:00:12.581 ********** =============================================================================== Gather current interface info ------------------------------------------- 1.14s /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:3 ------- Gathering Facts --------------------------------------------------------- 0.60s /WORKDIR/git-weekly-cihwgkyles/tests/tests_helpers_and_asserts.yml:3 ---------- Install yum-utils package ----------------------------------------------- 0.49s /WORKDIR/git-weekly-cihwgkyles/tests/tasks/enable_epel.yml:24 ----------------- Install iproute --------------------------------------------------------- 0.43s /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.42s /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.42s /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.42s /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.41s /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:16 ------- Create veth interface veth1298 ------------------------------------------ 0.41s /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:28 ------- Install iproute --------------------------------------------------------- 0.39s /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:16 ------- Enable EPEL 7 ----------------------------------------------------------- 0.36s /WORKDIR/git-weekly-cihwgkyles/tests/tasks/enable_epel.yml:30 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.26s /WORKDIR/git-weekly-cihwgkyles/tests/tasks/el_repo_setup.yml:3 ---------------- Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:3 ------- Check if system is ostree ----------------------------------------------- 0.22s /WORKDIR/git-weekly-cihwgkyles/tests/tasks/el_repo_setup.yml:19 --------------- Create EPEL 7 ----------------------------------------------------------- 0.21s /WORKDIR/git-weekly-cihwgkyles/tests/tasks/enable_epel.yml:8 ------------------ Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:3 ------- Set up veth as managed by NetworkManager -------------------------------- 0.19s /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:37 ------- Get stat for interface dummy1298 ---------------------------------------- 0.17s /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_interface_stat.yml:3 ----------- Create dummy interface dummy1298 ---------------------------------------- 0.17s /WORKDIR/git-weekly-cihwgkyles/tests/tasks/manage_test_interface.yml:52 ------- Gather current interface info ------------------------------------------- 0.16s /WORKDIR/git-weekly-cihwgkyles/tests/tasks/get_current_interfaces.yml:3 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---