# 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-ciy2wmq9r9/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-ciy2wmq9r9/tests/tests_helpers_and_asserts.yml:3 Saturday 17 February 2024 19:44:43 +0000 (0:00:00.013) 0:00:00.013 ***** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tests_helpers_and_asserts.yml:6 Saturday 17 February 2024 19:44:44 +0000 (0:00:00.681) 0:00:00.694 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/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-ciy2wmq9r9/tests/tasks/el_repo_setup.yml:3 Saturday 17 February 2024 19:44:44 +0000 (0:00:00.021) 0:00:00.716 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/el_repo_setup.yml:19 Saturday 17 February 2024 19:44:44 +0000 (0:00:00.318) 0:00:01.034 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/el_repo_setup.yml:24 Saturday 17 February 2024 19:44:45 +0000 (0:00:00.245) 0:00:01.279 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/el_repo_setup.yml:28 Saturday 17 February 2024 19:44:45 +0000 (0:00:00.020) 0:00:01.299 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/el_repo_setup.yml:53 Saturday 17 February 2024 19:44:45 +0000 (0:00:00.017) 0:00:01.317 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/enable_epel.yml:8 Saturday 17 February 2024 19:44:45 +0000 (0:00:00.030) 0:00:01.347 ***** 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-ciy2wmq9r9/tests/tasks/enable_epel.yml:24 Saturday 17 February 2024 19:44:45 +0000 (0:00:00.239) 0:00:01.586 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/enable_epel.yml:30 Saturday 17 February 2024 19:44:45 +0000 (0:00:00.010) 0:00:01.597 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/enable_epel.yml:35 Saturday 17 February 2024 19:44:45 +0000 (0:00:00.010) 0:00:01.608 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.235017", "end": "2024-02-17 19:44:45.776993", "rc": 0, "start": "2024-02-17 19:44:45.541976" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/enable_epel.yml:40 Saturday 17 February 2024 19:44:45 +0000 (0:00:00.414) 0:00:02.022 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tests_helpers_and_asserts.yml:9 Saturday 17 February 2024 19:44:45 +0000 (0:00:00.009) 0:00:02.032 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:3 Saturday 17 February 2024 19:44:45 +0000 (0:00:00.013) 0:00:02.045 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:44:45 +0000 (0:00:00.011) 0:00:02.056 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:44:45 +0000 (0:00:00.010) 0:00:02.066 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002727", "end": "2024-02-17 19:44:45.998535", "rc": 0, "start": "2024-02-17 19:44:45.995808" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:44:46 +0000 (0:00:00.176) 0:00:02.242 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:44:46 +0000 (0:00:00.009) 0:00:02.252 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:5 Saturday 17 February 2024 19:44:46 +0000 (0:00:00.009) 0:00:02.262 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 19:44:46 +0000 (0:00:00.014) 0:00:02.277 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 19:44:46 +0000 (0:00:00.008) 0:00:02.285 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 19:44:46 +0000 (0:00:00.009) 0:00:02.294 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:44:46 +0000 (0:00:00.011) 0:00:02.306 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:44:46 +0000 (0:00:00.011) 0:00:02.317 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002974", "end": "2024-02-17 19:44:46.249253", "rc": 0, "start": "2024-02-17 19:44:46.246279" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:44:46 +0000 (0:00:00.176) 0:00:02.493 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:44:46 +0000 (0:00:00.011) 0:00:02.505 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 19:44:46 +0000 (0:00:00.009) 0:00:02.514 ***** 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-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:28 Saturday 17 February 2024 19:48:49 +0000 (0:04:02.744) 0:04:05.259 ***** 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-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:37 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.017) 0:04:05.276 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:45 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.010) 0:04:05.287 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:52 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.010) 0:04:05.297 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:58 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.009) 0:04:05.307 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.010) 0:04:05.317 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:71 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.010) 0:04:05.328 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:9 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.009) 0:04:05.338 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.014) 0:04:05.352 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.009) 0:04:05.362 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002868", "end": "2024-02-17 19:48:49.294401", "rc": 0, "start": "2024-02-17 19:48:49.291533" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.175) 0:04:05.537 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.011) 0:04:05.549 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:11 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.009) 0:04:05.558 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/assert_device_absent.yml:3 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.013) 0:04:05.572 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.012) 0:04:05.584 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/assert_device_absent.yml:5 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.174) 0:04:05.759 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:14 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.012) 0:04:05.772 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.017) 0:04:05.789 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.009) 0:04:05.799 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.009) 0:04:05.808 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.011) 0:04:05.820 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.010) 0:04:05.830 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002745", "end": "2024-02-17 19:48:49.761617", "rc": 0, "start": "2024-02-17 19:48:49.758872" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.175) 0:04:06.005 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.010) 0:04:06.016 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 19:48:49 +0000 (0:00:00.009) 0:04:06.026 ***** 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-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:28 Saturday 17 February 2024 19:52:52 +0000 (0:04:02.552) 0:08:08.578 ***** 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.005229", "end": "2024-02-17 19:52:52.519363", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-17 19:52:52.514134" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003309", "end": "2024-02-17 19:52:52.737904", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-17 19:52:52.734595" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003706", "end": "2024-02-17 19:52:52.911508", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-17 19:52:52.907802" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:37 Saturday 17 February 2024 19:52:52 +0000 (0:00:00.578) 0:08:09.156 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023329", "end": "2024-02-17 19:52:53.112030", "rc": 0, "start": "2024-02-17 19:52:53.088701" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:45 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.202) 0:08:09.358 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:52 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.010) 0:08:09.369 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:58 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.010) 0:08:09.379 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.010) 0:08:09.390 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:71 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.010) 0:08:09.401 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:18 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.008) 0:08:09.409 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.016) 0:08:09.426 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.009) 0:08:09.435 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002842", "end": "2024-02-17 19:52:53.367871", "rc": 0, "start": "2024-02-17 19:52:53.365029" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.176) 0:08:09.611 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.010) 0:08:09.622 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:20 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.010) 0:08:09.632 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/assert_device_present.yml:3 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.032) 0:08:09.665 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.011) 0:08:09.677 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708199572.5172641, "block_size": 4096, "blocks": 0, "ctime": 1708199572.5172641, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31816, "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": 1708199572.5172641, "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-ciy2wmq9r9/tests/tasks/assert_device_present.yml:5 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.176) 0:08:09.853 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:23 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.011) 0:08:09.865 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.018) 0:08:09.883 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.008) 0:08:09.892 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.009) 0:08:09.901 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.011) 0:08:09.913 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.010) 0:08:09.923 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002763", "end": "2024-02-17 19:52:53.856478", "rc": 0, "start": "2024-02-17 19:52:53.853715" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.177) 0:08:10.100 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.011) 0:08:10.111 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 19:52:53 +0000 (0:00:00.009) 0:08:10.121 ***** 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-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:28 Saturday 17 February 2024 19:56:56 +0000 (0:04:02.547) 0:12:12.668 ***** 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-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:37 Saturday 17 February 2024 19:56:56 +0000 (0:00:00.017) 0:12:12.686 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:45 Saturday 17 February 2024 19:56:56 +0000 (0:00:00.010) 0:12:12.696 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009654", "end": "2024-02-17 19:56:56.641258", "rc": 0, "start": "2024-02-17 19:56:56.631604" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:52 Saturday 17 February 2024 19:56:56 +0000 (0:00:00.190) 0:12:12.887 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:58 Saturday 17 February 2024 19:56:56 +0000 (0:00:00.009) 0:12:12.897 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 19:56:56 +0000 (0:00:00.010) 0:12:12.907 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:71 Saturday 17 February 2024 19:56:56 +0000 (0:00:00.010) 0:12:12.917 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:27 Saturday 17 February 2024 19:56:56 +0000 (0:00:00.009) 0:12:12.927 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:56:56 +0000 (0:00:00.019) 0:12:12.946 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:56:56 +0000 (0:00:00.011) 0:12:12.958 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002954", "end": "2024-02-17 19:56:56.891440", "rc": 0, "start": "2024-02-17 19:56:56.888486" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:56:56 +0000 (0:00:00.177) 0:12:13.135 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:56:56 +0000 (0:00:00.011) 0:12:13.147 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:29 Saturday 17 February 2024 19:56:56 +0000 (0:00:00.009) 0:12:13.156 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/assert_device_absent.yml:3 Saturday 17 February 2024 19:56:56 +0000 (0:00:00.020) 0:12:13.176 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 19:56:56 +0000 (0:00:00.032) 0:12:13.209 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/assert_device_absent.yml:5 Saturday 17 February 2024 19:56:57 +0000 (0:00:00.176) 0:12:13.386 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tests_helpers_and_asserts.yml:15 Saturday 17 February 2024 19:56:57 +0000 (0:00:00.012) 0:12:13.398 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:3 Saturday 17 February 2024 19:56:57 +0000 (0:00:00.013) 0:12:13.411 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:56:57 +0000 (0:00:00.010) 0:12:13.422 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:56:57 +0000 (0:00:00.011) 0:12:13.433 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002814", "end": "2024-02-17 19:56:57.366076", "rc": 0, "start": "2024-02-17 19:56:57.363262" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:56:57 +0000 (0:00:00.177) 0:12:13.610 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:56:57 +0000 (0:00:00.010) 0:12:13.621 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:5 Saturday 17 February 2024 19:56:57 +0000 (0:00:00.009) 0:12:13.630 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 19:56:57 +0000 (0:00:00.012) 0:12:13.643 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 19:56:57 +0000 (0:00:00.009) 0:12:13.652 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 19:56:57 +0000 (0:00:00.008) 0:12:13.661 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:56:57 +0000 (0:00:00.012) 0:12:13.674 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:56:57 +0000 (0:00:00.010) 0:12:13.684 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002712", "end": "2024-02-17 19:56:57.617126", "rc": 0, "start": "2024-02-17 19:56:57.614414" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:56:57 +0000 (0:00:00.176) 0:12:13.861 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:56:57 +0000 (0:00:00.011) 0:12:13.872 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 19:56:57 +0000 (0:00:00.009) 0:12:13.881 ***** 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-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:28 Saturday 17 February 2024 20:01:00 +0000 (0:04:02.582) 0:16:16.463 ***** 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-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:37 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.017) 0:16:16.481 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:45 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.010) 0:16:16.491 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:52 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.009) 0:16:16.501 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:58 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.010) 0:16:16.512 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.010) 0:16:16.522 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:71 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.010) 0:16:16.533 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:9 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.009) 0:16:16.542 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.013) 0:16:16.555 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.009) 0:16:16.564 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002933", "end": "2024-02-17 20:01:00.498411", "rc": 0, "start": "2024-02-17 20:01:00.495478" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.178) 0:16:16.743 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.011) 0:16:16.754 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:11 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.009) 0:16:16.764 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/assert_device_absent.yml:3 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.013) 0:16:16.778 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.011) 0:16:16.790 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/assert_device_absent.yml:5 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.177) 0:16:16.967 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:14 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.012) 0:16:16.980 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.016) 0:16:16.996 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.009) 0:16:17.005 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.009) 0:16:17.015 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.011) 0:16:17.027 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.010) 0:16:17.037 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002752", "end": "2024-02-17 20:01:00.969435", "rc": 0, "start": "2024-02-17 20:01:00.966683" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.175) 0:16:17.213 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 20:01:00 +0000 (0:00:00.011) 0:16:17.224 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 20:01:01 +0000 (0:00:00.009) 0:16:17.234 ***** 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-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:28 Saturday 17 February 2024 20:05:03 +0000 (0:04:02.679) 0:20:19.913 ***** 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-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:37 Saturday 17 February 2024 20:05:03 +0000 (0:00:00.017) 0:20:19.930 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:45 Saturday 17 February 2024 20:05:03 +0000 (0:00:00.010) 0:20:19.940 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:52 Saturday 17 February 2024 20:05:03 +0000 (0:00:00.010) 0:20:19.951 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010500", "end": "2024-02-17 20:05:03.897575", "rc": 0, "start": "2024-02-17 20:05:03.887075" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:58 Saturday 17 February 2024 20:05:03 +0000 (0:00:00.202) 0:20:20.153 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 20:05:03 +0000 (0:00:00.010) 0:20:20.164 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:71 Saturday 17 February 2024 20:05:03 +0000 (0:00:00.010) 0:20:20.174 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:18 Saturday 17 February 2024 20:05:03 +0000 (0:00:00.009) 0:20:20.184 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 20:05:03 +0000 (0:00:00.015) 0:20:20.199 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 20:05:03 +0000 (0:00:00.010) 0:20:20.209 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003174", "end": "2024-02-17 20:05:04.144345", "rc": 0, "start": "2024-02-17 20:05:04.141171" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 20:05:04 +0000 (0:00:00.179) 0:20:20.389 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 20:05:04 +0000 (0:00:00.010) 0:20:20.399 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:20 Saturday 17 February 2024 20:05:04 +0000 (0:00:00.009) 0:20:20.409 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/assert_device_present.yml:3 Saturday 17 February 2024 20:05:04 +0000 (0:00:00.016) 0:20:20.425 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 20:05:04 +0000 (0:00:00.011) 0:20:20.437 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708200303.8952339, "block_size": 4096, "blocks": 0, "ctime": 1708200303.8952339, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32139, "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": 1708200303.8952339, "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-ciy2wmq9r9/tests/tasks/assert_device_present.yml:5 Saturday 17 February 2024 20:05:04 +0000 (0:00:00.178) 0:20:20.615 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:23 Saturday 17 February 2024 20:05:04 +0000 (0:00:00.011) 0:20:20.627 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 20:05:04 +0000 (0:00:00.018) 0:20:20.645 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 20:05:04 +0000 (0:00:00.009) 0:20:20.655 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 20:05:04 +0000 (0:00:00.008) 0:20:20.663 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 20:05:04 +0000 (0:00:00.013) 0:20:20.676 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 20:05:04 +0000 (0:00:00.009) 0:20:20.686 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002777", "end": "2024-02-17 20:05:04.619892", "rc": 0, "start": "2024-02-17 20:05:04.617115" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 20:05:04 +0000 (0:00:00.178) 0:20:20.864 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 20:05:04 +0000 (0:00:00.010) 0:20:20.875 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 20:05:04 +0000 (0:00:00.010) 0:20:20.886 ***** 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-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:28 Saturday 17 February 2024 20:09:07 +0000 (0:04:02.543) 0:24:23.429 ***** 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-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:37 Saturday 17 February 2024 20:09:07 +0000 (0:00:00.018) 0:24:23.447 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:45 Saturday 17 February 2024 20:09:07 +0000 (0:00:00.009) 0:24:23.457 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:52 Saturday 17 February 2024 20:09:07 +0000 (0:00:00.010) 0:24:23.467 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:58 Saturday 17 February 2024 20:09:07 +0000 (0:00:00.010) 0:24:23.478 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007401", "end": "2024-02-17 20:09:07.418681", "rc": 0, "start": "2024-02-17 20:09:07.411280" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 20:09:07 +0000 (0:00:00.185) 0:24:23.663 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:71 Saturday 17 February 2024 20:09:07 +0000 (0:00:00.010) 0:24:23.674 ***** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:27 Saturday 17 February 2024 20:09:07 +0000 (0:00:00.009) 0:24:23.684 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 20:09:07 +0000 (0:00:00.019) 0:24:23.703 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 20:09:07 +0000 (0:00:00.009) 0:24:23.713 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002737", "end": "2024-02-17 20:09:07.645387", "rc": 0, "start": "2024-02-17 20:09:07.642650" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 20:09:07 +0000 (0:00:00.176) 0:24:23.889 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 20:09:07 +0000 (0:00:00.011) 0:24:23.900 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/create_and_remove_interface.yml:29 Saturday 17 February 2024 20:09:07 +0000 (0:00:00.009) 0:24:23.910 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/assert_device_absent.yml:3 Saturday 17 February 2024 20:09:07 +0000 (0:00:00.019) 0:24:23.929 ***** included: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 20:09:07 +0000 (0:00:00.012) 0:24:23.942 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/assert_device_absent.yml:5 Saturday 17 February 2024 20:09:07 +0000 (0:00:00.175) 0:24:24.117 ***** 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 17 February 2024 20:09:07 +0000 (0:00:00.010) 0:24:24.128 ***** =============================================================================== Install iproute ------------------------------------------------------- 242.74s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:16 ------- Install iproute ------------------------------------------------------- 242.68s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:16 ------- Install iproute ------------------------------------------------------- 242.58s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:16 ------- Install iproute ------------------------------------------------------- 242.55s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:16 ------- Install iproute ------------------------------------------------------- 242.55s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:16 ------- Install iproute ------------------------------------------------------- 242.54s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.68s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.58s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:28 ------- Enable EPEL 8 ----------------------------------------------------------- 0.41s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.32s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/el_repo_setup.yml:19 --------------- Create EPEL 8 ----------------------------------------------------------- 0.24s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/enable_epel.yml:8 ------------------ Create dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:52 ------- Set up veth as managed by NetworkManager -------------------------------- 0.20s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:37 ------- Delete veth interface veth1298 ------------------------------------------ 0.19s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:45 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.19s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/manage_test_interface.yml:58 ------- Gather current interface info ------------------------------------------- 0.18s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.18s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface dummy1298 ---------------------------------------- 0.18s /WORKDIR/git-weekly-ciy2wmq9r9/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.18s /WORKDIR/git-weekly-ciy2wmq9r9/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. ---^---^---^---^---^---