# 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_type79u6wg5p/.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_type79u6wg5p/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_type79u6wg5p/tests/tests_helpers_and_asserts.yml:3 Wednesday 10 January 2024 18:50:35 +0000 (0:00:00.037) 0:00:00.037 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-route_type79u6wg5p/tests/tests_helpers_and_asserts.yml:6 Wednesday 10 January 2024 18:50:36 +0000 (0:00:00.960) 0:00:00.997 ***** included: /WORKDIR/git-route_type79u6wg5p/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_type79u6wg5p/tests/tasks/el_repo_setup.yml:3 Wednesday 10 January 2024 18:50:36 +0000 (0:00:00.014) 0:00:01.012 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/el_repo_setup.yml:17 Wednesday 10 January 2024 18:50:36 +0000 (0:00:00.368) 0:00:01.381 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/el_repo_setup.yml:22 Wednesday 10 January 2024 18:50:36 +0000 (0:00:00.248) 0:00:01.630 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/el_repo_setup.yml:26 Wednesday 10 January 2024 18:50:36 +0000 (0:00:00.013) 0:00:01.643 ***** 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_type79u6wg5p/tests/tasks/el_repo_setup.yml:51 Wednesday 10 January 2024 18:50:36 +0000 (0:00:00.007) 0:00:01.650 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/enable_epel.yml:8 Wednesday 10 January 2024 18:50:36 +0000 (0:00:00.019) 0:00:01.670 ***** 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_type79u6wg5p/tests/tasks/enable_epel.yml:24 Wednesday 10 January 2024 18:50:37 +0000 (0:00:00.249) 0:00:01.919 ***** 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_type79u6wg5p/tests/tasks/enable_epel.yml:30 Wednesday 10 January 2024 18:50:37 +0000 (0:00:00.008) 0:00:01.928 ***** 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_type79u6wg5p/tests/tasks/enable_epel.yml:35 Wednesday 10 January 2024 18:50:37 +0000 (0:00:00.008) 0:00:01.936 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.254020", "end": "2024-01-10 18:50:37.536229", "rc": 0, "start": "2024-01-10 18:50:37.282209" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/enable_epel.yml:40 Wednesday 10 January 2024 18:50:37 +0000 (0:00:00.449) 0:00:02.385 ***** 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_type79u6wg5p/tests/tests_helpers_and_asserts.yml:9 Wednesday 10 January 2024 18:50:37 +0000 (0:00:00.007) 0:00:02.393 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:3 Wednesday 10 January 2024 18:50:37 +0000 (0:00:00.010) 0:00:02.404 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 18:50:37 +0000 (0:00:00.009) 0:00:02.414 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 18:50:37 +0000 (0:00:00.009) 0:00:02.423 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003558", "end": "2024-01-10 18:50:37.769750", "rc": 0, "start": "2024-01-10 18:50:37.766192" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 18:50:37 +0000 (0:00:00.195) 0:00:02.619 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 18:50:37 +0000 (0:00:00.010) 0:00:02.629 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:5 Wednesday 10 January 2024 18:50:37 +0000 (0:00:00.009) 0:00:02.639 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 18:50:37 +0000 (0:00:00.014) 0:00:02.653 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 18:50:37 +0000 (0:00:00.007) 0:00:02.661 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 18:50:37 +0000 (0:00:00.007) 0:00:02.668 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 18:50:37 +0000 (0:00:00.010) 0:00:02.678 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 18:50:37 +0000 (0:00:00.008) 0:00:02.687 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003492", "end": "2024-01-10 18:50:38.033104", "rc": 0, "start": "2024-01-10 18:50:38.029612" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 18:50:38 +0000 (0:00:00.194) 0:00:02.881 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 18:50:38 +0000 (0:00:00.009) 0:00:02.891 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 18:50:38 +0000 (0:00:00.008) 0:00:02.899 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 18:50:41 +0000 (0:00:03.535) 0:00:06.434 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 18:50:41 +0000 (0:00:00.013) 0:00:06.448 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 18:50:41 +0000 (0:00:00.008) 0:00:06.456 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 18:50:41 +0000 (0:00:00.009) 0:00:06.465 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 18:50:41 +0000 (0:00:00.008) 0:00:06.474 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 18:50:41 +0000 (0:00:00.009) 0:00:06.483 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 18:50:41 +0000 (0:00:00.007) 0:00:06.491 ***** 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_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:9 Wednesday 10 January 2024 18:50:41 +0000 (0:00:00.008) 0:00:06.499 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 18:50:41 +0000 (0:00:00.012) 0:00:06.512 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 18:50:41 +0000 (0:00:00.009) 0:00:06.522 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003715", "end": "2024-01-10 18:50:41.873388", "rc": 0, "start": "2024-01-10 18:50:41.869673" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 18:50:41 +0000 (0:00:00.200) 0:00:06.723 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 18:50:41 +0000 (0:00:00.012) 0:00:06.735 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:11 Wednesday 10 January 2024 18:50:41 +0000 (0:00:00.011) 0:00:06.747 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/assert_device_absent.yml:3 Wednesday 10 January 2024 18:50:41 +0000 (0:00:00.016) 0:00:06.763 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 18:50:41 +0000 (0:00:00.011) 0:00:06.775 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/assert_device_absent.yml:5 Wednesday 10 January 2024 18:50:42 +0000 (0:00:00.193) 0:00:06.968 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:14 Wednesday 10 January 2024 18:50:42 +0000 (0:00:00.016) 0:00:06.984 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 18:50:42 +0000 (0:00:00.020) 0:00:07.004 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 18:50:42 +0000 (0:00:00.007) 0:00:07.012 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 18:50:42 +0000 (0:00:00.020) 0:00:07.033 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 18:50:42 +0000 (0:00:00.013) 0:00:07.046 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 18:50:42 +0000 (0:00:00.009) 0:00:07.055 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003466", "end": "2024-01-10 18:50:42.402027", "rc": 0, "start": "2024-01-10 18:50:42.398561" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 18:50:42 +0000 (0:00:00.203) 0:00:07.259 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 18:50:42 +0000 (0:00:00.013) 0:00:07.273 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 18:50:42 +0000 (0:00:00.025) 0:00:07.299 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 18:50:45 +0000 (0:00:03.057) 0:00:10.357 ***** 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.014053", "end": "2024-01-10 18:50:45.720442", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-10 18:50:45.706389" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004102", "end": "2024-01-10 18:50:45.953096", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-10 18:50:45.948994" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004432", "end": "2024-01-10 18:50:46.143527", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-10 18:50:46.139095" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.636) 0:00:10.993 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024142", "end": "2024-01-10 18:50:46.361617", "rc": 0, "start": "2024-01-10 18:50:46.337475" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.217) 0:00:11.211 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.009) 0:00:11.220 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.007) 0:00:11.228 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.007) 0:00:11.236 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.011) 0:00:11.247 ***** 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_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:18 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.007) 0:00:11.255 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.016) 0:00:11.272 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.010) 0:00:11.283 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003505", "end": "2024-01-10 18:50:46.630415", "rc": 0, "start": "2024-01-10 18:50:46.626910" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.197) 0:00:11.480 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.009) 0:00:11.490 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:20 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.009) 0:00:11.499 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/assert_device_present.yml:3 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.015) 0:00:11.515 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.009) 0:00:11.525 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1704912645.710238, "block_size": 4096, "blocks": 0, "ctime": 1704912645.710238, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33655, "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": 1704912645.710238, "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_type79u6wg5p/tests/tasks/assert_device_present.yml:5 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.202) 0:00:11.727 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:23 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.017) 0:00:11.745 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.026) 0:00:11.772 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.014) 0:00:11.786 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.011) 0:00:11.798 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 18:50:46 +0000 (0:00:00.014) 0:00:11.813 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 18:50:47 +0000 (0:00:00.023) 0:00:11.836 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003556", "end": "2024-01-10 18:50:47.186913", "rc": 0, "start": "2024-01-10 18:50:47.183357" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 18:50:47 +0000 (0:00:00.199) 0:00:12.036 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 18:50:47 +0000 (0:00:00.009) 0:00:12.045 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 18:50:47 +0000 (0:00:00.009) 0:00:12.055 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 18:50:50 +0000 (0:00:03.053) 0:00:15.109 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 18:50:50 +0000 (0:00:00.014) 0:00:15.124 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 18:50:50 +0000 (0:00:00.008) 0:00:15.132 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010134", "end": "2024-01-10 18:50:50.488407", "rc": 0, "start": "2024-01-10 18:50:50.478273" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 18:50:50 +0000 (0:00:00.208) 0:00:15.341 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 18:50:50 +0000 (0:00:00.010) 0:00:15.351 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 18:50:50 +0000 (0:00:00.007) 0:00:15.359 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 18:50:50 +0000 (0:00:00.007) 0:00:15.367 ***** 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_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:27 Wednesday 10 January 2024 18:50:50 +0000 (0:00:00.007) 0:00:15.374 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 18:50:50 +0000 (0:00:00.018) 0:00:15.393 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 18:50:50 +0000 (0:00:00.014) 0:00:15.407 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003804", "end": "2024-01-10 18:50:50.755279", "rc": 0, "start": "2024-01-10 18:50:50.751475" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 18:50:50 +0000 (0:00:00.196) 0:00:15.604 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 18:50:50 +0000 (0:00:00.009) 0:00:15.613 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:29 Wednesday 10 January 2024 18:50:50 +0000 (0:00:00.008) 0:00:15.622 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/assert_device_absent.yml:3 Wednesday 10 January 2024 18:50:50 +0000 (0:00:00.018) 0:00:15.640 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 18:50:50 +0000 (0:00:00.010) 0:00:15.650 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/assert_device_absent.yml:5 Wednesday 10 January 2024 18:50:51 +0000 (0:00:00.193) 0:00:15.844 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tests_helpers_and_asserts.yml:15 Wednesday 10 January 2024 18:50:51 +0000 (0:00:00.010) 0:00:15.855 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:3 Wednesday 10 January 2024 18:50:51 +0000 (0:00:00.012) 0:00:15.867 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 18:50:51 +0000 (0:00:00.009) 0:00:15.877 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 18:50:51 +0000 (0:00:00.008) 0:00:15.886 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003552", "end": "2024-01-10 18:50:51.232210", "rc": 0, "start": "2024-01-10 18:50:51.228658" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 18:50:51 +0000 (0:00:00.197) 0:00:16.083 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 18:50:51 +0000 (0:00:00.009) 0:00:16.093 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:5 Wednesday 10 January 2024 18:50:51 +0000 (0:00:00.008) 0:00:16.101 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 18:50:51 +0000 (0:00:00.011) 0:00:16.113 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 18:50:51 +0000 (0:00:00.007) 0:00:16.120 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 18:50:51 +0000 (0:00:00.007) 0:00:16.127 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 18:50:51 +0000 (0:00:00.010) 0:00:16.138 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 18:50:51 +0000 (0:00:00.010) 0:00:16.149 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003594", "end": "2024-01-10 18:50:51.495959", "rc": 0, "start": "2024-01-10 18:50:51.492365" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 18:50:51 +0000 (0:00:00.195) 0:00:16.344 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 18:50:51 +0000 (0:00:00.009) 0:00:16.354 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 18:50:51 +0000 (0:00:00.010) 0:00:16.364 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 18:50:54 +0000 (0:00:03.040) 0:00:19.404 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 18:50:54 +0000 (0:00:00.015) 0:00:19.420 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 18:50:54 +0000 (0:00:00.014) 0:00:19.434 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 18:50:54 +0000 (0:00:00.009) 0:00:19.443 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 18:50:54 +0000 (0:00:00.009) 0:00:19.453 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 18:50:54 +0000 (0:00:00.008) 0:00:19.462 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 18:50:54 +0000 (0:00:00.008) 0:00:19.470 ***** 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_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:9 Wednesday 10 January 2024 18:50:54 +0000 (0:00:00.007) 0:00:19.478 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 18:50:54 +0000 (0:00:00.013) 0:00:19.491 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 18:50:54 +0000 (0:00:00.009) 0:00:19.500 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003580", "end": "2024-01-10 18:50:54.855731", "rc": 0, "start": "2024-01-10 18:50:54.852151" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 18:50:54 +0000 (0:00:00.217) 0:00:19.717 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 18:50:54 +0000 (0:00:00.019) 0:00:19.737 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:11 Wednesday 10 January 2024 18:50:54 +0000 (0:00:00.030) 0:00:19.768 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/assert_device_absent.yml:3 Wednesday 10 January 2024 18:50:54 +0000 (0:00:00.021) 0:00:19.789 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 18:50:54 +0000 (0:00:00.015) 0:00:19.805 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/assert_device_absent.yml:5 Wednesday 10 January 2024 18:50:55 +0000 (0:00:00.204) 0:00:20.010 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:14 Wednesday 10 January 2024 18:50:55 +0000 (0:00:00.014) 0:00:20.024 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 18:50:55 +0000 (0:00:00.034) 0:00:20.059 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 18:50:55 +0000 (0:00:00.029) 0:00:20.088 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 18:50:55 +0000 (0:00:00.011) 0:00:20.100 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 18:50:55 +0000 (0:00:00.021) 0:00:20.121 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 18:50:55 +0000 (0:00:00.010) 0:00:20.132 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003716", "end": "2024-01-10 18:50:55.488566", "rc": 0, "start": "2024-01-10 18:50:55.484850" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 18:50:55 +0000 (0:00:00.215) 0:00:20.348 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 18:50:55 +0000 (0:00:00.010) 0:00:20.358 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 18:50:55 +0000 (0:00:00.009) 0:00:20.367 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 18:50:58 +0000 (0:00:03.204) 0:00:23.571 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 18:50:58 +0000 (0:00:00.017) 0:00:23.588 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 18:50:58 +0000 (0:00:00.009) 0:00:23.598 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 18:50:58 +0000 (0:00:00.009) 0:00:23.607 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009842", "end": "2024-01-10 18:50:58.962859", "rc": 0, "start": "2024-01-10 18:50:58.953017" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 18:50:58 +0000 (0:00:00.218) 0:00:23.826 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.009) 0:00:23.835 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.008) 0:00:23.844 ***** 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_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:18 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.012) 0:00:23.856 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.022) 0:00:23.879 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.013) 0:00:23.893 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003644", "end": "2024-01-10 18:50:59.246581", "rc": 0, "start": "2024-01-10 18:50:59.242937" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.202) 0:00:24.095 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.009) 0:00:24.105 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:20 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.008) 0:00:24.114 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/assert_device_present.yml:3 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.016) 0:00:24.131 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.009) 0:00:24.140 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1704912658.9616213, "block_size": 4096, "blocks": 0, "ctime": 1704912658.9616213, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33978, "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": 1704912658.9616213, "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_type79u6wg5p/tests/tasks/assert_device_present.yml:5 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.217) 0:00:24.358 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:23 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.013) 0:00:24.372 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.022) 0:00:24.395 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.051) 0:00:24.446 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.022) 0:00:24.468 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.023) 0:00:24.491 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.012) 0:00:24.504 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003510", "end": "2024-01-10 18:50:59.855798", "rc": 0, "start": "2024-01-10 18:50:59.852288" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.215) 0:00:24.719 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.018) 0:00:24.737 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 18:50:59 +0000 (0:00:00.012) 0:00:24.750 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 18:51:03 +0000 (0:00:03.097) 0:00:27.848 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 18:51:03 +0000 (0:00:00.015) 0:00:27.863 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 18:51:03 +0000 (0:00:00.010) 0:00:27.874 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 18:51:03 +0000 (0:00:00.010) 0:00:27.885 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 18:51:03 +0000 (0:00:00.011) 0:00:27.896 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010468", "end": "2024-01-10 18:51:03.256261", "rc": 0, "start": "2024-01-10 18:51:03.245793" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 18:51:03 +0000 (0:00:00.210) 0:00:28.107 ***** 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_type79u6wg5p/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 18:51:03 +0000 (0:00:00.011) 0:00:28.118 ***** 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_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:27 Wednesday 10 January 2024 18:51:03 +0000 (0:00:00.011) 0:00:28.129 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 18:51:03 +0000 (0:00:00.022) 0:00:28.151 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 18:51:03 +0000 (0:00:00.010) 0:00:28.162 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003731", "end": "2024-01-10 18:51:03.516468", "rc": 0, "start": "2024-01-10 18:51:03.512737" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 18:51:03 +0000 (0:00:00.208) 0:00:28.370 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 18:51:03 +0000 (0:00:00.011) 0:00:28.382 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/create_and_remove_interface.yml:29 Wednesday 10 January 2024 18:51:03 +0000 (0:00:00.010) 0:00:28.392 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/assert_device_absent.yml:3 Wednesday 10 January 2024 18:51:03 +0000 (0:00:00.020) 0:00:28.412 ***** included: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 18:51:03 +0000 (0:00:00.011) 0:00:28.423 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_type79u6wg5p/tests/tasks/assert_device_absent.yml:5 Wednesday 10 January 2024 18:51:03 +0000 (0:00:00.198) 0:00:28.622 ***** 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 Wednesday 10 January 2024 18:51:03 +0000 (0:00:00.016) 0:00:28.639 ***** =============================================================================== Install iproute --------------------------------------------------------- 3.54s /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.20s /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.10s /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.06s /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.05s /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 3.04s /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:16 ------ Gathering Facts --------------------------------------------------------- 0.96s /WORKDIR/git-route_type79u6wg5p/tests/tests_helpers_and_asserts.yml:3 --------- Create veth interface veth1298 ------------------------------------------ 0.64s /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:23 ------ Enable EPEL 8 ----------------------------------------------------------- 0.45s /WORKDIR/git-route_type79u6wg5p/tests/tasks/enable_epel.yml:35 ---------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.37s /WORKDIR/git-route_type79u6wg5p/tests/tasks/el_repo_setup.yml:3 --------------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-route_type79u6wg5p/tests/tasks/enable_epel.yml:8 ----------------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-route_type79u6wg5p/tests/tasks/el_repo_setup.yml:17 -------------- Create dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:45 ------ Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:31 ------ Get stat for interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_interface_stat.yml:3 ---------- Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:3 ------ Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:3 ------ Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-route_type79u6wg5p/tests/tasks/get_current_interfaces.yml:3 ------ Delete dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:50 ------ Delete veth interface veth1298 ------------------------------------------ 0.21s /WORKDIR/git-route_type79u6wg5p/tests/tasks/manage_test_interface.yml:39 ------ ---^---^---^---^---^--- # 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. ---^---^---^---^---^---