# 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-cidqwy1no5/.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-cidqwy1no5/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-cidqwy1no5/tests/tests_helpers_and_asserts.yml:3 Saturday 09 December 2023 13:57:32 +0000 (0:00:00.035) 0:00:00.035 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tests_helpers_and_asserts.yml:6 Saturday 09 December 2023 13:57:33 +0000 (0:00:00.928) 0:00:00.963 ***** included: /WORKDIR/git-weekly-cidqwy1no5/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-cidqwy1no5/tests/tasks/el_repo_setup.yml:3 Saturday 09 December 2023 13:57:33 +0000 (0:00:00.026) 0:00:00.989 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/el_repo_setup.yml:17 Saturday 09 December 2023 13:57:33 +0000 (0:00:00.402) 0:00:01.392 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/el_repo_setup.yml:22 Saturday 09 December 2023 13:57:34 +0000 (0:00:00.357) 0:00:01.749 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/el_repo_setup.yml:26 Saturday 09 December 2023 13:57:34 +0000 (0:00:00.020) 0:00:01.770 ***** 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-cidqwy1no5/tests/tasks/el_repo_setup.yml:51 Saturday 09 December 2023 13:57:34 +0000 (0:00:00.011) 0:00:01.781 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/enable_epel.yml:8 Saturday 09 December 2023 13:57:34 +0000 (0:00:00.023) 0:00:01.805 ***** 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-cidqwy1no5/tests/tasks/enable_epel.yml:24 Saturday 09 December 2023 13:57:34 +0000 (0:00:00.303) 0:00:02.109 ***** 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-cidqwy1no5/tests/tasks/enable_epel.yml:30 Saturday 09 December 2023 13:57:34 +0000 (0:00:00.011) 0:00:02.120 ***** 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-cidqwy1no5/tests/tasks/enable_epel.yml:35 Saturday 09 December 2023 13:57:34 +0000 (0:00:00.023) 0:00:02.144 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.248665", "end": "2023-12-09 13:57:35.047516", "rc": 0, "start": "2023-12-09 13:57:34.798851" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/enable_epel.yml:40 Saturday 09 December 2023 13:57:35 +0000 (0:00:00.473) 0:00:02.617 ***** 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-cidqwy1no5/tests/tests_helpers_and_asserts.yml:9 Saturday 09 December 2023 13:57:35 +0000 (0:00:00.008) 0:00:02.625 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:3 Saturday 09 December 2023 13:57:35 +0000 (0:00:00.015) 0:00:02.641 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:57:35 +0000 (0:00:00.010) 0:00:02.651 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:57:35 +0000 (0:00:00.010) 0:00:02.662 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003878", "end": "2023-12-09 13:57:35.297871", "rc": 0, "start": "2023-12-09 13:57:35.293993" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:57:35 +0000 (0:00:00.202) 0:00:02.864 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:57:35 +0000 (0:00:00.010) 0:00:02.874 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:5 Saturday 09 December 2023 13:57:35 +0000 (0:00:00.009) 0:00:02.883 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:57:35 +0000 (0:00:00.026) 0:00:02.910 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:57:35 +0000 (0:00:00.019) 0:00:02.930 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:57:35 +0000 (0:00:00.013) 0:00:02.943 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:57:35 +0000 (0:00:00.015) 0:00:02.959 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:57:35 +0000 (0:00:00.009) 0:00:02.969 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003880", "end": "2023-12-09 13:57:35.602140", "rc": 0, "start": "2023-12-09 13:57:35.598260" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:57:35 +0000 (0:00:00.193) 0:00:03.162 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:57:35 +0000 (0:00:00.010) 0:00:03.173 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:57:35 +0000 (0:00:00.008) 0:00:03.182 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:57:39 +0000 (0:00:03.426) 0:00:06.608 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.018) 0:00:06.627 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.010) 0:00:06.637 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.025) 0:00:06.662 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.022) 0:00:06.684 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.026) 0:00:06.711 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.011) 0:00:06.723 ***** 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-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:9 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.020) 0:00:06.744 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.021) 0:00:06.765 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.011) 0:00:06.776 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003463", "end": "2023-12-09 13:57:39.408414", "rc": 0, "start": "2023-12-09 13:57:39.404951" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.191) 0:00:06.968 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.011) 0:00:06.980 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:11 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.019) 0:00:06.999 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/assert_device_absent.yml:3 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.025) 0:00:07.025 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.010) 0:00:07.035 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/assert_device_absent.yml:5 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.198) 0:00:07.233 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:14 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.011) 0:00:07.245 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.016) 0:00:07.261 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.017) 0:00:07.278 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.012) 0:00:07.291 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.011) 0:00:07.303 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.014) 0:00:07.317 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003480", "end": "2023-12-09 13:57:39.956533", "rc": 0, "start": "2023-12-09 13:57:39.953053" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.198) 0:00:07.515 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.009) 0:00:07.525 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:57:39 +0000 (0:00:00.009) 0:00:07.534 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:57:42 +0000 (0:00:02.974) 0:00:10.509 ***** 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.015624", "end": "2023-12-09 13:57:43.155339", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2023-12-09 13:57:43.139715" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003973", "end": "2023-12-09 13:57:43.378589", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2023-12-09 13:57:43.374616" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004682", "end": "2023-12-09 13:57:43.562515", "item": "ip link set veth1298 up", "rc": 0, "start": "2023-12-09 13:57:43.557833" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:57:43 +0000 (0:00:00.624) 0:00:11.133 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022867", "end": "2023-12-09 13:57:43.793480", "rc": 0, "start": "2023-12-09 13:57:43.770613" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:57:43 +0000 (0:00:00.221) 0:00:11.355 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:57:43 +0000 (0:00:00.008) 0:00:11.363 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:57:43 +0000 (0:00:00.008) 0:00:11.371 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:57:43 +0000 (0:00:00.009) 0:00:11.381 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:57:43 +0000 (0:00:00.011) 0:00:11.392 ***** 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-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:18 Saturday 09 December 2023 13:57:43 +0000 (0:00:00.007) 0:00:11.399 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:57:43 +0000 (0:00:00.015) 0:00:11.414 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:57:43 +0000 (0:00:00.008) 0:00:11.423 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003388", "end": "2023-12-09 13:57:44.054805", "rc": 0, "start": "2023-12-09 13:57:44.051417" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:57:44 +0000 (0:00:00.190) 0:00:11.614 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:57:44 +0000 (0:00:00.009) 0:00:11.624 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:20 Saturday 09 December 2023 13:57:44 +0000 (0:00:00.009) 0:00:11.634 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/assert_device_present.yml:3 Saturday 09 December 2023 13:57:44 +0000 (0:00:00.016) 0:00:11.651 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:57:44 +0000 (0:00:00.009) 0:00:11.661 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702130263.1436043, "block_size": 4096, "blocks": 0, "ctime": 1702130263.1436043, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34122, "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": 1702130263.1436043, "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-cidqwy1no5/tests/tasks/assert_device_present.yml:5 Saturday 09 December 2023 13:57:44 +0000 (0:00:00.193) 0:00:11.855 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:23 Saturday 09 December 2023 13:57:44 +0000 (0:00:00.012) 0:00:11.867 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:57:44 +0000 (0:00:00.018) 0:00:11.886 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:57:44 +0000 (0:00:00.013) 0:00:11.899 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:57:44 +0000 (0:00:00.011) 0:00:11.911 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:57:44 +0000 (0:00:00.012) 0:00:11.923 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:57:44 +0000 (0:00:00.009) 0:00:11.933 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003621", "end": "2023-12-09 13:57:44.564563", "rc": 0, "start": "2023-12-09 13:57:44.560942" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:57:44 +0000 (0:00:00.194) 0:00:12.128 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:57:44 +0000 (0:00:00.014) 0:00:12.142 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:57:44 +0000 (0:00:00.011) 0:00:12.153 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:57:47 +0000 (0:00:02.960) 0:00:15.113 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:57:47 +0000 (0:00:00.014) 0:00:15.128 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:57:47 +0000 (0:00:00.011) 0:00:15.139 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009776", "end": "2023-12-09 13:57:47.778588", "rc": 0, "start": "2023-12-09 13:57:47.768812" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:57:47 +0000 (0:00:00.202) 0:00:15.342 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:57:47 +0000 (0:00:00.012) 0:00:15.354 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:57:47 +0000 (0:00:00.008) 0:00:15.363 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:57:47 +0000 (0:00:00.008) 0:00:15.371 ***** 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-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:27 Saturday 09 December 2023 13:57:47 +0000 (0:00:00.007) 0:00:15.379 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:57:47 +0000 (0:00:00.018) 0:00:15.397 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:57:47 +0000 (0:00:00.009) 0:00:15.407 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003643", "end": "2023-12-09 13:57:48.037641", "rc": 0, "start": "2023-12-09 13:57:48.033998" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.193) 0:00:15.601 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.013) 0:00:15.614 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:29 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.010) 0:00:15.625 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/assert_device_absent.yml:3 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.021) 0:00:15.646 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.012) 0:00:15.658 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/assert_device_absent.yml:5 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.194) 0:00:15.853 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tests_helpers_and_asserts.yml:15 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.012) 0:00:15.866 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:3 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.013) 0:00:15.880 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.016) 0:00:15.896 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.009) 0:00:15.906 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003451", "end": "2023-12-09 13:57:48.535790", "rc": 0, "start": "2023-12-09 13:57:48.532339" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.189) 0:00:16.095 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.009) 0:00:16.105 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:5 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.009) 0:00:16.115 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.012) 0:00:16.127 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.007) 0:00:16.134 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.007) 0:00:16.141 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.010) 0:00:16.152 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.009) 0:00:16.161 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003377", "end": "2023-12-09 13:57:48.791437", "rc": 0, "start": "2023-12-09 13:57:48.788060" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.188) 0:00:16.350 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.010) 0:00:16.361 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:57:48 +0000 (0:00:00.011) 0:00:16.372 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:57:51 +0000 (0:00:02.974) 0:00:19.347 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:57:51 +0000 (0:00:00.052) 0:00:19.400 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:57:51 +0000 (0:00:00.013) 0:00:19.414 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:57:51 +0000 (0:00:00.021) 0:00:19.435 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:57:51 +0000 (0:00:00.022) 0:00:19.458 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:57:51 +0000 (0:00:00.010) 0:00:19.468 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:57:51 +0000 (0:00:00.014) 0:00:19.483 ***** 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-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:9 Saturday 09 December 2023 13:57:51 +0000 (0:00:00.010) 0:00:19.493 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:57:51 +0000 (0:00:00.016) 0:00:19.510 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:57:51 +0000 (0:00:00.011) 0:00:19.521 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003447", "end": "2023-12-09 13:57:52.152158", "rc": 0, "start": "2023-12-09 13:57:52.148711" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:57:52 +0000 (0:00:00.190) 0:00:19.712 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:57:52 +0000 (0:00:00.016) 0:00:19.729 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:11 Saturday 09 December 2023 13:57:52 +0000 (0:00:00.014) 0:00:19.744 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/assert_device_absent.yml:3 Saturday 09 December 2023 13:57:52 +0000 (0:00:00.013) 0:00:19.757 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:57:52 +0000 (0:00:00.011) 0:00:19.769 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/assert_device_absent.yml:5 Saturday 09 December 2023 13:57:52 +0000 (0:00:00.192) 0:00:19.961 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:14 Saturday 09 December 2023 13:57:52 +0000 (0:00:00.010) 0:00:19.972 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:57:52 +0000 (0:00:00.016) 0:00:19.988 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:57:52 +0000 (0:00:00.010) 0:00:19.999 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:57:52 +0000 (0:00:00.007) 0:00:20.006 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:57:52 +0000 (0:00:00.011) 0:00:20.017 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:57:52 +0000 (0:00:00.010) 0:00:20.028 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003669", "end": "2023-12-09 13:57:52.659618", "rc": 0, "start": "2023-12-09 13:57:52.655949" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:57:52 +0000 (0:00:00.195) 0:00:20.224 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:57:52 +0000 (0:00:00.026) 0:00:20.250 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:57:52 +0000 (0:00:00.011) 0:00:20.262 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:57:55 +0000 (0:00:02.978) 0:00:23.240 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:57:55 +0000 (0:00:00.015) 0:00:23.256 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:57:55 +0000 (0:00:00.009) 0:00:23.265 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:57:55 +0000 (0:00:00.010) 0:00:23.275 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.012781", "end": "2023-12-09 13:57:55.919145", "rc": 0, "start": "2023-12-09 13:57:55.906364" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:57:55 +0000 (0:00:00.214) 0:00:23.489 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:57:55 +0000 (0:00:00.009) 0:00:23.499 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:57:55 +0000 (0:00:00.009) 0:00:23.508 ***** 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-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:18 Saturday 09 December 2023 13:57:55 +0000 (0:00:00.008) 0:00:23.517 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:57:55 +0000 (0:00:00.016) 0:00:23.533 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:57:56 +0000 (0:00:00.009) 0:00:23.543 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003802", "end": "2023-12-09 13:57:56.176716", "rc": 0, "start": "2023-12-09 13:57:56.172914" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:57:56 +0000 (0:00:00.192) 0:00:23.736 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:57:56 +0000 (0:00:00.014) 0:00:23.751 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:20 Saturday 09 December 2023 13:57:56 +0000 (0:00:00.011) 0:00:23.763 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/assert_device_present.yml:3 Saturday 09 December 2023 13:57:56 +0000 (0:00:00.017) 0:00:23.780 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:57:56 +0000 (0:00:00.010) 0:00:23.790 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702130275.9168634, "block_size": 4096, "blocks": 0, "ctime": 1702130275.9168634, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34445, "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": 1702130275.9168634, "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-cidqwy1no5/tests/tasks/assert_device_present.yml:5 Saturday 09 December 2023 13:57:56 +0000 (0:00:00.195) 0:00:23.986 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:23 Saturday 09 December 2023 13:57:56 +0000 (0:00:00.022) 0:00:24.009 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:57:56 +0000 (0:00:00.024) 0:00:24.034 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:57:56 +0000 (0:00:00.008) 0:00:24.042 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:57:56 +0000 (0:00:00.008) 0:00:24.051 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:57:56 +0000 (0:00:00.012) 0:00:24.063 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:57:56 +0000 (0:00:00.009) 0:00:24.073 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003598", "end": "2023-12-09 13:57:56.712420", "rc": 0, "start": "2023-12-09 13:57:56.708822" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:57:56 +0000 (0:00:00.199) 0:00:24.272 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:57:56 +0000 (0:00:00.024) 0:00:24.297 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:57:56 +0000 (0:00:00.013) 0:00:24.310 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:57:59 +0000 (0:00:02.975) 0:00:27.286 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:57:59 +0000 (0:00:00.019) 0:00:27.305 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:57:59 +0000 (0:00:00.009) 0:00:27.315 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:57:59 +0000 (0:00:00.016) 0:00:27.331 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:57:59 +0000 (0:00:00.023) 0:00:27.355 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011419", "end": "2023-12-09 13:58:00.001476", "rc": 0, "start": "2023-12-09 13:57:59.990057" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:58:00 +0000 (0:00:00.208) 0:00:27.563 ***** 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-cidqwy1no5/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:58:00 +0000 (0:00:00.009) 0:00:27.573 ***** 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-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:27 Saturday 09 December 2023 13:58:00 +0000 (0:00:00.015) 0:00:27.589 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:58:00 +0000 (0:00:00.023) 0:00:27.612 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:58:00 +0000 (0:00:00.023) 0:00:27.636 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003950", "end": "2023-12-09 13:58:00.283656", "rc": 0, "start": "2023-12-09 13:58:00.279706" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:58:00 +0000 (0:00:00.216) 0:00:27.852 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:58:00 +0000 (0:00:00.013) 0:00:27.865 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/create_and_remove_interface.yml:29 Saturday 09 December 2023 13:58:00 +0000 (0:00:00.012) 0:00:27.878 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/assert_device_absent.yml:3 Saturday 09 December 2023 13:58:00 +0000 (0:00:00.020) 0:00:27.899 ***** included: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:58:00 +0000 (0:00:00.010) 0:00:27.909 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/assert_device_absent.yml:5 Saturday 09 December 2023 13:58:00 +0000 (0:00:00.191) 0:00:28.100 ***** 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 09 December 2023 13:58:00 +0000 (0:00:00.019) 0:00:28.120 ***** =============================================================================== Install iproute --------------------------------------------------------- 3.43s /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.98s /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.98s /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.97s /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.97s /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.96s /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.93s /WORKDIR/git-weekly-cidqwy1no5/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.62s /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:23 ------- Enable EPEL 8 ----------------------------------------------------------- 0.47s /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.40s /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.36s /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/el_repo_setup.yml:17 --------------- Create EPEL 8 ----------------------------------------------------------- 0.30s /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/enable_epel.yml:8 ------------------ Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:31 ------- Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:3 ------- Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:45 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:50 ------- Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/manage_test_interface.yml:39 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cidqwy1no5/tests/tasks/get_current_interfaces.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. ---^---^---^---^---^---