# 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-ci43eyq38n/.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-ci43eyq38n/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-ci43eyq38n/tests/tests_helpers_and_asserts.yml:3 Saturday 11 May 2024 13:37:48 +0000 (0:00:00.068) 0:00:00.068 ********** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tests_helpers_and_asserts.yml:6 Saturday 11 May 2024 13:37:49 +0000 (0:00:00.886) 0:00:00.954 ********** included: /WORKDIR/git-weekly-ci43eyq38n/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-ci43eyq38n/tests/tasks/el_repo_setup.yml:3 Saturday 11 May 2024 13:37:49 +0000 (0:00:00.012) 0:00:00.967 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/el_repo_setup.yml:17 Saturday 11 May 2024 13:37:49 +0000 (0:00:00.343) 0:00:01.310 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/el_repo_setup.yml:22 Saturday 11 May 2024 13:37:49 +0000 (0:00:00.290) 0:00:01.600 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/el_repo_setup.yml:26 Saturday 11 May 2024 13:37:49 +0000 (0:00:00.015) 0:00:01.615 ********** 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-ci43eyq38n/tests/tasks/el_repo_setup.yml:51 Saturday 11 May 2024 13:37:49 +0000 (0:00:00.013) 0:00:01.629 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/enable_epel.yml:8 Saturday 11 May 2024 13:37:49 +0000 (0:00:00.024) 0:00:01.653 ********** 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-ci43eyq38n/tests/tasks/enable_epel.yml:24 Saturday 11 May 2024 13:37:50 +0000 (0:00:00.251) 0:00:01.905 ********** 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-ci43eyq38n/tests/tasks/enable_epel.yml:30 Saturday 11 May 2024 13:37:50 +0000 (0:00:00.009) 0:00:01.914 ********** 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-ci43eyq38n/tests/tasks/enable_epel.yml:35 Saturday 11 May 2024 13:37:50 +0000 (0:00:00.008) 0:00:01.923 ********** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.247212", "end": "2024-05-11 13:37:50.473651", "rc": 0, "start": "2024-05-11 13:37:50.226439" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/enable_epel.yml:40 Saturday 11 May 2024 13:37:50 +0000 (0:00:00.433) 0:00:02.356 ********** 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-ci43eyq38n/tests/tests_helpers_and_asserts.yml:9 Saturday 11 May 2024 13:37:50 +0000 (0:00:00.008) 0:00:02.365 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:3 Saturday 11 May 2024 13:37:50 +0000 (0:00:00.011) 0:00:02.377 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:50 +0000 (0:00:00.010) 0:00:02.387 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:50 +0000 (0:00:00.009) 0:00:02.397 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003347", "end": "2024-05-11 13:37:50.702044", "rc": 0, "start": "2024-05-11 13:37:50.698697" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:50 +0000 (0:00:00.188) 0:00:02.585 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:50 +0000 (0:00:00.012) 0:00:02.597 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:5 Saturday 11 May 2024 13:37:50 +0000 (0:00:00.011) 0:00:02.608 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:37:50 +0000 (0:00:00.015) 0:00:02.623 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:37:50 +0000 (0:00:00.011) 0:00:02.635 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:37:50 +0000 (0:00:00.010) 0:00:02.645 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:50 +0000 (0:00:00.015) 0:00:02.660 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:50 +0000 (0:00:00.011) 0:00:02.672 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003304", "end": "2024-05-11 13:37:50.975007", "rc": 0, "start": "2024-05-11 13:37:50.971703" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:50 +0000 (0:00:00.185) 0:00:02.857 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:51 +0000 (0:00:00.010) 0:00:02.867 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:37:51 +0000 (0:00:00.010) 0:00:02.878 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:27 Saturday 11 May 2024 13:37:54 +0000 (0:00:03.025) 0:00:05.903 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:35 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.020) 0:00:05.924 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:43 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.010) 0:00:05.934 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:49 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.011) 0:00:05.946 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:54 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.015) 0:00:05.961 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:60 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.034) 0:00:05.996 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.021) 0:00:06.017 ********** 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-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:9 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.009) 0:00:06.027 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.012) 0:00:06.039 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.010) 0:00:06.050 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003353", "end": "2024-05-11 13:37:54.361046", "rc": 0, "start": "2024-05-11 13:37:54.357693" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.200) 0:00:06.250 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.009) 0:00:06.260 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:11 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.008) 0:00:06.269 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/assert_device_absent.yml:3 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.014) 0:00:06.284 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.009) 0:00:06.293 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/assert_device_absent.yml:5 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.182) 0:00:06.476 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:14 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.010) 0:00:06.486 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.016) 0:00:06.503 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.007) 0:00:06.510 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.011) 0:00:06.522 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.012) 0:00:06.535 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.014) 0:00:06.549 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003323", "end": "2024-05-11 13:37:54.871202", "rc": 0, "start": "2024-05-11 13:37:54.867879" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.214) 0:00:06.764 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.014) 0:00:06.778 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:37:54 +0000 (0:00:00.011) 0:00:06.789 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:27 Saturday 11 May 2024 13:37:57 +0000 (0:00:02.640) 0:00:09.430 ********** 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.014018", "end": "2024-05-11 13:37:57.754409", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-05-11 13:37:57.740391" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003570", "end": "2024-05-11 13:37:57.976344", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-05-11 13:37:57.972774" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003938", "end": "2024-05-11 13:37:58.158630", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-05-11 13:37:58.154692" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:35 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.618) 0:00:10.048 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023760", "end": "2024-05-11 13:37:58.374376", "rc": 0, "start": "2024-05-11 13:37:58.350616" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:43 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.209) 0:00:10.257 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:49 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.027) 0:00:10.284 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:54 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.008) 0:00:10.293 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:60 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.024) 0:00:10.318 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.010) 0:00:10.329 ********** 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-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:18 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.013) 0:00:10.342 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.028) 0:00:10.371 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.011) 0:00:10.382 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003281", "end": "2024-05-11 13:37:58.693292", "rc": 0, "start": "2024-05-11 13:37:58.690011" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.193) 0:00:10.575 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.009) 0:00:10.585 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:20 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.010) 0:00:10.595 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/assert_device_present.yml:3 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.017) 0:00:10.613 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.009) 0:00:10.623 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715434677.743889, "block_size": 4096, "blocks": 0, "ctime": 1715434677.743889, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32520, "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": 1715434677.743889, "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-ci43eyq38n/tests/tasks/assert_device_present.yml:5 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.184) 0:00:10.807 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:23 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.010) 0:00:10.818 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.018) 0:00:10.837 ********** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.008) 0:00:10.845 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.007) 0:00:10.853 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:37:58 +0000 (0:00:00.011) 0:00:10.864 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:37:59 +0000 (0:00:00.010) 0:00:10.875 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003268", "end": "2024-05-11 13:37:59.180577", "rc": 0, "start": "2024-05-11 13:37:59.177309" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:37:59 +0000 (0:00:00.186) 0:00:11.062 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:37:59 +0000 (0:00:00.011) 0:00:11.073 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:37:59 +0000 (0:00:00.009) 0:00:11.082 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:27 Saturday 11 May 2024 13:38:01 +0000 (0:00:02.773) 0:00:13.856 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:35 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.015) 0:00:13.871 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:43 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.009) 0:00:13.881 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009663", "end": "2024-05-11 13:38:02.197154", "rc": 0, "start": "2024-05-11 13:38:02.187491" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:49 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.200) 0:00:14.082 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:54 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.009) 0:00:14.091 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:60 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.008) 0:00:14.100 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.009) 0:00:14.109 ********** 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-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:27 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.007) 0:00:14.117 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.019) 0:00:14.136 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.009) 0:00:14.145 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003457", "end": "2024-05-11 13:38:02.453424", "rc": 0, "start": "2024-05-11 13:38:02.449967" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.190) 0:00:14.336 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.010) 0:00:14.346 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:29 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.009) 0:00:14.356 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/assert_device_absent.yml:3 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.019) 0:00:14.375 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.010) 0:00:14.386 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/assert_device_absent.yml:5 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.189) 0:00:14.576 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tests_helpers_and_asserts.yml:15 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.013) 0:00:14.590 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:3 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.015) 0:00:14.605 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.010) 0:00:14.616 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.009) 0:00:14.626 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003382", "end": "2024-05-11 13:38:02.935522", "rc": 0, "start": "2024-05-11 13:38:02.932140" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.193) 0:00:14.819 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.010) 0:00:14.830 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:5 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.011) 0:00:14.841 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:38:02 +0000 (0:00:00.012) 0:00:14.854 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:38:03 +0000 (0:00:00.019) 0:00:14.873 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:38:03 +0000 (0:00:00.010) 0:00:14.883 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:38:03 +0000 (0:00:00.013) 0:00:14.897 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:38:03 +0000 (0:00:00.010) 0:00:14.907 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003401", "end": "2024-05-11 13:38:03.213714", "rc": 0, "start": "2024-05-11 13:38:03.210313" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:38:03 +0000 (0:00:00.187) 0:00:15.095 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:38:03 +0000 (0:00:00.010) 0:00:15.105 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:38:03 +0000 (0:00:00.010) 0:00:15.116 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:27 Saturday 11 May 2024 13:38:05 +0000 (0:00:02.583) 0:00:17.699 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:35 Saturday 11 May 2024 13:38:05 +0000 (0:00:00.015) 0:00:17.715 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:43 Saturday 11 May 2024 13:38:05 +0000 (0:00:00.009) 0:00:17.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-ci43eyq38n/tests/tasks/manage_test_interface.yml:49 Saturday 11 May 2024 13:38:05 +0000 (0:00:00.010) 0:00:17.736 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:54 Saturday 11 May 2024 13:38:05 +0000 (0:00:00.011) 0:00:17.747 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:60 Saturday 11 May 2024 13:38:05 +0000 (0:00:00.010) 0:00:17.757 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:38:05 +0000 (0:00:00.010) 0:00:17.768 ********** 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-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:9 Saturday 11 May 2024 13:38:05 +0000 (0:00:00.012) 0:00:17.780 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:38:05 +0000 (0:00:00.014) 0:00:17.795 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:38:05 +0000 (0:00:00.012) 0:00:17.807 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003265", "end": "2024-05-11 13:38:06.111810", "rc": 0, "start": "2024-05-11 13:38:06.108545" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:38:06 +0000 (0:00:00.188) 0:00:17.996 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:38:06 +0000 (0:00:00.011) 0:00:18.008 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:11 Saturday 11 May 2024 13:38:06 +0000 (0:00:00.014) 0:00:18.022 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/assert_device_absent.yml:3 Saturday 11 May 2024 13:38:06 +0000 (0:00:00.015) 0:00:18.038 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:38:06 +0000 (0:00:00.022) 0:00:18.060 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/assert_device_absent.yml:5 Saturday 11 May 2024 13:38:06 +0000 (0:00:00.185) 0:00:18.246 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:14 Saturday 11 May 2024 13:38:06 +0000 (0:00:00.012) 0:00:18.259 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:38:06 +0000 (0:00:00.016) 0:00:18.276 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:38:06 +0000 (0:00:00.008) 0:00:18.284 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:38:06 +0000 (0:00:00.008) 0:00:18.292 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:38:06 +0000 (0:00:00.012) 0:00:18.305 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:38:06 +0000 (0:00:00.016) 0:00:18.321 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003309", "end": "2024-05-11 13:38:06.641741", "rc": 0, "start": "2024-05-11 13:38:06.638432" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:38:06 +0000 (0:00:00.202) 0:00:18.523 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:38:06 +0000 (0:00:00.011) 0:00:18.535 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:38:06 +0000 (0:00:00.015) 0:00:18.550 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:27 Saturday 11 May 2024 13:38:09 +0000 (0:00:02.609) 0:00:21.160 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:35 Saturday 11 May 2024 13:38:09 +0000 (0:00:00.018) 0:00:21.178 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:43 Saturday 11 May 2024 13:38:09 +0000 (0:00:00.009) 0:00:21.188 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:49 Saturday 11 May 2024 13:38:09 +0000 (0:00:00.009) 0:00:21.198 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011058", "end": "2024-05-11 13:38:09.512610", "rc": 0, "start": "2024-05-11 13:38:09.501552" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:54 Saturday 11 May 2024 13:38:09 +0000 (0:00:00.209) 0:00:21.408 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:60 Saturday 11 May 2024 13:38:09 +0000 (0:00:00.010) 0:00:21.418 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:38:09 +0000 (0:00:00.009) 0:00:21.428 ********** 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-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:18 Saturday 11 May 2024 13:38:09 +0000 (0:00:00.009) 0:00:21.437 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:38:09 +0000 (0:00:00.016) 0:00:21.453 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:38:09 +0000 (0:00:00.010) 0:00:21.463 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003552", "end": "2024-05-11 13:38:09.767855", "rc": 0, "start": "2024-05-11 13:38:09.764303" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:38:09 +0000 (0:00:00.186) 0:00:21.650 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:38:09 +0000 (0:00:00.018) 0:00:21.668 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:20 Saturday 11 May 2024 13:38:09 +0000 (0:00:00.014) 0:00:21.682 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/assert_device_present.yml:3 Saturday 11 May 2024 13:38:09 +0000 (0:00:00.023) 0:00:21.705 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:38:09 +0000 (0:00:00.018) 0:00:21.723 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715434689.5099027, "block_size": 4096, "blocks": 0, "ctime": 1715434689.5099027, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32843, "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": 1715434689.5099027, "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-ci43eyq38n/tests/tasks/assert_device_present.yml:5 Saturday 11 May 2024 13:38:10 +0000 (0:00:00.190) 0:00:21.914 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:23 Saturday 11 May 2024 13:38:10 +0000 (0:00:00.015) 0:00:21.929 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:38:10 +0000 (0:00:00.022) 0:00:21.951 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:38:10 +0000 (0:00:00.011) 0:00:21.962 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:38:10 +0000 (0:00:00.009) 0:00:21.972 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:38:10 +0000 (0:00:00.015) 0:00:21.987 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:38:10 +0000 (0:00:00.010) 0:00:21.997 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003342", "end": "2024-05-11 13:38:10.309382", "rc": 0, "start": "2024-05-11 13:38:10.306040" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:38:10 +0000 (0:00:00.213) 0:00:22.211 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:38:10 +0000 (0:00:00.019) 0:00:22.230 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:38:10 +0000 (0:00:00.019) 0:00:22.250 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:27 Saturday 11 May 2024 13:38:12 +0000 (0:00:02.610) 0:00:24.861 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:35 Saturday 11 May 2024 13:38:13 +0000 (0:00:00.016) 0:00:24.877 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:43 Saturday 11 May 2024 13:38:13 +0000 (0:00:00.008) 0:00:24.886 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:49 Saturday 11 May 2024 13:38:13 +0000 (0:00:00.009) 0:00:24.895 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:54 Saturday 11 May 2024 13:38:13 +0000 (0:00:00.009) 0:00:24.905 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009433", "end": "2024-05-11 13:38:13.217132", "rc": 0, "start": "2024-05-11 13:38:13.207699" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:60 Saturday 11 May 2024 13:38:13 +0000 (0:00:00.195) 0:00:25.100 ********** 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-ci43eyq38n/tests/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:38:13 +0000 (0:00:00.009) 0:00:25.110 ********** 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-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:27 Saturday 11 May 2024 13:38:13 +0000 (0:00:00.010) 0:00:25.120 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:38:13 +0000 (0:00:00.020) 0:00:25.141 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:38:13 +0000 (0:00:00.011) 0:00:25.152 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003375", "end": "2024-05-11 13:38:13.460197", "rc": 0, "start": "2024-05-11 13:38:13.456822" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:38:13 +0000 (0:00:00.189) 0:00:25.342 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:38:13 +0000 (0:00:00.010) 0:00:25.352 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/create_and_remove_interface.yml:29 Saturday 11 May 2024 13:38:13 +0000 (0:00:00.011) 0:00:25.364 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/assert_device_absent.yml:3 Saturday 11 May 2024 13:38:13 +0000 (0:00:00.022) 0:00:25.386 ********** included: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:38:13 +0000 (0:00:00.010) 0:00:25.396 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/assert_device_absent.yml:5 Saturday 11 May 2024 13:38:13 +0000 (0:00:00.182) 0:00:25.579 ********** 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 11 May 2024 13:38:13 +0000 (0:00:00.017) 0:00:25.596 ********** =============================================================================== Install iproute --------------------------------------------------------- 3.03s /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.77s /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.64s /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.61s /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.61s /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.58s /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.89s /WORKDIR/git-weekly-ci43eyq38n/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.62s /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:27 ------- Enable EPEL 8 ----------------------------------------------------------- 0.43s /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.34s /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/el_repo_setup.yml:17 --------------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/enable_epel.yml:8 ------------------ Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:3 ------- Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:49 ------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:35 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:3 ------- Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:43 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/get_current_interfaces.yml:3 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-ci43eyq38n/tests/tasks/manage_test_interface.yml:54 ------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---