# 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-cilzykucw7/.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-cilzykucw7/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-cilzykucw7/tests/tests_helpers_and_asserts.yml:3 Saturday 08 June 2024 13:23:20 +0000 (0:00:00.038) 0:00:00.038 ********* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cilzykucw7/tests/tests_helpers_and_asserts.yml:6 Saturday 08 June 2024 13:23:21 +0000 (0:00:01.014) 0:00:01.052 ********* included: /WORKDIR/git-weekly-cilzykucw7/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-cilzykucw7/tests/tasks/el_repo_setup.yml:3 Saturday 08 June 2024 13:23:21 +0000 (0:00:00.013) 0:00:01.065 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/el_repo_setup.yml:17 Saturday 08 June 2024 13:23:22 +0000 (0:00:00.413) 0:00:01.479 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/el_repo_setup.yml:22 Saturday 08 June 2024 13:23:22 +0000 (0:00:00.290) 0:00:01.770 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/el_repo_setup.yml:26 Saturday 08 June 2024 13:23:22 +0000 (0:00:00.014) 0:00:01.784 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/el_repo_setup.yml:51 Saturday 08 June 2024 13:23:22 +0000 (0:00:00.007) 0:00:01.792 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/enable_epel.yml:8 Saturday 08 June 2024 13:23:22 +0000 (0:00:00.021) 0:00:01.813 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/enable_epel.yml:24 Saturday 08 June 2024 13:23:22 +0000 (0:00:00.008) 0:00:01.822 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/enable_epel.yml:30 Saturday 08 June 2024 13:23:22 +0000 (0:00:00.008) 0:00:01.830 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/enable_epel.yml:35 Saturday 08 June 2024 13:23:22 +0000 (0:00:00.007) 0:00:01.838 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/enable_epel.yml:40 Saturday 08 June 2024 13:23:22 +0000 (0:00:00.007) 0:00:01.845 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tests_helpers_and_asserts.yml:9 Saturday 08 June 2024 13:23:22 +0000 (0:00:00.009) 0:00:01.854 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/create_and_remove_interface.yml:3 Saturday 08 June 2024 13:23:22 +0000 (0:00:00.013) 0:00:01.867 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:3 Saturday 08 June 2024 13:23:22 +0000 (0:00:00.011) 0:00:01.879 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:3 Saturday 08 June 2024 13:23:22 +0000 (0:00:00.012) 0:00:01.891 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003858", "end": "2024-06-08 13:23:22.981351", "rc": 0, "start": "2024-06-08 13:23:22.977493" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:9 Saturday 08 June 2024 13:23:23 +0000 (0:00:00.305) 0:00:02.196 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:5 Saturday 08 June 2024 13:23:23 +0000 (0:00:00.011) 0:00:02.208 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/create_and_remove_interface.yml:5 Saturday 08 June 2024 13:23:23 +0000 (0:00:00.009) 0:00:02.218 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:3 Saturday 08 June 2024 13:23:23 +0000 (0:00:00.014) 0:00:02.232 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:8 Saturday 08 June 2024 13:23:23 +0000 (0:00:00.009) 0:00:02.241 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:13 Saturday 08 June 2024 13:23:23 +0000 (0:00:00.009) 0:00:02.250 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:3 Saturday 08 June 2024 13:23:23 +0000 (0:00:00.013) 0:00:02.264 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:3 Saturday 08 June 2024 13:23:23 +0000 (0:00:00.011) 0:00:02.276 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003861", "end": "2024-06-08 13:23:23.302601", "rc": 0, "start": "2024-06-08 13:23:23.298740" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:9 Saturday 08 June 2024 13:23:23 +0000 (0:00:00.242) 0:00:02.518 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:5 Saturday 08 June 2024 13:23:23 +0000 (0:00:00.010) 0:00:02.529 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:16 Saturday 08 June 2024 13:23:23 +0000 (0:00:00.010) 0:00:02.540 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:27 Saturday 08 June 2024 13:23:25 +0000 (0:00:02.374) 0:00:04.914 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:35 Saturday 08 June 2024 13:23:25 +0000 (0:00:00.018) 0:00:04.932 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:43 Saturday 08 June 2024 13:23:25 +0000 (0:00:00.010) 0:00:04.943 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:49 Saturday 08 June 2024 13:23:25 +0000 (0:00:00.014) 0:00:04.958 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:54 Saturday 08 June 2024 13:23:25 +0000 (0:00:00.010) 0:00:04.969 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:60 Saturday 08 June 2024 13:23:25 +0000 (0:00:00.009) 0:00:04.978 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:65 Saturday 08 June 2024 13:23:25 +0000 (0:00:00.008) 0:00:04.987 ********* 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-cilzykucw7/tests/tasks/create_and_remove_interface.yml:9 Saturday 08 June 2024 13:23:25 +0000 (0:00:00.008) 0:00:04.995 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:3 Saturday 08 June 2024 13:23:25 +0000 (0:00:00.014) 0:00:05.010 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:3 Saturday 08 June 2024 13:23:25 +0000 (0:00:00.010) 0:00:05.020 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003856", "end": "2024-06-08 13:23:26.042132", "rc": 0, "start": "2024-06-08 13:23:26.038276" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:9 Saturday 08 June 2024 13:23:26 +0000 (0:00:00.234) 0:00:05.255 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:5 Saturday 08 June 2024 13:23:26 +0000 (0:00:00.010) 0:00:05.265 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/create_and_remove_interface.yml:11 Saturday 08 June 2024 13:23:26 +0000 (0:00:00.009) 0:00:05.275 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/assert_device_absent.yml:3 Saturday 08 June 2024 13:23:26 +0000 (0:00:00.014) 0:00:05.289 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_interface_stat.yml:3 Saturday 08 June 2024 13:23:26 +0000 (0:00:00.010) 0:00:05.300 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/assert_device_absent.yml:5 Saturday 08 June 2024 13:23:26 +0000 (0:00:00.231) 0:00:05.531 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/create_and_remove_interface.yml:14 Saturday 08 June 2024 13:23:26 +0000 (0:00:00.011) 0:00:05.543 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:3 Saturday 08 June 2024 13:23:26 +0000 (0:00:00.015) 0:00:05.558 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:8 Saturday 08 June 2024 13:23:26 +0000 (0:00:00.007) 0:00:05.566 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:13 Saturday 08 June 2024 13:23:26 +0000 (0:00:00.007) 0:00:05.573 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:3 Saturday 08 June 2024 13:23:26 +0000 (0:00:00.010) 0:00:05.584 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:3 Saturday 08 June 2024 13:23:26 +0000 (0:00:00.010) 0:00:05.594 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003886", "end": "2024-06-08 13:23:26.616589", "rc": 0, "start": "2024-06-08 13:23:26.612703" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:9 Saturday 08 June 2024 13:23:26 +0000 (0:00:00.236) 0:00:05.831 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:5 Saturday 08 June 2024 13:23:26 +0000 (0:00:00.010) 0:00:05.841 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:16 Saturday 08 June 2024 13:23:26 +0000 (0:00:00.009) 0:00:05.851 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:27 Saturday 08 June 2024 13:23:28 +0000 (0:00:02.217) 0:00:08.069 ********* 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.008214", "end": "2024-06-08 13:23:29.099725", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-06-08 13:23:29.091511" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004319", "end": "2024-06-08 13:23:29.390404", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-06-08 13:23:29.386085" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004031", "end": "2024-06-08 13:23:29.618831", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-06-08 13:23:29.614800" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:35 Saturday 08 June 2024 13:23:29 +0000 (0:00:00.765) 0:00:08.834 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024616", "end": "2024-06-08 13:23:29.879625", "rc": 0, "start": "2024-06-08 13:23:29.855009" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:43 Saturday 08 June 2024 13:23:29 +0000 (0:00:00.260) 0:00:09.094 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:49 Saturday 08 June 2024 13:23:29 +0000 (0:00:00.008) 0:00:09.103 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:54 Saturday 08 June 2024 13:23:29 +0000 (0:00:00.008) 0:00:09.112 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:60 Saturday 08 June 2024 13:23:29 +0000 (0:00:00.009) 0:00:09.121 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:65 Saturday 08 June 2024 13:23:29 +0000 (0:00:00.008) 0:00:09.129 ********* 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-cilzykucw7/tests/tasks/create_and_remove_interface.yml:18 Saturday 08 June 2024 13:23:29 +0000 (0:00:00.009) 0:00:09.139 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:3 Saturday 08 June 2024 13:23:29 +0000 (0:00:00.015) 0:00:09.154 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:3 Saturday 08 June 2024 13:23:29 +0000 (0:00:00.009) 0:00:09.164 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003767", "end": "2024-06-08 13:23:30.186044", "rc": 0, "start": "2024-06-08 13:23:30.182277" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:9 Saturday 08 June 2024 13:23:30 +0000 (0:00:00.235) 0:00:09.399 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:5 Saturday 08 June 2024 13:23:30 +0000 (0:00:00.009) 0:00:09.409 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/create_and_remove_interface.yml:20 Saturday 08 June 2024 13:23:30 +0000 (0:00:00.009) 0:00:09.419 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/assert_device_present.yml:3 Saturday 08 June 2024 13:23:30 +0000 (0:00:00.016) 0:00:09.436 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_interface_stat.yml:3 Saturday 08 June 2024 13:23:30 +0000 (0:00:00.009) 0:00:09.446 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717853009.095594, "block_size": 4096, "blocks": 0, "ctime": 1717853009.095594, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 41453, "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": 1717853009.095594, "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-cilzykucw7/tests/tasks/assert_device_present.yml:5 Saturday 08 June 2024 13:23:30 +0000 (0:00:00.233) 0:00:09.679 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/create_and_remove_interface.yml:23 Saturday 08 June 2024 13:23:30 +0000 (0:00:00.010) 0:00:09.690 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:3 Saturday 08 June 2024 13:23:30 +0000 (0:00:00.018) 0:00:09.709 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:8 Saturday 08 June 2024 13:23:30 +0000 (0:00:00.007) 0:00:09.716 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:13 Saturday 08 June 2024 13:23:30 +0000 (0:00:00.007) 0:00:09.724 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:3 Saturday 08 June 2024 13:23:30 +0000 (0:00:00.011) 0:00:09.735 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:3 Saturday 08 June 2024 13:23:30 +0000 (0:00:00.010) 0:00:09.745 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003798", "end": "2024-06-08 13:23:30.768746", "rc": 0, "start": "2024-06-08 13:23:30.764948" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:9 Saturday 08 June 2024 13:23:30 +0000 (0:00:00.236) 0:00:09.982 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:5 Saturday 08 June 2024 13:23:30 +0000 (0:00:00.010) 0:00:09.992 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:16 Saturday 08 June 2024 13:23:30 +0000 (0:00:00.008) 0:00:10.001 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:27 Saturday 08 June 2024 13:23:33 +0000 (0:00:02.250) 0:00:12.252 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:35 Saturday 08 June 2024 13:23:33 +0000 (0:00:00.013) 0:00:12.266 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:43 Saturday 08 June 2024 13:23:33 +0000 (0:00:00.007) 0:00:12.274 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.020463", "end": "2024-06-08 13:23:33.315831", "rc": 0, "start": "2024-06-08 13:23:33.295368" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:49 Saturday 08 June 2024 13:23:33 +0000 (0:00:00.258) 0:00:12.532 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:54 Saturday 08 June 2024 13:23:33 +0000 (0:00:00.008) 0:00:12.540 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:60 Saturday 08 June 2024 13:23:33 +0000 (0:00:00.007) 0:00:12.548 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:65 Saturday 08 June 2024 13:23:33 +0000 (0:00:00.007) 0:00:12.556 ********* 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-cilzykucw7/tests/tasks/create_and_remove_interface.yml:27 Saturday 08 June 2024 13:23:33 +0000 (0:00:00.007) 0:00:12.564 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:3 Saturday 08 June 2024 13:23:33 +0000 (0:00:00.019) 0:00:12.583 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:3 Saturday 08 June 2024 13:23:33 +0000 (0:00:00.009) 0:00:12.593 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003813", "end": "2024-06-08 13:23:33.619944", "rc": 0, "start": "2024-06-08 13:23:33.616131" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:9 Saturday 08 June 2024 13:23:33 +0000 (0:00:00.241) 0:00:12.834 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:5 Saturday 08 June 2024 13:23:33 +0000 (0:00:00.009) 0:00:12.844 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/create_and_remove_interface.yml:29 Saturday 08 June 2024 13:23:33 +0000 (0:00:00.008) 0:00:12.853 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/assert_device_absent.yml:3 Saturday 08 June 2024 13:23:33 +0000 (0:00:00.019) 0:00:12.872 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_interface_stat.yml:3 Saturday 08 June 2024 13:23:33 +0000 (0:00:00.010) 0:00:12.883 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/assert_device_absent.yml:5 Saturday 08 June 2024 13:23:33 +0000 (0:00:00.234) 0:00:13.118 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tests_helpers_and_asserts.yml:15 Saturday 08 June 2024 13:23:33 +0000 (0:00:00.010) 0:00:13.128 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/create_and_remove_interface.yml:3 Saturday 08 June 2024 13:23:33 +0000 (0:00:00.012) 0:00:13.141 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:3 Saturday 08 June 2024 13:23:33 +0000 (0:00:00.009) 0:00:13.151 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:3 Saturday 08 June 2024 13:23:33 +0000 (0:00:00.010) 0:00:13.161 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003710", "end": "2024-06-08 13:23:34.185322", "rc": 0, "start": "2024-06-08 13:23:34.181612" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:9 Saturday 08 June 2024 13:23:34 +0000 (0:00:00.238) 0:00:13.399 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:5 Saturday 08 June 2024 13:23:34 +0000 (0:00:00.010) 0:00:13.409 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/create_and_remove_interface.yml:5 Saturday 08 June 2024 13:23:34 +0000 (0:00:00.009) 0:00:13.419 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:3 Saturday 08 June 2024 13:23:34 +0000 (0:00:00.012) 0:00:13.432 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:8 Saturday 08 June 2024 13:23:34 +0000 (0:00:00.007) 0:00:13.440 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:13 Saturday 08 June 2024 13:23:34 +0000 (0:00:00.007) 0:00:13.447 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:3 Saturday 08 June 2024 13:23:34 +0000 (0:00:00.011) 0:00:13.459 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:3 Saturday 08 June 2024 13:23:34 +0000 (0:00:00.010) 0:00:13.469 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003835", "end": "2024-06-08 13:23:34.500109", "rc": 0, "start": "2024-06-08 13:23:34.496274" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:9 Saturday 08 June 2024 13:23:34 +0000 (0:00:00.245) 0:00:13.714 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:5 Saturday 08 June 2024 13:23:34 +0000 (0:00:00.011) 0:00:13.726 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:16 Saturday 08 June 2024 13:23:34 +0000 (0:00:00.009) 0:00:13.736 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:27 Saturday 08 June 2024 13:23:36 +0000 (0:00:02.201) 0:00:15.937 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:35 Saturday 08 June 2024 13:23:36 +0000 (0:00:00.014) 0:00:15.952 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:43 Saturday 08 June 2024 13:23:36 +0000 (0:00:00.009) 0:00:15.962 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:49 Saturday 08 June 2024 13:23:36 +0000 (0:00:00.009) 0:00:15.972 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:54 Saturday 08 June 2024 13:23:36 +0000 (0:00:00.008) 0:00:15.980 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:60 Saturday 08 June 2024 13:23:36 +0000 (0:00:00.008) 0:00:15.989 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:65 Saturday 08 June 2024 13:23:36 +0000 (0:00:00.008) 0:00:15.997 ********* 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-cilzykucw7/tests/tasks/create_and_remove_interface.yml:9 Saturday 08 June 2024 13:23:36 +0000 (0:00:00.008) 0:00:16.005 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:3 Saturday 08 June 2024 13:23:36 +0000 (0:00:00.014) 0:00:16.020 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:3 Saturday 08 June 2024 13:23:36 +0000 (0:00:00.010) 0:00:16.031 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003874", "end": "2024-06-08 13:23:37.057275", "rc": 0, "start": "2024-06-08 13:23:37.053401" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:9 Saturday 08 June 2024 13:23:37 +0000 (0:00:00.239) 0:00:16.270 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:5 Saturday 08 June 2024 13:23:37 +0000 (0:00:00.010) 0:00:16.281 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/create_and_remove_interface.yml:11 Saturday 08 June 2024 13:23:37 +0000 (0:00:00.010) 0:00:16.291 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/assert_device_absent.yml:3 Saturday 08 June 2024 13:23:37 +0000 (0:00:00.014) 0:00:16.305 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_interface_stat.yml:3 Saturday 08 June 2024 13:23:37 +0000 (0:00:00.011) 0:00:16.317 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/assert_device_absent.yml:5 Saturday 08 June 2024 13:23:37 +0000 (0:00:00.232) 0:00:16.549 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/create_and_remove_interface.yml:14 Saturday 08 June 2024 13:23:37 +0000 (0:00:00.011) 0:00:16.561 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:3 Saturday 08 June 2024 13:23:37 +0000 (0:00:00.016) 0:00:16.577 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:8 Saturday 08 June 2024 13:23:37 +0000 (0:00:00.009) 0:00:16.587 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:13 Saturday 08 June 2024 13:23:37 +0000 (0:00:00.009) 0:00:16.596 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:3 Saturday 08 June 2024 13:23:37 +0000 (0:00:00.012) 0:00:16.608 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:3 Saturday 08 June 2024 13:23:37 +0000 (0:00:00.012) 0:00:16.621 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003839", "end": "2024-06-08 13:23:37.644598", "rc": 0, "start": "2024-06-08 13:23:37.640759" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:9 Saturday 08 June 2024 13:23:37 +0000 (0:00:00.237) 0:00:16.858 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:5 Saturday 08 June 2024 13:23:37 +0000 (0:00:00.012) 0:00:16.871 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:16 Saturday 08 June 2024 13:23:37 +0000 (0:00:00.010) 0:00:16.882 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:27 Saturday 08 June 2024 13:23:39 +0000 (0:00:02.239) 0:00:19.121 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:35 Saturday 08 June 2024 13:23:39 +0000 (0:00:00.014) 0:00:19.136 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:43 Saturday 08 June 2024 13:23:39 +0000 (0:00:00.009) 0:00:19.145 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:49 Saturday 08 June 2024 13:23:39 +0000 (0:00:00.009) 0:00:19.155 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006001", "end": "2024-06-08 13:23:40.182832", "rc": 0, "start": "2024-06-08 13:23:40.176831" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:54 Saturday 08 June 2024 13:23:40 +0000 (0:00:00.256) 0:00:19.412 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:60 Saturday 08 June 2024 13:23:40 +0000 (0:00:00.011) 0:00:19.423 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:65 Saturday 08 June 2024 13:23:40 +0000 (0:00:00.009) 0:00:19.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-cilzykucw7/tests/tasks/create_and_remove_interface.yml:18 Saturday 08 June 2024 13:23:40 +0000 (0:00:00.010) 0:00:19.444 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:3 Saturday 08 June 2024 13:23:40 +0000 (0:00:00.019) 0:00:19.463 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:3 Saturday 08 June 2024 13:23:40 +0000 (0:00:00.012) 0:00:19.475 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003924", "end": "2024-06-08 13:23:40.506294", "rc": 0, "start": "2024-06-08 13:23:40.502370" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:9 Saturday 08 June 2024 13:23:40 +0000 (0:00:00.244) 0:00:19.720 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:5 Saturday 08 June 2024 13:23:40 +0000 (0:00:00.010) 0:00:19.730 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/create_and_remove_interface.yml:20 Saturday 08 June 2024 13:23:40 +0000 (0:00:00.009) 0:00:19.740 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/assert_device_present.yml:3 Saturday 08 June 2024 13:23:40 +0000 (0:00:00.016) 0:00:19.757 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_interface_stat.yml:3 Saturday 08 June 2024 13:23:40 +0000 (0:00:00.010) 0:00:19.768 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717853020.1804738, "block_size": 4096, "blocks": 0, "ctime": 1717853020.1804738, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 41746, "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": 1717853020.1804738, "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-cilzykucw7/tests/tasks/assert_device_present.yml:5 Saturday 08 June 2024 13:23:40 +0000 (0:00:00.235) 0:00:20.003 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/create_and_remove_interface.yml:23 Saturday 08 June 2024 13:23:40 +0000 (0:00:00.011) 0:00:20.014 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:3 Saturday 08 June 2024 13:23:40 +0000 (0:00:00.018) 0:00:20.033 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:8 Saturday 08 June 2024 13:23:40 +0000 (0:00:00.007) 0:00:20.040 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:13 Saturday 08 June 2024 13:23:40 +0000 (0:00:00.007) 0:00:20.048 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:3 Saturday 08 June 2024 13:23:40 +0000 (0:00:00.010) 0:00:20.059 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:3 Saturday 08 June 2024 13:23:40 +0000 (0:00:00.009) 0:00:20.068 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.005003", "end": "2024-06-08 13:23:42.094005", "rc": 0, "start": "2024-06-08 13:23:41.089002" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:9 Saturday 08 June 2024 13:23:42 +0000 (0:00:01.239) 0:00:21.308 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:5 Saturday 08 June 2024 13:23:42 +0000 (0:00:00.010) 0:00:21.318 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:16 Saturday 08 June 2024 13:23:42 +0000 (0:00:00.013) 0:00:21.332 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:27 Saturday 08 June 2024 13:23:44 +0000 (0:00:02.224) 0:00:23.556 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:35 Saturday 08 June 2024 13:23:44 +0000 (0:00:00.015) 0:00:23.571 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:43 Saturday 08 June 2024 13:23:44 +0000 (0:00:00.009) 0:00:23.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-cilzykucw7/tests/tasks/manage_test_interface.yml:49 Saturday 08 June 2024 13:23:44 +0000 (0:00:00.009) 0:00:23.591 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:54 Saturday 08 June 2024 13:23:44 +0000 (0:00:00.010) 0:00:23.601 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.012639", "end": "2024-06-08 13:23:44.638264", "rc": 0, "start": "2024-06-08 13:23:44.625625" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:60 Saturday 08 June 2024 13:23:44 +0000 (0:00:00.255) 0:00:23.857 ********* 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-cilzykucw7/tests/tasks/manage_test_interface.yml:65 Saturday 08 June 2024 13:23:44 +0000 (0:00:00.011) 0:00:23.869 ********* 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-cilzykucw7/tests/tasks/create_and_remove_interface.yml:27 Saturday 08 June 2024 13:23:44 +0000 (0:00:00.009) 0:00:23.879 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:3 Saturday 08 June 2024 13:23:44 +0000 (0:00:00.048) 0:00:23.927 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:3 Saturday 08 June 2024 13:23:44 +0000 (0:00:00.011) 0:00:23.938 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003875", "end": "2024-06-08 13:23:44.963180", "rc": 0, "start": "2024-06-08 13:23:44.959305" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:9 Saturday 08 June 2024 13:23:44 +0000 (0:00:00.239) 0:00:24.178 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/show_interfaces.yml:5 Saturday 08 June 2024 13:23:44 +0000 (0:00:00.010) 0:00:24.189 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/create_and_remove_interface.yml:29 Saturday 08 June 2024 13:23:45 +0000 (0:00:00.011) 0:00:24.200 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/assert_device_absent.yml:3 Saturday 08 June 2024 13:23:45 +0000 (0:00:00.021) 0:00:24.221 ********* included: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_interface_stat.yml:3 Saturday 08 June 2024 13:23:45 +0000 (0:00:00.010) 0:00:24.232 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cilzykucw7/tests/tasks/assert_device_absent.yml:5 Saturday 08 June 2024 13:23:45 +0000 (0:00:00.239) 0:00:24.472 ********* 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 08 June 2024 13:23:45 +0000 (0:00:00.017) 0:00:24.490 ********* =============================================================================== Install iproute --------------------------------------------------------- 2.37s /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.25s /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.24s /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.22s /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.22s /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.20s /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:16 ------- Gather current interface info ------------------------------------------- 1.24s /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:3 ------- Gathering Facts --------------------------------------------------------- 1.01s /WORKDIR/git-weekly-cilzykucw7/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.77s /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:27 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.41s /WORKDIR/git-weekly-cilzykucw7/tests/tasks/el_repo_setup.yml:3 ---------------- Gather current interface info ------------------------------------------- 0.31s /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:3 ------- Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-weekly-cilzykucw7/tests/tasks/el_repo_setup.yml:17 --------------- Set up veth as managed by NetworkManager -------------------------------- 0.26s /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:35 ------- Delete veth interface veth1298 ------------------------------------------ 0.26s /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:43 ------- Create dummy interface dummy1298 ---------------------------------------- 0.26s /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:49 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.26s /WORKDIR/git-weekly-cilzykucw7/tests/tasks/manage_test_interface.yml:54 ------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cilzykucw7/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cilzykucw7/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. ---^---^---^---^---^---