# 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-ci7pohoxa1/.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-ci7pohoxa1/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-ci7pohoxa1/tests/tests_helpers_and_asserts.yml:3 Saturday 02 December 2023 14:04:30 +0000 (0:00:00.068) 0:00:00.068 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tests_helpers_and_asserts.yml:6 Saturday 02 December 2023 14:04:31 +0000 (0:00:01.025) 0:00:01.094 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/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-ci7pohoxa1/tests/tasks/el_repo_setup.yml:3 Saturday 02 December 2023 14:04:31 +0000 (0:00:00.023) 0:00:01.117 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/el_repo_setup.yml:17 Saturday 02 December 2023 14:04:31 +0000 (0:00:00.393) 0:00:01.511 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/el_repo_setup.yml:22 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.352) 0:00:01.863 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/el_repo_setup.yml:26 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.021) 0:00:01.885 ***** 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-ci7pohoxa1/tests/tasks/el_repo_setup.yml:51 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.019) 0:00:01.904 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 37] ********************************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/enable_epel.yml:8 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.037) 0:00:01.942 ***** 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-ci7pohoxa1/tests/tasks/enable_epel.yml:24 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.011) 0:00:01.954 ***** 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-ci7pohoxa1/tests/tasks/enable_epel.yml:30 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.010) 0:00:01.964 ***** 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-ci7pohoxa1/tests/tasks/enable_epel.yml:35 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.009) 0:00:01.974 ***** 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-ci7pohoxa1/tests/tasks/enable_epel.yml:40 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.009) 0:00:01.984 ***** 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-ci7pohoxa1/tests/tests_helpers_and_asserts.yml:9 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.010) 0:00:01.995 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:3 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.018) 0:00:02.013 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.013) 0:00:02.026 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.012) 0:00:02.038 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003785", "end": "2023-12-02 14:04:32.766423", "rc": 0, "start": "2023-12-02 14:04:32.762638" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.327) 0:00:02.366 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.013) 0:00:02.380 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:5 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.018) 0:00:02.398 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.022) 0:00:02.421 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.015) 0:00:02.436 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.013) 0:00:02.449 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.020) 0:00:02.469 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:04:32 +0000 (0:00:00.018) 0:00:02.488 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004151", "end": "2023-12-02 14:04:33.106421", "rc": 0, "start": "2023-12-02 14:04:33.102270" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:04:33 +0000 (0:00:00.220) 0:00:02.709 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:04:33 +0000 (0:00:00.031) 0:00:02.740 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 14:04:33 +0000 (0:00:00.019) 0:00:02.760 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 14:04:35 +0000 (0:00:02.551) 0:00:05.312 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 14:04:35 +0000 (0:00:00.021) 0:00:05.333 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 14:04:35 +0000 (0:00:00.014) 0:00:05.348 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 14:04:35 +0000 (0:00:00.015) 0:00:05.363 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 14:04:35 +0000 (0:00:00.013) 0:00:05.376 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 14:04:35 +0000 (0:00:00.012) 0:00:05.389 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 14:04:35 +0000 (0:00:00.011) 0:00:05.400 ***** 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-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:9 Saturday 02 December 2023 14:04:35 +0000 (0:00:00.011) 0:00:05.412 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:04:35 +0000 (0:00:00.026) 0:00:05.438 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:04:35 +0000 (0:00:00.014) 0:00:05.453 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003854", "end": "2023-12-02 14:04:36.070909", "rc": 0, "start": "2023-12-02 14:04:36.067055" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:04:36 +0000 (0:00:00.219) 0:00:05.673 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:04:36 +0000 (0:00:00.015) 0:00:05.688 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:11 Saturday 02 December 2023 14:04:36 +0000 (0:00:00.012) 0:00:05.701 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/assert_device_absent.yml:3 Saturday 02 December 2023 14:04:36 +0000 (0:00:00.020) 0:00:05.722 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_interface_stat.yml:3 Saturday 02 December 2023 14:04:36 +0000 (0:00:00.015) 0:00:05.738 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/assert_device_absent.yml:5 Saturday 02 December 2023 14:04:36 +0000 (0:00:00.213) 0:00:05.951 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:14 Saturday 02 December 2023 14:04:36 +0000 (0:00:00.017) 0:00:05.969 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 14:04:36 +0000 (0:00:00.027) 0:00:05.997 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 14:04:36 +0000 (0:00:00.010) 0:00:06.008 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 14:04:36 +0000 (0:00:00.010) 0:00:06.018 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:04:36 +0000 (0:00:00.016) 0:00:06.034 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:04:36 +0000 (0:00:00.017) 0:00:06.052 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003903", "end": "2023-12-02 14:04:36.667576", "rc": 0, "start": "2023-12-02 14:04:36.663673" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:04:36 +0000 (0:00:00.226) 0:00:06.279 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:04:36 +0000 (0:00:00.017) 0:00:06.297 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 14:04:36 +0000 (0:00:00.017) 0:00:06.314 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 14:04:39 +0000 (0:00:02.351) 0:00:08.666 ***** 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.016700", "end": "2023-12-02 14:04:39.306594", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2023-12-02 14:04:39.289894" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004158", "end": "2023-12-02 14:04:39.554924", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2023-12-02 14:04:39.550766" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004589", "end": "2023-12-02 14:04:39.771737", "item": "ip link set veth1298 up", "rc": 0, "start": "2023-12-02 14:04:39.767148" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 14:04:39 +0000 (0:00:00.716) 0:00:09.382 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.020410", "end": "2023-12-02 14:04:40.023613", "rc": 0, "start": "2023-12-02 14:04:40.003203" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.248) 0:00:09.631 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.015) 0:00:09.646 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.026) 0:00:09.673 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.016) 0:00:09.690 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.020) 0:00:09.711 ***** 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-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:18 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.021) 0:00:09.732 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.033) 0:00:09.765 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.030) 0:00:09.796 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003773", "end": "2023-12-02 14:04:40.423860", "rc": 0, "start": "2023-12-02 14:04:40.420087" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.229) 0:00:10.026 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.014) 0:00:10.040 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:20 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.014) 0:00:10.055 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/assert_device_present.yml:3 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.035) 0:00:10.090 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_interface_stat.yml:3 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.016) 0:00:10.107 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701525879.294316, "block_size": 4096, "blocks": 0, "ctime": 1701525879.294316, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34284, "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": 1701525879.294316, "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-ci7pohoxa1/tests/tasks/assert_device_present.yml:5 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.223) 0:00:10.331 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:23 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.025) 0:00:10.356 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.036) 0:00:10.393 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.016) 0:00:10.410 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.013) 0:00:10.423 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.019) 0:00:10.443 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:04:40 +0000 (0:00:00.021) 0:00:10.465 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003826", "end": "2023-12-02 14:04:41.087343", "rc": 0, "start": "2023-12-02 14:04:41.083517" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:04:41 +0000 (0:00:00.235) 0:00:10.700 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:04:41 +0000 (0:00:00.049) 0:00:10.749 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 14:04:41 +0000 (0:00:00.041) 0:00:10.790 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 14:04:43 +0000 (0:00:02.369) 0:00:13.160 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 14:04:43 +0000 (0:00:00.027) 0:00:13.187 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 14:04:43 +0000 (0:00:00.014) 0:00:13.201 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.012061", "end": "2023-12-02 14:04:43.834028", "rc": 0, "start": "2023-12-02 14:04:43.821967" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 14:04:43 +0000 (0:00:00.245) 0:00:13.447 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 14:04:43 +0000 (0:00:00.021) 0:00:13.468 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 14:04:43 +0000 (0:00:00.020) 0:00:13.489 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 14:04:43 +0000 (0:00:00.015) 0:00:13.504 ***** 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-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:27 Saturday 02 December 2023 14:04:43 +0000 (0:00:00.015) 0:00:13.520 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:04:43 +0000 (0:00:00.045) 0:00:13.566 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:04:44 +0000 (0:00:00.019) 0:00:13.586 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003789", "end": "2023-12-02 14:04:44.201194", "rc": 0, "start": "2023-12-02 14:04:44.197405" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:04:44 +0000 (0:00:00.218) 0:00:13.804 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:04:44 +0000 (0:00:00.020) 0:00:13.825 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:29 Saturday 02 December 2023 14:04:44 +0000 (0:00:00.020) 0:00:13.845 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/assert_device_absent.yml:3 Saturday 02 December 2023 14:04:44 +0000 (0:00:00.031) 0:00:13.877 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_interface_stat.yml:3 Saturday 02 December 2023 14:04:44 +0000 (0:00:00.018) 0:00:13.895 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/assert_device_absent.yml:5 Saturday 02 December 2023 14:04:44 +0000 (0:00:00.236) 0:00:14.132 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tests_helpers_and_asserts.yml:15 Saturday 02 December 2023 14:04:44 +0000 (0:00:00.020) 0:00:14.152 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:3 Saturday 02 December 2023 14:04:44 +0000 (0:00:00.033) 0:00:14.185 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:04:44 +0000 (0:00:00.024) 0:00:14.210 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:04:44 +0000 (0:00:00.018) 0:00:14.228 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003887", "end": "2023-12-02 14:04:44.871700", "rc": 0, "start": "2023-12-02 14:04:44.867813" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:04:44 +0000 (0:00:00.249) 0:00:14.477 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:04:44 +0000 (0:00:00.022) 0:00:14.500 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:5 Saturday 02 December 2023 14:04:44 +0000 (0:00:00.019) 0:00:14.520 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 14:04:44 +0000 (0:00:00.031) 0:00:14.552 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 14:04:44 +0000 (0:00:00.018) 0:00:14.570 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 14:04:45 +0000 (0:00:00.014) 0:00:14.584 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:04:45 +0000 (0:00:00.019) 0:00:14.604 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:04:45 +0000 (0:00:00.017) 0:00:14.622 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003800", "end": "2023-12-02 14:04:45.241189", "rc": 0, "start": "2023-12-02 14:04:45.237389" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:04:45 +0000 (0:00:00.218) 0:00:14.841 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:04:45 +0000 (0:00:00.014) 0:00:14.855 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 14:04:45 +0000 (0:00:00.015) 0:00:14.871 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 14:04:47 +0000 (0:00:02.405) 0:00:17.276 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 14:04:47 +0000 (0:00:00.023) 0:00:17.300 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 14:04:47 +0000 (0:00:00.017) 0:00:17.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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 14:04:47 +0000 (0:00:00.036) 0:00:17.355 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 14:04:47 +0000 (0:00:00.014) 0:00:17.369 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 14:04:47 +0000 (0:00:00.016) 0:00:17.386 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 14:04:47 +0000 (0:00:00.019) 0:00:17.405 ***** 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-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:9 Saturday 02 December 2023 14:04:47 +0000 (0:00:00.016) 0:00:17.422 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:04:47 +0000 (0:00:00.023) 0:00:17.445 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:04:47 +0000 (0:00:00.020) 0:00:17.466 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003908", "end": "2023-12-02 14:04:48.090707", "rc": 0, "start": "2023-12-02 14:04:48.086799" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:04:48 +0000 (0:00:00.227) 0:00:17.693 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:04:48 +0000 (0:00:00.017) 0:00:17.711 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:11 Saturday 02 December 2023 14:04:48 +0000 (0:00:00.017) 0:00:17.728 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/assert_device_absent.yml:3 Saturday 02 December 2023 14:04:48 +0000 (0:00:00.023) 0:00:17.751 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_interface_stat.yml:3 Saturday 02 December 2023 14:04:48 +0000 (0:00:00.018) 0:00:17.770 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/assert_device_absent.yml:5 Saturday 02 December 2023 14:04:48 +0000 (0:00:00.226) 0:00:17.997 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:14 Saturday 02 December 2023 14:04:48 +0000 (0:00:00.019) 0:00:18.016 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 14:04:48 +0000 (0:00:00.035) 0:00:18.051 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 14:04:48 +0000 (0:00:00.014) 0:00:18.065 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 14:04:48 +0000 (0:00:00.016) 0:00:18.082 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:04:48 +0000 (0:00:00.021) 0:00:18.103 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:04:48 +0000 (0:00:00.016) 0:00:18.120 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003847", "end": "2023-12-02 14:04:48.743111", "rc": 0, "start": "2023-12-02 14:04:48.739264" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:04:48 +0000 (0:00:00.227) 0:00:18.347 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:04:48 +0000 (0:00:00.023) 0:00:18.371 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 14:04:48 +0000 (0:00:00.017) 0:00:18.388 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 14:04:51 +0000 (0:00:02.395) 0:00:20.783 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 14:04:51 +0000 (0:00:00.047) 0:00:20.831 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 14:04:51 +0000 (0:00:00.018) 0:00:20.850 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 14:04:51 +0000 (0:00:00.031) 0:00:20.882 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.122238", "end": "2023-12-02 14:04:51.622727", "rc": 0, "start": "2023-12-02 14:04:51.500489" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 14:04:51 +0000 (0:00:00.348) 0:00:21.230 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 14:04:51 +0000 (0:00:00.014) 0:00:21.245 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 14:04:51 +0000 (0:00:00.016) 0:00:21.261 ***** 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-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:18 Saturday 02 December 2023 14:04:51 +0000 (0:00:00.014) 0:00:21.276 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:04:51 +0000 (0:00:00.027) 0:00:21.303 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:04:51 +0000 (0:00:00.017) 0:00:21.321 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003895", "end": "2023-12-02 14:04:51.938034", "rc": 0, "start": "2023-12-02 14:04:51.934139" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:04:51 +0000 (0:00:00.219) 0:00:21.540 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:04:51 +0000 (0:00:00.013) 0:00:21.554 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:20 Saturday 02 December 2023 14:04:51 +0000 (0:00:00.014) 0:00:21.569 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/assert_device_present.yml:3 Saturday 02 December 2023 14:04:52 +0000 (0:00:00.028) 0:00:21.598 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_interface_stat.yml:3 Saturday 02 December 2023 14:04:52 +0000 (0:00:00.017) 0:00:21.615 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701525891.62009, "block_size": 4096, "blocks": 0, "ctime": 1701525891.62009, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34615, "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": 1701525891.62009, "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-ci7pohoxa1/tests/tasks/assert_device_present.yml:5 Saturday 02 December 2023 14:04:52 +0000 (0:00:00.218) 0:00:21.833 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:23 Saturday 02 December 2023 14:04:52 +0000 (0:00:00.032) 0:00:21.866 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 14:04:52 +0000 (0:00:00.041) 0:00:21.907 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 14:04:52 +0000 (0:00:00.026) 0:00:21.934 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 14:04:52 +0000 (0:00:00.015) 0:00:21.949 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:04:52 +0000 (0:00:00.025) 0:00:21.975 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:04:52 +0000 (0:00:00.030) 0:00:22.005 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003741", "end": "2023-12-02 14:04:52.626364", "rc": 0, "start": "2023-12-02 14:04:52.622623" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:04:52 +0000 (0:00:00.222) 0:00:22.227 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:04:52 +0000 (0:00:00.015) 0:00:22.243 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 14:04:52 +0000 (0:00:00.017) 0:00:22.260 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 14:04:55 +0000 (0:00:02.403) 0:00:24.663 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 14:04:55 +0000 (0:00:00.021) 0:00:24.685 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 14:04:55 +0000 (0:00:00.013) 0:00:24.698 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 14:04:55 +0000 (0:00:00.012) 0:00:24.711 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 14:04:55 +0000 (0:00:00.013) 0:00:24.724 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007700", "end": "2023-12-02 14:04:55.348881", "rc": 0, "start": "2023-12-02 14:04:55.341181" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 14:04:55 +0000 (0:00:00.225) 0:00:24.950 ***** 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-ci7pohoxa1/tests/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 14:04:55 +0000 (0:00:00.013) 0:00:24.964 ***** 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-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:27 Saturday 02 December 2023 14:04:55 +0000 (0:00:00.011) 0:00:24.975 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:04:55 +0000 (0:00:00.036) 0:00:25.012 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:04:55 +0000 (0:00:00.054) 0:00:25.067 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003719", "end": "2023-12-02 14:04:55.679500", "rc": 0, "start": "2023-12-02 14:04:55.675781" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:04:55 +0000 (0:00:00.212) 0:00:25.279 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:04:55 +0000 (0:00:00.013) 0:00:25.292 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/create_and_remove_interface.yml:29 Saturday 02 December 2023 14:04:55 +0000 (0:00:00.014) 0:00:25.307 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/assert_device_absent.yml:3 Saturday 02 December 2023 14:04:55 +0000 (0:00:00.037) 0:00:25.345 ***** included: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_interface_stat.yml:3 Saturday 02 December 2023 14:04:55 +0000 (0:00:00.013) 0:00:25.358 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/assert_device_absent.yml:5 Saturday 02 December 2023 14:04:55 +0000 (0:00:00.211) 0:00:25.570 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Saturday 02 December 2023 14:04:56 +0000 (0:00:00.022) 0:00:25.592 ***** =============================================================================== Install iproute --------------------------------------------------------- 2.55s /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.41s /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.40s /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.40s /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.37s /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.35s /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 1.03s /WORKDIR/git-weekly-ci7pohoxa1/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.72s /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:23 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.39s /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.35s /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/el_repo_setup.yml:17 --------------- Create dummy interface dummy1298 ---------------------------------------- 0.35s /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:45 ------- Gather current interface info ------------------------------------------- 0.33s /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:3 ------- Set up veth as managed by NetworkManager -------------------------------- 0.25s /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:31 ------- Delete veth interface veth1298 ------------------------------------------ 0.25s /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/manage_test_interface.yml:39 ------- Get stat for interface veth1298 ----------------------------------------- 0.24s /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-ci7pohoxa1/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-ci7pohoxa1/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. ---^---^---^---^---^---