# 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-cihac4k_am/.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-cihac4k_am/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-cihac4k_am/tests/tests_helpers_and_asserts.yml:3 Saturday 04 May 2024 13:15:05 +0000 (0:00:00.032) 0:00:00.032 ********** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cihac4k_am/tests/tests_helpers_and_asserts.yml:6 Saturday 04 May 2024 13:15:06 +0000 (0:00:00.991) 0:00:01.024 ********** included: /WORKDIR/git-weekly-cihac4k_am/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-cihac4k_am/tests/tasks/el_repo_setup.yml:3 Saturday 04 May 2024 13:15:06 +0000 (0:00:00.012) 0:00:01.036 ********** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/el_repo_setup.yml:17 Saturday 04 May 2024 13:15:06 +0000 (0:00:00.016) 0:00:01.053 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/el_repo_setup.yml:22 Saturday 04 May 2024 13:15:06 +0000 (0:00:00.285) 0:00:01.339 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/el_repo_setup.yml:26 Saturday 04 May 2024 13:15:06 +0000 (0:00:00.013) 0:00:01.352 ********** 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-cihac4k_am/tests/tasks/el_repo_setup.yml:51 Saturday 04 May 2024 13:15:06 +0000 (0:00:00.007) 0:00:01.359 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/enable_epel.yml:8 Saturday 04 May 2024 13:15:06 +0000 (0:00:00.019) 0:00:01.379 ********** 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-cihac4k_am/tests/tasks/enable_epel.yml:24 Saturday 04 May 2024 13:15:06 +0000 (0:00:00.007) 0:00:01.386 ********** 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-cihac4k_am/tests/tasks/enable_epel.yml:30 Saturday 04 May 2024 13:15:06 +0000 (0:00:00.007) 0:00:01.393 ********** 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-cihac4k_am/tests/tasks/enable_epel.yml:35 Saturday 04 May 2024 13:15:06 +0000 (0:00:00.006) 0:00:01.399 ********** 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-cihac4k_am/tests/tasks/enable_epel.yml:40 Saturday 04 May 2024 13:15:06 +0000 (0:00:00.006) 0:00:01.406 ********** 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-cihac4k_am/tests/tests_helpers_and_asserts.yml:9 Saturday 04 May 2024 13:15:06 +0000 (0:00:00.006) 0:00:01.412 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/create_and_remove_interface.yml:3 Saturday 04 May 2024 13:15:06 +0000 (0:00:00.010) 0:00:01.422 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:15:06 +0000 (0:00:00.009) 0:00:01.432 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:15:06 +0000 (0:00:00.008) 0:00:01.440 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003365", "end": "2024-05-04 13:15:07.007976", "rc": 0, "start": "2024-05-04 13:15:07.004611" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:15:07 +0000 (0:00:00.285) 0:00:01.726 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:15:07 +0000 (0:00:00.010) 0:00:01.737 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/create_and_remove_interface.yml:5 Saturday 04 May 2024 13:15:07 +0000 (0:00:00.008) 0:00:01.745 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:15:07 +0000 (0:00:00.013) 0:00:01.759 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:15:07 +0000 (0:00:00.007) 0:00:01.766 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:15:07 +0000 (0:00:00.007) 0:00:01.773 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:15:07 +0000 (0:00:00.010) 0:00:01.784 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:15:07 +0000 (0:00:00.012) 0:00:01.796 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003382", "end": "2024-05-04 13:15:07.306667", "rc": 0, "start": "2024-05-04 13:15:07.303285" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:15:07 +0000 (0:00:00.228) 0:00:02.025 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:15:07 +0000 (0:00:00.010) 0:00:02.035 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:15:07 +0000 (0:00:00.009) 0:00:02.045 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:27 Saturday 04 May 2024 13:15:09 +0000 (0:00:02.253) 0:00:04.298 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:35 Saturday 04 May 2024 13:15:09 +0000 (0:00:00.016) 0:00:04.315 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:43 Saturday 04 May 2024 13:15:09 +0000 (0:00:00.011) 0:00:04.327 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:49 Saturday 04 May 2024 13:15:09 +0000 (0:00:00.011) 0:00:04.338 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:54 Saturday 04 May 2024 13:15:09 +0000 (0:00:00.016) 0:00:04.354 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:60 Saturday 04 May 2024 13:15:09 +0000 (0:00:00.009) 0:00:04.364 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:15:09 +0000 (0:00:00.007) 0:00:04.372 ********** 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-cihac4k_am/tests/tasks/create_and_remove_interface.yml:9 Saturday 04 May 2024 13:15:09 +0000 (0:00:00.011) 0:00:04.384 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:15:09 +0000 (0:00:00.013) 0:00:04.397 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:15:09 +0000 (0:00:00.017) 0:00:04.414 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003718", "end": "2024-05-04 13:15:09.927776", "rc": 0, "start": "2024-05-04 13:15:09.924058" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:15:09 +0000 (0:00:00.232) 0:00:04.646 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:15:09 +0000 (0:00:00.009) 0:00:04.656 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/create_and_remove_interface.yml:11 Saturday 04 May 2024 13:15:09 +0000 (0:00:00.009) 0:00:04.666 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/assert_device_absent.yml:3 Saturday 04 May 2024 13:15:09 +0000 (0:00:00.030) 0:00:04.696 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:15:10 +0000 (0:00:00.015) 0:00:04.712 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/assert_device_absent.yml:5 Saturday 04 May 2024 13:15:10 +0000 (0:00:00.233) 0:00:04.946 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/create_and_remove_interface.yml:14 Saturday 04 May 2024 13:15:10 +0000 (0:00:00.010) 0:00:04.956 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:15:10 +0000 (0:00:00.015) 0:00:04.971 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:15:10 +0000 (0:00:00.007) 0:00:04.979 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:15:10 +0000 (0:00:00.007) 0:00:04.986 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:15:10 +0000 (0:00:00.010) 0:00:04.997 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:15:10 +0000 (0:00:00.010) 0:00:05.007 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003619", "end": "2024-05-04 13:15:10.516807", "rc": 0, "start": "2024-05-04 13:15:10.513188" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:15:10 +0000 (0:00:00.228) 0:00:05.235 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:15:10 +0000 (0:00:00.010) 0:00:05.245 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:15:10 +0000 (0:00:00.008) 0:00:05.254 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:27 Saturday 04 May 2024 13:15:12 +0000 (0:00:02.130) 0:00:07.385 ********** 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.005530", "end": "2024-05-04 13:15:12.901029", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-05-04 13:15:12.895499" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004075", "end": "2024-05-04 13:15:13.182484", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-05-04 13:15:13.178409" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003496", "end": "2024-05-04 13:15:13.414906", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-05-04 13:15:13.411410" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:35 Saturday 04 May 2024 13:15:13 +0000 (0:00:00.764) 0:00:08.149 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023032", "end": "2024-05-04 13:15:13.683039", "rc": 0, "start": "2024-05-04 13:15:13.660007" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:43 Saturday 04 May 2024 13:15:13 +0000 (0:00:00.255) 0:00:08.404 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:49 Saturday 04 May 2024 13:15:13 +0000 (0:00:00.021) 0:00:08.426 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:54 Saturday 04 May 2024 13:15:13 +0000 (0:00:00.009) 0:00:08.435 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:60 Saturday 04 May 2024 13:15:13 +0000 (0:00:00.032) 0:00:08.468 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:15:13 +0000 (0:00:00.014) 0:00:08.482 ********** 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-cihac4k_am/tests/tasks/create_and_remove_interface.yml:18 Saturday 04 May 2024 13:15:13 +0000 (0:00:00.010) 0:00:08.492 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:15:13 +0000 (0:00:00.016) 0:00:08.509 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:15:13 +0000 (0:00:00.009) 0:00:08.518 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003624", "end": "2024-05-04 13:15:14.031387", "rc": 0, "start": "2024-05-04 13:15:14.027763" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:15:14 +0000 (0:00:00.233) 0:00:08.751 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:15:14 +0000 (0:00:00.009) 0:00:08.761 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/create_and_remove_interface.yml:20 Saturday 04 May 2024 13:15:14 +0000 (0:00:00.008) 0:00:08.770 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/assert_device_present.yml:3 Saturday 04 May 2024 13:15:14 +0000 (0:00:00.016) 0:00:08.786 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:15:14 +0000 (0:00:00.009) 0:00:08.796 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714828512.8993263, "block_size": 4096, "blocks": 0, "ctime": 1714828512.8993263, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33377, "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": 1714828512.8993263, "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-cihac4k_am/tests/tasks/assert_device_present.yml:5 Saturday 04 May 2024 13:15:14 +0000 (0:00:00.229) 0:00:09.025 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/create_and_remove_interface.yml:23 Saturday 04 May 2024 13:15:14 +0000 (0:00:00.009) 0:00:09.035 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:15:14 +0000 (0:00:00.018) 0:00:09.053 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:15:14 +0000 (0:00:00.007) 0:00:09.061 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:15:14 +0000 (0:00:00.017) 0:00:09.078 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:15:14 +0000 (0:00:00.011) 0:00:09.089 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:15:14 +0000 (0:00:00.010) 0:00:09.100 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003616", "end": "2024-05-04 13:15:14.612067", "rc": 0, "start": "2024-05-04 13:15:14.608451" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:15:14 +0000 (0:00:00.230) 0:00:09.331 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:15:14 +0000 (0:00:00.011) 0:00:09.342 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:15:14 +0000 (0:00:00.009) 0:00:09.352 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:27 Saturday 04 May 2024 13:15:16 +0000 (0:00:02.149) 0:00:11.501 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:35 Saturday 04 May 2024 13:15:16 +0000 (0:00:00.013) 0:00:11.515 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:43 Saturday 04 May 2024 13:15:16 +0000 (0:00:00.008) 0:00:11.523 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011841", "end": "2024-05-04 13:15:17.042774", "rc": 0, "start": "2024-05-04 13:15:17.030933" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:49 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.245) 0:00:11.769 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:54 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.008) 0:00:11.778 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:60 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.009) 0:00:11.787 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.007) 0:00:11.795 ********** 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-cihac4k_am/tests/tasks/create_and_remove_interface.yml:27 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.007) 0:00:11.802 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.018) 0:00:11.821 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.009) 0:00:11.831 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003558", "end": "2024-05-04 13:15:17.341776", "rc": 0, "start": "2024-05-04 13:15:17.338218" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.230) 0:00:12.062 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.009) 0:00:12.071 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/create_and_remove_interface.yml:29 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.008) 0:00:12.080 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/assert_device_absent.yml:3 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.019) 0:00:12.099 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.009) 0:00:12.109 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/assert_device_absent.yml:5 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.225) 0:00:12.335 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tests_helpers_and_asserts.yml:15 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.011) 0:00:12.346 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/create_and_remove_interface.yml:3 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.013) 0:00:12.360 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.011) 0:00:12.371 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.011) 0:00:12.383 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003307", "end": "2024-05-04 13:15:17.897038", "rc": 0, "start": "2024-05-04 13:15:17.893731" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.232) 0:00:12.615 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.009) 0:00:12.625 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/create_and_remove_interface.yml:5 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.008) 0:00:12.634 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.012) 0:00:12.646 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.007) 0:00:12.654 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.007) 0:00:12.661 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.010) 0:00:12.672 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:15:17 +0000 (0:00:00.009) 0:00:12.681 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003439", "end": "2024-05-04 13:15:18.189678", "rc": 0, "start": "2024-05-04 13:15:18.186239" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:15:18 +0000 (0:00:00.227) 0:00:12.908 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:15:18 +0000 (0:00:00.010) 0:00:12.918 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:15:18 +0000 (0:00:00.008) 0:00:12.927 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:27 Saturday 04 May 2024 13:15:20 +0000 (0:00:02.143) 0:00:15.070 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:35 Saturday 04 May 2024 13:15:20 +0000 (0:00:00.013) 0:00:15.083 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:43 Saturday 04 May 2024 13:15:20 +0000 (0:00:00.008) 0:00:15.092 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:49 Saturday 04 May 2024 13:15:20 +0000 (0:00:00.008) 0:00:15.100 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:54 Saturday 04 May 2024 13:15:20 +0000 (0:00:00.008) 0:00:15.108 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:60 Saturday 04 May 2024 13:15:20 +0000 (0:00:00.008) 0:00:15.117 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:15:20 +0000 (0:00:00.008) 0:00:15.125 ********** 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-cihac4k_am/tests/tasks/create_and_remove_interface.yml:9 Saturday 04 May 2024 13:15:20 +0000 (0:00:00.007) 0:00:15.132 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:15:20 +0000 (0:00:00.013) 0:00:15.146 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:15:20 +0000 (0:00:00.009) 0:00:15.156 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003481", "end": "2024-05-04 13:15:20.666312", "rc": 0, "start": "2024-05-04 13:15:20.662831" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:15:20 +0000 (0:00:00.229) 0:00:15.385 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:15:20 +0000 (0:00:00.009) 0:00:15.395 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/create_and_remove_interface.yml:11 Saturday 04 May 2024 13:15:20 +0000 (0:00:00.008) 0:00:15.404 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/assert_device_absent.yml:3 Saturday 04 May 2024 13:15:20 +0000 (0:00:00.013) 0:00:15.417 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:15:20 +0000 (0:00:00.009) 0:00:15.426 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/assert_device_absent.yml:5 Saturday 04 May 2024 13:15:20 +0000 (0:00:00.223) 0:00:15.650 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/create_and_remove_interface.yml:14 Saturday 04 May 2024 13:15:20 +0000 (0:00:00.011) 0:00:15.661 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:15:20 +0000 (0:00:00.015) 0:00:15.677 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:15:20 +0000 (0:00:00.009) 0:00:15.686 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:15:20 +0000 (0:00:00.008) 0:00:15.695 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:15:21 +0000 (0:00:00.011) 0:00:15.706 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:15:21 +0000 (0:00:00.010) 0:00:15.716 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003396", "end": "2024-05-04 13:15:21.225537", "rc": 0, "start": "2024-05-04 13:15:21.222141" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:15:21 +0000 (0:00:00.227) 0:00:15.943 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:15:21 +0000 (0:00:00.010) 0:00:15.954 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:15:21 +0000 (0:00:00.008) 0:00:15.962 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:27 Saturday 04 May 2024 13:15:23 +0000 (0:00:02.148) 0:00:18.111 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:35 Saturday 04 May 2024 13:15:23 +0000 (0:00:00.014) 0:00:18.126 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:43 Saturday 04 May 2024 13:15:23 +0000 (0:00:00.008) 0:00:18.134 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:49 Saturday 04 May 2024 13:15:23 +0000 (0:00:00.009) 0:00:18.143 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.096448", "end": "2024-05-04 13:15:23.748669", "rc": 0, "start": "2024-05-04 13:15:23.652221" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:54 Saturday 04 May 2024 13:15:23 +0000 (0:00:00.335) 0:00:18.479 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:60 Saturday 04 May 2024 13:15:23 +0000 (0:00:00.009) 0:00:18.489 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:15:23 +0000 (0:00:00.009) 0:00:18.498 ********** 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-cihac4k_am/tests/tasks/create_and_remove_interface.yml:18 Saturday 04 May 2024 13:15:23 +0000 (0:00:00.009) 0:00:18.507 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:15:23 +0000 (0:00:00.016) 0:00:18.523 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:15:23 +0000 (0:00:00.009) 0:00:18.533 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003343", "end": "2024-05-04 13:15:24.041840", "rc": 0, "start": "2024-05-04 13:15:24.038497" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:15:24 +0000 (0:00:00.227) 0:00:18.760 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:15:24 +0000 (0:00:00.010) 0:00:18.770 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/create_and_remove_interface.yml:20 Saturday 04 May 2024 13:15:24 +0000 (0:00:00.015) 0:00:18.786 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/assert_device_present.yml:3 Saturday 04 May 2024 13:15:24 +0000 (0:00:00.024) 0:00:18.811 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:15:24 +0000 (0:00:00.011) 0:00:18.822 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714828523.746087, "block_size": 4096, "blocks": 0, "ctime": 1714828523.746087, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33709, "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": 1714828523.746087, "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-cihac4k_am/tests/tasks/assert_device_present.yml:5 Saturday 04 May 2024 13:15:24 +0000 (0:00:00.237) 0:00:19.060 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/create_and_remove_interface.yml:23 Saturday 04 May 2024 13:15:24 +0000 (0:00:00.011) 0:00:19.071 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:15:24 +0000 (0:00:00.018) 0:00:19.090 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:15:24 +0000 (0:00:00.008) 0:00:19.099 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:15:24 +0000 (0:00:00.007) 0:00:19.106 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:15:24 +0000 (0:00:00.010) 0:00:19.117 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:15:24 +0000 (0:00:00.009) 0:00:19.127 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003467", "end": "2024-05-04 13:15:24.635905", "rc": 0, "start": "2024-05-04 13:15:24.632438" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:15:24 +0000 (0:00:00.231) 0:00:19.358 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:15:24 +0000 (0:00:00.013) 0:00:19.371 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:15:24 +0000 (0:00:00.022) 0:00:19.394 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:27 Saturday 04 May 2024 13:15:26 +0000 (0:00:02.153) 0:00:21.548 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:35 Saturday 04 May 2024 13:15:26 +0000 (0:00:00.014) 0:00:21.562 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:43 Saturday 04 May 2024 13:15:26 +0000 (0:00:00.008) 0:00:21.570 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:49 Saturday 04 May 2024 13:15:26 +0000 (0:00:00.007) 0:00:21.578 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:54 Saturday 04 May 2024 13:15:26 +0000 (0:00:00.009) 0:00:21.587 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007829", "end": "2024-05-04 13:15:27.104494", "rc": 0, "start": "2024-05-04 13:15:27.096665" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:60 Saturday 04 May 2024 13:15:27 +0000 (0:00:00.242) 0:00:21.830 ********** 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-cihac4k_am/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:15:27 +0000 (0:00:00.009) 0:00:21.840 ********** 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-cihac4k_am/tests/tasks/create_and_remove_interface.yml:27 Saturday 04 May 2024 13:15:27 +0000 (0:00:00.007) 0:00:21.847 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:15:27 +0000 (0:00:00.033) 0:00:21.880 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:15:27 +0000 (0:00:00.009) 0:00:21.890 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003521", "end": "2024-05-04 13:15:27.401629", "rc": 0, "start": "2024-05-04 13:15:27.398108" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:15:27 +0000 (0:00:00.230) 0:00:22.121 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:15:27 +0000 (0:00:00.009) 0:00:22.131 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/create_and_remove_interface.yml:29 Saturday 04 May 2024 13:15:27 +0000 (0:00:00.009) 0:00:22.140 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/assert_device_absent.yml:3 Saturday 04 May 2024 13:15:27 +0000 (0:00:00.018) 0:00:22.159 ********** included: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:15:27 +0000 (0:00:00.009) 0:00:22.169 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cihac4k_am/tests/tasks/assert_device_absent.yml:5 Saturday 04 May 2024 13:15:27 +0000 (0:00:00.226) 0:00:22.396 ********** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=118 changed=0 unreachable=0 failed=0 skipped=56 rescued=0 ignored=0 Saturday 04 May 2024 13:15:27 +0000 (0:00:00.014) 0:00:22.410 ********** =============================================================================== Install iproute --------------------------------------------------------- 2.25s /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.15s /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.15s /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.15s /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.14s /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.13s /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.99s /WORKDIR/git-weekly-cihac4k_am/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.76s /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:27 ------- Create dummy interface dummy1298 ---------------------------------------- 0.34s /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:49 ------- Gather current interface info ------------------------------------------- 0.29s /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:3 ------- Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-weekly-cihac4k_am/tests/tasks/el_repo_setup.yml:17 --------------- Set up veth as managed by NetworkManager -------------------------------- 0.26s /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:35 ------- Delete veth interface veth1298 ------------------------------------------ 0.25s /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:43 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-weekly-cihac4k_am/tests/tasks/manage_test_interface.yml:54 ------- Get stat for interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_interface_stat.yml:3 ----------- Get stat for interface veth1298 ----------------------------------------- 0.23s /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-cihac4k_am/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-cihac4k_am/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. ---^---^---^---^---^---