# 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-cihb0ouib5/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-cihb0ouib5/tests/tests_helpers_and_asserts.yml:3 Saturday 04 May 2024 13:23:23 +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-cihb0ouib5/tests/tests_helpers_and_asserts.yml:6 Saturday 04 May 2024 13:23:24 +0000 (0:00:00.697) 0:00:00.711 ********** included: /WORKDIR/git-weekly-cihb0ouib5/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-cihb0ouib5/tests/tasks/el_repo_setup.yml:3 Saturday 04 May 2024 13:23:24 +0000 (0:00:00.022) 0:00:00.733 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/el_repo_setup.yml:19 Saturday 04 May 2024 13:23:24 +0000 (0:00:00.327) 0:00:01.061 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/el_repo_setup.yml:24 Saturday 04 May 2024 13:23:25 +0000 (0:00:00.254) 0:00:01.316 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/el_repo_setup.yml:28 Saturday 04 May 2024 13:23:25 +0000 (0:00:00.021) 0:00:01.337 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/el_repo_setup.yml:53 Saturday 04 May 2024 13:23:25 +0000 (0:00:00.019) 0:00:01.357 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/enable_epel.yml:8 Saturday 04 May 2024 13:23:25 +0000 (0:00:00.031) 0:00:01.389 ********** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/enable_epel.yml:24 Saturday 04 May 2024 13:23:25 +0000 (0:00:00.245) 0:00:01.634 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/enable_epel.yml:30 Saturday 04 May 2024 13:23:25 +0000 (0:00:00.011) 0:00:01.646 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/enable_epel.yml:35 Saturday 04 May 2024 13:23:25 +0000 (0:00:00.010) 0:00:01.656 ********** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.239370", "end": "2024-05-04 13:23:25.793801", "rc": 0, "start": "2024-05-04 13:23:25.554431" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/enable_epel.yml:40 Saturday 04 May 2024 13:23:25 +0000 (0:00:00.418) 0:00:02.075 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tests_helpers_and_asserts.yml:9 Saturday 04 May 2024 13:23:25 +0000 (0:00:00.011) 0:00:02.086 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:3 Saturday 04 May 2024 13:23:25 +0000 (0:00:00.013) 0:00:02.100 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:25 +0000 (0:00:00.011) 0:00:02.111 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:25 +0000 (0:00:00.011) 0:00:02.123 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004188", "end": "2024-05-04 13:23:27.024264", "rc": 0, "start": "2024-05-04 13:23:26.020076" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:27 +0000 (0:00:01.182) 0:00:03.305 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:27 +0000 (0:00:00.011) 0:00:03.317 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:5 Saturday 04 May 2024 13:23:27 +0000 (0:00:00.011) 0:00:03.328 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:23:27 +0000 (0:00:00.016) 0:00:03.345 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:23:27 +0000 (0:00:00.010) 0:00:03.355 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:23:27 +0000 (0:00:00.011) 0:00:03.367 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:27 +0000 (0:00:00.013) 0:00:03.380 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:27 +0000 (0:00:00.010) 0:00:03.390 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004220", "end": "2024-05-04 13:23:28.291288", "rc": 0, "start": "2024-05-04 13:23:27.287068" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:28 +0000 (0:00:01.182) 0:00:04.573 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:28 +0000 (0:00:00.011) 0:00:04.584 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:23:28 +0000 (0:00:00.009) 0:00:04.594 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:28 Saturday 04 May 2024 13:23:31 +0000 (0:00:02.865) 0:00:07.459 ********** 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-cihb0ouib5/tests/tasks/manage_test_interface.yml:37 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.019) 0:00:07.478 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:45 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.011) 0:00:07.489 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:52 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.010) 0:00:07.500 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:58 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.010) 0:00:07.511 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.010) 0:00:07.522 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:71 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.010) 0:00:07.532 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:9 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.008) 0:00:07.541 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.014) 0:00:07.555 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.009) 0:00:07.565 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002831", "end": "2024-05-04 13:23:31.461122", "rc": 0, "start": "2024-05-04 13:23:31.458291" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.175) 0:00:07.741 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.012) 0:00:07.753 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:11 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.010) 0:00:07.764 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/assert_device_absent.yml:3 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.014) 0:00:07.778 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.011) 0:00:07.789 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/assert_device_absent.yml:5 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.175) 0:00:07.965 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:14 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.012) 0:00:07.977 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.016) 0:00:07.994 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.009) 0:00:08.003 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.009) 0:00:08.013 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.011) 0:00:08.025 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.010) 0:00:08.035 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002992", "end": "2024-05-04 13:23:31.933809", "rc": 0, "start": "2024-05-04 13:23:31.930817" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.216) 0:00:08.251 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:32 +0000 (0:00:00.027) 0:00:08.278 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:23:32 +0000 (0:00:00.011) 0:00:08.290 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:28 Saturday 04 May 2024 13:23:34 +0000 (0:00:02.630) 0:00:10.920 ********** 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.013531", "end": "2024-05-04 13:23:34.835578", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-05-04 13:23:34.822047" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003413", "end": "2024-05-04 13:23:35.045984", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-05-04 13:23:35.042571" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004061", "end": "2024-05-04 13:23:35.221014", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-05-04 13:23:35.216953" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:37 Saturday 04 May 2024 13:23:35 +0000 (0:00:00.582) 0:00:11.503 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.021499", "end": "2024-05-04 13:23:35.422261", "rc": 0, "start": "2024-05-04 13:23:35.400762" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:45 Saturday 04 May 2024 13:23:35 +0000 (0:00:00.201) 0:00:11.704 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:52 Saturday 04 May 2024 13:23:35 +0000 (0:00:00.013) 0:00:11.717 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:58 Saturday 04 May 2024 13:23:35 +0000 (0:00:00.010) 0:00:11.728 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:23:35 +0000 (0:00:00.010) 0:00:11.739 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:71 Saturday 04 May 2024 13:23:35 +0000 (0:00:00.011) 0:00:11.750 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:18 Saturday 04 May 2024 13:23:35 +0000 (0:00:00.009) 0:00:11.759 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:35 +0000 (0:00:00.027) 0:00:11.786 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:35 +0000 (0:00:00.010) 0:00:11.797 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004196", "end": "2024-05-04 13:23:36.696941", "rc": 0, "start": "2024-05-04 13:23:35.692745" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:36 +0000 (0:00:01.181) 0:00:12.978 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:36 +0000 (0:00:00.011) 0:00:12.990 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:20 Saturday 04 May 2024 13:23:36 +0000 (0:00:00.010) 0:00:13.001 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/assert_device_present.yml:3 Saturday 04 May 2024 13:23:36 +0000 (0:00:00.016) 0:00:13.018 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:23:36 +0000 (0:00:00.011) 0:00:13.029 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714829014.8252082, "block_size": 4096, "blocks": 0, "ctime": 1714829014.8252082, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30187, "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": 1714829014.8252082, "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-cihb0ouib5/tests/tasks/assert_device_present.yml:5 Saturday 04 May 2024 13:23:36 +0000 (0:00:00.189) 0:00:13.219 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:23 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.064) 0:00:13.283 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.019) 0:00:13.302 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.009) 0:00:13.312 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.016) 0:00:13.329 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.011) 0:00:13.341 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.010) 0:00:13.351 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003814", "end": "2024-05-04 13:23:38.247848", "rc": 0, "start": "2024-05-04 13:23:37.244034" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:38 +0000 (0:00:01.182) 0:00:14.534 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:38 +0000 (0:00:00.012) 0:00:14.546 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:23:38 +0000 (0:00:00.028) 0:00:14.574 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:28 Saturday 04 May 2024 13:23:40 +0000 (0:00:02.589) 0:00:17.164 ********** 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-cihb0ouib5/tests/tasks/manage_test_interface.yml:37 Saturday 04 May 2024 13:23:40 +0000 (0:00:00.019) 0:00:17.184 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:45 Saturday 04 May 2024 13:23:40 +0000 (0:00:00.011) 0:00:17.195 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011401", "end": "2024-05-04 13:23:41.103415", "rc": 0, "start": "2024-05-04 13:23:41.092014" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:52 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.191) 0:00:17.386 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:58 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.011) 0:00:17.398 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.010) 0:00:17.409 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:71 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.010) 0:00:17.420 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:27 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.010) 0:00:17.430 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.022) 0:00:17.453 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.013) 0:00:17.467 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002865", "end": "2024-05-04 13:23:41.397344", "rc": 0, "start": "2024-05-04 13:23:41.394479" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.210) 0:00:17.677 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.011) 0:00:17.689 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:29 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.012) 0:00:17.701 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/assert_device_absent.yml:3 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.021) 0:00:17.722 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.020) 0:00:17.743 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/assert_device_absent.yml:5 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.179) 0:00:17.923 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tests_helpers_and_asserts.yml:15 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.015) 0:00:17.939 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:3 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.015) 0:00:17.954 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.012) 0:00:17.966 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.010) 0:00:17.977 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002655", "end": "2024-05-04 13:23:41.874698", "rc": 0, "start": "2024-05-04 13:23:41.872043" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.176) 0:00:18.154 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.011) 0:00:18.165 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:5 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.009) 0:00:18.175 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.013) 0:00:18.188 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.008) 0:00:18.197 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.008) 0:00:18.205 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.011) 0:00:18.217 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.009) 0:00:18.227 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002566", "end": "2024-05-04 13:23:42.121243", "rc": 0, "start": "2024-05-04 13:23:42.118677" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:42 +0000 (0:00:00.174) 0:00:18.401 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:42 +0000 (0:00:00.011) 0:00:18.413 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:23:42 +0000 (0:00:00.018) 0:00:18.431 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:28 Saturday 04 May 2024 13:23:44 +0000 (0:00:02.585) 0:00:21.016 ********** 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-cihb0ouib5/tests/tasks/manage_test_interface.yml:37 Saturday 04 May 2024 13:23:44 +0000 (0:00:00.026) 0:00:21.043 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:45 Saturday 04 May 2024 13:23:44 +0000 (0:00:00.017) 0:00:21.061 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:52 Saturday 04 May 2024 13:23:44 +0000 (0:00:00.026) 0:00:21.087 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:58 Saturday 04 May 2024 13:23:44 +0000 (0:00:00.026) 0:00:21.114 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:23:44 +0000 (0:00:00.013) 0:00:21.127 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:71 Saturday 04 May 2024 13:23:44 +0000 (0:00:00.016) 0:00:21.143 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:9 Saturday 04 May 2024 13:23:44 +0000 (0:00:00.013) 0:00:21.156 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:44 +0000 (0:00:00.024) 0:00:21.181 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:44 +0000 (0:00:00.013) 0:00:21.195 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002711", "end": "2024-05-04 13:23:45.100404", "rc": 0, "start": "2024-05-04 13:23:45.097693" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.185) 0:00:21.380 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.011) 0:00:21.391 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:11 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.011) 0:00:21.402 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/assert_device_absent.yml:3 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.013) 0:00:21.416 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.012) 0:00:21.428 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/assert_device_absent.yml:5 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.185) 0:00:21.614 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:14 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.012) 0:00:21.627 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.017) 0:00:21.644 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.011) 0:00:21.655 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.009) 0:00:21.665 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.035) 0:00:21.700 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.019) 0:00:21.720 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.003865", "end": "2024-05-04 13:23:46.626980", "rc": 0, "start": "2024-05-04 13:23:45.623115" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:46 +0000 (0:00:01.210) 0:00:22.930 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:46 +0000 (0:00:00.022) 0:00:22.953 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:23:46 +0000 (0:00:00.012) 0:00:22.966 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:28 Saturday 04 May 2024 13:23:49 +0000 (0:00:02.586) 0:00:25.552 ********** 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-cihb0ouib5/tests/tasks/manage_test_interface.yml:37 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.025) 0:00:25.577 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:45 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.014) 0:00:25.591 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:52 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.011) 0:00:25.603 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010031", "end": "2024-05-04 13:23:49.515520", "rc": 0, "start": "2024-05-04 13:23:49.505489" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:58 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.204) 0:00:25.807 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.016) 0:00:25.823 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:71 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.013) 0:00:25.837 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:18 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.026) 0:00:25.864 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.029) 0:00:25.893 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.012) 0:00:25.906 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003212", "end": "2024-05-04 13:23:49.803136", "rc": 0, "start": "2024-05-04 13:23:49.799924" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.177) 0:00:26.083 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.011) 0:00:26.095 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:20 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.009) 0:00:26.104 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/assert_device_present.yml:3 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.016) 0:00:26.120 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.010) 0:00:26.131 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714829029.5148299, "block_size": 4096, "blocks": 0, "ctime": 1714829029.5148299, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30510, "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": 1714829029.5148299, "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-cihb0ouib5/tests/tasks/assert_device_present.yml:5 Saturday 04 May 2024 13:23:50 +0000 (0:00:00.184) 0:00:26.315 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:23 Saturday 04 May 2024 13:23:50 +0000 (0:00:00.029) 0:00:26.344 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:23:50 +0000 (0:00:00.022) 0:00:26.366 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:23:50 +0000 (0:00:00.017) 0:00:26.383 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:23:50 +0000 (0:00:00.011) 0:00:26.395 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:50 +0000 (0:00:00.012) 0:00:26.407 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:50 +0000 (0:00:00.018) 0:00:26.426 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002680", "end": "2024-05-04 13:23:50.325902", "rc": 0, "start": "2024-05-04 13:23:50.323222" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:50 +0000 (0:00:00.179) 0:00:26.606 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:50 +0000 (0:00:00.012) 0:00:26.619 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:23:50 +0000 (0:00:00.016) 0:00:26.635 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:28 Saturday 04 May 2024 13:23:52 +0000 (0:00:02.594) 0:00:29.230 ********** 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-cihb0ouib5/tests/tasks/manage_test_interface.yml:37 Saturday 04 May 2024 13:23:52 +0000 (0:00:00.022) 0:00:29.252 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:45 Saturday 04 May 2024 13:23:53 +0000 (0:00:00.034) 0:00:29.286 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:52 Saturday 04 May 2024 13:23:53 +0000 (0:00:00.035) 0:00:29.321 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:58 Saturday 04 May 2024 13:23:53 +0000 (0:00:00.018) 0:00:29.340 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009936", "end": "2024-05-04 13:23:53.247755", "rc": 0, "start": "2024-05-04 13:23:53.237819" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:23:53 +0000 (0:00:00.190) 0:00:29.530 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:71 Saturday 04 May 2024 13:23:53 +0000 (0:00:00.012) 0:00:29.543 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:27 Saturday 04 May 2024 13:23:53 +0000 (0:00:00.028) 0:00:29.571 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:53 +0000 (0:00:00.043) 0:00:29.614 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:53 +0000 (0:00:00.029) 0:00:29.644 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004019", "end": "2024-05-04 13:23:54.568308", "rc": 0, "start": "2024-05-04 13:23:53.564289" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:54 +0000 (0:00:01.205) 0:00:30.849 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:54 +0000 (0:00:00.010) 0:00:30.860 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/create_and_remove_interface.yml:29 Saturday 04 May 2024 13:23:54 +0000 (0:00:00.009) 0:00:30.870 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/assert_device_absent.yml:3 Saturday 04 May 2024 13:23:54 +0000 (0:00:00.021) 0:00:30.891 ********** included: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:23:54 +0000 (0:00:00.012) 0:00:30.904 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/assert_device_absent.yml:5 Saturday 04 May 2024 13:23:54 +0000 (0:00:00.176) 0:00:31.080 ********** ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=121 changed=0 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Saturday 04 May 2024 13:23:54 +0000 (0:00:00.010) 0:00:31.090 ********** =============================================================================== Install iproute --------------------------------------------------------- 2.87s /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.63s /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:16 ------- Gather current interface info ------------------------------------------- 1.21s /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.21s /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.18s /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.18s /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.18s /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 1.18s /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 ------- Gathering Facts --------------------------------------------------------- 0.70s /WORKDIR/git-weekly-cihb0ouib5/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.58s /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/manage_test_interface.yml:28 ------- Enable EPEL 8 ----------------------------------------------------------- 0.42s /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.33s /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/el_repo_setup.yml:19 --------------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/enable_epel.yml:8 ------------------ Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-cihb0ouib5/tests/tasks/get_current_interfaces.yml:3 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [WARNING]: Consider using the dnf module rather than running 'dnf'. If you need to use command because dnf is insufficient you can add 'warn: false' to this command task or set 'command_warnings=False' in ansible.cfg to get rid of this message. ---^---^---^---^---^---