# 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-route_typet0w20typ/.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-route_typet0w20typ/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tests_helpers_and_asserts.yml:3 Tuesday 09 January 2024 02:35:43 +0000 (0:00:00.037) 0:00:00.037 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-route_typet0w20typ/tests/tests_helpers_and_asserts.yml:6 Tuesday 09 January 2024 02:35:44 +0000 (0:00:00.874) 0:00:00.911 ******* included: /WORKDIR/git-route_typet0w20typ/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-route_typet0w20typ/tests/tasks/el_repo_setup.yml:3 Tuesday 09 January 2024 02:35:44 +0000 (0:00:00.011) 0:00:00.923 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/el_repo_setup.yml:17 Tuesday 09 January 2024 02:35:44 +0000 (0:00:00.457) 0:00:01.380 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/el_repo_setup.yml:22 Tuesday 09 January 2024 02:35:45 +0000 (0:00:00.264) 0:00:01.644 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/el_repo_setup.yml:26 Tuesday 09 January 2024 02:35:45 +0000 (0:00:00.013) 0:00:01.658 ******* 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-route_typet0w20typ/tests/tasks/el_repo_setup.yml:51 Tuesday 09 January 2024 02:35:45 +0000 (0:00:00.009) 0:00:01.667 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/enable_epel.yml:8 Tuesday 09 January 2024 02:35:45 +0000 (0:00:00.021) 0:00:01.689 ******* 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-route_typet0w20typ/tests/tasks/enable_epel.yml:24 Tuesday 09 January 2024 02:35:45 +0000 (0:00:00.274) 0:00:01.964 ******* 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-route_typet0w20typ/tests/tasks/enable_epel.yml:30 Tuesday 09 January 2024 02:35:45 +0000 (0:00:00.008) 0:00:01.973 ******* 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-route_typet0w20typ/tests/tasks/enable_epel.yml:35 Tuesday 09 January 2024 02:35:45 +0000 (0:00:00.008) 0:00:01.981 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.247335", "end": "2024-01-09 02:35:45.793692", "rc": 0, "start": "2024-01-09 02:35:45.546357" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/enable_epel.yml:40 Tuesday 09 January 2024 02:35:45 +0000 (0:00:00.439) 0:00:02.420 ******* 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-route_typet0w20typ/tests/tests_helpers_and_asserts.yml:9 Tuesday 09 January 2024 02:35:45 +0000 (0:00:00.007) 0:00:02.428 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:3 Tuesday 09 January 2024 02:35:45 +0000 (0:00:00.012) 0:00:02.440 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:35:45 +0000 (0:00:00.010) 0:00:02.451 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:35:45 +0000 (0:00:00.009) 0:00:02.460 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003601", "end": "2024-01-09 02:35:46.026003", "rc": 0, "start": "2024-01-09 02:35:46.022402" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:35:46 +0000 (0:00:00.189) 0:00:02.650 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:35:46 +0000 (0:00:00.010) 0:00:02.660 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:5 Tuesday 09 January 2024 02:35:46 +0000 (0:00:00.010) 0:00:02.670 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 02:35:46 +0000 (0:00:00.014) 0:00:02.685 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 02:35:46 +0000 (0:00:00.008) 0:00:02.693 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 02:35:46 +0000 (0:00:00.007) 0:00:02.701 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:35:46 +0000 (0:00:00.010) 0:00:02.711 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:35:46 +0000 (0:00:00.011) 0:00:02.722 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003791", "end": "2024-01-09 02:35:46.298204", "rc": 0, "start": "2024-01-09 02:35:46.294413" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:35:46 +0000 (0:00:00.202) 0:00:02.924 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:35:46 +0000 (0:00:00.009) 0:00:02.934 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 02:35:46 +0000 (0:00:00.014) 0:00:02.949 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:23 Tuesday 09 January 2024 02:35:49 +0000 (0:00:03.329) 0:00:06.278 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:31 Tuesday 09 January 2024 02:35:49 +0000 (0:00:00.014) 0:00:06.293 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:39 Tuesday 09 January 2024 02:35:49 +0000 (0:00:00.008) 0:00:06.301 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:45 Tuesday 09 January 2024 02:35:49 +0000 (0:00:00.008) 0:00:06.310 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:50 Tuesday 09 January 2024 02:35:49 +0000 (0:00:00.008) 0:00:06.318 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:56 Tuesday 09 January 2024 02:35:49 +0000 (0:00:00.009) 0:00:06.327 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 02:35:49 +0000 (0:00:00.007) 0:00:06.335 ******* 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-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:9 Tuesday 09 January 2024 02:35:49 +0000 (0:00:00.007) 0:00:06.342 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:35:49 +0000 (0:00:00.012) 0:00:06.354 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:35:49 +0000 (0:00:00.008) 0:00:06.363 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003844", "end": "2024-01-09 02:35:49.930952", "rc": 0, "start": "2024-01-09 02:35:49.927108" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:35:49 +0000 (0:00:00.192) 0:00:06.556 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:35:49 +0000 (0:00:00.011) 0:00:06.567 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:11 Tuesday 09 January 2024 02:35:49 +0000 (0:00:00.010) 0:00:06.577 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/assert_device_absent.yml:3 Tuesday 09 January 2024 02:35:49 +0000 (0:00:00.013) 0:00:06.591 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 02:35:49 +0000 (0:00:00.010) 0:00:06.601 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/assert_device_absent.yml:5 Tuesday 09 January 2024 02:35:50 +0000 (0:00:00.191) 0:00:06.793 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:14 Tuesday 09 January 2024 02:35:50 +0000 (0:00:00.011) 0:00:06.805 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 02:35:50 +0000 (0:00:00.021) 0:00:06.826 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 02:35:50 +0000 (0:00:00.011) 0:00:06.837 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 02:35:50 +0000 (0:00:00.008) 0:00:06.846 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:35:50 +0000 (0:00:00.011) 0:00:06.857 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:35:50 +0000 (0:00:00.009) 0:00:06.867 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003612", "end": "2024-01-09 02:35:50.433942", "rc": 0, "start": "2024-01-09 02:35:50.430330" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:35:50 +0000 (0:00:00.191) 0:00:07.059 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:35:50 +0000 (0:00:00.011) 0:00:07.070 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 02:35:50 +0000 (0:00:00.009) 0:00:07.080 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:23 Tuesday 09 January 2024 02:35:53 +0000 (0:00:03.199) 0:00:10.279 ******* 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.013470", "end": "2024-01-09 02:35:53.885703", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-09 02:35:53.872233" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004105", "end": "2024-01-09 02:35:54.122044", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-09 02:35:54.117939" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004936", "end": "2024-01-09 02:35:54.316926", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-09 02:35:54.311990" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:31 Tuesday 09 January 2024 02:35:54 +0000 (0:00:00.669) 0:00:10.948 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.025727", "end": "2024-01-09 02:35:54.545968", "rc": 0, "start": "2024-01-09 02:35:54.520241" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:39 Tuesday 09 January 2024 02:35:54 +0000 (0:00:00.224) 0:00:11.172 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:45 Tuesday 09 January 2024 02:35:54 +0000 (0:00:00.009) 0:00:11.181 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:50 Tuesday 09 January 2024 02:35:54 +0000 (0:00:00.008) 0:00:11.190 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:56 Tuesday 09 January 2024 02:35:54 +0000 (0:00:00.008) 0:00:11.198 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 02:35:54 +0000 (0:00:00.015) 0:00:11.213 ******* 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-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:18 Tuesday 09 January 2024 02:35:54 +0000 (0:00:00.014) 0:00:11.228 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:35:54 +0000 (0:00:00.018) 0:00:11.247 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:35:54 +0000 (0:00:00.022) 0:00:11.269 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003686", "end": "2024-01-09 02:35:54.847868", "rc": 0, "start": "2024-01-09 02:35:54.844182" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:35:54 +0000 (0:00:00.204) 0:00:11.474 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:35:54 +0000 (0:00:00.009) 0:00:11.483 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:20 Tuesday 09 January 2024 02:35:54 +0000 (0:00:00.009) 0:00:11.493 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/assert_device_present.yml:3 Tuesday 09 January 2024 02:35:54 +0000 (0:00:00.016) 0:00:11.509 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 02:35:54 +0000 (0:00:00.009) 0:00:11.519 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1704767753.8763027, "block_size": 4096, "blocks": 0, "ctime": 1704767753.8763027, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29197, "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": 1704767753.8763027, "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-route_typet0w20typ/tests/tasks/assert_device_present.yml:5 Tuesday 09 January 2024 02:35:55 +0000 (0:00:00.214) 0:00:11.733 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:23 Tuesday 09 January 2024 02:35:55 +0000 (0:00:00.016) 0:00:11.749 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 02:35:55 +0000 (0:00:00.019) 0:00:11.769 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 02:35:55 +0000 (0:00:00.013) 0:00:11.782 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 02:35:55 +0000 (0:00:00.007) 0:00:11.790 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:35:55 +0000 (0:00:00.013) 0:00:11.803 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:35:55 +0000 (0:00:00.010) 0:00:11.814 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003717", "end": "2024-01-09 02:35:55.383999", "rc": 0, "start": "2024-01-09 02:35:55.380282" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:35:55 +0000 (0:00:00.195) 0:00:12.009 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:35:55 +0000 (0:00:00.010) 0:00:12.019 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 02:35:55 +0000 (0:00:00.012) 0:00:12.031 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:23 Tuesday 09 January 2024 02:35:58 +0000 (0:00:03.041) 0:00:15.073 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:31 Tuesday 09 January 2024 02:35:58 +0000 (0:00:00.014) 0:00:15.088 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:39 Tuesday 09 January 2024 02:35:58 +0000 (0:00:00.008) 0:00:15.096 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011570", "end": "2024-01-09 02:35:58.687176", "rc": 0, "start": "2024-01-09 02:35:58.675606" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:45 Tuesday 09 January 2024 02:35:58 +0000 (0:00:00.217) 0:00:15.314 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:50 Tuesday 09 January 2024 02:35:58 +0000 (0:00:00.009) 0:00:15.324 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:56 Tuesday 09 January 2024 02:35:58 +0000 (0:00:00.008) 0:00:15.332 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 02:35:58 +0000 (0:00:00.009) 0:00:15.342 ******* 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-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:27 Tuesday 09 January 2024 02:35:58 +0000 (0:00:00.007) 0:00:15.350 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:35:58 +0000 (0:00:00.020) 0:00:15.370 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:35:58 +0000 (0:00:00.010) 0:00:15.381 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003678", "end": "2024-01-09 02:35:58.959061", "rc": 0, "start": "2024-01-09 02:35:58.955383" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:35:58 +0000 (0:00:00.204) 0:00:15.585 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:35:58 +0000 (0:00:00.015) 0:00:15.601 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:29 Tuesday 09 January 2024 02:35:59 +0000 (0:00:00.011) 0:00:15.613 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/assert_device_absent.yml:3 Tuesday 09 January 2024 02:35:59 +0000 (0:00:00.025) 0:00:15.638 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 02:35:59 +0000 (0:00:00.012) 0:00:15.651 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/assert_device_absent.yml:5 Tuesday 09 January 2024 02:35:59 +0000 (0:00:00.196) 0:00:15.848 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tests_helpers_and_asserts.yml:15 Tuesday 09 January 2024 02:35:59 +0000 (0:00:00.010) 0:00:15.859 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:3 Tuesday 09 January 2024 02:35:59 +0000 (0:00:00.013) 0:00:15.872 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:35:59 +0000 (0:00:00.010) 0:00:15.882 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:35:59 +0000 (0:00:00.009) 0:00:15.891 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003715", "end": "2024-01-09 02:35:59.462852", "rc": 0, "start": "2024-01-09 02:35:59.459137" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:35:59 +0000 (0:00:00.197) 0:00:16.089 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:35:59 +0000 (0:00:00.010) 0:00:16.099 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:5 Tuesday 09 January 2024 02:35:59 +0000 (0:00:00.014) 0:00:16.113 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 02:35:59 +0000 (0:00:00.016) 0:00:16.130 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 02:35:59 +0000 (0:00:00.008) 0:00:16.138 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 02:35:59 +0000 (0:00:00.010) 0:00:16.148 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:35:59 +0000 (0:00:00.019) 0:00:16.167 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:35:59 +0000 (0:00:00.010) 0:00:16.178 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003510", "end": "2024-01-09 02:35:59.748782", "rc": 0, "start": "2024-01-09 02:35:59.745272" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:35:59 +0000 (0:00:00.199) 0:00:16.378 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:35:59 +0000 (0:00:00.015) 0:00:16.394 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 02:35:59 +0000 (0:00:00.024) 0:00:16.418 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:23 Tuesday 09 January 2024 02:36:02 +0000 (0:00:03.038) 0:00:19.456 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:31 Tuesday 09 January 2024 02:36:02 +0000 (0:00:00.015) 0:00:19.472 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:39 Tuesday 09 January 2024 02:36:02 +0000 (0:00:00.009) 0:00:19.482 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:45 Tuesday 09 January 2024 02:36:02 +0000 (0:00:00.009) 0:00:19.492 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:50 Tuesday 09 January 2024 02:36:02 +0000 (0:00:00.009) 0:00:19.501 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:56 Tuesday 09 January 2024 02:36:02 +0000 (0:00:00.010) 0:00:19.512 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 02:36:02 +0000 (0:00:00.009) 0:00:19.521 ******* 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-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:9 Tuesday 09 January 2024 02:36:02 +0000 (0:00:00.008) 0:00:19.530 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:36:02 +0000 (0:00:00.013) 0:00:19.543 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:36:02 +0000 (0:00:00.009) 0:00:19.552 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003572", "end": "2024-01-09 02:36:03.122218", "rc": 0, "start": "2024-01-09 02:36:03.118646" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:36:03 +0000 (0:00:00.194) 0:00:19.747 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:36:03 +0000 (0:00:00.009) 0:00:19.757 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:11 Tuesday 09 January 2024 02:36:03 +0000 (0:00:00.009) 0:00:19.766 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/assert_device_absent.yml:3 Tuesday 09 January 2024 02:36:03 +0000 (0:00:00.013) 0:00:19.780 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 02:36:03 +0000 (0:00:00.009) 0:00:19.789 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/assert_device_absent.yml:5 Tuesday 09 January 2024 02:36:03 +0000 (0:00:00.191) 0:00:19.981 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:14 Tuesday 09 January 2024 02:36:03 +0000 (0:00:00.010) 0:00:19.992 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 02:36:03 +0000 (0:00:00.015) 0:00:20.007 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 02:36:03 +0000 (0:00:00.009) 0:00:20.016 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 02:36:03 +0000 (0:00:00.013) 0:00:20.030 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:36:03 +0000 (0:00:00.011) 0:00:20.042 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:36:03 +0000 (0:00:00.012) 0:00:20.054 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003600", "end": "2024-01-09 02:36:03.631612", "rc": 0, "start": "2024-01-09 02:36:03.628012" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:36:03 +0000 (0:00:00.203) 0:00:20.258 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:36:03 +0000 (0:00:00.012) 0:00:20.270 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 02:36:03 +0000 (0:00:00.011) 0:00:20.282 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:23 Tuesday 09 January 2024 02:36:06 +0000 (0:00:03.017) 0:00:23.299 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:31 Tuesday 09 January 2024 02:36:06 +0000 (0:00:00.016) 0:00:23.316 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:39 Tuesday 09 January 2024 02:36:06 +0000 (0:00:00.025) 0:00:23.341 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:45 Tuesday 09 January 2024 02:36:06 +0000 (0:00:00.014) 0:00:23.356 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011150", "end": "2024-01-09 02:36:06.956491", "rc": 0, "start": "2024-01-09 02:36:06.945341" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:50 Tuesday 09 January 2024 02:36:06 +0000 (0:00:00.237) 0:00:23.593 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:56 Tuesday 09 January 2024 02:36:06 +0000 (0:00:00.009) 0:00:23.603 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 02:36:07 +0000 (0:00:00.008) 0:00:23.612 ******* 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-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:18 Tuesday 09 January 2024 02:36:07 +0000 (0:00:00.008) 0:00:23.620 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:36:07 +0000 (0:00:00.017) 0:00:23.637 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:36:07 +0000 (0:00:00.010) 0:00:23.647 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003656", "end": "2024-01-09 02:36:07.217665", "rc": 0, "start": "2024-01-09 02:36:07.214009" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:36:07 +0000 (0:00:00.194) 0:00:23.842 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:36:07 +0000 (0:00:00.011) 0:00:23.854 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:20 Tuesday 09 January 2024 02:36:07 +0000 (0:00:00.010) 0:00:23.864 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/assert_device_present.yml:3 Tuesday 09 January 2024 02:36:07 +0000 (0:00:00.019) 0:00:23.883 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 02:36:07 +0000 (0:00:00.011) 0:00:23.895 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1704767766.9542603, "block_size": 4096, "blocks": 0, "ctime": 1704767766.9542603, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29520, "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": 1704767766.9542603, "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-route_typet0w20typ/tests/tasks/assert_device_present.yml:5 Tuesday 09 January 2024 02:36:07 +0000 (0:00:00.188) 0:00:24.084 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:23 Tuesday 09 January 2024 02:36:07 +0000 (0:00:00.012) 0:00:24.097 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:3 Tuesday 09 January 2024 02:36:07 +0000 (0:00:00.026) 0:00:24.123 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:8 Tuesday 09 January 2024 02:36:07 +0000 (0:00:00.010) 0:00:24.133 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:13 Tuesday 09 January 2024 02:36:07 +0000 (0:00:00.015) 0:00:24.149 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:36:07 +0000 (0:00:00.019) 0:00:24.168 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:36:07 +0000 (0:00:00.018) 0:00:24.187 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003619", "end": "2024-01-09 02:36:07.763022", "rc": 0, "start": "2024-01-09 02:36:07.759403" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:36:07 +0000 (0:00:00.200) 0:00:24.388 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:36:07 +0000 (0:00:00.010) 0:00:24.399 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:16 Tuesday 09 January 2024 02:36:07 +0000 (0:00:00.010) 0:00:24.409 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:23 Tuesday 09 January 2024 02:36:10 +0000 (0:00:03.015) 0:00:27.424 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:31 Tuesday 09 January 2024 02:36:10 +0000 (0:00:00.015) 0:00:27.440 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:39 Tuesday 09 January 2024 02:36:10 +0000 (0:00:00.008) 0:00:27.448 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:45 Tuesday 09 January 2024 02:36:10 +0000 (0:00:00.007) 0:00:27.456 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:50 Tuesday 09 January 2024 02:36:10 +0000 (0:00:00.009) 0:00:27.466 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011460", "end": "2024-01-09 02:36:11.044342", "rc": 0, "start": "2024-01-09 02:36:11.032882" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:56 Tuesday 09 January 2024 02:36:11 +0000 (0:00:00.219) 0:00:27.685 ******* 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-route_typet0w20typ/tests/tasks/manage_test_interface.yml:61 Tuesday 09 January 2024 02:36:11 +0000 (0:00:00.012) 0:00:27.697 ******* 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-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:27 Tuesday 09 January 2024 02:36:11 +0000 (0:00:00.016) 0:00:27.713 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:3 Tuesday 09 January 2024 02:36:11 +0000 (0:00:00.035) 0:00:27.749 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:3 Tuesday 09 January 2024 02:36:11 +0000 (0:00:00.018) 0:00:27.767 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003844", "end": "2024-01-09 02:36:11.361919", "rc": 0, "start": "2024-01-09 02:36:11.358075" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:9 Tuesday 09 January 2024 02:36:11 +0000 (0:00:00.219) 0:00:27.987 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/show_interfaces.yml:5 Tuesday 09 January 2024 02:36:11 +0000 (0:00:00.011) 0:00:27.998 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/create_and_remove_interface.yml:29 Tuesday 09 January 2024 02:36:11 +0000 (0:00:00.010) 0:00:28.009 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/assert_device_absent.yml:3 Tuesday 09 January 2024 02:36:11 +0000 (0:00:00.020) 0:00:28.029 ******* included: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/get_interface_stat.yml:3 Tuesday 09 January 2024 02:36:11 +0000 (0:00:00.010) 0:00:28.039 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_typet0w20typ/tests/tasks/assert_device_absent.yml:5 Tuesday 09 January 2024 02:36:11 +0000 (0:00:00.193) 0:00:28.233 ******* 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 Tuesday 09 January 2024 02:36:11 +0000 (0:00:00.022) 0:00:28.256 ******* =============================================================================== Install iproute --------------------------------------------------------- 3.33s /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.20s /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.04s /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.04s /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.02s /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.02s /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:16 ------ Gathering Facts --------------------------------------------------------- 0.87s /WORKDIR/git-route_typet0w20typ/tests/tests_helpers_and_asserts.yml:3 --------- Create veth interface veth1298 ------------------------------------------ 0.67s /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:23 ------ Gather the minimum subset of ansible_facts required by the network role test --- 0.46s /WORKDIR/git-route_typet0w20typ/tests/tasks/el_repo_setup.yml:3 --------------- Enable EPEL 8 ----------------------------------------------------------- 0.44s /WORKDIR/git-route_typet0w20typ/tests/tasks/enable_epel.yml:35 ---------------- Create EPEL 8 ----------------------------------------------------------- 0.27s /WORKDIR/git-route_typet0w20typ/tests/tasks/enable_epel.yml:8 ----------------- Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-route_typet0w20typ/tests/tasks/el_repo_setup.yml:17 -------------- Create dummy interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:45 ------ Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:31 ------ Delete dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:50 ------ Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:3 ------ Delete veth interface veth1298 ------------------------------------------ 0.22s /WORKDIR/git-route_typet0w20typ/tests/tasks/manage_test_interface.yml:39 ------ Get stat for interface veth1298 ----------------------------------------- 0.21s /WORKDIR/git-route_typet0w20typ/tests/tasks/get_interface_stat.yml:3 ---------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:3 ------ Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-route_typet0w20typ/tests/tasks/get_current_interfaces.yml:3 ------ ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---