# 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-ci_2qw7ugx/.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-ci_2qw7ugx/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-ci_2qw7ugx/tests/tests_helpers_and_asserts.yml:3 Saturday 18 May 2024 13:23:40 +0000 (0:00:00.033) 0:00:00.033 ********** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tests_helpers_and_asserts.yml:6 Saturday 18 May 2024 13:23:41 +0000 (0:00:00.928) 0:00:00.962 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/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-ci_2qw7ugx/tests/tasks/el_repo_setup.yml:3 Saturday 18 May 2024 13:23:41 +0000 (0:00:00.011) 0:00:00.974 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/el_repo_setup.yml:17 Saturday 18 May 2024 13:23:41 +0000 (0:00:00.358) 0:00:01.332 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/el_repo_setup.yml:22 Saturday 18 May 2024 13:23:41 +0000 (0:00:00.237) 0:00:01.570 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/el_repo_setup.yml:26 Saturday 18 May 2024 13:23:41 +0000 (0:00:00.013) 0:00:01.583 ********** 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-ci_2qw7ugx/tests/tasks/el_repo_setup.yml:51 Saturday 18 May 2024 13:23:41 +0000 (0:00:00.008) 0:00:01.591 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/enable_epel.yml:8 Saturday 18 May 2024 13:23:41 +0000 (0:00:00.020) 0:00:01.611 ********** 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-ci_2qw7ugx/tests/tasks/enable_epel.yml:24 Saturday 18 May 2024 13:23:41 +0000 (0:00:00.238) 0:00:01.850 ********** 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-ci_2qw7ugx/tests/tasks/enable_epel.yml:30 Saturday 18 May 2024 13:23:41 +0000 (0:00:00.009) 0:00:01.860 ********** 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-ci_2qw7ugx/tests/tasks/enable_epel.yml:35 Saturday 18 May 2024 13:23:41 +0000 (0:00:00.008) 0:00:01.868 ********** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:01.234268", "end": "2024-05-18 13:23:43.335493", "rc": 0, "start": "2024-05-18 13:23:42.101225" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/enable_epel.yml:40 Saturday 18 May 2024 13:23:43 +0000 (0:00:01.416) 0:00:03.284 ********** 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-ci_2qw7ugx/tests/tests_helpers_and_asserts.yml:9 Saturday 18 May 2024 13:23:43 +0000 (0:00:00.008) 0:00:03.293 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:3 Saturday 18 May 2024 13:23:43 +0000 (0:00:00.011) 0:00:03.305 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:23:43 +0000 (0:00:00.009) 0:00:03.314 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:23:43 +0000 (0:00:00.009) 0:00:03.323 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003087", "end": "2024-05-18 13:23:43.555893", "rc": 0, "start": "2024-05-18 13:23:43.552806" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:23:43 +0000 (0:00:00.179) 0:00:03.503 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:23:43 +0000 (0:00:00.015) 0:00:03.518 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:5 Saturday 18 May 2024 13:23:43 +0000 (0:00:00.010) 0:00:03.529 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:3 Saturday 18 May 2024 13:23:43 +0000 (0:00:00.014) 0:00:03.543 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:8 Saturday 18 May 2024 13:23:43 +0000 (0:00:00.007) 0:00:03.551 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:13 Saturday 18 May 2024 13:23:43 +0000 (0:00:00.007) 0:00:03.559 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:23:43 +0000 (0:00:00.011) 0:00:03.571 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:23:43 +0000 (0:00:00.009) 0:00:03.580 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003212", "end": "2024-05-18 13:23:43.816133", "rc": 0, "start": "2024-05-18 13:23:43.812921" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:23:43 +0000 (0:00:00.194) 0:00:03.774 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:23:43 +0000 (0:00:00.014) 0:00:03.789 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:16 Saturday 18 May 2024 13:23:43 +0000 (0:00:00.026) 0:00:03.816 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:27 Saturday 18 May 2024 13:23:46 +0000 (0:00:02.731) 0:00:06.547 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:35 Saturday 18 May 2024 13:23:46 +0000 (0:00:00.013) 0:00:06.561 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:43 Saturday 18 May 2024 13:23:46 +0000 (0:00:00.007) 0:00:06.569 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:49 Saturday 18 May 2024 13:23:46 +0000 (0:00:00.008) 0:00:06.577 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:54 Saturday 18 May 2024 13:23:46 +0000 (0:00:00.007) 0:00:06.585 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:60 Saturday 18 May 2024 13:23:46 +0000 (0:00:00.007) 0:00:06.592 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:65 Saturday 18 May 2024 13:23:46 +0000 (0:00:00.008) 0:00:06.600 ********** 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-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:9 Saturday 18 May 2024 13:23:46 +0000 (0:00:00.007) 0:00:06.608 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:23:46 +0000 (0:00:00.012) 0:00:06.620 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:23:46 +0000 (0:00:00.008) 0:00:06.629 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003170", "end": "2024-05-18 13:23:46.866568", "rc": 0, "start": "2024-05-18 13:23:46.863398" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:23:46 +0000 (0:00:00.186) 0:00:06.815 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:23:46 +0000 (0:00:00.009) 0:00:06.825 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:11 Saturday 18 May 2024 13:23:46 +0000 (0:00:00.008) 0:00:06.833 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/assert_device_absent.yml:3 Saturday 18 May 2024 13:23:46 +0000 (0:00:00.014) 0:00:06.847 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_interface_stat.yml:3 Saturday 18 May 2024 13:23:46 +0000 (0:00:00.009) 0:00:06.857 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/assert_device_absent.yml:5 Saturday 18 May 2024 13:23:47 +0000 (0:00:00.179) 0:00:07.037 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:14 Saturday 18 May 2024 13:23:47 +0000 (0:00:00.010) 0:00:07.047 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:3 Saturday 18 May 2024 13:23:47 +0000 (0:00:00.015) 0:00:07.062 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:8 Saturday 18 May 2024 13:23:47 +0000 (0:00:00.007) 0:00:07.070 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:13 Saturday 18 May 2024 13:23:47 +0000 (0:00:00.007) 0:00:07.077 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:23:47 +0000 (0:00:00.010) 0:00:07.088 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:23:47 +0000 (0:00:00.009) 0:00:07.098 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003115", "end": "2024-05-18 13:23:47.331144", "rc": 0, "start": "2024-05-18 13:23:47.328029" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:23:47 +0000 (0:00:00.186) 0:00:07.284 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:23:47 +0000 (0:00:00.013) 0:00:07.297 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:16 Saturday 18 May 2024 13:23:47 +0000 (0:00:00.011) 0:00:07.308 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:27 Saturday 18 May 2024 13:23:49 +0000 (0:00:02.520) 0:00:09.829 ********** 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.013762", "end": "2024-05-18 13:23:50.076486", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-05-18 13:23:50.062724" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003643", "end": "2024-05-18 13:23:50.289572", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-05-18 13:23:50.285929" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004214", "end": "2024-05-18 13:23:50.465987", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-05-18 13:23:50.461773" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:35 Saturday 18 May 2024 13:23:50 +0000 (0:00:00.591) 0:00:10.420 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022507", "end": "2024-05-18 13:23:50.673853", "rc": 0, "start": "2024-05-18 13:23:50.651346" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:43 Saturday 18 May 2024 13:23:50 +0000 (0:00:00.223) 0:00:10.644 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:49 Saturday 18 May 2024 13:23:50 +0000 (0:00:00.010) 0:00:10.654 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:54 Saturday 18 May 2024 13:23:50 +0000 (0:00:00.021) 0:00:10.675 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:60 Saturday 18 May 2024 13:23:50 +0000 (0:00:00.022) 0:00:10.697 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:65 Saturday 18 May 2024 13:23:50 +0000 (0:00:00.021) 0:00:10.718 ********** 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-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:18 Saturday 18 May 2024 13:23:50 +0000 (0:00:00.008) 0:00:10.727 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:23:50 +0000 (0:00:00.016) 0:00:10.744 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:23:50 +0000 (0:00:00.013) 0:00:10.758 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003086", "end": "2024-05-18 13:23:51.002152", "rc": 0, "start": "2024-05-18 13:23:50.999066" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:23:51 +0000 (0:00:00.195) 0:00:10.953 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:23:51 +0000 (0:00:00.009) 0:00:10.963 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:20 Saturday 18 May 2024 13:23:51 +0000 (0:00:00.016) 0:00:10.979 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/assert_device_present.yml:3 Saturday 18 May 2024 13:23:51 +0000 (0:00:00.016) 0:00:10.996 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_interface_stat.yml:3 Saturday 18 May 2024 13:23:51 +0000 (0:00:00.011) 0:00:11.007 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716038630.0662487, "block_size": 4096, "blocks": 0, "ctime": 1716038630.0662487, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33011, "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": 1716038630.0662487, "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-ci_2qw7ugx/tests/tasks/assert_device_present.yml:5 Saturday 18 May 2024 13:23:51 +0000 (0:00:00.182) 0:00:11.189 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:23 Saturday 18 May 2024 13:23:51 +0000 (0:00:00.009) 0:00:11.199 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:3 Saturday 18 May 2024 13:23:51 +0000 (0:00:00.018) 0:00:11.217 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:8 Saturday 18 May 2024 13:23:51 +0000 (0:00:00.007) 0:00:11.225 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:13 Saturday 18 May 2024 13:23:51 +0000 (0:00:00.008) 0:00:11.233 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:23:51 +0000 (0:00:00.011) 0:00:11.245 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:23:51 +0000 (0:00:00.009) 0:00:11.255 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003117", "end": "2024-05-18 13:23:51.489856", "rc": 0, "start": "2024-05-18 13:23:51.486739" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:23:51 +0000 (0:00:00.183) 0:00:11.438 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:23:51 +0000 (0:00:00.010) 0:00:11.449 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:16 Saturday 18 May 2024 13:23:51 +0000 (0:00:00.008) 0:00:11.457 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:27 Saturday 18 May 2024 13:23:54 +0000 (0:00:02.521) 0:00:13.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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:35 Saturday 18 May 2024 13:23:54 +0000 (0:00:00.017) 0:00:13.996 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:43 Saturday 18 May 2024 13:23:54 +0000 (0:00:00.008) 0:00:14.004 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011660", "end": "2024-05-18 13:23:54.248216", "rc": 0, "start": "2024-05-18 13:23:54.236556" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:49 Saturday 18 May 2024 13:23:54 +0000 (0:00:00.204) 0:00:14.208 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:54 Saturday 18 May 2024 13:23:54 +0000 (0:00:00.019) 0:00:14.228 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:60 Saturday 18 May 2024 13:23:54 +0000 (0:00:00.009) 0:00:14.237 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:65 Saturday 18 May 2024 13:23:54 +0000 (0:00:00.031) 0:00:14.269 ********** 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-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:27 Saturday 18 May 2024 13:23:54 +0000 (0:00:00.024) 0:00:14.294 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:23:54 +0000 (0:00:00.030) 0:00:14.324 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:23:54 +0000 (0:00:00.018) 0:00:14.343 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003152", "end": "2024-05-18 13:23:54.580312", "rc": 0, "start": "2024-05-18 13:23:54.577160" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:23:54 +0000 (0:00:00.185) 0:00:14.528 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:23:54 +0000 (0:00:00.010) 0:00:14.539 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:29 Saturday 18 May 2024 13:23:54 +0000 (0:00:00.009) 0:00:14.548 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/assert_device_absent.yml:3 Saturday 18 May 2024 13:23:54 +0000 (0:00:00.019) 0:00:14.568 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_interface_stat.yml:3 Saturday 18 May 2024 13:23:54 +0000 (0:00:00.009) 0:00:14.578 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/assert_device_absent.yml:5 Saturday 18 May 2024 13:23:54 +0000 (0:00:00.186) 0:00:14.764 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tests_helpers_and_asserts.yml:15 Saturday 18 May 2024 13:23:54 +0000 (0:00:00.011) 0:00:14.775 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:3 Saturday 18 May 2024 13:23:54 +0000 (0:00:00.020) 0:00:14.795 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:23:54 +0000 (0:00:00.014) 0:00:14.810 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:23:54 +0000 (0:00:00.009) 0:00:14.820 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003116", "end": "2024-05-18 13:23:55.064568", "rc": 0, "start": "2024-05-18 13:23:55.061452" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:23:55 +0000 (0:00:00.193) 0:00:15.014 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:23:55 +0000 (0:00:00.012) 0:00:15.026 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:5 Saturday 18 May 2024 13:23:55 +0000 (0:00:00.010) 0:00:15.036 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:3 Saturday 18 May 2024 13:23:55 +0000 (0:00:00.012) 0:00:15.049 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:8 Saturday 18 May 2024 13:23:55 +0000 (0:00:00.009) 0:00:15.058 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:13 Saturday 18 May 2024 13:23:55 +0000 (0:00:00.008) 0:00:15.066 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:23:55 +0000 (0:00:00.012) 0:00:15.078 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:23:55 +0000 (0:00:00.009) 0:00:15.088 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003281", "end": "2024-05-18 13:23:55.341347", "rc": 0, "start": "2024-05-18 13:23:55.338066" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:23:55 +0000 (0:00:00.205) 0:00:15.294 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:23:55 +0000 (0:00:00.010) 0:00:15.304 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:16 Saturday 18 May 2024 13:23:55 +0000 (0:00:00.009) 0:00:15.313 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:27 Saturday 18 May 2024 13:23:57 +0000 (0:00:02.510) 0:00:17.824 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:35 Saturday 18 May 2024 13:23:57 +0000 (0:00:00.014) 0:00:17.838 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:43 Saturday 18 May 2024 13:23:57 +0000 (0:00:00.008) 0:00:17.846 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:49 Saturday 18 May 2024 13:23:57 +0000 (0:00:00.007) 0:00:17.854 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:54 Saturday 18 May 2024 13:23:57 +0000 (0:00:00.007) 0:00:17.861 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:60 Saturday 18 May 2024 13:23:57 +0000 (0:00:00.009) 0:00:17.870 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:65 Saturday 18 May 2024 13:23:57 +0000 (0:00:00.008) 0:00:17.879 ********** 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-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:9 Saturday 18 May 2024 13:23:57 +0000 (0:00:00.012) 0:00:17.892 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:23:57 +0000 (0:00:00.016) 0:00:17.908 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:23:57 +0000 (0:00:00.010) 0:00:17.919 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003115", "end": "2024-05-18 13:23:58.153614", "rc": 0, "start": "2024-05-18 13:23:58.150499" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:23:58 +0000 (0:00:00.185) 0:00:18.104 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:23:58 +0000 (0:00:00.010) 0:00:18.115 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:11 Saturday 18 May 2024 13:23:58 +0000 (0:00:00.009) 0:00:18.125 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/assert_device_absent.yml:3 Saturday 18 May 2024 13:23:58 +0000 (0:00:00.012) 0:00:18.137 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_interface_stat.yml:3 Saturday 18 May 2024 13:23:58 +0000 (0:00:00.009) 0:00:18.147 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/assert_device_absent.yml:5 Saturday 18 May 2024 13:23:58 +0000 (0:00:00.178) 0:00:18.325 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:14 Saturday 18 May 2024 13:23:58 +0000 (0:00:00.011) 0:00:18.337 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:3 Saturday 18 May 2024 13:23:58 +0000 (0:00:00.015) 0:00:18.352 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:8 Saturday 18 May 2024 13:23:58 +0000 (0:00:00.009) 0:00:18.362 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:13 Saturday 18 May 2024 13:23:58 +0000 (0:00:00.007) 0:00:18.370 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:23:58 +0000 (0:00:00.011) 0:00:18.381 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:23:58 +0000 (0:00:00.009) 0:00:18.391 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003098", "end": "2024-05-18 13:23:58.622873", "rc": 0, "start": "2024-05-18 13:23:58.619775" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:23:58 +0000 (0:00:00.181) 0:00:18.572 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:23:58 +0000 (0:00:00.010) 0:00:18.583 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:16 Saturday 18 May 2024 13:23:58 +0000 (0:00:00.009) 0:00:18.592 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:27 Saturday 18 May 2024 13:24:01 +0000 (0:00:02.515) 0:00:21.107 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:35 Saturday 18 May 2024 13:24:01 +0000 (0:00:00.021) 0:00:21.128 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:43 Saturday 18 May 2024 13:24:01 +0000 (0:00:00.011) 0:00:21.140 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:49 Saturday 18 May 2024 13:24:01 +0000 (0:00:00.018) 0:00:21.159 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009571", "end": "2024-05-18 13:24:01.404855", "rc": 0, "start": "2024-05-18 13:24:01.395284" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:54 Saturday 18 May 2024 13:24:01 +0000 (0:00:00.204) 0:00:21.363 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:60 Saturday 18 May 2024 13:24:01 +0000 (0:00:00.009) 0:00:21.372 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:65 Saturday 18 May 2024 13:24:01 +0000 (0:00:00.008) 0:00:21.381 ********** 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-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:18 Saturday 18 May 2024 13:24:01 +0000 (0:00:00.007) 0:00:21.388 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:24:01 +0000 (0:00:00.016) 0:00:21.404 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:24:01 +0000 (0:00:00.013) 0:00:21.417 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003232", "end": "2024-05-18 13:24:01.663562", "rc": 0, "start": "2024-05-18 13:24:01.660330" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:24:01 +0000 (0:00:00.193) 0:00:21.611 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:24:01 +0000 (0:00:00.011) 0:00:21.623 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:20 Saturday 18 May 2024 13:24:01 +0000 (0:00:00.011) 0:00:21.634 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/assert_device_present.yml:3 Saturday 18 May 2024 13:24:01 +0000 (0:00:00.017) 0:00:21.651 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_interface_stat.yml:3 Saturday 18 May 2024 13:24:01 +0000 (0:00:00.010) 0:00:21.662 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716038641.404224, "block_size": 4096, "blocks": 0, "ctime": 1716038641.404224, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33334, "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": 1716038641.404224, "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-ci_2qw7ugx/tests/tasks/assert_device_present.yml:5 Saturday 18 May 2024 13:24:01 +0000 (0:00:00.207) 0:00:21.869 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:23 Saturday 18 May 2024 13:24:01 +0000 (0:00:00.011) 0:00:21.880 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:3 Saturday 18 May 2024 13:24:01 +0000 (0:00:00.028) 0:00:21.908 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:8 Saturday 18 May 2024 13:24:01 +0000 (0:00:00.010) 0:00:21.919 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:13 Saturday 18 May 2024 13:24:01 +0000 (0:00:00.008) 0:00:21.928 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:24:02 +0000 (0:00:00.012) 0:00:21.941 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:24:02 +0000 (0:00:00.016) 0:00:21.957 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003310", "end": "2024-05-18 13:24:02.193947", "rc": 0, "start": "2024-05-18 13:24:02.190637" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:24:02 +0000 (0:00:00.185) 0:00:22.143 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:24:02 +0000 (0:00:00.010) 0:00:22.154 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:16 Saturday 18 May 2024 13:24:02 +0000 (0:00:00.010) 0:00:22.164 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:27 Saturday 18 May 2024 13:24:04 +0000 (0:00:02.519) 0:00:24.683 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:35 Saturday 18 May 2024 13:24:04 +0000 (0:00:00.018) 0:00:24.702 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:43 Saturday 18 May 2024 13:24:04 +0000 (0:00:00.023) 0:00:24.725 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:49 Saturday 18 May 2024 13:24:04 +0000 (0:00:00.021) 0:00:24.747 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:54 Saturday 18 May 2024 13:24:04 +0000 (0:00:00.012) 0:00:24.759 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008599", "end": "2024-05-18 13:24:05.031598", "rc": 0, "start": "2024-05-18 13:24:05.022999" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:60 Saturday 18 May 2024 13:24:05 +0000 (0:00:00.234) 0:00:24.994 ********** 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-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:65 Saturday 18 May 2024 13:24:05 +0000 (0:00:00.013) 0:00:25.007 ********** 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-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:27 Saturday 18 May 2024 13:24:05 +0000 (0:00:00.026) 0:00:25.033 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:3 Saturday 18 May 2024 13:24:05 +0000 (0:00:00.032) 0:00:25.066 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:3 Saturday 18 May 2024 13:24:05 +0000 (0:00:00.029) 0:00:25.096 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003169", "end": "2024-05-18 13:24:05.379551", "rc": 0, "start": "2024-05-18 13:24:05.376382" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:9 Saturday 18 May 2024 13:24:05 +0000 (0:00:00.236) 0:00:25.333 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/show_interfaces.yml:5 Saturday 18 May 2024 13:24:05 +0000 (0:00:00.010) 0:00:25.343 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/create_and_remove_interface.yml:29 Saturday 18 May 2024 13:24:05 +0000 (0:00:00.010) 0:00:25.354 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/assert_device_absent.yml:3 Saturday 18 May 2024 13:24:05 +0000 (0:00:00.026) 0:00:25.380 ********** included: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_interface_stat.yml:3 Saturday 18 May 2024 13:24:05 +0000 (0:00:00.039) 0:00:25.419 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/assert_device_absent.yml:5 Saturday 18 May 2024 13:24:05 +0000 (0:00:00.251) 0:00:25.671 ********** 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 18 May 2024 13:24:05 +0000 (0:00:00.027) 0:00:25.699 ********** =============================================================================== Install iproute --------------------------------------------------------- 2.73s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.52s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.52s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.52s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.52s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.51s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:16 ------- Enable EPEL 8 ----------------------------------------------------------- 1.42s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/enable_epel.yml:35 ----------------- Gathering Facts --------------------------------------------------------- 0.93s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.59s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:27 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/el_repo_setup.yml:3 ---------------- Get stat for interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_interface_stat.yml:3 ----------- Create EPEL 8 ----------------------------------------------------------- 0.24s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/enable_epel.yml:8 ------------------ Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/el_repo_setup.yml:17 --------------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:3 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.23s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:54 ------- Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:35 ------- Get stat for interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/get_current_interfaces.yml:3 ------- Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:43 ------- Create dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-ci_2qw7ugx/tests/tasks/manage_test_interface.yml:49 ------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---