# 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-cim9x861o6/.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-cim9x861o6/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-cim9x861o6/tests/tests_helpers_and_asserts.yml:3 Saturday 23 December 2023 13:28:58 +0000 (0:00:00.035) 0:00:00.035 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cim9x861o6/tests/tests_helpers_and_asserts.yml:6 Saturday 23 December 2023 13:28:59 +0000 (0:00:00.945) 0:00:00.981 ***** included: /WORKDIR/git-weekly-cim9x861o6/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-cim9x861o6/tests/tasks/el_repo_setup.yml:3 Saturday 23 December 2023 13:28:59 +0000 (0:00:00.013) 0:00:00.994 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/el_repo_setup.yml:17 Saturday 23 December 2023 13:28:59 +0000 (0:00:00.361) 0:00:01.356 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/el_repo_setup.yml:22 Saturday 23 December 2023 13:28:59 +0000 (0:00:00.273) 0:00:01.630 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/el_repo_setup.yml:26 Saturday 23 December 2023 13:28:59 +0000 (0:00:00.026) 0:00:01.656 ***** 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-cim9x861o6/tests/tasks/el_repo_setup.yml:51 Saturday 23 December 2023 13:28:59 +0000 (0:00:00.017) 0:00:01.674 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/enable_epel.yml:8 Saturday 23 December 2023 13:28:59 +0000 (0:00:00.023) 0:00:01.698 ***** 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-cim9x861o6/tests/tasks/enable_epel.yml:24 Saturday 23 December 2023 13:29:00 +0000 (0:00:00.260) 0:00:01.958 ***** 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-cim9x861o6/tests/tasks/enable_epel.yml:30 Saturday 23 December 2023 13:29:00 +0000 (0:00:00.011) 0:00:01.970 ***** 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-cim9x861o6/tests/tasks/enable_epel.yml:35 Saturday 23 December 2023 13:29:00 +0000 (0:00:00.009) 0:00:01.979 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.255197", "end": "2023-12-23 13:29:00.462122", "rc": 0, "start": "2023-12-23 13:29:00.206925" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/enable_epel.yml:40 Saturday 23 December 2023 13:29:00 +0000 (0:00:00.455) 0:00:02.435 ***** 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-cim9x861o6/tests/tests_helpers_and_asserts.yml:9 Saturday 23 December 2023 13:29:00 +0000 (0:00:00.008) 0:00:02.444 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/create_and_remove_interface.yml:3 Saturday 23 December 2023 13:29:00 +0000 (0:00:00.011) 0:00:02.456 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:29:00 +0000 (0:00:00.010) 0:00:02.467 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:29:00 +0000 (0:00:00.009) 0:00:02.476 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003973", "end": "2023-12-23 13:29:00.700507", "rc": 0, "start": "2023-12-23 13:29:00.696534" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:29:00 +0000 (0:00:00.204) 0:00:02.681 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:29:00 +0000 (0:00:00.026) 0:00:02.708 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/create_and_remove_interface.yml:5 Saturday 23 December 2023 13:29:00 +0000 (0:00:00.012) 0:00:02.721 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:3 Saturday 23 December 2023 13:29:00 +0000 (0:00:00.016) 0:00:02.737 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:8 Saturday 23 December 2023 13:29:00 +0000 (0:00:00.009) 0:00:02.746 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:13 Saturday 23 December 2023 13:29:00 +0000 (0:00:00.008) 0:00:02.755 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:29:00 +0000 (0:00:00.015) 0:00:02.771 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:29:00 +0000 (0:00:00.009) 0:00:02.780 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003976", "end": "2023-12-23 13:29:01.003747", "rc": 0, "start": "2023-12-23 13:29:00.999771" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:29:01 +0000 (0:00:00.195) 0:00:02.975 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:29:01 +0000 (0:00:00.009) 0:00:02.984 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:16 Saturday 23 December 2023 13:29:01 +0000 (0:00:00.008) 0:00:02.992 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:23 Saturday 23 December 2023 13:29:04 +0000 (0:00:03.445) 0:00:06.437 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:31 Saturday 23 December 2023 13:29:04 +0000 (0:00:00.014) 0:00:06.452 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:39 Saturday 23 December 2023 13:29:04 +0000 (0:00:00.009) 0:00:06.461 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:45 Saturday 23 December 2023 13:29:04 +0000 (0:00:00.007) 0:00:06.469 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:50 Saturday 23 December 2023 13:29:04 +0000 (0:00:00.007) 0:00:06.477 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:56 Saturday 23 December 2023 13:29:04 +0000 (0:00:00.008) 0:00:06.485 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:61 Saturday 23 December 2023 13:29:04 +0000 (0:00:00.007) 0:00:06.492 ***** 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-cim9x861o6/tests/tasks/create_and_remove_interface.yml:9 Saturday 23 December 2023 13:29:04 +0000 (0:00:00.007) 0:00:06.500 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:29:04 +0000 (0:00:00.011) 0:00:06.512 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:29:04 +0000 (0:00:00.009) 0:00:06.521 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004413", "end": "2023-12-23 13:29:04.775777", "rc": 0, "start": "2023-12-23 13:29:04.771364" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:29:04 +0000 (0:00:00.228) 0:00:06.750 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:29:04 +0000 (0:00:00.012) 0:00:06.762 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/create_and_remove_interface.yml:11 Saturday 23 December 2023 13:29:04 +0000 (0:00:00.013) 0:00:06.775 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/assert_device_absent.yml:3 Saturday 23 December 2023 13:29:04 +0000 (0:00:00.014) 0:00:06.790 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_interface_stat.yml:3 Saturday 23 December 2023 13:29:04 +0000 (0:00:00.011) 0:00:06.801 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/assert_device_absent.yml:5 Saturday 23 December 2023 13:29:05 +0000 (0:00:00.215) 0:00:07.017 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/create_and_remove_interface.yml:14 Saturday 23 December 2023 13:29:05 +0000 (0:00:00.010) 0:00:07.027 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:3 Saturday 23 December 2023 13:29:05 +0000 (0:00:00.014) 0:00:07.042 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:8 Saturday 23 December 2023 13:29:05 +0000 (0:00:00.007) 0:00:07.050 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:13 Saturday 23 December 2023 13:29:05 +0000 (0:00:00.007) 0:00:07.058 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:29:05 +0000 (0:00:00.010) 0:00:07.068 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:29:05 +0000 (0:00:00.009) 0:00:07.077 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004414", "end": "2023-12-23 13:29:05.308298", "rc": 0, "start": "2023-12-23 13:29:05.303884" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:29:05 +0000 (0:00:00.209) 0:00:07.287 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:29:05 +0000 (0:00:00.029) 0:00:07.317 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:16 Saturday 23 December 2023 13:29:05 +0000 (0:00:00.015) 0:00:07.332 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:23 Saturday 23 December 2023 13:29:08 +0000 (0:00:03.111) 0:00:10.444 ***** 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.015239", "end": "2023-12-23 13:29:08.687922", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2023-12-23 13:29:08.672683" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004983", "end": "2023-12-23 13:29:08.934932", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2023-12-23 13:29:08.929949" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.005228", "end": "2023-12-23 13:29:09.131449", "item": "ip link set veth1298 up", "rc": 0, "start": "2023-12-23 13:29:09.126221" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:31 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.661) 0:00:11.105 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.027575", "end": "2023-12-23 13:29:09.358037", "rc": 0, "start": "2023-12-23 13:29:09.330462" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:39 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.226) 0:00:11.332 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:45 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.009) 0:00:11.341 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:50 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.008) 0:00:11.349 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:56 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.007) 0:00:11.357 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:61 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.011) 0:00:11.369 ***** 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-cim9x861o6/tests/tasks/create_and_remove_interface.yml:18 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.007) 0:00:11.376 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.015) 0:00:11.392 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.009) 0:00:11.402 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004507", "end": "2023-12-23 13:29:09.630405", "rc": 0, "start": "2023-12-23 13:29:09.625898" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.201) 0:00:11.603 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.009) 0:00:11.612 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/create_and_remove_interface.yml:20 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.009) 0:00:11.622 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/assert_device_present.yml:3 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.016) 0:00:11.639 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_interface_stat.yml:3 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.010) 0:00:11.649 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703338148.6772566, "block_size": 4096, "blocks": 0, "ctime": 1703338148.6772566, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31862, "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": 1703338148.6772566, "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-cim9x861o6/tests/tasks/assert_device_present.yml:5 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.198) 0:00:11.847 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/create_and_remove_interface.yml:23 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.011) 0:00:11.858 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:3 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.017) 0:00:11.876 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:8 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.007) 0:00:11.884 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:13 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.007) 0:00:11.892 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.012) 0:00:11.904 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:29:09 +0000 (0:00:00.009) 0:00:11.914 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004217", "end": "2023-12-23 13:29:10.142001", "rc": 0, "start": "2023-12-23 13:29:10.137784" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:29:10 +0000 (0:00:00.200) 0:00:12.114 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:29:10 +0000 (0:00:00.009) 0:00:12.124 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:16 Saturday 23 December 2023 13:29:10 +0000 (0:00:00.010) 0:00:12.134 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:23 Saturday 23 December 2023 13:29:13 +0000 (0:00:03.201) 0:00:15.336 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:31 Saturday 23 December 2023 13:29:13 +0000 (0:00:00.017) 0:00:15.353 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:39 Saturday 23 December 2023 13:29:13 +0000 (0:00:00.008) 0:00:15.362 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008501", "end": "2023-12-23 13:29:13.615313", "rc": 0, "start": "2023-12-23 13:29:13.606812" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:45 Saturday 23 December 2023 13:29:13 +0000 (0:00:00.236) 0:00:15.599 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:50 Saturday 23 December 2023 13:29:13 +0000 (0:00:00.010) 0:00:15.609 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:56 Saturday 23 December 2023 13:29:13 +0000 (0:00:00.023) 0:00:15.633 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:61 Saturday 23 December 2023 13:29:13 +0000 (0:00:00.020) 0:00:15.654 ***** 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-cim9x861o6/tests/tasks/create_and_remove_interface.yml:27 Saturday 23 December 2023 13:29:13 +0000 (0:00:00.011) 0:00:15.665 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:29:13 +0000 (0:00:00.027) 0:00:15.693 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:29:13 +0000 (0:00:00.011) 0:00:15.704 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004155", "end": "2023-12-23 13:29:13.935663", "rc": 0, "start": "2023-12-23 13:29:13.931508" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:29:13 +0000 (0:00:00.204) 0:00:15.909 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:29:13 +0000 (0:00:00.010) 0:00:15.919 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/create_and_remove_interface.yml:29 Saturday 23 December 2023 13:29:13 +0000 (0:00:00.009) 0:00:15.929 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/assert_device_absent.yml:3 Saturday 23 December 2023 13:29:13 +0000 (0:00:00.018) 0:00:15.947 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_interface_stat.yml:3 Saturday 23 December 2023 13:29:14 +0000 (0:00:00.010) 0:00:15.958 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/assert_device_absent.yml:5 Saturday 23 December 2023 13:29:14 +0000 (0:00:00.197) 0:00:16.156 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tests_helpers_and_asserts.yml:15 Saturday 23 December 2023 13:29:14 +0000 (0:00:00.016) 0:00:16.172 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/create_and_remove_interface.yml:3 Saturday 23 December 2023 13:29:14 +0000 (0:00:00.013) 0:00:16.186 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:29:14 +0000 (0:00:00.015) 0:00:16.202 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:29:14 +0000 (0:00:00.009) 0:00:16.211 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004246", "end": "2023-12-23 13:29:14.444468", "rc": 0, "start": "2023-12-23 13:29:14.440222" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:29:14 +0000 (0:00:00.206) 0:00:16.417 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:29:14 +0000 (0:00:00.009) 0:00:16.427 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/create_and_remove_interface.yml:5 Saturday 23 December 2023 13:29:14 +0000 (0:00:00.008) 0:00:16.436 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:3 Saturday 23 December 2023 13:29:14 +0000 (0:00:00.011) 0:00:16.448 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:8 Saturday 23 December 2023 13:29:14 +0000 (0:00:00.007) 0:00:16.455 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:13 Saturday 23 December 2023 13:29:14 +0000 (0:00:00.007) 0:00:16.462 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:29:14 +0000 (0:00:00.011) 0:00:16.474 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:29:14 +0000 (0:00:00.010) 0:00:16.485 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004257", "end": "2023-12-23 13:29:14.716872", "rc": 0, "start": "2023-12-23 13:29:14.712615" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:29:14 +0000 (0:00:00.205) 0:00:16.690 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:29:14 +0000 (0:00:00.010) 0:00:16.700 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:16 Saturday 23 December 2023 13:29:14 +0000 (0:00:00.012) 0:00:16.712 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:23 Saturday 23 December 2023 13:29:17 +0000 (0:00:03.102) 0:00:19.815 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:31 Saturday 23 December 2023 13:29:17 +0000 (0:00:00.014) 0:00:19.829 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:39 Saturday 23 December 2023 13:29:17 +0000 (0:00:00.008) 0:00:19.837 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:45 Saturday 23 December 2023 13:29:17 +0000 (0:00:00.007) 0:00:19.845 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:50 Saturday 23 December 2023 13:29:17 +0000 (0:00:00.009) 0:00:19.854 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:56 Saturday 23 December 2023 13:29:17 +0000 (0:00:00.007) 0:00:19.862 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:61 Saturday 23 December 2023 13:29:17 +0000 (0:00:00.007) 0:00:19.870 ***** 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-cim9x861o6/tests/tasks/create_and_remove_interface.yml:9 Saturday 23 December 2023 13:29:17 +0000 (0:00:00.007) 0:00:19.877 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:29:17 +0000 (0:00:00.012) 0:00:19.890 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:29:17 +0000 (0:00:00.009) 0:00:19.899 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004182", "end": "2023-12-23 13:29:18.124716", "rc": 0, "start": "2023-12-23 13:29:18.120534" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:29:18 +0000 (0:00:00.200) 0:00:20.100 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:29:18 +0000 (0:00:00.012) 0:00:20.112 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/create_and_remove_interface.yml:11 Saturday 23 December 2023 13:29:18 +0000 (0:00:00.009) 0:00:20.122 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/assert_device_absent.yml:3 Saturday 23 December 2023 13:29:18 +0000 (0:00:00.019) 0:00:20.141 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_interface_stat.yml:3 Saturday 23 December 2023 13:29:18 +0000 (0:00:00.009) 0:00:20.151 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/assert_device_absent.yml:5 Saturday 23 December 2023 13:29:18 +0000 (0:00:00.196) 0:00:20.348 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/create_and_remove_interface.yml:14 Saturday 23 December 2023 13:29:18 +0000 (0:00:00.010) 0:00:20.358 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:3 Saturday 23 December 2023 13:29:18 +0000 (0:00:00.015) 0:00:20.373 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:8 Saturday 23 December 2023 13:29:18 +0000 (0:00:00.009) 0:00:20.383 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:13 Saturday 23 December 2023 13:29:18 +0000 (0:00:00.007) 0:00:20.391 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:29:18 +0000 (0:00:00.011) 0:00:20.402 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:29:18 +0000 (0:00:00.009) 0:00:20.412 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004214", "end": "2023-12-23 13:29:18.641143", "rc": 0, "start": "2023-12-23 13:29:18.636929" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:29:18 +0000 (0:00:00.205) 0:00:20.618 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:29:18 +0000 (0:00:00.011) 0:00:20.629 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:16 Saturday 23 December 2023 13:29:18 +0000 (0:00:00.010) 0:00:20.640 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:23 Saturday 23 December 2023 13:29:21 +0000 (0:00:03.167) 0:00:23.807 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:31 Saturday 23 December 2023 13:29:21 +0000 (0:00:00.014) 0:00:23.822 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:39 Saturday 23 December 2023 13:29:21 +0000 (0:00:00.008) 0:00:23.830 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:45 Saturday 23 December 2023 13:29:21 +0000 (0:00:00.008) 0:00:23.839 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011265", "end": "2023-12-23 13:29:22.074472", "rc": 0, "start": "2023-12-23 13:29:22.063207" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:50 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.221) 0:00:24.061 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:56 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.011) 0:00:24.072 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:61 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.009) 0:00:24.081 ***** 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-cim9x861o6/tests/tasks/create_and_remove_interface.yml:18 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.008) 0:00:24.090 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.025) 0:00:24.116 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.013) 0:00:24.129 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004264", "end": "2023-12-23 13:29:22.373410", "rc": 0, "start": "2023-12-23 13:29:22.369146" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.217) 0:00:24.347 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.011) 0:00:24.358 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/create_and_remove_interface.yml:20 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.010) 0:00:24.369 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/assert_device_present.yml:3 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.018) 0:00:24.388 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_interface_stat.yml:3 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.014) 0:00:24.402 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703338162.0737038, "block_size": 4096, "blocks": 0, "ctime": 1703338162.0737038, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32185, "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": 1703338162.0737038, "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-cim9x861o6/tests/tasks/assert_device_present.yml:5 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.206) 0:00:24.609 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/create_and_remove_interface.yml:23 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.021) 0:00:24.630 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:3 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.027) 0:00:24.658 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:8 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.023) 0:00:24.682 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:13 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.010) 0:00:24.692 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.011) 0:00:24.704 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.010) 0:00:24.714 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003989", "end": "2023-12-23 13:29:22.948498", "rc": 0, "start": "2023-12-23 13:29:22.944509" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.205) 0:00:24.920 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.011) 0:00:24.931 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:16 Saturday 23 December 2023 13:29:22 +0000 (0:00:00.009) 0:00:24.941 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:23 Saturday 23 December 2023 13:29:26 +0000 (0:00:03.042) 0:00:27.983 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:31 Saturday 23 December 2023 13:29:26 +0000 (0:00:00.015) 0:00:27.998 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:39 Saturday 23 December 2023 13:29:26 +0000 (0:00:00.008) 0:00:28.006 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:45 Saturday 23 December 2023 13:29:26 +0000 (0:00:00.007) 0:00:28.014 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:50 Saturday 23 December 2023 13:29:26 +0000 (0:00:00.008) 0:00:28.023 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010321", "end": "2023-12-23 13:29:26.255906", "rc": 0, "start": "2023-12-23 13:29:26.245585" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:56 Saturday 23 December 2023 13:29:26 +0000 (0:00:00.205) 0:00:28.228 ***** 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-cim9x861o6/tests/tasks/manage_test_interface.yml:61 Saturday 23 December 2023 13:29:26 +0000 (0:00:00.009) 0:00:28.238 ***** 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-cim9x861o6/tests/tasks/create_and_remove_interface.yml:27 Saturday 23 December 2023 13:29:26 +0000 (0:00:00.007) 0:00:28.246 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:29:26 +0000 (0:00:00.019) 0:00:28.265 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:29:26 +0000 (0:00:00.010) 0:00:28.276 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003834", "end": "2023-12-23 13:29:26.499101", "rc": 0, "start": "2023-12-23 13:29:26.495267" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:29:26 +0000 (0:00:00.199) 0:00:28.475 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:29:26 +0000 (0:00:00.011) 0:00:28.487 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/create_and_remove_interface.yml:29 Saturday 23 December 2023 13:29:26 +0000 (0:00:00.009) 0:00:28.496 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/assert_device_absent.yml:3 Saturday 23 December 2023 13:29:26 +0000 (0:00:00.019) 0:00:28.516 ***** included: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_interface_stat.yml:3 Saturday 23 December 2023 13:29:26 +0000 (0:00:00.012) 0:00:28.528 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cim9x861o6/tests/tasks/assert_device_absent.yml:5 Saturday 23 December 2023 13:29:26 +0000 (0:00:00.190) 0:00:28.719 ***** 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 23 December 2023 13:29:26 +0000 (0:00:00.016) 0:00:28.735 ***** =============================================================================== Install iproute --------------------------------------------------------- 3.45s /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.20s /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.17s /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.11s /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.10s /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.04s /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.95s /WORKDIR/git-weekly-cim9x861o6/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.66s /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:23 ------- Enable EPEL 8 ----------------------------------------------------------- 0.46s /WORKDIR/git-weekly-cim9x861o6/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-weekly-cim9x861o6/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.27s /WORKDIR/git-weekly-cim9x861o6/tests/tasks/el_repo_setup.yml:17 --------------- Create EPEL 8 ----------------------------------------------------------- 0.26s /WORKDIR/git-weekly-cim9x861o6/tests/tasks/enable_epel.yml:8 ------------------ Delete veth interface veth1298 ------------------------------------------ 0.24s /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:39 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:3 ------- Set up veth as managed by NetworkManager -------------------------------- 0.23s /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:31 ------- Create dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-weekly-cim9x861o6/tests/tasks/manage_test_interface.yml:45 ------- Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface veth1298 ----------------------------------------- 0.22s /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-cim9x861o6/tests/tasks/get_interface_stat.yml:3 ----------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---