# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-civ8d11oti/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-weekly-civ8d11oti/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-civ8d11oti/tests/tests_helpers_and_asserts.yml:3 Saturday 16 December 2023 13:47:08 +0000 (0:00:00.034) 0:00:00.034 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-civ8d11oti/tests/tests_helpers_and_asserts.yml:6 Saturday 16 December 2023 13:47:09 +0000 (0:00:00.878) 0:00:00.913 ***** included: /WORKDIR/git-weekly-civ8d11oti/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-civ8d11oti/tests/tasks/el_repo_setup.yml:3 Saturday 16 December 2023 13:47:09 +0000 (0:00:00.011) 0:00:00.924 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/el_repo_setup.yml:17 Saturday 16 December 2023 13:47:10 +0000 (0:00:00.371) 0:00:01.296 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/el_repo_setup.yml:22 Saturday 16 December 2023 13:47:10 +0000 (0:00:00.255) 0:00:01.552 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/el_repo_setup.yml:26 Saturday 16 December 2023 13:47:10 +0000 (0:00:00.013) 0:00:01.565 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/el_repo_setup.yml:51 Saturday 16 December 2023 13:47:10 +0000 (0:00:00.008) 0:00:01.574 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/enable_epel.yml:8 Saturday 16 December 2023 13:47:10 +0000 (0:00:00.020) 0:00:01.595 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/enable_epel.yml:24 Saturday 16 December 2023 13:47:10 +0000 (0:00:00.263) 0:00:01.858 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/enable_epel.yml:30 Saturday 16 December 2023 13:47:10 +0000 (0:00:00.008) 0:00:01.866 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/enable_epel.yml:35 Saturday 16 December 2023 13:47:10 +0000 (0:00:00.008) 0:00:01.875 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.261837", "end": "2023-12-16 13:47:11.068453", "rc": 0, "start": "2023-12-16 13:47:10.806616" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/enable_epel.yml:40 Saturday 16 December 2023 13:47:11 +0000 (0:00:00.460) 0:00:02.335 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tests_helpers_and_asserts.yml:9 Saturday 16 December 2023 13:47:11 +0000 (0:00:00.008) 0:00:02.344 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:3 Saturday 16 December 2023 13:47:11 +0000 (0:00:00.012) 0:00:02.356 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:47:11 +0000 (0:00:00.010) 0:00:02.367 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:47:11 +0000 (0:00:00.009) 0:00:02.377 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003586", "end": "2023-12-16 13:47:11.310349", "rc": 0, "start": "2023-12-16 13:47:11.306763" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:47:11 +0000 (0:00:00.200) 0:00:02.577 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:47:11 +0000 (0:00:00.010) 0:00:02.587 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:5 Saturday 16 December 2023 13:47:11 +0000 (0:00:00.009) 0:00:02.597 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:3 Saturday 16 December 2023 13:47:11 +0000 (0:00:00.014) 0:00:02.611 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:8 Saturday 16 December 2023 13:47:11 +0000 (0:00:00.007) 0:00:02.619 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:13 Saturday 16 December 2023 13:47:11 +0000 (0:00:00.008) 0:00:02.628 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:47:11 +0000 (0:00:00.011) 0:00:02.639 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:47:11 +0000 (0:00:00.010) 0:00:02.650 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003658", "end": "2023-12-16 13:47:11.592802", "rc": 0, "start": "2023-12-16 13:47:11.589144" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:47:11 +0000 (0:00:00.210) 0:00:02.860 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:47:11 +0000 (0:00:00.009) 0:00:02.870 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:16 Saturday 16 December 2023 13:47:11 +0000 (0:00:00.009) 0:00:02.879 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:23 Saturday 16 December 2023 13:47:14 +0000 (0:00:03.262) 0:00:06.142 ***** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:31 Saturday 16 December 2023 13:47:14 +0000 (0:00:00.016) 0:00:06.159 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:39 Saturday 16 December 2023 13:47:14 +0000 (0:00:00.008) 0:00:06.167 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:45 Saturday 16 December 2023 13:47:14 +0000 (0:00:00.007) 0:00:06.175 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:50 Saturday 16 December 2023 13:47:14 +0000 (0:00:00.007) 0:00:06.183 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:56 Saturday 16 December 2023 13:47:14 +0000 (0:00:00.008) 0:00:06.191 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:61 Saturday 16 December 2023 13:47:14 +0000 (0:00:00.007) 0:00:06.199 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:9 Saturday 16 December 2023 13:47:14 +0000 (0:00:00.007) 0:00:06.206 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:47:14 +0000 (0:00:00.012) 0:00:06.219 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:47:14 +0000 (0:00:00.009) 0:00:06.228 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003637", "end": "2023-12-16 13:47:15.157764", "rc": 0, "start": "2023-12-16 13:47:15.154127" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:47:15 +0000 (0:00:00.196) 0:00:06.424 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:47:15 +0000 (0:00:00.011) 0:00:06.436 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:11 Saturday 16 December 2023 13:47:15 +0000 (0:00:00.009) 0:00:06.445 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/assert_device_absent.yml:3 Saturday 16 December 2023 13:47:15 +0000 (0:00:00.013) 0:00:06.459 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_interface_stat.yml:3 Saturday 16 December 2023 13:47:15 +0000 (0:00:00.009) 0:00:06.469 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/assert_device_absent.yml:5 Saturday 16 December 2023 13:47:15 +0000 (0:00:00.195) 0:00:06.664 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:14 Saturday 16 December 2023 13:47:15 +0000 (0:00:00.010) 0:00:06.675 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:3 Saturday 16 December 2023 13:47:15 +0000 (0:00:00.015) 0:00:06.691 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:8 Saturday 16 December 2023 13:47:15 +0000 (0:00:00.007) 0:00:06.698 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:13 Saturday 16 December 2023 13:47:15 +0000 (0:00:00.007) 0:00:06.706 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:47:15 +0000 (0:00:00.010) 0:00:06.717 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:47:15 +0000 (0:00:00.009) 0:00:06.726 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003520", "end": "2023-12-16 13:47:15.656226", "rc": 0, "start": "2023-12-16 13:47:15.652706" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:47:15 +0000 (0:00:00.195) 0:00:06.922 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:47:15 +0000 (0:00:00.009) 0:00:06.932 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:16 Saturday 16 December 2023 13:47:15 +0000 (0:00:00.008) 0:00:06.941 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:23 Saturday 16 December 2023 13:47:18 +0000 (0:00:03.057) 0:00:09.998 ***** 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.009220", "end": "2023-12-16 13:47:18.940344", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2023-12-16 13:47:18.931124" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004666", "end": "2023-12-16 13:47:19.184970", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2023-12-16 13:47:19.180304" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004690", "end": "2023-12-16 13:47:19.379335", "item": "ip link set veth1298 up", "rc": 0, "start": "2023-12-16 13:47:19.374645" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:31 Saturday 16 December 2023 13:47:19 +0000 (0:00:00.648) 0:00:10.647 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.025642", "end": "2023-12-16 13:47:19.602033", "rc": 0, "start": "2023-12-16 13:47:19.576391" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:39 Saturday 16 December 2023 13:47:19 +0000 (0:00:00.223) 0:00:10.870 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:45 Saturday 16 December 2023 13:47:19 +0000 (0:00:00.009) 0:00:10.880 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:50 Saturday 16 December 2023 13:47:19 +0000 (0:00:00.010) 0:00:10.890 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:56 Saturday 16 December 2023 13:47:19 +0000 (0:00:00.009) 0:00:10.900 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:61 Saturday 16 December 2023 13:47:19 +0000 (0:00:00.011) 0:00:10.912 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:18 Saturday 16 December 2023 13:47:19 +0000 (0:00:00.009) 0:00:10.921 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:47:19 +0000 (0:00:00.016) 0:00:10.937 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:47:19 +0000 (0:00:00.010) 0:00:10.948 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003554", "end": "2023-12-16 13:47:19.881861", "rc": 0, "start": "2023-12-16 13:47:19.878307" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:47:19 +0000 (0:00:00.199) 0:00:11.148 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:47:19 +0000 (0:00:00.009) 0:00:11.158 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:20 Saturday 16 December 2023 13:47:19 +0000 (0:00:00.009) 0:00:11.168 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/assert_device_present.yml:3 Saturday 16 December 2023 13:47:19 +0000 (0:00:00.021) 0:00:11.190 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_interface_stat.yml:3 Saturday 16 December 2023 13:47:19 +0000 (0:00:00.018) 0:00:11.208 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702734438.9349544, "block_size": 4096, "blocks": 0, "ctime": 1702734438.9349544, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34212, "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": 1702734438.9349544, "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-civ8d11oti/tests/tasks/assert_device_present.yml:5 Saturday 16 December 2023 13:47:20 +0000 (0:00:00.197) 0:00:11.406 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:23 Saturday 16 December 2023 13:47:20 +0000 (0:00:00.010) 0:00:11.416 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:3 Saturday 16 December 2023 13:47:20 +0000 (0:00:00.018) 0:00:11.435 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:8 Saturday 16 December 2023 13:47:20 +0000 (0:00:00.007) 0:00:11.442 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:13 Saturday 16 December 2023 13:47:20 +0000 (0:00:00.007) 0:00:11.450 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:47:20 +0000 (0:00:00.012) 0:00:11.463 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:47:20 +0000 (0:00:00.009) 0:00:11.472 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003716", "end": "2023-12-16 13:47:20.404684", "rc": 0, "start": "2023-12-16 13:47:20.400968" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:47:20 +0000 (0:00:00.198) 0:00:11.671 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:47:20 +0000 (0:00:00.012) 0:00:11.683 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:16 Saturday 16 December 2023 13:47:20 +0000 (0:00:00.011) 0:00:11.695 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:23 Saturday 16 December 2023 13:47:23 +0000 (0:00:03.041) 0:00:14.736 ***** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:31 Saturday 16 December 2023 13:47:23 +0000 (0:00:00.032) 0:00:14.768 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:39 Saturday 16 December 2023 13:47:23 +0000 (0:00:00.013) 0:00:14.782 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011134", "end": "2023-12-16 13:47:23.725836", "rc": 0, "start": "2023-12-16 13:47:23.714702" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:45 Saturday 16 December 2023 13:47:23 +0000 (0:00:00.212) 0:00:14.994 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:50 Saturday 16 December 2023 13:47:23 +0000 (0:00:00.009) 0:00:15.004 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:56 Saturday 16 December 2023 13:47:23 +0000 (0:00:00.010) 0:00:15.014 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:61 Saturday 16 December 2023 13:47:23 +0000 (0:00:00.008) 0:00:15.023 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:27 Saturday 16 December 2023 13:47:23 +0000 (0:00:00.007) 0:00:15.030 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:47:23 +0000 (0:00:00.019) 0:00:15.049 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:47:23 +0000 (0:00:00.009) 0:00:15.059 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003593", "end": "2023-12-16 13:47:23.991882", "rc": 0, "start": "2023-12-16 13:47:23.988289" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.210) 0:00:15.269 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.021) 0:00:15.291 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:29 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.011) 0:00:15.303 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/assert_device_absent.yml:3 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.021) 0:00:15.325 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_interface_stat.yml:3 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.011) 0:00:15.337 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/assert_device_absent.yml:5 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.199) 0:00:15.536 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tests_helpers_and_asserts.yml:15 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.042) 0:00:15.579 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:3 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.020) 0:00:15.600 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.018) 0:00:15.618 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.023) 0:00:15.642 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003652", "end": "2023-12-16 13:47:24.575451", "rc": 0, "start": "2023-12-16 13:47:24.571799" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.203) 0:00:15.845 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.020) 0:00:15.866 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:5 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.018) 0:00:15.884 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:3 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.015) 0:00:15.900 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:8 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.010) 0:00:15.910 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:13 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.009) 0:00:15.920 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.018) 0:00:15.938 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.023) 0:00:15.962 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003575", "end": "2023-12-16 13:47:24.918829", "rc": 0, "start": "2023-12-16 13:47:24.915254" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.227) 0:00:16.189 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.019) 0:00:16.209 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:16 Saturday 16 December 2023 13:47:24 +0000 (0:00:00.015) 0:00:16.224 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:23 Saturday 16 December 2023 13:47:27 +0000 (0:00:02.991) 0:00:19.215 ***** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:31 Saturday 16 December 2023 13:47:27 +0000 (0:00:00.016) 0:00:19.232 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:39 Saturday 16 December 2023 13:47:27 +0000 (0:00:00.008) 0:00:19.241 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:45 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.008) 0:00:19.249 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:50 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.010) 0:00:19.260 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:56 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.009) 0:00:19.269 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:61 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.011) 0:00:19.280 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:9 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.008) 0:00:19.289 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.015) 0:00:19.304 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.009) 0:00:19.314 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003556", "end": "2023-12-16 13:47:28.247364", "rc": 0, "start": "2023-12-16 13:47:28.243808" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.201) 0:00:19.516 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.012) 0:00:19.528 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:11 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.016) 0:00:19.545 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/assert_device_absent.yml:3 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.019) 0:00:19.565 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_interface_stat.yml:3 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.011) 0:00:19.576 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/assert_device_absent.yml:5 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.200) 0:00:19.776 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:14 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.009) 0:00:19.786 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:3 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.016) 0:00:19.803 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:8 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.008) 0:00:19.811 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:13 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.008) 0:00:19.820 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.018) 0:00:19.839 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.011) 0:00:19.851 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003941", "end": "2023-12-16 13:47:28.787342", "rc": 0, "start": "2023-12-16 13:47:28.783401" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.206) 0:00:20.057 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.012) 0:00:20.070 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:16 Saturday 16 December 2023 13:47:28 +0000 (0:00:00.013) 0:00:20.083 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:23 Saturday 16 December 2023 13:47:31 +0000 (0:00:03.020) 0:00:23.103 ***** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:31 Saturday 16 December 2023 13:47:31 +0000 (0:00:00.014) 0:00:23.117 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:39 Saturday 16 December 2023 13:47:31 +0000 (0:00:00.007) 0:00:23.125 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:45 Saturday 16 December 2023 13:47:31 +0000 (0:00:00.009) 0:00:23.135 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.013456", "end": "2023-12-16 13:47:32.078122", "rc": 0, "start": "2023-12-16 13:47:32.064666" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:50 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.223) 0:00:23.358 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:56 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.010) 0:00:23.368 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:61 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.009) 0:00:23.377 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:18 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.009) 0:00:23.387 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.019) 0:00:23.406 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.010) 0:00:23.417 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003710", "end": "2023-12-16 13:47:32.351964", "rc": 0, "start": "2023-12-16 13:47:32.348254" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.202) 0:00:23.620 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.011) 0:00:23.631 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:20 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.009) 0:00:23.641 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/assert_device_present.yml:3 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.017) 0:00:23.658 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_interface_stat.yml:3 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.009) 0:00:23.668 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702734452.0758338, "block_size": 4096, "blocks": 0, "ctime": 1702734452.0758338, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34535, "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": 1702734452.0758338, "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-civ8d11oti/tests/tasks/assert_device_present.yml:5 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.194) 0:00:23.862 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:23 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.011) 0:00:23.874 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:3 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.019) 0:00:23.893 ***** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:8 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.007) 0:00:23.900 ***** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:13 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.007) 0:00:23.908 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.010) 0:00:23.919 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.009) 0:00:23.929 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003610", "end": "2023-12-16 13:47:32.860041", "rc": 0, "start": "2023-12-16 13:47:32.856431" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.197) 0:00:24.127 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.009) 0:00:24.136 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:16 Saturday 16 December 2023 13:47:32 +0000 (0:00:00.009) 0:00:24.146 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:23 Saturday 16 December 2023 13:47:35 +0000 (0:00:03.024) 0:00:27.170 ***** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:31 Saturday 16 December 2023 13:47:35 +0000 (0:00:00.014) 0:00:27.184 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:39 Saturday 16 December 2023 13:47:35 +0000 (0:00:00.007) 0:00:27.192 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:45 Saturday 16 December 2023 13:47:35 +0000 (0:00:00.007) 0:00:27.200 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:50 Saturday 16 December 2023 13:47:35 +0000 (0:00:00.009) 0:00:27.209 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010865", "end": "2023-12-16 13:47:36.147421", "rc": 0, "start": "2023-12-16 13:47:36.136556" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:56 Saturday 16 December 2023 13:47:36 +0000 (0:00:00.205) 0:00:27.415 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:61 Saturday 16 December 2023 13:47:36 +0000 (0:00:00.011) 0:00:27.426 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:27 Saturday 16 December 2023 13:47:36 +0000 (0:00:00.009) 0:00:27.435 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:3 Saturday 16 December 2023 13:47:36 +0000 (0:00:00.021) 0:00:27.457 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:3 Saturday 16 December 2023 13:47:36 +0000 (0:00:00.010) 0:00:27.468 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003571", "end": "2023-12-16 13:47:36.396603", "rc": 0, "start": "2023-12-16 13:47:36.393032" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:9 Saturday 16 December 2023 13:47:36 +0000 (0:00:00.203) 0:00:27.671 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/show_interfaces.yml:5 Saturday 16 December 2023 13:47:36 +0000 (0:00:00.016) 0:00:27.687 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/create_and_remove_interface.yml:29 Saturday 16 December 2023 13:47:36 +0000 (0:00:00.014) 0:00:27.701 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/assert_device_absent.yml:3 Saturday 16 December 2023 13:47:36 +0000 (0:00:00.026) 0:00:27.727 ***** included: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_interface_stat.yml:3 Saturday 16 December 2023 13:47:36 +0000 (0:00:00.012) 0:00:27.739 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-civ8d11oti/tests/tasks/assert_device_absent.yml:5 Saturday 16 December 2023 13:47:36 +0000 (0:00:00.194) 0:00:27.934 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=121 changed=0 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Saturday 16 December 2023 13:47:36 +0000 (0:00:00.016) 0:00:27.951 ***** =============================================================================== Install iproute --------------------------------------------------------- 3.26s /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.06s /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.04s /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.02s /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.02s /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.99s /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.88s /WORKDIR/git-weekly-civ8d11oti/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.65s /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:23 ------- Enable EPEL 8 ----------------------------------------------------------- 0.46s /WORKDIR/git-weekly-civ8d11oti/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.37s /WORKDIR/git-weekly-civ8d11oti/tests/tasks/el_repo_setup.yml:3 ---------------- Create EPEL 8 ----------------------------------------------------------- 0.26s /WORKDIR/git-weekly-civ8d11oti/tests/tasks/enable_epel.yml:8 ------------------ Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-weekly-civ8d11oti/tests/tasks/el_repo_setup.yml:17 --------------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:3 ------- Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:31 ------- Create dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:45 ------- Delete veth interface veth1298 ------------------------------------------ 0.21s /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:39 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-civ8d11oti/tests/tasks/get_current_interfaces.yml:3 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-civ8d11oti/tests/tasks/manage_test_interface.yml:50 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---