# 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_typey6mqq6x1/.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_typey6mqq6x1/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_typey6mqq6x1/tests/tests_helpers_and_asserts.yml:3 Friday 12 January 2024 20:15:29 +0000 (0:00:00.035) 0:00:00.035 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-route_typey6mqq6x1/tests/tests_helpers_and_asserts.yml:6 Friday 12 January 2024 20:15:30 +0000 (0:00:00.777) 0:00:00.812 ******** included: /WORKDIR/git-route_typey6mqq6x1/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_typey6mqq6x1/tests/tasks/el_repo_setup.yml:3 Friday 12 January 2024 20:15:30 +0000 (0:00:00.019) 0:00:00.832 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/el_repo_setup.yml:17 Friday 12 January 2024 20:15:30 +0000 (0:00:00.454) 0:00:01.287 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/el_repo_setup.yml:22 Friday 12 January 2024 20:15:31 +0000 (0:00:00.425) 0:00:01.712 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/el_repo_setup.yml:26 Friday 12 January 2024 20:15:31 +0000 (0:00:00.043) 0:00:01.755 ******** 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_typey6mqq6x1/tests/tasks/el_repo_setup.yml:51 Friday 12 January 2024 20:15:31 +0000 (0:00:00.010) 0:00:01.766 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/enable_epel.yml:8 Friday 12 January 2024 20:15:31 +0000 (0:00:00.115) 0:00:01.881 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/enable_epel.yml:24 Friday 12 January 2024 20:15:31 +0000 (0:00:00.009) 0:00:01.890 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/enable_epel.yml:30 Friday 12 January 2024 20:15:31 +0000 (0:00:00.008) 0:00:01.899 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/enable_epel.yml:35 Friday 12 January 2024 20:15:31 +0000 (0:00:00.009) 0:00:01.909 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/enable_epel.yml:40 Friday 12 January 2024 20:15:31 +0000 (0:00:00.017) 0:00:01.926 ******** 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_typey6mqq6x1/tests/tests_helpers_and_asserts.yml:9 Friday 12 January 2024 20:15:31 +0000 (0:00:00.016) 0:00:01.943 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:3 Friday 12 January 2024 20:15:31 +0000 (0:00:00.017) 0:00:01.960 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 20:15:31 +0000 (0:00:00.030) 0:00:01.991 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 20:15:31 +0000 (0:00:00.020) 0:00:02.012 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003168", "end": "2024-01-12 20:15:31.829653", "rc": 0, "start": "2024-01-12 20:15:31.826485" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 20:15:31 +0000 (0:00:00.311) 0:00:02.323 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 20:15:31 +0000 (0:00:00.032) 0:00:02.356 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:5 Friday 12 January 2024 20:15:31 +0000 (0:00:00.052) 0:00:02.409 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:3 Friday 12 January 2024 20:15:32 +0000 (0:00:00.045) 0:00:02.454 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:8 Friday 12 January 2024 20:15:32 +0000 (0:00:00.028) 0:00:02.483 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:13 Friday 12 January 2024 20:15:32 +0000 (0:00:00.027) 0:00:02.510 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 20:15:32 +0000 (0:00:00.012) 0:00:02.522 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 20:15:32 +0000 (0:00:00.033) 0:00:02.556 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003191", "end": "2024-01-12 20:15:32.315520", "rc": 0, "start": "2024-01-12 20:15:32.312329" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 20:15:32 +0000 (0:00:00.221) 0:00:02.777 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 20:15:32 +0000 (0:00:00.009) 0:00:02.786 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:16 Friday 12 January 2024 20:15:32 +0000 (0:00:00.008) 0:00:02.795 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:23 Friday 12 January 2024 20:15:33 +0000 (0:00:00.947) 0:00:03.743 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:31 Friday 12 January 2024 20:15:33 +0000 (0:00:00.053) 0:00:03.796 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:39 Friday 12 January 2024 20:15:33 +0000 (0:00:00.020) 0:00:03.816 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:45 Friday 12 January 2024 20:15:33 +0000 (0:00:00.025) 0:00:03.842 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:50 Friday 12 January 2024 20:15:33 +0000 (0:00:00.016) 0:00:03.859 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:56 Friday 12 January 2024 20:15:33 +0000 (0:00:00.009) 0:00:03.868 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:61 Friday 12 January 2024 20:15:33 +0000 (0:00:00.016) 0:00:03.885 ******** 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_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:9 Friday 12 January 2024 20:15:33 +0000 (0:00:00.009) 0:00:03.894 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 20:15:33 +0000 (0:00:00.019) 0:00:03.914 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 20:15:33 +0000 (0:00:00.012) 0:00:03.926 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003244", "end": "2024-01-12 20:15:33.658916", "rc": 0, "start": "2024-01-12 20:15:33.655672" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 20:15:33 +0000 (0:00:00.194) 0:00:04.121 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 20:15:33 +0000 (0:00:00.015) 0:00:04.136 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:11 Friday 12 January 2024 20:15:33 +0000 (0:00:00.014) 0:00:04.151 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/assert_device_absent.yml:3 Friday 12 January 2024 20:15:33 +0000 (0:00:00.016) 0:00:04.168 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_interface_stat.yml:3 Friday 12 January 2024 20:15:33 +0000 (0:00:00.029) 0:00:04.197 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/assert_device_absent.yml:5 Friday 12 January 2024 20:15:33 +0000 (0:00:00.205) 0:00:04.403 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:14 Friday 12 January 2024 20:15:33 +0000 (0:00:00.010) 0:00:04.413 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:3 Friday 12 January 2024 20:15:33 +0000 (0:00:00.014) 0:00:04.428 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:8 Friday 12 January 2024 20:15:33 +0000 (0:00:00.007) 0:00:04.436 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:13 Friday 12 January 2024 20:15:33 +0000 (0:00:00.007) 0:00:04.443 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 20:15:34 +0000 (0:00:00.010) 0:00:04.454 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 20:15:34 +0000 (0:00:00.011) 0:00:04.465 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003173", "end": "2024-01-12 20:15:34.186548", "rc": 0, "start": "2024-01-12 20:15:34.183375" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 20:15:34 +0000 (0:00:00.185) 0:00:04.651 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 20:15:34 +0000 (0:00:00.013) 0:00:04.664 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:16 Friday 12 January 2024 20:15:34 +0000 (0:00:00.009) 0:00:04.674 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:23 Friday 12 January 2024 20:15:35 +0000 (0:00:00.830) 0:00:05.504 ******** 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.009061", "end": "2024-01-12 20:15:35.237616", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-12 20:15:35.228555" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003408", "end": "2024-01-12 20:15:35.451108", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-12 20:15:35.447700" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003724", "end": "2024-01-12 20:15:35.631159", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-12 20:15:35.627435" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:31 Friday 12 January 2024 20:15:35 +0000 (0:00:00.597) 0:00:06.101 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022459", "end": "2024-01-12 20:15:35.845116", "rc": 0, "start": "2024-01-12 20:15:35.822657" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:39 Friday 12 January 2024 20:15:35 +0000 (0:00:00.222) 0:00:06.324 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:45 Friday 12 January 2024 20:15:35 +0000 (0:00:00.015) 0:00:06.339 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:50 Friday 12 January 2024 20:15:35 +0000 (0:00:00.024) 0:00:06.364 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:56 Friday 12 January 2024 20:15:35 +0000 (0:00:00.018) 0:00:06.383 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:61 Friday 12 January 2024 20:15:35 +0000 (0:00:00.023) 0:00:06.406 ******** 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_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:18 Friday 12 January 2024 20:15:35 +0000 (0:00:00.023) 0:00:06.429 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 20:15:36 +0000 (0:00:00.018) 0:00:06.448 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 20:15:36 +0000 (0:00:00.027) 0:00:06.475 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003236", "end": "2024-01-12 20:15:36.216599", "rc": 0, "start": "2024-01-12 20:15:36.213363" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 20:15:36 +0000 (0:00:00.212) 0:00:06.688 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 20:15:36 +0000 (0:00:00.024) 0:00:06.712 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:20 Friday 12 January 2024 20:15:36 +0000 (0:00:00.048) 0:00:06.760 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/assert_device_present.yml:3 Friday 12 January 2024 20:15:36 +0000 (0:00:00.061) 0:00:06.822 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_interface_stat.yml:3 Friday 12 January 2024 20:15:36 +0000 (0:00:00.042) 0:00:06.864 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705090535.2322872, "block_size": 4096, "blocks": 0, "ctime": 1705090535.2322872, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29774, "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": 1705090535.2322872, "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_typey6mqq6x1/tests/tasks/assert_device_present.yml:5 Friday 12 January 2024 20:15:36 +0000 (0:00:00.247) 0:00:07.112 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:23 Friday 12 January 2024 20:15:36 +0000 (0:00:00.015) 0:00:07.127 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:3 Friday 12 January 2024 20:15:36 +0000 (0:00:00.031) 0:00:07.158 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:8 Friday 12 January 2024 20:15:36 +0000 (0:00:00.018) 0:00:07.177 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:13 Friday 12 January 2024 20:15:36 +0000 (0:00:00.029) 0:00:07.207 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 20:15:36 +0000 (0:00:00.028) 0:00:07.235 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 20:15:36 +0000 (0:00:00.022) 0:00:07.258 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003241", "end": "2024-01-12 20:15:37.016227", "rc": 0, "start": "2024-01-12 20:15:37.012986" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 20:15:37 +0000 (0:00:00.227) 0:00:07.486 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 20:15:37 +0000 (0:00:00.014) 0:00:07.500 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:16 Friday 12 January 2024 20:15:37 +0000 (0:00:00.022) 0:00:07.523 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:23 Friday 12 January 2024 20:15:37 +0000 (0:00:00.843) 0:00:08.366 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:31 Friday 12 January 2024 20:15:37 +0000 (0:00:00.017) 0:00:08.384 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:39 Friday 12 January 2024 20:15:37 +0000 (0:00:00.015) 0:00:08.399 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010923", "end": "2024-01-12 20:15:38.146031", "rc": 0, "start": "2024-01-12 20:15:38.135108" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:45 Friday 12 January 2024 20:15:38 +0000 (0:00:00.232) 0:00:08.631 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:50 Friday 12 January 2024 20:15:38 +0000 (0:00:00.015) 0:00:08.647 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:56 Friday 12 January 2024 20:15:38 +0000 (0:00:00.012) 0:00:08.659 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:61 Friday 12 January 2024 20:15:38 +0000 (0:00:00.038) 0:00:08.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_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:27 Friday 12 January 2024 20:15:38 +0000 (0:00:00.010) 0:00:08.708 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 20:15:38 +0000 (0:00:00.021) 0:00:08.729 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 20:15:38 +0000 (0:00:00.037) 0:00:08.766 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003195", "end": "2024-01-12 20:15:38.495826", "rc": 0, "start": "2024-01-12 20:15:38.492631" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 20:15:38 +0000 (0:00:00.191) 0:00:08.958 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 20:15:38 +0000 (0:00:00.011) 0:00:08.969 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:29 Friday 12 January 2024 20:15:38 +0000 (0:00:00.010) 0:00:08.980 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/assert_device_absent.yml:3 Friday 12 January 2024 20:15:38 +0000 (0:00:00.020) 0:00:09.000 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_interface_stat.yml:3 Friday 12 January 2024 20:15:38 +0000 (0:00:00.023) 0:00:09.023 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/assert_device_absent.yml:5 Friday 12 January 2024 20:15:38 +0000 (0:00:00.208) 0:00:09.231 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tests_helpers_and_asserts.yml:15 Friday 12 January 2024 20:15:38 +0000 (0:00:00.038) 0:00:09.270 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:3 Friday 12 January 2024 20:15:38 +0000 (0:00:00.045) 0:00:09.315 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 20:15:38 +0000 (0:00:00.012) 0:00:09.328 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 20:15:38 +0000 (0:00:00.012) 0:00:09.340 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003267", "end": "2024-01-12 20:15:39.100151", "rc": 0, "start": "2024-01-12 20:15:39.096884" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 20:15:39 +0000 (0:00:00.222) 0:00:09.562 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 20:15:39 +0000 (0:00:00.010) 0:00:09.573 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:5 Friday 12 January 2024 20:15:39 +0000 (0:00:00.011) 0:00:09.584 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:3 Friday 12 January 2024 20:15:39 +0000 (0:00:00.011) 0:00:09.596 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:8 Friday 12 January 2024 20:15:39 +0000 (0:00:00.007) 0:00:09.604 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:13 Friday 12 January 2024 20:15:39 +0000 (0:00:00.008) 0:00:09.613 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 20:15:39 +0000 (0:00:00.010) 0:00:09.624 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 20:15:39 +0000 (0:00:00.013) 0:00:09.637 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003225", "end": "2024-01-12 20:15:39.358360", "rc": 0, "start": "2024-01-12 20:15:39.355135" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 20:15:39 +0000 (0:00:00.182) 0:00:09.820 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 20:15:39 +0000 (0:00:00.009) 0:00:09.830 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:16 Friday 12 January 2024 20:15:39 +0000 (0:00:00.008) 0:00:09.839 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:23 Friday 12 January 2024 20:15:40 +0000 (0:00:00.819) 0:00:10.658 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:31 Friday 12 January 2024 20:15:40 +0000 (0:00:00.013) 0:00:10.672 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:39 Friday 12 January 2024 20:15:40 +0000 (0:00:00.007) 0:00:10.680 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:45 Friday 12 January 2024 20:15:40 +0000 (0:00:00.008) 0:00:10.688 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:50 Friday 12 January 2024 20:15:40 +0000 (0:00:00.008) 0:00:10.696 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:56 Friday 12 January 2024 20:15:40 +0000 (0:00:00.007) 0:00:10.704 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:61 Friday 12 January 2024 20:15:40 +0000 (0:00:00.010) 0:00:10.715 ******** 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_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:9 Friday 12 January 2024 20:15:40 +0000 (0:00:00.008) 0:00:10.723 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 20:15:40 +0000 (0:00:00.013) 0:00:10.737 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 20:15:40 +0000 (0:00:00.009) 0:00:10.746 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003222", "end": "2024-01-12 20:15:40.478336", "rc": 0, "start": "2024-01-12 20:15:40.475114" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 20:15:40 +0000 (0:00:00.193) 0:00:10.940 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 20:15:40 +0000 (0:00:00.009) 0:00:10.949 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:11 Friday 12 January 2024 20:15:40 +0000 (0:00:00.012) 0:00:10.962 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/assert_device_absent.yml:3 Friday 12 January 2024 20:15:40 +0000 (0:00:00.013) 0:00:10.976 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_interface_stat.yml:3 Friday 12 January 2024 20:15:40 +0000 (0:00:00.010) 0:00:10.986 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/assert_device_absent.yml:5 Friday 12 January 2024 20:15:40 +0000 (0:00:00.192) 0:00:11.179 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:14 Friday 12 January 2024 20:15:40 +0000 (0:00:00.012) 0:00:11.191 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:3 Friday 12 January 2024 20:15:40 +0000 (0:00:00.016) 0:00:11.208 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:8 Friday 12 January 2024 20:15:40 +0000 (0:00:00.008) 0:00:11.217 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:13 Friday 12 January 2024 20:15:40 +0000 (0:00:00.007) 0:00:11.225 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 20:15:40 +0000 (0:00:00.010) 0:00:11.235 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 20:15:40 +0000 (0:00:00.011) 0:00:11.247 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003133", "end": "2024-01-12 20:15:40.969100", "rc": 0, "start": "2024-01-12 20:15:40.965967" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 20:15:40 +0000 (0:00:00.182) 0:00:11.430 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 20:15:40 +0000 (0:00:00.012) 0:00:11.442 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:16 Friday 12 January 2024 20:15:41 +0000 (0:00:00.010) 0:00:11.452 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:23 Friday 12 January 2024 20:15:41 +0000 (0:00:00.838) 0:00:12.290 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:31 Friday 12 January 2024 20:15:41 +0000 (0:00:00.068) 0:00:12.359 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:39 Friday 12 January 2024 20:15:41 +0000 (0:00:00.011) 0:00:12.371 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:45 Friday 12 January 2024 20:15:41 +0000 (0:00:00.028) 0:00:12.399 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.012779", "end": "2024-01-12 20:15:42.176573", "rc": 0, "start": "2024-01-12 20:15:42.163794" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:50 Friday 12 January 2024 20:15:42 +0000 (0:00:00.249) 0:00:12.648 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:56 Friday 12 January 2024 20:15:42 +0000 (0:00:00.015) 0:00:12.664 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:61 Friday 12 January 2024 20:15:42 +0000 (0:00:00.025) 0:00:12.689 ******** 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_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:18 Friday 12 January 2024 20:15:42 +0000 (0:00:00.016) 0:00:12.706 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 20:15:42 +0000 (0:00:00.062) 0:00:12.768 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 20:15:42 +0000 (0:00:00.016) 0:00:12.785 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003277", "end": "2024-01-12 20:15:42.523423", "rc": 0, "start": "2024-01-12 20:15:42.520146" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 20:15:42 +0000 (0:00:00.260) 0:00:13.046 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 20:15:42 +0000 (0:00:00.021) 0:00:13.068 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:20 Friday 12 January 2024 20:15:42 +0000 (0:00:00.012) 0:00:13.080 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/assert_device_present.yml:3 Friday 12 January 2024 20:15:42 +0000 (0:00:00.057) 0:00:13.137 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_interface_stat.yml:3 Friday 12 January 2024 20:15:42 +0000 (0:00:00.033) 0:00:13.171 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1705090542.1727645, "block_size": 4096, "blocks": 0, "ctime": 1705090542.1727645, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30102, "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": 1705090542.1727645, "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_typey6mqq6x1/tests/tasks/assert_device_present.yml:5 Friday 12 January 2024 20:15:42 +0000 (0:00:00.214) 0:00:13.385 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:23 Friday 12 January 2024 20:15:42 +0000 (0:00:00.013) 0:00:13.398 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:3 Friday 12 January 2024 20:15:42 +0000 (0:00:00.023) 0:00:13.421 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:8 Friday 12 January 2024 20:15:42 +0000 (0:00:00.009) 0:00:13.431 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:13 Friday 12 January 2024 20:15:42 +0000 (0:00:00.013) 0:00:13.445 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 20:15:43 +0000 (0:00:00.019) 0:00:13.464 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 20:15:43 +0000 (0:00:00.016) 0:00:13.481 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003236", "end": "2024-01-12 20:15:43.206087", "rc": 0, "start": "2024-01-12 20:15:43.202851" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 20:15:43 +0000 (0:00:00.205) 0:00:13.687 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 20:15:43 +0000 (0:00:00.022) 0:00:13.709 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:16 Friday 12 January 2024 20:15:43 +0000 (0:00:00.011) 0:00:13.720 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:23 Friday 12 January 2024 20:15:44 +0000 (0:00:00.885) 0:00:14.605 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:31 Friday 12 January 2024 20:15:44 +0000 (0:00:00.025) 0:00:14.630 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:39 Friday 12 January 2024 20:15:44 +0000 (0:00:00.008) 0:00:14.639 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:45 Friday 12 January 2024 20:15:44 +0000 (0:00:00.010) 0:00:14.650 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:50 Friday 12 January 2024 20:15:44 +0000 (0:00:00.010) 0:00:14.660 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008461", "end": "2024-01-12 20:15:44.417715", "rc": 0, "start": "2024-01-12 20:15:44.409254" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:56 Friday 12 January 2024 20:15:44 +0000 (0:00:00.220) 0:00:14.881 ******** 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_typey6mqq6x1/tests/tasks/manage_test_interface.yml:61 Friday 12 January 2024 20:15:44 +0000 (0:00:00.012) 0:00:14.893 ******** 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_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:27 Friday 12 January 2024 20:15:44 +0000 (0:00:00.020) 0:00:14.914 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:3 Friday 12 January 2024 20:15:44 +0000 (0:00:00.025) 0:00:14.940 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:3 Friday 12 January 2024 20:15:44 +0000 (0:00:00.010) 0:00:14.951 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003344", "end": "2024-01-12 20:15:44.673198", "rc": 0, "start": "2024-01-12 20:15:44.669854" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:9 Friday 12 January 2024 20:15:44 +0000 (0:00:00.183) 0:00:15.134 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/show_interfaces.yml:5 Friday 12 January 2024 20:15:44 +0000 (0:00:00.012) 0:00:15.147 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/create_and_remove_interface.yml:29 Friday 12 January 2024 20:15:44 +0000 (0:00:00.009) 0:00:15.156 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/assert_device_absent.yml:3 Friday 12 January 2024 20:15:44 +0000 (0:00:00.019) 0:00:15.176 ******** included: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_interface_stat.yml:3 Friday 12 January 2024 20:15:44 +0000 (0:00:00.009) 0:00:15.186 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_typey6mqq6x1/tests/tasks/assert_device_absent.yml:5 Friday 12 January 2024 20:15:44 +0000 (0:00:00.181) 0:00:15.367 ******** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Friday 12 January 2024 20:15:44 +0000 (0:00:00.021) 0:00:15.388 ******** =============================================================================== Install iproute --------------------------------------------------------- 0.95s /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 0.89s /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 0.84s /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 0.84s /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 0.83s /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 0.82s /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:16 ------ Gathering Facts --------------------------------------------------------- 0.78s /WORKDIR/git-route_typey6mqq6x1/tests/tests_helpers_and_asserts.yml:3 --------- Create veth interface veth1298 ------------------------------------------ 0.60s /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:23 ------ Gather the minimum subset of ansible_facts required by the network role test --- 0.45s /WORKDIR/git-route_typey6mqq6x1/tests/tasks/el_repo_setup.yml:3 --------------- Check if system is ostree ----------------------------------------------- 0.43s /WORKDIR/git-route_typey6mqq6x1/tests/tasks/el_repo_setup.yml:17 -------------- Gather current interface info ------------------------------------------- 0.31s /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:3 ------ Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:3 ------ Create dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:45 ------ Get stat for interface veth1298 ----------------------------------------- 0.25s /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_interface_stat.yml:3 ---------- Delete veth interface veth1298 ------------------------------------------ 0.23s /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:39 ------ Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:3 ------ Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:31 ------ Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:3 ------ Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-route_typey6mqq6x1/tests/tasks/get_current_interfaces.yml:3 ------ Delete dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-route_typey6mqq6x1/tests/tasks/manage_test_interface.yml:50 ------ ---^---^---^---^---^--- # 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. ---^---^---^---^---^---