# 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-ci8oytrlp2/.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-ci8oytrlp2/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-ci8oytrlp2/tests/tests_helpers_and_asserts.yml:3 Saturday 17 February 2024 19:45:25 +0000 (0:00:00.032) 0:00:00.033 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tests_helpers_and_asserts.yml:6 Saturday 17 February 2024 19:45:26 +0000 (0:00:00.859) 0:00:00.892 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/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-ci8oytrlp2/tests/tasks/el_repo_setup.yml:3 Saturday 17 February 2024 19:45:26 +0000 (0:00:00.011) 0:00:00.903 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/el_repo_setup.yml:17 Saturday 17 February 2024 19:45:27 +0000 (0:00:00.369) 0:00:01.272 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/el_repo_setup.yml:22 Saturday 17 February 2024 19:45:27 +0000 (0:00:00.245) 0:00:01.518 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/el_repo_setup.yml:26 Saturday 17 February 2024 19:45:27 +0000 (0:00:00.013) 0:00:01.532 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/el_repo_setup.yml:51 Saturday 17 February 2024 19:45:27 +0000 (0:00:00.008) 0:00:01.540 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/enable_epel.yml:8 Saturday 17 February 2024 19:45:27 +0000 (0:00:00.020) 0:00:01.561 ***** 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-ci8oytrlp2/tests/tasks/enable_epel.yml:24 Saturday 17 February 2024 19:45:27 +0000 (0:00:00.244) 0:00:01.806 ***** 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-ci8oytrlp2/tests/tasks/enable_epel.yml:30 Saturday 17 February 2024 19:45:27 +0000 (0:00:00.008) 0:00:01.814 ***** 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-ci8oytrlp2/tests/tasks/enable_epel.yml:35 Saturday 17 February 2024 19:45:27 +0000 (0:00:00.008) 0:00:01.823 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.249614", "end": "2024-02-17 19:45:28.135170", "rc": 0, "start": "2024-02-17 19:45:27.885556" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/enable_epel.yml:40 Saturday 17 February 2024 19:45:28 +0000 (0:00:00.437) 0:00:02.260 ***** 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-ci8oytrlp2/tests/tests_helpers_and_asserts.yml:9 Saturday 17 February 2024 19:45:28 +0000 (0:00:00.008) 0:00:02.269 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:3 Saturday 17 February 2024 19:45:28 +0000 (0:00:00.011) 0:00:02.281 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:45:28 +0000 (0:00:00.009) 0:00:02.291 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:45:28 +0000 (0:00:00.009) 0:00:02.300 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003453", "end": "2024-02-17 19:45:28.364751", "rc": 0, "start": "2024-02-17 19:45:28.361298" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:45:28 +0000 (0:00:00.189) 0:00:02.490 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:45:28 +0000 (0:00:00.009) 0:00:02.499 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:5 Saturday 17 February 2024 19:45:28 +0000 (0:00:00.008) 0:00:02.508 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 19:45:28 +0000 (0:00:00.014) 0:00:02.522 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 19:45:28 +0000 (0:00:00.007) 0:00:02.529 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 19:45:28 +0000 (0:00:00.007) 0:00:02.537 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:45:28 +0000 (0:00:00.010) 0:00:02.547 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:45:28 +0000 (0:00:00.009) 0:00:02.557 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003578", "end": "2024-02-17 19:45:28.620743", "rc": 0, "start": "2024-02-17 19:45:28.617165" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:45:28 +0000 (0:00:00.189) 0:00:02.746 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:45:28 +0000 (0:00:00.010) 0:00:02.756 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 19:45:28 +0000 (0:00:00.008) 0:00:02.764 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:27 Saturday 17 February 2024 19:49:31 +0000 (0:04:02.792) 0:04:05.556 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:35 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.013) 0:04:05.569 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:43 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.007) 0:04:05.577 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:49 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.008) 0:04:05.586 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:54 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.007) 0:04:05.593 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:60 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.007) 0:04:05.601 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.008) 0:04:05.609 ***** 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-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:9 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.007) 0:04:05.616 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.012) 0:04:05.629 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.008) 0:04:05.638 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003516", "end": "2024-02-17 19:49:31.702465", "rc": 0, "start": "2024-02-17 19:49:31.698949" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.189) 0:04:05.827 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.009) 0:04:05.837 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:11 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.008) 0:04:05.845 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/assert_device_absent.yml:3 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.013) 0:04:05.859 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.009) 0:04:05.869 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/assert_device_absent.yml:5 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.187) 0:04:06.056 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:14 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.009) 0:04:06.066 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.015) 0:04:06.081 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.007) 0:04:06.089 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.007) 0:04:06.096 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:49:31 +0000 (0:00:00.010) 0:04:06.107 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:49:32 +0000 (0:00:00.009) 0:04:06.116 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003610", "end": "2024-02-17 19:49:32.181745", "rc": 0, "start": "2024-02-17 19:49:32.178135" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:49:32 +0000 (0:00:00.190) 0:04:06.307 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:49:32 +0000 (0:00:00.009) 0:04:06.317 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 19:49:32 +0000 (0:00:00.008) 0:04:06.326 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:27 Saturday 17 February 2024 19:53:34 +0000 (0:04:02.598) 0:08:08.924 ***** 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.009422", "end": "2024-02-17 19:53:34.998217", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-17 19:53:34.988795" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004010", "end": "2024-02-17 19:53:35.227873", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-17 19:53:35.223863" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004774", "end": "2024-02-17 19:53:35.414761", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-17 19:53:35.409987" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:35 Saturday 17 February 2024 19:53:35 +0000 (0:00:00.616) 0:08:09.541 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023146", "end": "2024-02-17 19:53:35.627311", "rc": 0, "start": "2024-02-17 19:53:35.604165" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:43 Saturday 17 February 2024 19:53:35 +0000 (0:00:00.212) 0:08:09.753 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:49 Saturday 17 February 2024 19:53:35 +0000 (0:00:00.009) 0:08:09.763 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:54 Saturday 17 February 2024 19:53:35 +0000 (0:00:00.007) 0:08:09.771 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:60 Saturday 17 February 2024 19:53:35 +0000 (0:00:00.007) 0:08:09.778 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 19:53:35 +0000 (0:00:00.008) 0:08:09.787 ***** 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-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:18 Saturday 17 February 2024 19:53:35 +0000 (0:00:00.007) 0:08:09.794 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:53:35 +0000 (0:00:00.016) 0:08:09.810 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:53:35 +0000 (0:00:00.009) 0:08:09.819 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003431", "end": "2024-02-17 19:53:35.884787", "rc": 0, "start": "2024-02-17 19:53:35.881356" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:53:35 +0000 (0:00:00.190) 0:08:10.010 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:53:35 +0000 (0:00:00.009) 0:08:10.020 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:20 Saturday 17 February 2024 19:53:35 +0000 (0:00:00.009) 0:08:10.030 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/assert_device_present.yml:3 Saturday 17 February 2024 19:53:35 +0000 (0:00:00.015) 0:08:10.046 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 19:53:35 +0000 (0:00:00.009) 0:08:10.055 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708199614.992747, "block_size": 4096, "blocks": 0, "ctime": 1708199614.992747, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30797, "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": 1708199614.992747, "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-ci8oytrlp2/tests/tasks/assert_device_present.yml:5 Saturday 17 February 2024 19:53:36 +0000 (0:00:00.187) 0:08:10.243 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:23 Saturday 17 February 2024 19:53:36 +0000 (0:00:00.009) 0:08:10.253 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 19:53:36 +0000 (0:00:00.018) 0:08:10.271 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 19:53:36 +0000 (0:00:00.007) 0:08:10.279 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 19:53:36 +0000 (0:00:00.007) 0:08:10.286 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:53:36 +0000 (0:00:00.010) 0:08:10.297 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:53:36 +0000 (0:00:00.009) 0:08:10.306 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003559", "end": "2024-02-17 19:53:36.370140", "rc": 0, "start": "2024-02-17 19:53:36.366581" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:53:36 +0000 (0:00:00.189) 0:08:10.495 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:53:36 +0000 (0:00:00.009) 0:08:10.505 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 19:53:36 +0000 (0:00:00.008) 0:08:10.514 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:27 Saturday 17 February 2024 19:57:39 +0000 (0:04:02.655) 0:12:13.169 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:35 Saturday 17 February 2024 19:57:39 +0000 (0:00:00.016) 0:12:13.186 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:43 Saturday 17 February 2024 19:57:39 +0000 (0:00:00.008) 0:12:13.194 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010829", "end": "2024-02-17 19:57:39.271952", "rc": 0, "start": "2024-02-17 19:57:39.261123" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:49 Saturday 17 February 2024 19:57:39 +0000 (0:00:00.206) 0:12:13.400 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:54 Saturday 17 February 2024 19:57:39 +0000 (0:00:00.008) 0:12:13.409 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:60 Saturday 17 February 2024 19:57:39 +0000 (0:00:00.007) 0:12:13.417 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 19:57:39 +0000 (0:00:00.008) 0:12:13.425 ***** 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-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:27 Saturday 17 February 2024 19:57:39 +0000 (0:00:00.007) 0:12:13.432 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:57:39 +0000 (0:00:00.018) 0:12:13.451 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:57:39 +0000 (0:00:00.009) 0:12:13.461 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003708", "end": "2024-02-17 19:57:39.529953", "rc": 0, "start": "2024-02-17 19:57:39.526245" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:57:39 +0000 (0:00:00.194) 0:12:13.656 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:57:39 +0000 (0:00:00.010) 0:12:13.666 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:29 Saturday 17 February 2024 19:57:39 +0000 (0:00:00.009) 0:12:13.676 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/assert_device_absent.yml:3 Saturday 17 February 2024 19:57:39 +0000 (0:00:00.019) 0:12:13.696 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 19:57:39 +0000 (0:00:00.010) 0:12:13.706 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/assert_device_absent.yml:5 Saturday 17 February 2024 19:57:39 +0000 (0:00:00.190) 0:12:13.896 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tests_helpers_and_asserts.yml:15 Saturday 17 February 2024 19:57:39 +0000 (0:00:00.011) 0:12:13.908 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:3 Saturday 17 February 2024 19:57:39 +0000 (0:00:00.013) 0:12:13.921 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:57:39 +0000 (0:00:00.009) 0:12:13.931 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:57:39 +0000 (0:00:00.009) 0:12:13.941 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003480", "end": "2024-02-17 19:57:40.009185", "rc": 0, "start": "2024-02-17 19:57:40.005705" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:57:40 +0000 (0:00:00.194) 0:12:14.135 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:57:40 +0000 (0:00:00.009) 0:12:14.145 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:5 Saturday 17 February 2024 19:57:40 +0000 (0:00:00.010) 0:12:14.155 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 19:57:40 +0000 (0:00:00.012) 0:12:14.167 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 19:57:40 +0000 (0:00:00.008) 0:12:14.176 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 19:57:40 +0000 (0:00:00.007) 0:12:14.183 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 19:57:40 +0000 (0:00:00.010) 0:12:14.194 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 19:57:40 +0000 (0:00:00.009) 0:12:14.203 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003617", "end": "2024-02-17 19:57:40.272731", "rc": 0, "start": "2024-02-17 19:57:40.269114" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 19:57:40 +0000 (0:00:00.196) 0:12:14.399 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 19:57:40 +0000 (0:00:00.010) 0:12:14.409 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 19:57:40 +0000 (0:00:00.009) 0:12:14.419 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:27 Saturday 17 February 2024 20:01:42 +0000 (0:04:02.593) 0:16:17.013 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:35 Saturday 17 February 2024 20:01:42 +0000 (0:00:00.013) 0:16:17.027 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:43 Saturday 17 February 2024 20:01:42 +0000 (0:00:00.008) 0:16:17.035 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:49 Saturday 17 February 2024 20:01:42 +0000 (0:00:00.008) 0:16:17.043 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:54 Saturday 17 February 2024 20:01:42 +0000 (0:00:00.007) 0:16:17.051 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:60 Saturday 17 February 2024 20:01:42 +0000 (0:00:00.008) 0:16:17.059 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 20:01:42 +0000 (0:00:00.007) 0:16:17.067 ***** 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-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:9 Saturday 17 February 2024 20:01:42 +0000 (0:00:00.007) 0:16:17.074 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 20:01:42 +0000 (0:00:00.014) 0:16:17.089 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 20:01:42 +0000 (0:00:00.009) 0:16:17.098 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003525", "end": "2024-02-17 20:01:43.162471", "rc": 0, "start": "2024-02-17 20:01:43.158946" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 20:01:43 +0000 (0:00:00.189) 0:16:17.287 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 20:01:43 +0000 (0:00:00.009) 0:16:17.297 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:11 Saturday 17 February 2024 20:01:43 +0000 (0:00:00.009) 0:16:17.306 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/assert_device_absent.yml:3 Saturday 17 February 2024 20:01:43 +0000 (0:00:00.012) 0:16:17.319 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 20:01:43 +0000 (0:00:00.009) 0:16:17.329 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/assert_device_absent.yml:5 Saturday 17 February 2024 20:01:43 +0000 (0:00:00.185) 0:16:17.514 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:14 Saturday 17 February 2024 20:01:43 +0000 (0:00:00.011) 0:16:17.525 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 20:01:43 +0000 (0:00:00.015) 0:16:17.540 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 20:01:43 +0000 (0:00:00.007) 0:16:17.548 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 20:01:43 +0000 (0:00:00.007) 0:16:17.555 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 20:01:43 +0000 (0:00:00.010) 0:16:17.566 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 20:01:43 +0000 (0:00:00.009) 0:16:17.576 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003334", "end": "2024-02-17 20:01:43.640829", "rc": 0, "start": "2024-02-17 20:01:43.637495" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 20:01:43 +0000 (0:00:00.190) 0:16:17.766 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 20:01:43 +0000 (0:00:00.009) 0:16:17.776 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 20:01:43 +0000 (0:00:00.008) 0:16:17.785 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:27 Saturday 17 February 2024 20:05:46 +0000 (0:04:02.616) 0:20:20.401 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:35 Saturday 17 February 2024 20:05:46 +0000 (0:00:00.014) 0:20:20.415 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:43 Saturday 17 February 2024 20:05:46 +0000 (0:00:00.008) 0:20:20.423 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:49 Saturday 17 February 2024 20:05:46 +0000 (0:00:00.008) 0:20:20.432 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010745", "end": "2024-02-17 20:05:46.510229", "rc": 0, "start": "2024-02-17 20:05:46.499484" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:54 Saturday 17 February 2024 20:05:46 +0000 (0:00:00.216) 0:20:20.648 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:60 Saturday 17 February 2024 20:05:46 +0000 (0:00:00.010) 0:20:20.659 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 20:05:46 +0000 (0:00:00.009) 0:20:20.668 ***** 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-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:18 Saturday 17 February 2024 20:05:46 +0000 (0:00:00.007) 0:20:20.675 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 20:05:46 +0000 (0:00:00.016) 0:20:20.692 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 20:05:46 +0000 (0:00:00.010) 0:20:20.702 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003671", "end": "2024-02-17 20:05:46.772123", "rc": 0, "start": "2024-02-17 20:05:46.768452" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 20:05:46 +0000 (0:00:00.195) 0:20:20.897 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 20:05:46 +0000 (0:00:00.010) 0:20:20.908 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:20 Saturday 17 February 2024 20:05:46 +0000 (0:00:00.008) 0:20:20.917 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/assert_device_present.yml:3 Saturday 17 February 2024 20:05:46 +0000 (0:00:00.018) 0:20:20.935 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 20:05:46 +0000 (0:00:00.010) 0:20:20.946 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708200346.5082126, "block_size": 4096, "blocks": 0, "ctime": 1708200346.5082126, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31120, "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": 1708200346.5082126, "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-ci8oytrlp2/tests/tasks/assert_device_present.yml:5 Saturday 17 February 2024 20:05:47 +0000 (0:00:00.190) 0:20:21.137 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:23 Saturday 17 February 2024 20:05:47 +0000 (0:00:00.010) 0:20:21.147 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:3 Saturday 17 February 2024 20:05:47 +0000 (0:00:00.019) 0:20:21.166 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:8 Saturday 17 February 2024 20:05:47 +0000 (0:00:00.007) 0:20:21.174 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:13 Saturday 17 February 2024 20:05:47 +0000 (0:00:00.007) 0:20:21.181 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 20:05:47 +0000 (0:00:00.011) 0:20:21.193 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 20:05:47 +0000 (0:00:00.009) 0:20:21.202 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003342", "end": "2024-02-17 20:05:47.266201", "rc": 0, "start": "2024-02-17 20:05:47.262859" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 20:05:47 +0000 (0:00:00.188) 0:20:21.391 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 20:05:47 +0000 (0:00:00.010) 0:20:21.401 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:16 Saturday 17 February 2024 20:05:47 +0000 (0:00:00.009) 0:20:21.411 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:27 Saturday 17 February 2024 20:09:49 +0000 (0:04:02.607) 0:24:24.018 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:35 Saturday 17 February 2024 20:09:49 +0000 (0:00:00.014) 0:24:24.032 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:43 Saturday 17 February 2024 20:09:49 +0000 (0:00:00.008) 0:24:24.041 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:49 Saturday 17 February 2024 20:09:49 +0000 (0:00:00.008) 0:24:24.049 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:54 Saturday 17 February 2024 20:09:49 +0000 (0:00:00.008) 0:24:24.057 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009363", "end": "2024-02-17 20:09:50.133679", "rc": 0, "start": "2024-02-17 20:09:50.124316" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:60 Saturday 17 February 2024 20:09:50 +0000 (0:00:00.202) 0:24:24.260 ***** 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-ci8oytrlp2/tests/tasks/manage_test_interface.yml:65 Saturday 17 February 2024 20:09:50 +0000 (0:00:00.008) 0:24:24.268 ***** 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-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:27 Saturday 17 February 2024 20:09:50 +0000 (0:00:00.008) 0:24:24.277 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:3 Saturday 17 February 2024 20:09:50 +0000 (0:00:00.018) 0:24:24.295 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:3 Saturday 17 February 2024 20:09:50 +0000 (0:00:00.009) 0:24:24.304 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003468", "end": "2024-02-17 20:09:50.372146", "rc": 0, "start": "2024-02-17 20:09:50.368678" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:9 Saturday 17 February 2024 20:09:50 +0000 (0:00:00.193) 0:24:24.497 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/show_interfaces.yml:5 Saturday 17 February 2024 20:09:50 +0000 (0:00:00.009) 0:24:24.507 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/create_and_remove_interface.yml:29 Saturday 17 February 2024 20:09:50 +0000 (0:00:00.009) 0:24:24.517 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/assert_device_absent.yml:3 Saturday 17 February 2024 20:09:50 +0000 (0:00:00.019) 0:24:24.537 ***** included: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_interface_stat.yml:3 Saturday 17 February 2024 20:09:50 +0000 (0:00:00.009) 0:24:24.547 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/assert_device_absent.yml:5 Saturday 17 February 2024 20:09:50 +0000 (0:00:00.189) 0:24:24.736 ***** 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 17 February 2024 20:09:50 +0000 (0:00:00.015) 0:24:24.751 ***** =============================================================================== Install iproute ------------------------------------------------------- 242.79s /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:16 ------- Install iproute ------------------------------------------------------- 242.66s /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:16 ------- Install iproute ------------------------------------------------------- 242.62s /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:16 ------- Install iproute ------------------------------------------------------- 242.61s /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:16 ------- Install iproute ------------------------------------------------------- 242.60s /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:16 ------- Install iproute ------------------------------------------------------- 242.59s /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.86s /WORKDIR/git-weekly-ci8oytrlp2/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.62s /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:27 ------- Enable EPEL 8 ----------------------------------------------------------- 0.44s /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.37s /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/el_repo_setup.yml:17 --------------- Create EPEL 8 ----------------------------------------------------------- 0.24s /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/enable_epel.yml:8 ------------------ Create dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:49 ------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:35 ------- Delete veth interface veth1298 ------------------------------------------ 0.21s /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:43 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/manage_test_interface.yml:54 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ci8oytrlp2/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ci8oytrlp2/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. ---^---^---^---^---^---