# 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-cin95y7xct/.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-cin95y7xct/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-cin95y7xct/tests/tests_helpers_and_asserts.yml:3 Saturday 06 January 2024 13:44:18 +0000 (0:00:00.035) 0:00:00.035 ****** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cin95y7xct/tests/tests_helpers_and_asserts.yml:6 Saturday 06 January 2024 13:44:19 +0000 (0:00:00.771) 0:00:00.806 ****** included: /WORKDIR/git-weekly-cin95y7xct/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-cin95y7xct/tests/tasks/el_repo_setup.yml:3 Saturday 06 January 2024 13:44:19 +0000 (0:00:00.011) 0:00:00.818 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/el_repo_setup.yml:17 Saturday 06 January 2024 13:44:19 +0000 (0:00:00.361) 0:00:01.180 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/el_repo_setup.yml:22 Saturday 06 January 2024 13:44:19 +0000 (0:00:00.269) 0:00:01.449 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/el_repo_setup.yml:26 Saturday 06 January 2024 13:44:19 +0000 (0:00:00.014) 0:00:01.464 ****** 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-cin95y7xct/tests/tasks/el_repo_setup.yml:51 Saturday 06 January 2024 13:44:19 +0000 (0:00:00.008) 0:00:01.473 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/enable_epel.yml:8 Saturday 06 January 2024 13:44:19 +0000 (0:00:00.026) 0:00:01.500 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/enable_epel.yml:24 Saturday 06 January 2024 13:44:19 +0000 (0:00:00.009) 0:00:01.509 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/enable_epel.yml:30 Saturday 06 January 2024 13:44:19 +0000 (0:00:00.008) 0:00:01.518 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/enable_epel.yml:35 Saturday 06 January 2024 13:44:19 +0000 (0:00:00.007) 0:00:01.525 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/enable_epel.yml:40 Saturday 06 January 2024 13:44:19 +0000 (0:00:00.007) 0:00:01.533 ****** 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-cin95y7xct/tests/tests_helpers_and_asserts.yml:9 Saturday 06 January 2024 13:44:19 +0000 (0:00:00.007) 0:00:01.541 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/create_and_remove_interface.yml:3 Saturday 06 January 2024 13:44:19 +0000 (0:00:00.011) 0:00:01.552 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:44:19 +0000 (0:00:00.009) 0:00:01.562 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:44:19 +0000 (0:00:00.009) 0:00:01.571 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003468", "end": "2024-01-06 13:44:20.097990", "rc": 0, "start": "2024-01-06 13:44:20.094522" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:44:20 +0000 (0:00:00.244) 0:00:01.815 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:44:20 +0000 (0:00:00.012) 0:00:01.828 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/create_and_remove_interface.yml:5 Saturday 06 January 2024 13:44:20 +0000 (0:00:00.011) 0:00:01.840 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:44:20 +0000 (0:00:00.030) 0:00:01.870 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:44:20 +0000 (0:00:00.022) 0:00:01.892 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:44:20 +0000 (0:00:00.009) 0:00:01.901 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:44:20 +0000 (0:00:00.011) 0:00:01.913 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:44:20 +0000 (0:00:00.010) 0:00:01.923 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003650", "end": "2024-01-06 13:44:20.399062", "rc": 0, "start": "2024-01-06 13:44:20.395412" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:44:20 +0000 (0:00:00.196) 0:00:02.119 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:44:20 +0000 (0:00:00.010) 0:00:02.130 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:44:20 +0000 (0:00:00.010) 0:00:02.141 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:23 Saturday 06 January 2024 13:44:21 +0000 (0:00:01.005) 0:00:03.147 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:31 Saturday 06 January 2024 13:44:21 +0000 (0:00:00.028) 0:00:03.175 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:39 Saturday 06 January 2024 13:44:21 +0000 (0:00:00.011) 0:00:03.187 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:45 Saturday 06 January 2024 13:44:21 +0000 (0:00:00.010) 0:00:03.198 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:50 Saturday 06 January 2024 13:44:21 +0000 (0:00:00.011) 0:00:03.209 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:56 Saturday 06 January 2024 13:44:21 +0000 (0:00:00.012) 0:00:03.222 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:44:21 +0000 (0:00:00.010) 0:00:03.233 ****** 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-cin95y7xct/tests/tasks/create_and_remove_interface.yml:9 Saturday 06 January 2024 13:44:21 +0000 (0:00:00.021) 0:00:03.255 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:44:21 +0000 (0:00:00.025) 0:00:03.280 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:44:21 +0000 (0:00:00.011) 0:00:03.292 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003439", "end": "2024-01-06 13:44:21.763366", "rc": 0, "start": "2024-01-06 13:44:21.759927" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:44:21 +0000 (0:00:00.189) 0:00:03.481 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:44:21 +0000 (0:00:00.009) 0:00:03.491 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/create_and_remove_interface.yml:11 Saturday 06 January 2024 13:44:21 +0000 (0:00:00.008) 0:00:03.500 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/assert_device_absent.yml:3 Saturday 06 January 2024 13:44:21 +0000 (0:00:00.014) 0:00:03.514 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:44:21 +0000 (0:00:00.010) 0:00:03.525 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/assert_device_absent.yml:5 Saturday 06 January 2024 13:44:22 +0000 (0:00:00.188) 0:00:03.714 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/create_and_remove_interface.yml:14 Saturday 06 January 2024 13:44:22 +0000 (0:00:00.011) 0:00:03.725 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:44:22 +0000 (0:00:00.016) 0:00:03.741 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:44:22 +0000 (0:00:00.007) 0:00:03.749 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:44:22 +0000 (0:00:00.007) 0:00:03.756 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:44:22 +0000 (0:00:00.010) 0:00:03.767 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:44:22 +0000 (0:00:00.009) 0:00:03.777 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003393", "end": "2024-01-06 13:44:22.248001", "rc": 0, "start": "2024-01-06 13:44:22.244608" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:44:22 +0000 (0:00:00.199) 0:00:03.976 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:44:22 +0000 (0:00:00.013) 0:00:03.989 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:44:22 +0000 (0:00:00.019) 0:00:04.009 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:23 Saturday 06 January 2024 13:44:23 +0000 (0:00:00.848) 0:00:04.858 ****** 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.009507", "end": "2024-01-06 13:44:23.340167", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-06 13:44:23.330660" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003673", "end": "2024-01-06 13:44:23.558080", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-06 13:44:23.554407" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004100", "end": "2024-01-06 13:44:23.746171", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-06 13:44:23.742071" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:31 Saturday 06 January 2024 13:44:23 +0000 (0:00:00.607) 0:00:05.465 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022643", "end": "2024-01-06 13:44:23.959321", "rc": 0, "start": "2024-01-06 13:44:23.936678" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:39 Saturday 06 January 2024 13:44:23 +0000 (0:00:00.213) 0:00:05.678 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:45 Saturday 06 January 2024 13:44:23 +0000 (0:00:00.010) 0:00:05.689 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:50 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.014) 0:00:05.703 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:56 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.010) 0:00:05.713 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.009) 0:00:05.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-cin95y7xct/tests/tasks/create_and_remove_interface.yml:18 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.019) 0:00:05.743 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.028) 0:00:05.771 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.010) 0:00:05.781 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003415", "end": "2024-01-06 13:44:24.260648", "rc": 0, "start": "2024-01-06 13:44:24.257233" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.196) 0:00:05.978 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.009) 0:00:05.987 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/create_and_remove_interface.yml:20 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.009) 0:00:05.997 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/assert_device_present.yml:3 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.016) 0:00:06.013 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.009) 0:00:06.023 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704548663.3345444, "block_size": 4096, "blocks": 0, "ctime": 1704548663.3345444, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27782, "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": 1704548663.3345444, "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-cin95y7xct/tests/tasks/assert_device_present.yml:5 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.185) 0:00:06.208 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/create_and_remove_interface.yml:23 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.013) 0:00:06.221 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.019) 0:00:06.241 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.014) 0:00:06.256 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.008) 0:00:06.264 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.011) 0:00:06.275 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.017) 0:00:06.292 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003308", "end": "2024-01-06 13:44:24.763216", "rc": 0, "start": "2024-01-06 13:44:24.759908" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.191) 0:00:06.484 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.010) 0:00:06.495 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:44:24 +0000 (0:00:00.009) 0:00:06.504 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:23 Saturday 06 January 2024 13:44:25 +0000 (0:00:00.849) 0:00:07.354 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:31 Saturday 06 January 2024 13:44:25 +0000 (0:00:00.028) 0:00:07.383 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:39 Saturday 06 January 2024 13:44:25 +0000 (0:00:00.049) 0:00:07.432 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009951", "end": "2024-01-06 13:44:25.921748", "rc": 0, "start": "2024-01-06 13:44:25.911797" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:45 Saturday 06 January 2024 13:44:25 +0000 (0:00:00.208) 0:00:07.640 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:50 Saturday 06 January 2024 13:44:25 +0000 (0:00:00.008) 0:00:07.649 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:56 Saturday 06 January 2024 13:44:25 +0000 (0:00:00.007) 0:00:07.657 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:44:25 +0000 (0:00:00.008) 0:00:07.666 ****** 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-cin95y7xct/tests/tasks/create_and_remove_interface.yml:27 Saturday 06 January 2024 13:44:25 +0000 (0:00:00.007) 0:00:07.673 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:44:25 +0000 (0:00:00.018) 0:00:07.692 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.010) 0:00:07.702 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003522", "end": "2024-01-06 13:44:26.173431", "rc": 0, "start": "2024-01-06 13:44:26.169909" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.192) 0:00:07.894 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.011) 0:00:07.906 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/create_and_remove_interface.yml:29 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.009) 0:00:07.915 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/assert_device_absent.yml:3 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.032) 0:00:07.947 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.026) 0:00:07.974 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/assert_device_absent.yml:5 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.204) 0:00:08.178 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tests_helpers_and_asserts.yml:15 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.010) 0:00:08.189 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/create_and_remove_interface.yml:3 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.016) 0:00:08.206 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.012) 0:00:08.218 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.009) 0:00:08.227 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003447", "end": "2024-01-06 13:44:26.700538", "rc": 0, "start": "2024-01-06 13:44:26.697091" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.189) 0:00:08.417 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.009) 0:00:08.427 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/create_and_remove_interface.yml:5 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.009) 0:00:08.436 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.011) 0:00:08.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-cin95y7xct/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.007) 0:00:08.456 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.007) 0:00:08.463 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.010) 0:00:08.474 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.009) 0:00:08.483 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003350", "end": "2024-01-06 13:44:26.953865", "rc": 0, "start": "2024-01-06 13:44:26.950515" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.188) 0:00:08.671 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.010) 0:00:08.682 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:44:26 +0000 (0:00:00.011) 0:00:08.693 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:23 Saturday 06 January 2024 13:44:27 +0000 (0:00:00.861) 0:00:09.555 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:31 Saturday 06 January 2024 13:44:27 +0000 (0:00:00.017) 0:00:09.573 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:39 Saturday 06 January 2024 13:44:27 +0000 (0:00:00.008) 0:00:09.581 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:45 Saturday 06 January 2024 13:44:27 +0000 (0:00:00.008) 0:00:09.589 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:50 Saturday 06 January 2024 13:44:27 +0000 (0:00:00.007) 0:00:09.597 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:56 Saturday 06 January 2024 13:44:27 +0000 (0:00:00.007) 0:00:09.605 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:44:27 +0000 (0:00:00.008) 0:00:09.613 ****** 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-cin95y7xct/tests/tasks/create_and_remove_interface.yml:9 Saturday 06 January 2024 13:44:27 +0000 (0:00:00.007) 0:00:09.621 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:44:27 +0000 (0:00:00.013) 0:00:09.634 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:44:27 +0000 (0:00:00.009) 0:00:09.644 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003393", "end": "2024-01-06 13:44:28.128802", "rc": 0, "start": "2024-01-06 13:44:28.125409" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:44:28 +0000 (0:00:00.205) 0:00:09.850 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:44:28 +0000 (0:00:00.013) 0:00:09.863 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/create_and_remove_interface.yml:11 Saturday 06 January 2024 13:44:28 +0000 (0:00:00.019) 0:00:09.882 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/assert_device_absent.yml:3 Saturday 06 January 2024 13:44:28 +0000 (0:00:00.016) 0:00:09.899 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:44:28 +0000 (0:00:00.035) 0:00:09.934 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/assert_device_absent.yml:5 Saturday 06 January 2024 13:44:28 +0000 (0:00:00.191) 0:00:10.125 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/create_and_remove_interface.yml:14 Saturday 06 January 2024 13:44:28 +0000 (0:00:00.010) 0:00:10.136 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:44:28 +0000 (0:00:00.015) 0:00:10.151 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:44:28 +0000 (0:00:00.008) 0:00:10.159 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:44:28 +0000 (0:00:00.011) 0:00:10.171 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:44:28 +0000 (0:00:00.013) 0:00:10.185 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:44:28 +0000 (0:00:00.027) 0:00:10.212 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003437", "end": "2024-01-06 13:44:28.682069", "rc": 0, "start": "2024-01-06 13:44:28.678632" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:44:28 +0000 (0:00:00.186) 0:00:10.399 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:44:28 +0000 (0:00:00.010) 0:00:10.410 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:44:28 +0000 (0:00:00.009) 0:00:10.419 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:23 Saturday 06 January 2024 13:44:29 +0000 (0:00:00.848) 0:00:11.267 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:31 Saturday 06 January 2024 13:44:29 +0000 (0:00:00.019) 0:00:11.287 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:39 Saturday 06 January 2024 13:44:29 +0000 (0:00:00.009) 0:00:11.296 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:45 Saturday 06 January 2024 13:44:29 +0000 (0:00:00.008) 0:00:11.305 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.013835", "end": "2024-01-06 13:44:29.793718", "rc": 0, "start": "2024-01-06 13:44:29.779883" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:50 Saturday 06 January 2024 13:44:29 +0000 (0:00:00.214) 0:00:11.520 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:56 Saturday 06 January 2024 13:44:29 +0000 (0:00:00.008) 0:00:11.529 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:44:29 +0000 (0:00:00.009) 0:00:11.538 ****** 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-cin95y7xct/tests/tasks/create_and_remove_interface.yml:18 Saturday 06 January 2024 13:44:29 +0000 (0:00:00.007) 0:00:11.545 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:44:29 +0000 (0:00:00.016) 0:00:11.562 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:44:29 +0000 (0:00:00.013) 0:00:11.576 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003669", "end": "2024-01-06 13:44:30.053640", "rc": 0, "start": "2024-01-06 13:44:30.049971" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:44:30 +0000 (0:00:00.194) 0:00:11.770 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:44:30 +0000 (0:00:00.009) 0:00:11.780 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/create_and_remove_interface.yml:20 Saturday 06 January 2024 13:44:30 +0000 (0:00:00.010) 0:00:11.791 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/assert_device_present.yml:3 Saturday 06 January 2024 13:44:30 +0000 (0:00:00.021) 0:00:11.812 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:44:30 +0000 (0:00:00.014) 0:00:11.826 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704548669.7906559, "block_size": 4096, "blocks": 0, "ctime": 1704548669.7906559, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28110, "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": 1704548669.7906559, "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-cin95y7xct/tests/tasks/assert_device_present.yml:5 Saturday 06 January 2024 13:44:30 +0000 (0:00:00.190) 0:00:12.017 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/create_and_remove_interface.yml:23 Saturday 06 January 2024 13:44:30 +0000 (0:00:00.010) 0:00:12.027 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:44:30 +0000 (0:00:00.018) 0:00:12.045 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:44:30 +0000 (0:00:00.009) 0:00:12.055 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:44:30 +0000 (0:00:00.008) 0:00:12.063 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:44:30 +0000 (0:00:00.012) 0:00:12.076 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:44:30 +0000 (0:00:00.009) 0:00:12.085 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003552", "end": "2024-01-06 13:44:30.556693", "rc": 0, "start": "2024-01-06 13:44:30.553141" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:44:30 +0000 (0:00:00.188) 0:00:12.273 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:44:30 +0000 (0:00:00.017) 0:00:12.291 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:44:30 +0000 (0:00:00.011) 0:00:12.302 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:23 Saturday 06 January 2024 13:44:31 +0000 (0:00:00.882) 0:00:13.184 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:31 Saturday 06 January 2024 13:44:31 +0000 (0:00:00.016) 0:00:13.201 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:39 Saturday 06 January 2024 13:44:31 +0000 (0:00:00.008) 0:00:13.209 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:45 Saturday 06 January 2024 13:44:31 +0000 (0:00:00.008) 0:00:13.218 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:50 Saturday 06 January 2024 13:44:31 +0000 (0:00:00.009) 0:00:13.227 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008461", "end": "2024-01-06 13:44:31.705658", "rc": 0, "start": "2024-01-06 13:44:31.697197" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:56 Saturday 06 January 2024 13:44:31 +0000 (0:00:00.196) 0:00:13.424 ****** 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-cin95y7xct/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:44:31 +0000 (0:00:00.009) 0:00:13.433 ****** 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-cin95y7xct/tests/tasks/create_and_remove_interface.yml:27 Saturday 06 January 2024 13:44:31 +0000 (0:00:00.008) 0:00:13.442 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:44:31 +0000 (0:00:00.019) 0:00:13.461 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:44:31 +0000 (0:00:00.009) 0:00:13.471 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003430", "end": "2024-01-06 13:44:31.946505", "rc": 0, "start": "2024-01-06 13:44:31.943075" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:44:31 +0000 (0:00:00.193) 0:00:13.664 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:44:31 +0000 (0:00:00.010) 0:00:13.674 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/create_and_remove_interface.yml:29 Saturday 06 January 2024 13:44:31 +0000 (0:00:00.009) 0:00:13.684 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/assert_device_absent.yml:3 Saturday 06 January 2024 13:44:32 +0000 (0:00:00.020) 0:00:13.704 ****** included: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:44:32 +0000 (0:00:00.010) 0:00:13.714 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cin95y7xct/tests/tasks/assert_device_absent.yml:5 Saturday 06 January 2024 13:44:32 +0000 (0:00:00.196) 0:00:13.911 ****** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Saturday 06 January 2024 13:44:32 +0000 (0:00:00.020) 0:00:13.931 ****** =============================================================================== Install iproute --------------------------------------------------------- 1.01s /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.88s /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.86s /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.77s /WORKDIR/git-weekly-cin95y7xct/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.61s /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:23 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-weekly-cin95y7xct/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.27s /WORKDIR/git-weekly-cin95y7xct/tests/tasks/el_repo_setup.yml:17 --------------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:3 ------- Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:45 ------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:31 ------- Delete veth interface veth1298 ------------------------------------------ 0.21s /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:39 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface veth1298 ----------------------------------------- 0.20s /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:3 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-cin95y7xct/tests/tasks/manage_test_interface.yml:50 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cin95y7xct/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-cin95y7xct/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. ---^---^---^---^---^---