# 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-ci2lpsw5w4/.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-ci2lpsw5w4/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-ci2lpsw5w4/tests/tests_helpers_and_asserts.yml:3 Saturday 09 December 2023 13:51:57 +0000 (0:00:00.037) 0:00:00.037 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tests_helpers_and_asserts.yml:6 Saturday 09 December 2023 13:51:57 +0000 (0:00:00.814) 0:00:00.852 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/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-ci2lpsw5w4/tests/tasks/el_repo_setup.yml:3 Saturday 09 December 2023 13:51:57 +0000 (0:00:00.023) 0:00:00.875 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/el_repo_setup.yml:17 Saturday 09 December 2023 13:51:58 +0000 (0:00:00.418) 0:00:01.294 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/el_repo_setup.yml:22 Saturday 09 December 2023 13:51:58 +0000 (0:00:00.257) 0:00:01.552 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/el_repo_setup.yml:26 Saturday 09 December 2023 13:51:58 +0000 (0:00:00.013) 0:00:01.565 ***** 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-ci2lpsw5w4/tests/tasks/el_repo_setup.yml:51 Saturday 09 December 2023 13:51:58 +0000 (0:00:00.007) 0:00:01.573 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/enable_epel.yml:8 Saturday 09 December 2023 13:51:58 +0000 (0:00:00.019) 0:00:01.592 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/enable_epel.yml:24 Saturday 09 December 2023 13:51:58 +0000 (0:00:00.261) 0:00:01.854 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/enable_epel.yml:30 Saturday 09 December 2023 13:51:58 +0000 (0:00:00.019) 0:00:01.873 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/enable_epel.yml:35 Saturday 09 December 2023 13:51:58 +0000 (0:00:00.010) 0:00:01.883 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.420323", "end": "2023-12-09 13:51:59.517464", "rc": 0, "start": "2023-12-09 13:51:59.097141" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/enable_epel.yml:40 Saturday 09 December 2023 13:51:59 +0000 (0:00:00.635) 0:00:02.518 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tests_helpers_and_asserts.yml:9 Saturday 09 December 2023 13:51:59 +0000 (0:00:00.014) 0:00:02.532 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:3 Saturday 09 December 2023 13:51:59 +0000 (0:00:00.020) 0:00:02.553 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:51:59 +0000 (0:00:00.011) 0:00:02.564 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:51:59 +0000 (0:00:00.019) 0:00:02.583 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004047", "end": "2023-12-09 13:51:59.796799", "rc": 0, "start": "2023-12-09 13:51:59.792752" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:51:59 +0000 (0:00:00.210) 0:00:02.794 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:51:59 +0000 (0:00:00.010) 0:00:02.804 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:5 Saturday 09 December 2023 13:51:59 +0000 (0:00:00.010) 0:00:02.815 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:51:59 +0000 (0:00:00.021) 0:00:02.837 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:51:59 +0000 (0:00:00.012) 0:00:02.849 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:51:59 +0000 (0:00:00.007) 0:00:02.857 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:51:59 +0000 (0:00:00.014) 0:00:02.871 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:51:59 +0000 (0:00:00.009) 0:00:02.881 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004141", "end": "2023-12-09 13:52:00.099627", "rc": 0, "start": "2023-12-09 13:52:00.095486" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:52:00 +0000 (0:00:00.210) 0:00:03.091 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:52:00 +0000 (0:00:00.022) 0:00:03.113 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:52:00 +0000 (0:00:00.011) 0:00:03.125 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:52:01 +0000 (0:00:01.817) 0:00:04.942 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:52:01 +0000 (0:00:00.018) 0:00:04.961 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.015) 0:00:04.976 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.012) 0:00:04.988 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.014) 0:00:05.003 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.011) 0:00:05.015 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.032) 0:00:05.048 ***** 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-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:9 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.014) 0:00:05.063 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.032) 0:00:05.095 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.033) 0:00:05.128 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003846", "end": "2023-12-09 13:52:02.358931", "rc": 0, "start": "2023-12-09 13:52:02.355085" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.236) 0:00:05.365 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.026) 0:00:05.391 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:11 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.037) 0:00:05.429 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/assert_device_absent.yml:3 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.041) 0:00:05.470 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.018) 0:00:05.489 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/assert_device_absent.yml:5 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.204) 0:00:05.693 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:14 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.011) 0:00:05.704 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.015) 0:00:05.719 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.007) 0:00:05.727 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.007) 0:00:05.734 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.010) 0:00:05.745 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:52:02 +0000 (0:00:00.009) 0:00:05.754 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004010", "end": "2023-12-09 13:52:02.967824", "rc": 0, "start": "2023-12-09 13:52:02.963814" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:52:03 +0000 (0:00:00.216) 0:00:05.971 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:52:03 +0000 (0:00:00.026) 0:00:05.997 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:52:03 +0000 (0:00:00.019) 0:00:06.017 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:52:04 +0000 (0:00:01.536) 0:00:07.553 ***** 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.014917", "end": "2023-12-09 13:52:04.776741", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2023-12-09 13:52:04.761824" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.008843", "end": "2023-12-09 13:52:05.040629", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2023-12-09 13:52:05.031786" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.008790", "end": "2023-12-09 13:52:05.236608", "item": "ip link set veth1298 up", "rc": 0, "start": "2023-12-09 13:52:05.227818" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:52:05 +0000 (0:00:00.695) 0:00:08.249 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.026218", "end": "2023-12-09 13:52:05.487746", "rc": 0, "start": "2023-12-09 13:52:05.461528" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:52:05 +0000 (0:00:00.240) 0:00:08.490 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:52:05 +0000 (0:00:00.011) 0:00:08.501 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:52:05 +0000 (0:00:00.013) 0:00:08.515 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:52:05 +0000 (0:00:00.033) 0:00:08.549 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:52:05 +0000 (0:00:00.017) 0:00:08.567 ***** 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-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:18 Saturday 09 December 2023 13:52:05 +0000 (0:00:00.010) 0:00:08.577 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:52:05 +0000 (0:00:00.042) 0:00:08.620 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:52:05 +0000 (0:00:00.017) 0:00:08.637 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003886", "end": "2023-12-09 13:52:05.851432", "rc": 0, "start": "2023-12-09 13:52:05.847546" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:52:05 +0000 (0:00:00.202) 0:00:08.839 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:52:05 +0000 (0:00:00.011) 0:00:08.852 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:20 Saturday 09 December 2023 13:52:05 +0000 (0:00:00.010) 0:00:08.862 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/assert_device_present.yml:3 Saturday 09 December 2023 13:52:05 +0000 (0:00:00.016) 0:00:08.878 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:52:05 +0000 (0:00:00.010) 0:00:08.888 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702129924.7659411, "block_size": 4096, "blocks": 0, "ctime": 1702129924.7659411, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33760, "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": 1702129924.7659411, "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-ci2lpsw5w4/tests/tasks/assert_device_present.yml:5 Saturday 09 December 2023 13:52:06 +0000 (0:00:00.223) 0:00:09.111 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:23 Saturday 09 December 2023 13:52:06 +0000 (0:00:00.010) 0:00:09.121 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:52:06 +0000 (0:00:00.021) 0:00:09.143 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:52:06 +0000 (0:00:00.021) 0:00:09.165 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:52:06 +0000 (0:00:00.008) 0:00:09.173 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:52:06 +0000 (0:00:00.012) 0:00:09.186 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:52:06 +0000 (0:00:00.014) 0:00:09.200 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003782", "end": "2023-12-09 13:52:06.431607", "rc": 0, "start": "2023-12-09 13:52:06.427825" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:52:06 +0000 (0:00:00.231) 0:00:09.432 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:52:06 +0000 (0:00:00.027) 0:00:09.460 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:52:06 +0000 (0:00:00.027) 0:00:09.487 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:52:08 +0000 (0:00:01.491) 0:00:10.978 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:52:08 +0000 (0:00:00.028) 0:00:11.007 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:52:08 +0000 (0:00:00.009) 0:00:11.017 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009796", "end": "2023-12-09 13:52:08.253877", "rc": 0, "start": "2023-12-09 13:52:08.244081" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:52:08 +0000 (0:00:00.236) 0:00:11.253 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:52:08 +0000 (0:00:00.019) 0:00:11.273 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:52:08 +0000 (0:00:00.010) 0:00:11.284 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:52:08 +0000 (0:00:00.010) 0:00:11.295 ***** 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-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:27 Saturday 09 December 2023 13:52:08 +0000 (0:00:00.017) 0:00:11.312 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:52:08 +0000 (0:00:00.020) 0:00:11.333 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:52:08 +0000 (0:00:00.018) 0:00:11.351 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003894", "end": "2023-12-09 13:52:08.561967", "rc": 0, "start": "2023-12-09 13:52:08.558073" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:52:08 +0000 (0:00:00.202) 0:00:11.554 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:52:08 +0000 (0:00:00.010) 0:00:11.564 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:29 Saturday 09 December 2023 13:52:08 +0000 (0:00:00.010) 0:00:11.574 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/assert_device_absent.yml:3 Saturday 09 December 2023 13:52:08 +0000 (0:00:00.026) 0:00:11.600 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:52:08 +0000 (0:00:00.010) 0:00:11.611 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/assert_device_absent.yml:5 Saturday 09 December 2023 13:52:08 +0000 (0:00:00.203) 0:00:11.814 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tests_helpers_and_asserts.yml:15 Saturday 09 December 2023 13:52:08 +0000 (0:00:00.030) 0:00:11.845 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:3 Saturday 09 December 2023 13:52:08 +0000 (0:00:00.046) 0:00:11.891 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:52:08 +0000 (0:00:00.017) 0:00:11.909 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:52:08 +0000 (0:00:00.017) 0:00:11.926 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003991", "end": "2023-12-09 13:52:09.136032", "rc": 0, "start": "2023-12-09 13:52:09.132041" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:52:09 +0000 (0:00:00.205) 0:00:12.132 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:52:09 +0000 (0:00:00.014) 0:00:12.146 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:5 Saturday 09 December 2023 13:52:09 +0000 (0:00:00.014) 0:00:12.161 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:52:09 +0000 (0:00:00.015) 0:00:12.176 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:52:09 +0000 (0:00:00.011) 0:00:12.188 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:52:09 +0000 (0:00:00.018) 0:00:12.206 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:52:09 +0000 (0:00:00.011) 0:00:12.218 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:52:09 +0000 (0:00:00.011) 0:00:12.230 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003918", "end": "2023-12-09 13:52:09.440554", "rc": 0, "start": "2023-12-09 13:52:09.436636" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:52:09 +0000 (0:00:00.225) 0:00:12.455 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:52:09 +0000 (0:00:00.023) 0:00:12.478 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:52:09 +0000 (0:00:00.031) 0:00:12.509 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:52:11 +0000 (0:00:01.526) 0:00:14.036 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.016) 0:00:14.052 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.020) 0:00:14.072 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.022) 0:00:14.095 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.026) 0:00:14.122 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.021) 0:00:14.143 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.024) 0:00:14.168 ***** 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-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:9 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.016) 0:00:14.184 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.021) 0:00:14.206 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.015) 0:00:14.221 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003863", "end": "2023-12-09 13:52:11.437341", "rc": 0, "start": "2023-12-09 13:52:11.433478" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.216) 0:00:14.438 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.017) 0:00:14.455 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:11 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.020) 0:00:14.476 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/assert_device_absent.yml:3 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.025) 0:00:14.501 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.036) 0:00:14.538 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/assert_device_absent.yml:5 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.267) 0:00:14.806 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:14 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.013) 0:00:14.819 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.017) 0:00:14.836 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.010) 0:00:14.847 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.011) 0:00:14.858 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.014) 0:00:14.872 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:52:11 +0000 (0:00:00.013) 0:00:14.886 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003848", "end": "2023-12-09 13:52:12.111358", "rc": 0, "start": "2023-12-09 13:52:12.107510" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:52:12 +0000 (0:00:00.217) 0:00:15.103 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:52:12 +0000 (0:00:00.012) 0:00:15.115 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:52:12 +0000 (0:00:00.013) 0:00:15.129 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:52:13 +0000 (0:00:01.483) 0:00:16.612 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:52:13 +0000 (0:00:00.035) 0:00:16.648 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:52:13 +0000 (0:00:00.011) 0:00:16.659 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:52:13 +0000 (0:00:00.010) 0:00:16.670 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007253", "end": "2023-12-09 13:52:13.883839", "rc": 0, "start": "2023-12-09 13:52:13.876586" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:52:13 +0000 (0:00:00.214) 0:00:16.885 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:52:13 +0000 (0:00:00.009) 0:00:16.894 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:52:13 +0000 (0:00:00.009) 0:00:16.903 ***** 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-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:18 Saturday 09 December 2023 13:52:13 +0000 (0:00:00.014) 0:00:16.917 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:52:13 +0000 (0:00:00.029) 0:00:16.947 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:52:13 +0000 (0:00:00.015) 0:00:16.962 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004064", "end": "2023-12-09 13:52:14.180183", "rc": 0, "start": "2023-12-09 13:52:14.176119" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:52:14 +0000 (0:00:00.211) 0:00:17.174 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:52:14 +0000 (0:00:00.024) 0:00:17.199 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:20 Saturday 09 December 2023 13:52:14 +0000 (0:00:00.011) 0:00:17.211 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/assert_device_present.yml:3 Saturday 09 December 2023 13:52:14 +0000 (0:00:00.026) 0:00:17.237 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:52:14 +0000 (0:00:00.016) 0:00:17.254 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1702129933.8802896, "block_size": 4096, "blocks": 0, "ctime": 1702129933.8802896, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34053, "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": 1702129933.8802896, "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-ci2lpsw5w4/tests/tasks/assert_device_present.yml:5 Saturday 09 December 2023 13:52:14 +0000 (0:00:00.223) 0:00:17.477 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:23 Saturday 09 December 2023 13:52:14 +0000 (0:00:00.039) 0:00:17.517 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:3 Saturday 09 December 2023 13:52:14 +0000 (0:00:00.040) 0:00:17.557 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:8 Saturday 09 December 2023 13:52:14 +0000 (0:00:00.023) 0:00:17.580 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:13 Saturday 09 December 2023 13:52:14 +0000 (0:00:00.035) 0:00:17.616 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:52:14 +0000 (0:00:00.020) 0:00:17.636 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:52:14 +0000 (0:00:00.033) 0:00:17.669 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003770", "end": "2023-12-09 13:52:14.925344", "rc": 0, "start": "2023-12-09 13:52:14.921574" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:52:14 +0000 (0:00:00.254) 0:00:17.924 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:52:14 +0000 (0:00:00.010) 0:00:17.934 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:16 Saturday 09 December 2023 13:52:14 +0000 (0:00:00.009) 0:00:17.944 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:23 Saturday 09 December 2023 13:52:16 +0000 (0:00:01.512) 0:00:19.457 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:31 Saturday 09 December 2023 13:52:16 +0000 (0:00:00.022) 0:00:19.479 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:39 Saturday 09 December 2023 13:52:16 +0000 (0:00:00.015) 0:00:19.495 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:45 Saturday 09 December 2023 13:52:16 +0000 (0:00:00.016) 0:00:19.512 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:50 Saturday 09 December 2023 13:52:16 +0000 (0:00:00.013) 0:00:19.526 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008440", "end": "2023-12-09 13:52:16.763973", "rc": 0, "start": "2023-12-09 13:52:16.755533" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:56 Saturday 09 December 2023 13:52:16 +0000 (0:00:00.227) 0:00:19.753 ***** 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-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:61 Saturday 09 December 2023 13:52:16 +0000 (0:00:00.008) 0:00:19.762 ***** 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-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:27 Saturday 09 December 2023 13:52:16 +0000 (0:00:00.007) 0:00:19.770 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:3 Saturday 09 December 2023 13:52:16 +0000 (0:00:00.018) 0:00:19.788 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:3 Saturday 09 December 2023 13:52:16 +0000 (0:00:00.010) 0:00:19.798 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003941", "end": "2023-12-09 13:52:17.010539", "rc": 0, "start": "2023-12-09 13:52:17.006598" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:9 Saturday 09 December 2023 13:52:17 +0000 (0:00:00.203) 0:00:20.002 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/show_interfaces.yml:5 Saturday 09 December 2023 13:52:17 +0000 (0:00:00.010) 0:00:20.012 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/create_and_remove_interface.yml:29 Saturday 09 December 2023 13:52:17 +0000 (0:00:00.027) 0:00:20.040 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/assert_device_absent.yml:3 Saturday 09 December 2023 13:52:17 +0000 (0:00:00.019) 0:00:20.059 ***** included: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_interface_stat.yml:3 Saturday 09 December 2023 13:52:17 +0000 (0:00:00.010) 0:00:20.070 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/assert_device_absent.yml:5 Saturday 09 December 2023 13:52:17 +0000 (0:00:00.196) 0:00:20.266 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=121 changed=0 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Saturday 09 December 2023 13:52:17 +0000 (0:00:00.017) 0:00:20.284 ***** =============================================================================== Install iproute --------------------------------------------------------- 1.82s /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.54s /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.53s /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.51s /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.49s /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.48s /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.81s /WORKDIR/git-weekly-ci2lpsw5w4/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.70s /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:23 ------- Enable EPEL 8 ----------------------------------------------------------- 0.64s /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.42s /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/el_repo_setup.yml:3 ---------------- Get stat for interface dummy1298 ---------------------------------------- 0.27s /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_interface_stat.yml:3 ----------- Create EPEL 8 ----------------------------------------------------------- 0.26s /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/enable_epel.yml:8 ------------------ Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/el_repo_setup.yml:17 --------------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:3 ------- Set up veth as managed by NetworkManager -------------------------------- 0.24s /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:31 ------- Delete veth interface veth1298 ------------------------------------------ 0.24s /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:39 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/get_current_interfaces.yml:3 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.23s /WORKDIR/git-weekly-ci2lpsw5w4/tests/tasks/manage_test_interface.yml:50 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-ci2lpsw5w4/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. ---^---^---^---^---^---