# 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-cipeow913y/.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-cipeow913y/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-cipeow913y/tests/tests_helpers_and_asserts.yml:3 Saturday 02 March 2024 13:33:47 +0000 (0:00:00.036) 0:00:00.036 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cipeow913y/tests/tests_helpers_and_asserts.yml:6 Saturday 02 March 2024 13:33:48 +0000 (0:00:01.041) 0:00:01.078 ******** included: /WORKDIR/git-weekly-cipeow913y/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-cipeow913y/tests/tasks/el_repo_setup.yml:3 Saturday 02 March 2024 13:33:48 +0000 (0:00:00.013) 0:00:01.091 ******** 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-cipeow913y/tests/tasks/el_repo_setup.yml:17 Saturday 02 March 2024 13:33:48 +0000 (0:00:00.025) 0:00:01.117 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/el_repo_setup.yml:22 Saturday 02 March 2024 13:33:48 +0000 (0:00:00.354) 0:00:01.471 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/el_repo_setup.yml:26 Saturday 02 March 2024 13:33:48 +0000 (0:00:00.018) 0:00:01.490 ******** 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-cipeow913y/tests/tasks/el_repo_setup.yml:51 Saturday 02 March 2024 13:33:48 +0000 (0:00:00.009) 0:00:01.500 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/enable_epel.yml:8 Saturday 02 March 2024 13:33:48 +0000 (0:00:00.022) 0:00:01.523 ******** 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-cipeow913y/tests/tasks/enable_epel.yml:24 Saturday 02 March 2024 13:33:48 +0000 (0:00:00.008) 0:00:01.531 ******** 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-cipeow913y/tests/tasks/enable_epel.yml:30 Saturday 02 March 2024 13:33:48 +0000 (0:00:00.008) 0:00:01.539 ******** 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-cipeow913y/tests/tasks/enable_epel.yml:35 Saturday 02 March 2024 13:33:48 +0000 (0:00:00.007) 0:00:01.547 ******** 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-cipeow913y/tests/tasks/enable_epel.yml:40 Saturday 02 March 2024 13:33:48 +0000 (0:00:00.007) 0:00:01.554 ******** 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-cipeow913y/tests/tests_helpers_and_asserts.yml:9 Saturday 02 March 2024 13:33:48 +0000 (0:00:00.007) 0:00:01.562 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/create_and_remove_interface.yml:3 Saturday 02 March 2024 13:33:48 +0000 (0:00:00.012) 0:00:01.574 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:33:48 +0000 (0:00:00.010) 0:00:01.584 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:33:48 +0000 (0:00:00.009) 0:00:01.594 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003779", "end": "2024-03-02 13:33:48.981010", "rc": 0, "start": "2024-03-02 13:33:48.977231" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:33:49 +0000 (0:00:00.303) 0:00:01.897 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:33:49 +0000 (0:00:00.010) 0:00:01.908 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/create_and_remove_interface.yml:5 Saturday 02 March 2024 13:33:49 +0000 (0:00:00.008) 0:00:01.917 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:3 Saturday 02 March 2024 13:33:49 +0000 (0:00:00.013) 0:00:01.930 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:8 Saturday 02 March 2024 13:33:49 +0000 (0:00:00.009) 0:00:01.940 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:13 Saturday 02 March 2024 13:33:49 +0000 (0:00:00.028) 0:00:01.969 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:33:49 +0000 (0:00:00.019) 0:00:01.989 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:33:49 +0000 (0:00:00.013) 0:00:02.002 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003620", "end": "2024-03-02 13:33:49.322001", "rc": 0, "start": "2024-03-02 13:33:49.318381" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:33:49 +0000 (0:00:00.240) 0:00:02.242 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:33:49 +0000 (0:00:00.021) 0:00:02.263 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:16 Saturday 02 March 2024 13:33:49 +0000 (0:00:00.010) 0:00:02.273 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:27 Saturday 02 March 2024 13:33:51 +0000 (0:00:02.140) 0:00:04.414 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:35 Saturday 02 March 2024 13:33:51 +0000 (0:00:00.013) 0:00:04.427 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:43 Saturday 02 March 2024 13:33:51 +0000 (0:00:00.008) 0:00:04.436 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:49 Saturday 02 March 2024 13:33:51 +0000 (0:00:00.007) 0:00:04.443 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:54 Saturday 02 March 2024 13:33:51 +0000 (0:00:00.008) 0:00:04.452 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:60 Saturday 02 March 2024 13:33:51 +0000 (0:00:00.007) 0:00:04.459 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:65 Saturday 02 March 2024 13:33:51 +0000 (0:00:00.008) 0:00:04.468 ******** 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-cipeow913y/tests/tasks/create_and_remove_interface.yml:9 Saturday 02 March 2024 13:33:51 +0000 (0:00:00.007) 0:00:04.475 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:33:51 +0000 (0:00:00.013) 0:00:04.488 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:33:51 +0000 (0:00:00.009) 0:00:04.498 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003772", "end": "2024-03-02 13:33:51.819208", "rc": 0, "start": "2024-03-02 13:33:51.815436" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:33:51 +0000 (0:00:00.246) 0:00:04.744 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:33:51 +0000 (0:00:00.010) 0:00:04.755 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/create_and_remove_interface.yml:11 Saturday 02 March 2024 13:33:51 +0000 (0:00:00.010) 0:00:04.765 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/assert_device_absent.yml:3 Saturday 02 March 2024 13:33:51 +0000 (0:00:00.019) 0:00:04.784 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_interface_stat.yml:3 Saturday 02 March 2024 13:33:51 +0000 (0:00:00.010) 0:00:04.795 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/assert_device_absent.yml:5 Saturday 02 March 2024 13:33:52 +0000 (0:00:00.247) 0:00:05.043 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/create_and_remove_interface.yml:14 Saturday 02 March 2024 13:33:52 +0000 (0:00:00.014) 0:00:05.058 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:3 Saturday 02 March 2024 13:33:52 +0000 (0:00:00.016) 0:00:05.074 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:8 Saturday 02 March 2024 13:33:52 +0000 (0:00:00.009) 0:00:05.083 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:13 Saturday 02 March 2024 13:33:52 +0000 (0:00:00.009) 0:00:05.092 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:33:52 +0000 (0:00:00.019) 0:00:05.111 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:33:52 +0000 (0:00:00.010) 0:00:05.122 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003675", "end": "2024-03-02 13:33:52.444462", "rc": 0, "start": "2024-03-02 13:33:52.440787" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:33:52 +0000 (0:00:00.244) 0:00:05.367 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:33:52 +0000 (0:00:00.014) 0:00:05.382 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:16 Saturday 02 March 2024 13:33:52 +0000 (0:00:00.011) 0:00:05.393 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:27 Saturday 02 March 2024 13:33:54 +0000 (0:00:02.018) 0:00:07.411 ******** 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.008084", "end": "2024-03-02 13:33:54.737221", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-02 13:33:54.729137" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003905", "end": "2024-03-02 13:33:55.032594", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-02 13:33:55.028689" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004158", "end": "2024-03-02 13:33:55.262126", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-02 13:33:55.257968" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:35 Saturday 02 March 2024 13:33:55 +0000 (0:00:00.768) 0:00:08.179 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024002", "end": "2024-03-02 13:33:55.516345", "rc": 0, "start": "2024-03-02 13:33:55.492343" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:43 Saturday 02 March 2024 13:33:55 +0000 (0:00:00.254) 0:00:08.433 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:49 Saturday 02 March 2024 13:33:55 +0000 (0:00:00.008) 0:00:08.441 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:54 Saturday 02 March 2024 13:33:55 +0000 (0:00:00.016) 0:00:08.458 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:60 Saturday 02 March 2024 13:33:55 +0000 (0:00:00.009) 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-cipeow913y/tests/tasks/manage_test_interface.yml:65 Saturday 02 March 2024 13:33:55 +0000 (0:00:00.011) 0:00:08.479 ******** 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-cipeow913y/tests/tasks/create_and_remove_interface.yml:18 Saturday 02 March 2024 13:33:55 +0000 (0:00:00.010) 0:00:08.490 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:33:55 +0000 (0:00:00.016) 0:00:08.506 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:33:55 +0000 (0:00:00.009) 0:00:08.516 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003755", "end": "2024-03-02 13:33:55.838723", "rc": 0, "start": "2024-03-02 13:33:55.834968" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:33:55 +0000 (0:00:00.239) 0:00:08.755 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:33:55 +0000 (0:00:00.009) 0:00:08.765 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/create_and_remove_interface.yml:20 Saturday 02 March 2024 13:33:55 +0000 (0:00:00.008) 0:00:08.774 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/assert_device_present.yml:3 Saturday 02 March 2024 13:33:55 +0000 (0:00:00.016) 0:00:08.791 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_interface_stat.yml:3 Saturday 02 March 2024 13:33:55 +0000 (0:00:00.009) 0:00:08.800 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709386434.7330954, "block_size": 4096, "blocks": 0, "ctime": 1709386434.7330954, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33036, "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": 1709386434.7330954, "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-cipeow913y/tests/tasks/assert_device_present.yml:5 Saturday 02 March 2024 13:33:56 +0000 (0:00:00.241) 0:00:09.042 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/create_and_remove_interface.yml:23 Saturday 02 March 2024 13:33:56 +0000 (0:00:00.026) 0:00:09.069 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:3 Saturday 02 March 2024 13:33:56 +0000 (0:00:00.027) 0:00:09.096 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:8 Saturday 02 March 2024 13:33:56 +0000 (0:00:00.018) 0:00:09.114 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:13 Saturday 02 March 2024 13:33:56 +0000 (0:00:00.019) 0:00:09.134 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:33:56 +0000 (0:00:00.015) 0:00:09.149 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:33:56 +0000 (0:00:00.018) 0:00:09.168 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003576", "end": "2024-03-02 13:33:56.486771", "rc": 0, "start": "2024-03-02 13:33:56.483195" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:33:56 +0000 (0:00:00.240) 0:00:09.409 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:33:56 +0000 (0:00:00.012) 0:00:09.422 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:16 Saturday 02 March 2024 13:33:56 +0000 (0:00:00.008) 0:00:09.430 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:27 Saturday 02 March 2024 13:33:58 +0000 (0:00:02.024) 0:00:11.455 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:35 Saturday 02 March 2024 13:33:58 +0000 (0:00:00.014) 0:00:11.469 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:43 Saturday 02 March 2024 13:33:58 +0000 (0:00:00.010) 0:00:11.480 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.020367", "end": "2024-03-02 13:33:58.816292", "rc": 0, "start": "2024-03-02 13:33:58.795925" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:49 Saturday 02 March 2024 13:33:58 +0000 (0:00:00.257) 0:00:11.737 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:54 Saturday 02 March 2024 13:33:58 +0000 (0:00:00.012) 0:00:11.750 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:60 Saturday 02 March 2024 13:33:58 +0000 (0:00:00.008) 0:00:11.758 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:65 Saturday 02 March 2024 13:33:58 +0000 (0:00:00.008) 0:00:11.767 ******** 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-cipeow913y/tests/tasks/create_and_remove_interface.yml:27 Saturday 02 March 2024 13:33:58 +0000 (0:00:00.007) 0:00:11.774 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:33:58 +0000 (0:00:00.020) 0:00:11.795 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:33:58 +0000 (0:00:00.010) 0:00:11.805 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003735", "end": "2024-03-02 13:33:59.122671", "rc": 0, "start": "2024-03-02 13:33:59.118936" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:33:59 +0000 (0:00:00.233) 0:00:12.039 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:33:59 +0000 (0:00:00.010) 0:00:12.050 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/create_and_remove_interface.yml:29 Saturday 02 March 2024 13:33:59 +0000 (0:00:00.010) 0:00:12.060 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/assert_device_absent.yml:3 Saturday 02 March 2024 13:33:59 +0000 (0:00:00.020) 0:00:12.080 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_interface_stat.yml:3 Saturday 02 March 2024 13:33:59 +0000 (0:00:00.020) 0:00:12.101 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/assert_device_absent.yml:5 Saturday 02 March 2024 13:33:59 +0000 (0:00:00.241) 0:00:12.342 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tests_helpers_and_asserts.yml:15 Saturday 02 March 2024 13:33:59 +0000 (0:00:00.011) 0:00:12.354 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/create_and_remove_interface.yml:3 Saturday 02 March 2024 13:33:59 +0000 (0:00:00.013) 0:00:12.367 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:33:59 +0000 (0:00:00.009) 0:00:12.377 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:33:59 +0000 (0:00:00.010) 0:00:12.388 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003732", "end": "2024-03-02 13:33:59.708165", "rc": 0, "start": "2024-03-02 13:33:59.704433" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:33:59 +0000 (0:00:00.236) 0:00:12.625 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:33:59 +0000 (0:00:00.011) 0:00:12.636 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/create_and_remove_interface.yml:5 Saturday 02 March 2024 13:33:59 +0000 (0:00:00.008) 0:00:12.645 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:3 Saturday 02 March 2024 13:33:59 +0000 (0:00:00.012) 0:00:12.658 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:8 Saturday 02 March 2024 13:33:59 +0000 (0:00:00.007) 0:00:12.665 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:13 Saturday 02 March 2024 13:33:59 +0000 (0:00:00.007) 0:00:12.673 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:33:59 +0000 (0:00:00.011) 0:00:12.684 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:33:59 +0000 (0:00:00.009) 0:00:12.693 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003826", "end": "2024-03-02 13:34:00.011269", "rc": 0, "start": "2024-03-02 13:34:00.007443" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:34:00 +0000 (0:00:00.234) 0:00:12.928 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:34:00 +0000 (0:00:00.010) 0:00:12.938 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:16 Saturday 02 March 2024 13:34:00 +0000 (0:00:00.008) 0:00:12.947 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:27 Saturday 02 March 2024 13:34:02 +0000 (0:00:02.018) 0:00:14.966 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:35 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.013) 0:00:14.980 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:43 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.008) 0:00:14.988 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:49 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.007) 0:00:14.996 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:54 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.007) 0:00:15.004 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:60 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.007) 0:00:15.011 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:65 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.007) 0:00:15.019 ******** 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-cipeow913y/tests/tasks/create_and_remove_interface.yml:9 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.007) 0:00:15.026 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.013) 0:00:15.040 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.009) 0:00:15.049 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003776", "end": "2024-03-02 13:34:02.370950", "rc": 0, "start": "2024-03-02 13:34:02.367174" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.241) 0:00:15.291 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.017) 0:00:15.308 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/create_and_remove_interface.yml:11 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.010) 0:00:15.318 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/assert_device_absent.yml:3 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.025) 0:00:15.343 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_interface_stat.yml:3 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.017) 0:00:15.361 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/assert_device_absent.yml:5 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.237) 0:00:15.599 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/create_and_remove_interface.yml:14 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.013) 0:00:15.612 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:3 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.016) 0:00:15.628 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:8 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.009) 0:00:15.638 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:13 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.007) 0:00:15.646 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.011) 0:00:15.657 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:34:02 +0000 (0:00:00.011) 0:00:15.669 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003765", "end": "2024-03-02 13:34:02.996514", "rc": 0, "start": "2024-03-02 13:34:02.992749" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:34:03 +0000 (0:00:00.244) 0:00:15.913 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:34:03 +0000 (0:00:00.011) 0:00:15.925 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:16 Saturday 02 March 2024 13:34:03 +0000 (0:00:00.010) 0:00:15.935 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:27 Saturday 02 March 2024 13:34:05 +0000 (0:00:02.035) 0:00:17.970 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:35 Saturday 02 March 2024 13:34:05 +0000 (0:00:00.014) 0:00:17.984 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:43 Saturday 02 March 2024 13:34:05 +0000 (0:00:00.008) 0:00:17.992 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:49 Saturday 02 March 2024 13:34:05 +0000 (0:00:00.008) 0:00:18.000 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.100906", "end": "2024-03-02 13:34:05.418319", "rc": 0, "start": "2024-03-02 13:34:05.317413" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:54 Saturday 02 March 2024 13:34:05 +0000 (0:00:00.347) 0:00:18.347 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:60 Saturday 02 March 2024 13:34:05 +0000 (0:00:00.009) 0:00:18.357 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:65 Saturday 02 March 2024 13:34:05 +0000 (0:00:00.013) 0:00:18.370 ******** 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-cipeow913y/tests/tasks/create_and_remove_interface.yml:18 Saturday 02 March 2024 13:34:05 +0000 (0:00:00.010) 0:00:18.381 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:34:05 +0000 (0:00:00.017) 0:00:18.398 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:34:05 +0000 (0:00:00.010) 0:00:18.408 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003700", "end": "2024-03-02 13:34:05.729372", "rc": 0, "start": "2024-03-02 13:34:05.725672" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:34:05 +0000 (0:00:00.238) 0:00:18.646 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:34:05 +0000 (0:00:00.010) 0:00:18.657 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/create_and_remove_interface.yml:20 Saturday 02 March 2024 13:34:05 +0000 (0:00:00.010) 0:00:18.668 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/assert_device_present.yml:3 Saturday 02 March 2024 13:34:05 +0000 (0:00:00.017) 0:00:18.685 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_interface_stat.yml:3 Saturday 02 March 2024 13:34:05 +0000 (0:00:00.011) 0:00:18.697 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709386445.416388, "block_size": 4096, "blocks": 0, "ctime": 1709386445.416388, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33368, "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": 1709386445.416388, "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-cipeow913y/tests/tasks/assert_device_present.yml:5 Saturday 02 March 2024 13:34:06 +0000 (0:00:00.235) 0:00:18.932 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/create_and_remove_interface.yml:23 Saturday 02 March 2024 13:34:06 +0000 (0:00:00.012) 0:00:18.945 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:3 Saturday 02 March 2024 13:34:06 +0000 (0:00:00.019) 0:00:18.964 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:8 Saturday 02 March 2024 13:34:06 +0000 (0:00:00.009) 0:00:18.973 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:13 Saturday 02 March 2024 13:34:06 +0000 (0:00:00.007) 0:00:18.981 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:34:06 +0000 (0:00:00.011) 0:00:18.993 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:34:06 +0000 (0:00:00.012) 0:00:19.005 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003645", "end": "2024-03-02 13:34:06.332792", "rc": 0, "start": "2024-03-02 13:34:06.329147" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:34:06 +0000 (0:00:00.244) 0:00:19.250 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:34:06 +0000 (0:00:00.010) 0:00:19.261 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:16 Saturday 02 March 2024 13:34:06 +0000 (0:00:00.009) 0:00:19.271 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:27 Saturday 02 March 2024 13:34:08 +0000 (0:00:02.025) 0:00:21.296 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:35 Saturday 02 March 2024 13:34:08 +0000 (0:00:00.013) 0:00:21.310 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:43 Saturday 02 March 2024 13:34:08 +0000 (0:00:00.008) 0:00:21.318 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:49 Saturday 02 March 2024 13:34:08 +0000 (0:00:00.007) 0:00:21.326 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:54 Saturday 02 March 2024 13:34:08 +0000 (0:00:00.007) 0:00:21.334 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007269", "end": "2024-03-02 13:34:08.658153", "rc": 0, "start": "2024-03-02 13:34:08.650884" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:60 Saturday 02 March 2024 13:34:08 +0000 (0:00:00.253) 0:00:21.588 ******** 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-cipeow913y/tests/tasks/manage_test_interface.yml:65 Saturday 02 March 2024 13:34:08 +0000 (0:00:00.032) 0:00:21.620 ******** 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-cipeow913y/tests/tasks/create_and_remove_interface.yml:27 Saturday 02 March 2024 13:34:08 +0000 (0:00:00.009) 0:00:21.629 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:34:08 +0000 (0:00:00.042) 0:00:21.672 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:34:08 +0000 (0:00:00.024) 0:00:21.697 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003828", "end": "2024-03-02 13:34:09.032883", "rc": 0, "start": "2024-03-02 13:34:09.029055" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:34:09 +0000 (0:00:00.252) 0:00:21.949 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:34:09 +0000 (0:00:00.010) 0:00:21.960 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/create_and_remove_interface.yml:29 Saturday 02 March 2024 13:34:09 +0000 (0:00:00.009) 0:00:21.969 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/assert_device_absent.yml:3 Saturday 02 March 2024 13:34:09 +0000 (0:00:00.019) 0:00:21.989 ******** included: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_interface_stat.yml:3 Saturday 02 March 2024 13:34:09 +0000 (0:00:00.010) 0:00:21.999 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cipeow913y/tests/tasks/assert_device_absent.yml:5 Saturday 02 March 2024 13:34:09 +0000 (0:00:00.232) 0:00:22.232 ******** 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 02 March 2024 13:34:09 +0000 (0:00:00.015) 0:00:22.248 ******** =============================================================================== Install iproute --------------------------------------------------------- 2.14s /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.04s /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.03s /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.02s /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.02s /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.02s /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 1.04s /WORKDIR/git-weekly-cipeow913y/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.77s /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:27 ------- Check if system is ostree ----------------------------------------------- 0.35s /WORKDIR/git-weekly-cipeow913y/tests/tasks/el_repo_setup.yml:17 --------------- Create dummy interface dummy1298 ---------------------------------------- 0.35s /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:49 ------- Gather current interface info ------------------------------------------- 0.30s /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:3 ------- Delete veth interface veth1298 ------------------------------------------ 0.26s /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:43 ------- Set up veth as managed by NetworkManager -------------------------------- 0.25s /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:35 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-weekly-cipeow913y/tests/tasks/manage_test_interface.yml:54 ------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface veth1298 ----------------------------------------- 0.25s /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cipeow913y/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cipeow913y/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. ---^---^---^---^---^---