# 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-cil77il_90/.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-cil77il_90/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-cil77il_90/tests/tests_helpers_and_asserts.yml:3 Wednesday 26 June 2024 15:15:46 +0000 (0:00:00.034) 0:00:00.034 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cil77il_90/tests/tests_helpers_and_asserts.yml:6 Wednesday 26 June 2024 15:15:47 +0000 (0:00:01.016) 0:00:01.050 ******** included: /WORKDIR/git-weekly-cil77il_90/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-cil77il_90/tests/tasks/el_repo_setup.yml:3 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.012) 0:00:01.063 ******** 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-cil77il_90/tests/tasks/el_repo_setup.yml:17 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.017) 0:00:01.081 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/el_repo_setup.yml:22 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.289) 0:00:01.370 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/el_repo_setup.yml:26 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.013) 0:00:01.384 ******** 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-cil77il_90/tests/tasks/el_repo_setup.yml:51 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.007) 0:00:01.392 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/enable_epel.yml:8 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.021) 0:00:01.413 ******** 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-cil77il_90/tests/tasks/enable_epel.yml:24 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.007) 0:00:01.421 ******** 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-cil77il_90/tests/tasks/enable_epel.yml:30 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.007) 0:00:01.428 ******** 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-cil77il_90/tests/tasks/enable_epel.yml:35 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.007) 0:00:01.435 ******** 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-cil77il_90/tests/tasks/enable_epel.yml:40 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.007) 0:00:01.443 ******** 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-cil77il_90/tests/tests_helpers_and_asserts.yml:9 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.006) 0:00:01.449 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/create_and_remove_interface.yml:3 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.011) 0:00:01.460 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:3 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.010) 0:00:01.470 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.009) 0:00:01.480 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004293", "end": "2024-06-26 15:15:47.737989", "rc": 0, "start": "2024-06-26 15:15:47.733696" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:9 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.294) 0:00:01.775 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:5 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.011) 0:00:01.786 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/create_and_remove_interface.yml:5 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.008) 0:00:01.795 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:3 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.013) 0:00:01.808 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:8 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.007) 0:00:01.816 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:13 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.007) 0:00:01.823 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:3 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.010) 0:00:01.834 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 Wednesday 26 June 2024 15:15:47 +0000 (0:00:00.009) 0:00:01.843 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003778", "end": "2024-06-26 15:15:48.045946", "rc": 0, "start": "2024-06-26 15:15:48.042168" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:9 Wednesday 26 June 2024 15:15:48 +0000 (0:00:00.240) 0:00:02.083 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:5 Wednesday 26 June 2024 15:15:48 +0000 (0:00:00.010) 0:00:02.093 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:16 Wednesday 26 June 2024 15:15:48 +0000 (0:00:00.008) 0:00:02.102 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:27 Wednesday 26 June 2024 15:15:50 +0000 (0:00:02.358) 0:00:04.461 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:35 Wednesday 26 June 2024 15:15:50 +0000 (0:00:00.014) 0:00:04.475 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:43 Wednesday 26 June 2024 15:15:50 +0000 (0:00:00.008) 0:00:04.484 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:49 Wednesday 26 June 2024 15:15:50 +0000 (0:00:00.008) 0:00:04.492 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:54 Wednesday 26 June 2024 15:15:50 +0000 (0:00:00.008) 0:00:04.501 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:60 Wednesday 26 June 2024 15:15:50 +0000 (0:00:00.008) 0:00:04.509 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:65 Wednesday 26 June 2024 15:15:50 +0000 (0:00:00.008) 0:00:04.517 ******** 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-cil77il_90/tests/tasks/create_and_remove_interface.yml:9 Wednesday 26 June 2024 15:15:50 +0000 (0:00:00.007) 0:00:04.525 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:3 Wednesday 26 June 2024 15:15:50 +0000 (0:00:00.013) 0:00:04.539 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 Wednesday 26 June 2024 15:15:50 +0000 (0:00:00.009) 0:00:04.548 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003948", "end": "2024-06-26 15:15:50.751471", "rc": 0, "start": "2024-06-26 15:15:50.747523" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:9 Wednesday 26 June 2024 15:15:50 +0000 (0:00:00.238) 0:00:04.786 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:5 Wednesday 26 June 2024 15:15:50 +0000 (0:00:00.011) 0:00:04.798 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/create_and_remove_interface.yml:11 Wednesday 26 June 2024 15:15:50 +0000 (0:00:00.009) 0:00:04.807 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/assert_device_absent.yml:3 Wednesday 26 June 2024 15:15:50 +0000 (0:00:00.013) 0:00:04.821 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_interface_stat.yml:3 Wednesday 26 June 2024 15:15:50 +0000 (0:00:00.010) 0:00:04.831 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/assert_device_absent.yml:5 Wednesday 26 June 2024 15:15:51 +0000 (0:00:00.227) 0:00:05.058 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/create_and_remove_interface.yml:14 Wednesday 26 June 2024 15:15:51 +0000 (0:00:00.011) 0:00:05.069 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:3 Wednesday 26 June 2024 15:15:51 +0000 (0:00:00.015) 0:00:05.085 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:8 Wednesday 26 June 2024 15:15:51 +0000 (0:00:00.007) 0:00:05.092 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:13 Wednesday 26 June 2024 15:15:51 +0000 (0:00:00.007) 0:00:05.100 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:3 Wednesday 26 June 2024 15:15:51 +0000 (0:00:00.010) 0:00:05.110 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 Wednesday 26 June 2024 15:15:51 +0000 (0:00:00.010) 0:00:05.120 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003587", "end": "2024-06-26 15:15:51.318899", "rc": 0, "start": "2024-06-26 15:15:51.315312" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:9 Wednesday 26 June 2024 15:15:51 +0000 (0:00:00.236) 0:00:05.357 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:5 Wednesday 26 June 2024 15:15:51 +0000 (0:00:00.010) 0:00:05.368 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:16 Wednesday 26 June 2024 15:15:51 +0000 (0:00:00.009) 0:00:05.377 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:27 Wednesday 26 June 2024 15:15:53 +0000 (0:00:02.233) 0:00:07.610 ******** 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.005916", "end": "2024-06-26 15:15:53.813414", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-06-26 15:15:53.807498" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.005123", "end": "2024-06-26 15:15:54.100786", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-06-26 15:15:54.095663" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004301", "end": "2024-06-26 15:15:54.329332", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-06-26 15:15:54.325031" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:35 Wednesday 26 June 2024 15:15:54 +0000 (0:00:00.756) 0:00:08.367 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.025505", "end": "2024-06-26 15:15:54.589581", "rc": 0, "start": "2024-06-26 15:15:54.564076" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:43 Wednesday 26 June 2024 15:15:54 +0000 (0:00:00.258) 0:00:08.625 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:49 Wednesday 26 June 2024 15:15:54 +0000 (0:00:00.009) 0:00:08.634 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:54 Wednesday 26 June 2024 15:15:54 +0000 (0:00:00.008) 0:00:08.643 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:60 Wednesday 26 June 2024 15:15:54 +0000 (0:00:00.009) 0:00:08.652 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:65 Wednesday 26 June 2024 15:15:54 +0000 (0:00:00.007) 0:00:08.660 ******** 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-cil77il_90/tests/tasks/create_and_remove_interface.yml:18 Wednesday 26 June 2024 15:15:54 +0000 (0:00:00.007) 0:00:08.667 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:3 Wednesday 26 June 2024 15:15:54 +0000 (0:00:00.015) 0:00:08.683 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 Wednesday 26 June 2024 15:15:54 +0000 (0:00:00.009) 0:00:08.692 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003632", "end": "2024-06-26 15:15:54.895429", "rc": 0, "start": "2024-06-26 15:15:54.891797" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:9 Wednesday 26 June 2024 15:15:54 +0000 (0:00:00.240) 0:00:08.932 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:5 Wednesday 26 June 2024 15:15:54 +0000 (0:00:00.009) 0:00:08.942 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/create_and_remove_interface.yml:20 Wednesday 26 June 2024 15:15:54 +0000 (0:00:00.009) 0:00:08.951 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/assert_device_present.yml:3 Wednesday 26 June 2024 15:15:54 +0000 (0:00:00.016) 0:00:08.968 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_interface_stat.yml:3 Wednesday 26 June 2024 15:15:54 +0000 (0:00:00.009) 0:00:08.977 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719414953.8117774, "block_size": 4096, "blocks": 0, "ctime": 1719414953.8117774, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37696, "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": 1719414953.8117774, "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-cil77il_90/tests/tasks/assert_device_present.yml:5 Wednesday 26 June 2024 15:15:55 +0000 (0:00:00.238) 0:00:09.216 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/create_and_remove_interface.yml:23 Wednesday 26 June 2024 15:15:55 +0000 (0:00:00.011) 0:00:09.227 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:3 Wednesday 26 June 2024 15:15:55 +0000 (0:00:00.018) 0:00:09.246 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:8 Wednesday 26 June 2024 15:15:55 +0000 (0:00:00.008) 0:00:09.254 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:13 Wednesday 26 June 2024 15:15:55 +0000 (0:00:00.007) 0:00:09.262 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:3 Wednesday 26 June 2024 15:15:55 +0000 (0:00:00.011) 0:00:09.273 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 Wednesday 26 June 2024 15:15:55 +0000 (0:00:00.010) 0:00:09.284 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003535", "end": "2024-06-26 15:15:55.484366", "rc": 0, "start": "2024-06-26 15:15:55.480831" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:9 Wednesday 26 June 2024 15:15:55 +0000 (0:00:00.235) 0:00:09.519 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:5 Wednesday 26 June 2024 15:15:55 +0000 (0:00:00.010) 0:00:09.530 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:16 Wednesday 26 June 2024 15:15:55 +0000 (0:00:00.008) 0:00:09.539 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:27 Wednesday 26 June 2024 15:15:57 +0000 (0:00:02.255) 0:00:11.794 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:35 Wednesday 26 June 2024 15:15:57 +0000 (0:00:00.014) 0:00:11.808 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:43 Wednesday 26 June 2024 15:15:57 +0000 (0:00:00.008) 0:00:11.816 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.017414", "end": "2024-06-26 15:15:58.028993", "rc": 0, "start": "2024-06-26 15:15:58.011579" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:49 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.252) 0:00:12.068 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:54 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.008) 0:00:12.077 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:60 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.007) 0:00:12.085 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:65 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.008) 0:00:12.093 ******** 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-cil77il_90/tests/tasks/create_and_remove_interface.yml:27 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.007) 0:00:12.101 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:3 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.019) 0:00:12.120 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.009) 0:00:12.129 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003691", "end": "2024-06-26 15:15:58.331511", "rc": 0, "start": "2024-06-26 15:15:58.327820" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:9 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.238) 0:00:12.367 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:5 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.009) 0:00:12.377 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/create_and_remove_interface.yml:29 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.009) 0:00:12.387 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/assert_device_absent.yml:3 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.019) 0:00:12.406 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_interface_stat.yml:3 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.011) 0:00:12.418 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/assert_device_absent.yml:5 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.234) 0:00:12.652 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tests_helpers_and_asserts.yml:15 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.011) 0:00:12.664 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/create_and_remove_interface.yml:3 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.012) 0:00:12.677 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:3 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.010) 0:00:12.687 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.010) 0:00:12.698 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.005917", "end": "2024-06-26 15:15:58.901205", "rc": 0, "start": "2024-06-26 15:15:58.895288" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:9 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.240) 0:00:12.938 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:5 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.010) 0:00:12.948 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/create_and_remove_interface.yml:5 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.008) 0:00:12.957 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:3 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.012) 0:00:12.970 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:8 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.007) 0:00:12.977 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:13 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.007) 0:00:12.985 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:3 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.010) 0:00:12.996 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 Wednesday 26 June 2024 15:15:58 +0000 (0:00:00.009) 0:00:13.005 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003792", "end": "2024-06-26 15:15:59.209008", "rc": 0, "start": "2024-06-26 15:15:59.205216" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:9 Wednesday 26 June 2024 15:15:59 +0000 (0:00:00.241) 0:00:13.247 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:5 Wednesday 26 June 2024 15:15:59 +0000 (0:00:00.011) 0:00:13.259 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:16 Wednesday 26 June 2024 15:15:59 +0000 (0:00:00.009) 0:00:13.268 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:27 Wednesday 26 June 2024 15:16:01 +0000 (0:00:02.286) 0:00:15.555 ******** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:35 Wednesday 26 June 2024 15:16:01 +0000 (0:00:00.014) 0:00:15.569 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:43 Wednesday 26 June 2024 15:16:01 +0000 (0:00:00.008) 0:00:15.577 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:49 Wednesday 26 June 2024 15:16:01 +0000 (0:00:00.008) 0:00:15.586 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:54 Wednesday 26 June 2024 15:16:01 +0000 (0:00:00.008) 0:00:15.594 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:60 Wednesday 26 June 2024 15:16:01 +0000 (0:00:00.008) 0:00:15.602 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:65 Wednesday 26 June 2024 15:16:01 +0000 (0:00:00.007) 0:00:15.610 ******** 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-cil77il_90/tests/tasks/create_and_remove_interface.yml:9 Wednesday 26 June 2024 15:16:01 +0000 (0:00:00.007) 0:00:15.617 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:3 Wednesday 26 June 2024 15:16:01 +0000 (0:00:00.013) 0:00:15.630 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 Wednesday 26 June 2024 15:16:01 +0000 (0:00:00.009) 0:00:15.640 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003746", "end": "2024-06-26 15:16:01.845348", "rc": 0, "start": "2024-06-26 15:16:01.841602" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:9 Wednesday 26 June 2024 15:16:01 +0000 (0:00:00.242) 0:00:15.882 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:5 Wednesday 26 June 2024 15:16:01 +0000 (0:00:00.010) 0:00:15.892 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/create_and_remove_interface.yml:11 Wednesday 26 June 2024 15:16:01 +0000 (0:00:00.013) 0:00:15.905 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/assert_device_absent.yml:3 Wednesday 26 June 2024 15:16:01 +0000 (0:00:00.014) 0:00:15.919 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_interface_stat.yml:3 Wednesday 26 June 2024 15:16:01 +0000 (0:00:00.011) 0:00:15.931 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/assert_device_absent.yml:5 Wednesday 26 June 2024 15:16:02 +0000 (0:00:00.235) 0:00:16.167 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/create_and_remove_interface.yml:14 Wednesday 26 June 2024 15:16:02 +0000 (0:00:00.010) 0:00:16.178 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:3 Wednesday 26 June 2024 15:16:02 +0000 (0:00:00.015) 0:00:16.193 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:8 Wednesday 26 June 2024 15:16:02 +0000 (0:00:00.007) 0:00:16.201 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:13 Wednesday 26 June 2024 15:16:02 +0000 (0:00:00.008) 0:00:16.209 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:3 Wednesday 26 June 2024 15:16:02 +0000 (0:00:00.011) 0:00:16.220 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 Wednesday 26 June 2024 15:16:02 +0000 (0:00:00.011) 0:00:16.232 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003895", "end": "2024-06-26 15:16:02.436629", "rc": 0, "start": "2024-06-26 15:16:02.432734" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:9 Wednesday 26 June 2024 15:16:02 +0000 (0:00:00.244) 0:00:16.476 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:5 Wednesday 26 June 2024 15:16:02 +0000 (0:00:00.010) 0:00:16.487 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:16 Wednesday 26 June 2024 15:16:02 +0000 (0:00:00.009) 0:00:16.497 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:27 Wednesday 26 June 2024 15:16:04 +0000 (0:00:02.399) 0:00:18.896 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:35 Wednesday 26 June 2024 15:16:04 +0000 (0:00:00.014) 0:00:18.911 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:43 Wednesday 26 June 2024 15:16:04 +0000 (0:00:00.009) 0:00:18.921 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:49 Wednesday 26 June 2024 15:16:04 +0000 (0:00:00.009) 0:00:18.930 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.118647", "end": "2024-06-26 15:16:05.251471", "rc": 0, "start": "2024-06-26 15:16:05.132824" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:54 Wednesday 26 June 2024 15:16:05 +0000 (0:00:00.375) 0:00:19.305 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:60 Wednesday 26 June 2024 15:16:05 +0000 (0:00:00.009) 0:00:19.315 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:65 Wednesday 26 June 2024 15:16:05 +0000 (0:00:00.008) 0:00:19.323 ******** 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-cil77il_90/tests/tasks/create_and_remove_interface.yml:18 Wednesday 26 June 2024 15:16:05 +0000 (0:00:00.007) 0:00:19.331 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:3 Wednesday 26 June 2024 15:16:05 +0000 (0:00:00.015) 0:00:19.346 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 Wednesday 26 June 2024 15:16:05 +0000 (0:00:00.009) 0:00:19.355 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004957", "end": "2024-06-26 15:16:05.560431", "rc": 0, "start": "2024-06-26 15:16:05.555474" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:9 Wednesday 26 June 2024 15:16:05 +0000 (0:00:00.243) 0:00:19.599 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:5 Wednesday 26 June 2024 15:16:05 +0000 (0:00:00.010) 0:00:19.609 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/create_and_remove_interface.yml:20 Wednesday 26 June 2024 15:16:05 +0000 (0:00:00.008) 0:00:19.618 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/assert_device_present.yml:3 Wednesday 26 June 2024 15:16:05 +0000 (0:00:00.016) 0:00:19.634 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_interface_stat.yml:3 Wednesday 26 June 2024 15:16:05 +0000 (0:00:00.010) 0:00:19.645 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1719414965.249334, "block_size": 4096, "blocks": 0, "ctime": 1719414965.249334, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37937, "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": 1719414965.249334, "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-cil77il_90/tests/tasks/assert_device_present.yml:5 Wednesday 26 June 2024 15:16:05 +0000 (0:00:00.241) 0:00:19.886 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/create_and_remove_interface.yml:23 Wednesday 26 June 2024 15:16:05 +0000 (0:00:00.011) 0:00:19.898 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:3 Wednesday 26 June 2024 15:16:05 +0000 (0:00:00.018) 0:00:19.917 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:8 Wednesday 26 June 2024 15:16:05 +0000 (0:00:00.009) 0:00:19.926 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:13 Wednesday 26 June 2024 15:16:05 +0000 (0:00:00.008) 0:00:19.935 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:3 Wednesday 26 June 2024 15:16:05 +0000 (0:00:00.014) 0:00:19.949 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 Wednesday 26 June 2024 15:16:05 +0000 (0:00:00.011) 0:00:19.960 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003944", "end": "2024-06-26 15:16:06.164457", "rc": 0, "start": "2024-06-26 15:16:06.160513" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:9 Wednesday 26 June 2024 15:16:06 +0000 (0:00:00.242) 0:00:20.203 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:5 Wednesday 26 June 2024 15:16:06 +0000 (0:00:00.016) 0:00:20.219 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:16 Wednesday 26 June 2024 15:16:06 +0000 (0:00:00.010) 0:00:20.230 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:27 Wednesday 26 June 2024 15:16:08 +0000 (0:00:02.258) 0:00:22.488 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:35 Wednesday 26 June 2024 15:16:08 +0000 (0:00:00.014) 0:00:22.503 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:43 Wednesday 26 June 2024 15:16:08 +0000 (0:00:00.008) 0:00:22.511 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:49 Wednesday 26 June 2024 15:16:08 +0000 (0:00:00.007) 0:00:22.519 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:54 Wednesday 26 June 2024 15:16:08 +0000 (0:00:00.008) 0:00:22.527 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010852", "end": "2024-06-26 15:16:08.734711", "rc": 0, "start": "2024-06-26 15:16:08.723859" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:60 Wednesday 26 June 2024 15:16:08 +0000 (0:00:00.252) 0:00:22.779 ******** 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-cil77il_90/tests/tasks/manage_test_interface.yml:65 Wednesday 26 June 2024 15:16:08 +0000 (0:00:00.010) 0:00:22.790 ******** 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-cil77il_90/tests/tasks/create_and_remove_interface.yml:27 Wednesday 26 June 2024 15:16:08 +0000 (0:00:00.008) 0:00:22.798 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:3 Wednesday 26 June 2024 15:16:08 +0000 (0:00:00.037) 0:00:22.836 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 Wednesday 26 June 2024 15:16:08 +0000 (0:00:00.009) 0:00:22.845 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.006604", "end": "2024-06-26 15:16:09.042531", "rc": 0, "start": "2024-06-26 15:16:09.035927" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:9 Wednesday 26 June 2024 15:16:09 +0000 (0:00:00.234) 0:00:23.080 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/show_interfaces.yml:5 Wednesday 26 June 2024 15:16:09 +0000 (0:00:00.009) 0:00:23.090 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/create_and_remove_interface.yml:29 Wednesday 26 June 2024 15:16:09 +0000 (0:00:00.010) 0:00:23.100 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/assert_device_absent.yml:3 Wednesday 26 June 2024 15:16:09 +0000 (0:00:00.020) 0:00:23.121 ******** included: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_interface_stat.yml:3 Wednesday 26 June 2024 15:16:09 +0000 (0:00:00.010) 0:00:23.131 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cil77il_90/tests/tasks/assert_device_absent.yml:5 Wednesday 26 June 2024 15:16:09 +0000 (0:00:00.230) 0:00:23.361 ******** 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 Wednesday 26 June 2024 15:16:09 +0000 (0:00:00.015) 0:00:23.377 ******** =============================================================================== Install iproute --------------------------------------------------------- 2.40s /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.36s /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.29s /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.26s /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.26s /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.23s /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 1.02s /WORKDIR/git-weekly-cil77il_90/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.76s /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:27 ------- Create dummy interface dummy1298 ---------------------------------------- 0.38s /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:49 ------- Gather current interface info ------------------------------------------- 0.29s /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 ------- Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-weekly-cil77il_90/tests/tasks/el_repo_setup.yml:17 --------------- Set up veth as managed by NetworkManager -------------------------------- 0.26s /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:35 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:54 ------- Delete veth interface veth1298 ------------------------------------------ 0.25s /WORKDIR/git-weekly-cil77il_90/tests/tasks/manage_test_interface.yml:43 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-weekly-cil77il_90/tests/tasks/get_interface_stat.yml:3 ----------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---