# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cir2q1u5dn/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-weekly-cir2q1u5dn/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tests_helpers_and_asserts.yml:3 Saturday 13 July 2024 13:12:50 +0000 (0:00:00.034) 0:00:00.034 ********* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tests_helpers_and_asserts.yml:6 Saturday 13 July 2024 13:12:52 +0000 (0:00:02.552) 0:00:02.587 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/el_repo_setup.yml:3 Saturday 13 July 2024 13:12:52 +0000 (0:00:00.011) 0:00:02.598 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/el_repo_setup.yml:17 Saturday 13 July 2024 13:12:54 +0000 (0:00:01.875) 0:00:04.474 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/el_repo_setup.yml:22 Saturday 13 July 2024 13:12:54 +0000 (0:00:00.277) 0:00:04.751 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/el_repo_setup.yml:26 Saturday 13 July 2024 13:12:54 +0000 (0:00:00.013) 0:00:04.764 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/el_repo_setup.yml:51 Saturday 13 July 2024 13:12:54 +0000 (0:00:00.007) 0:00:04.771 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 40] ********************************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/enable_epel.yml:8 Saturday 13 July 2024 13:12:54 +0000 (0:00:00.019) 0:00:04.791 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/enable_epel.yml:24 Saturday 13 July 2024 13:12:54 +0000 (0:00:00.006) 0:00:04.798 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/enable_epel.yml:30 Saturday 13 July 2024 13:12:54 +0000 (0:00:00.007) 0:00:04.805 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/enable_epel.yml:35 Saturday 13 July 2024 13:12:54 +0000 (0:00:00.005) 0:00:04.811 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/enable_epel.yml:40 Saturday 13 July 2024 13:12:54 +0000 (0:00:00.006) 0:00:04.817 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tests_helpers_and_asserts.yml:9 Saturday 13 July 2024 13:12:54 +0000 (0:00:00.006) 0:00:04.823 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:3 Saturday 13 July 2024 13:12:54 +0000 (0:00:00.010) 0:00:04.833 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:12:54 +0000 (0:00:00.008) 0:00:04.842 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:12:55 +0000 (0:00:00.007) 0:00:04.850 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003631", "end": "2024-07-13 13:12:55.266596", "rc": 0, "start": "2024-07-13 13:12:55.262965" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:12:55 +0000 (0:00:00.279) 0:00:05.130 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:12:55 +0000 (0:00:00.009) 0:00:05.139 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:5 Saturday 13 July 2024 13:12:55 +0000 (0:00:00.008) 0:00:05.148 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:12:55 +0000 (0:00:00.012) 0:00:05.160 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:12:55 +0000 (0:00:00.007) 0:00:05.168 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:12:55 +0000 (0:00:00.006) 0:00:05.175 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:12:55 +0000 (0:00:00.009) 0:00:05.184 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:12:55 +0000 (0:00:00.008) 0:00:05.193 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003627", "end": "2024-07-13 13:12:55.554222", "rc": 0, "start": "2024-07-13 13:12:55.550595" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:12:55 +0000 (0:00:00.224) 0:00:05.418 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:12:55 +0000 (0:00:00.008) 0:00:05.426 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:12:55 +0000 (0:00:00.008) 0:00:05.435 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:27 Saturday 13 July 2024 13:12:57 +0000 (0:00:01.545) 0:00:06.981 ********* skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:35 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.015) 0:00:06.996 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:43 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.008) 0:00:07.004 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:49 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.007) 0:00:07.011 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:54 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.008) 0:00:07.020 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:60 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.007) 0:00:07.028 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.008) 0:00:07.036 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:9 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.007) 0:00:07.043 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.012) 0:00:07.056 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.009) 0:00:07.065 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003667", "end": "2024-07-13 13:12:57.428721", "rc": 0, "start": "2024-07-13 13:12:57.425054" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.227) 0:00:07.292 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.009) 0:00:07.302 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:11 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.008) 0:00:07.311 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.012) 0:00:07.324 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.009) 0:00:07.333 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.221) 0:00:07.554 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:14 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.010) 0:00:07.565 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.014) 0:00:07.579 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.007) 0:00:07.587 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.007) 0:00:07.594 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.010) 0:00:07.604 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.009) 0:00:07.614 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003598", "end": "2024-07-13 13:12:57.974450", "rc": 0, "start": "2024-07-13 13:12:57.970852" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:12:57 +0000 (0:00:00.223) 0:00:07.837 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:12:58 +0000 (0:00:00.009) 0:00:07.847 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:12:58 +0000 (0:00:00.008) 0:00:07.855 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:27 Saturday 13 July 2024 13:12:59 +0000 (0:00:01.446) 0:00:09.301 ********* 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.007075", "end": "2024-07-13 13:12:59.670008", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-07-13 13:12:59.662933" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004524", "end": "2024-07-13 13:12:59.968416", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-07-13 13:12:59.963892" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004791", "end": "2024-07-13 13:13:00.190582", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-07-13 13:13:00.185791" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:35 Saturday 13 July 2024 13:13:00 +0000 (0:00:00.752) 0:00:10.054 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023078", "end": "2024-07-13 13:13:00.441479", "rc": 0, "start": "2024-07-13 13:13:00.418401" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:43 Saturday 13 July 2024 13:13:00 +0000 (0:00:00.252) 0:00:10.307 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:49 Saturday 13 July 2024 13:13:00 +0000 (0:00:00.008) 0:00:10.315 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:54 Saturday 13 July 2024 13:13:00 +0000 (0:00:00.007) 0:00:10.322 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:60 Saturday 13 July 2024 13:13:00 +0000 (0:00:00.007) 0:00:10.330 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:13:00 +0000 (0:00:00.007) 0:00:10.338 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:18 Saturday 13 July 2024 13:13:00 +0000 (0:00:00.007) 0:00:10.345 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:13:00 +0000 (0:00:00.014) 0:00:10.359 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:13:00 +0000 (0:00:00.008) 0:00:10.367 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003565", "end": "2024-07-13 13:13:00.730666", "rc": 0, "start": "2024-07-13 13:13:00.727101" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:13:00 +0000 (0:00:00.226) 0:00:10.594 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:13:00 +0000 (0:00:00.009) 0:00:10.604 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:20 Saturday 13 July 2024 13:13:00 +0000 (0:00:00.009) 0:00:10.614 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/assert_device_present.yml:3 Saturday 13 July 2024 13:13:00 +0000 (0:00:00.016) 0:00:10.630 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:13:00 +0000 (0:00:00.009) 0:00:10.640 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720876379.666979, "block_size": 4096, "blocks": 0, "ctime": 1720876379.666979, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36000, "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": 1720876379.666979, "nlink": 1, "path": "/sys/class/net/veth1298", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth1298'] *********************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/assert_device_present.yml:5 Saturday 13 July 2024 13:13:01 +0000 (0:00:00.222) 0:00:10.862 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:23 Saturday 13 July 2024 13:13:01 +0000 (0:00:00.009) 0:00:10.872 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:13:01 +0000 (0:00:00.017) 0:00:10.889 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:13:01 +0000 (0:00:00.009) 0:00:10.898 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:13:01 +0000 (0:00:00.007) 0:00:10.905 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:13:01 +0000 (0:00:00.010) 0:00:10.916 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:13:01 +0000 (0:00:00.009) 0:00:10.925 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003649", "end": "2024-07-13 13:13:01.286008", "rc": 0, "start": "2024-07-13 13:13:01.282359" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:13:01 +0000 (0:00:00.224) 0:00:11.149 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:13:01 +0000 (0:00:00.009) 0:00:11.159 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:13:01 +0000 (0:00:00.009) 0:00:11.168 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:27 Saturday 13 July 2024 13:13:02 +0000 (0:00:01.463) 0:00:12.631 ********* skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:35 Saturday 13 July 2024 13:13:02 +0000 (0:00:00.014) 0:00:12.646 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:43 Saturday 13 July 2024 13:13:02 +0000 (0:00:00.007) 0:00:12.653 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.007152", "end": "2024-07-13 13:13:03.019924", "rc": 0, "start": "2024-07-13 13:13:03.012772" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:49 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.247) 0:00:12.900 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:54 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.008) 0:00:12.908 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:60 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.007) 0:00:12.916 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.007) 0:00:12.924 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:27 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.007) 0:00:12.931 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.018) 0:00:12.949 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.009) 0:00:12.959 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003718", "end": "2024-07-13 13:13:03.324620", "rc": 0, "start": "2024-07-13 13:13:03.320902" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.230) 0:00:13.189 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.009) 0:00:13.199 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:29 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.009) 0:00:13.208 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.017) 0:00:13.226 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.009) 0:00:13.236 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.219) 0:00:13.455 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tests_helpers_and_asserts.yml:15 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.010) 0:00:13.466 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:3 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.012) 0:00:13.478 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.009) 0:00:13.488 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.008) 0:00:13.497 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003543", "end": "2024-07-13 13:13:03.859563", "rc": 0, "start": "2024-07-13 13:13:03.856020" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.225) 0:00:13.722 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.009) 0:00:13.732 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:5 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.008) 0:00:13.741 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.011) 0:00:13.753 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.007) 0:00:13.760 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.012) 0:00:13.772 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.011) 0:00:13.783 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:13:03 +0000 (0:00:00.009) 0:00:13.793 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003671", "end": "2024-07-13 13:13:04.155668", "rc": 0, "start": "2024-07-13 13:13:04.151997" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:13:04 +0000 (0:00:00.225) 0:00:14.018 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:13:04 +0000 (0:00:00.009) 0:00:14.028 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:13:04 +0000 (0:00:00.009) 0:00:14.038 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:27 Saturday 13 July 2024 13:13:05 +0000 (0:00:01.447) 0:00:15.486 ********* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:35 Saturday 13 July 2024 13:13:05 +0000 (0:00:00.013) 0:00:15.500 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:43 Saturday 13 July 2024 13:13:05 +0000 (0:00:00.007) 0:00:15.507 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:49 Saturday 13 July 2024 13:13:05 +0000 (0:00:00.007) 0:00:15.515 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:54 Saturday 13 July 2024 13:13:05 +0000 (0:00:00.007) 0:00:15.523 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:60 Saturday 13 July 2024 13:13:05 +0000 (0:00:00.007) 0:00:15.530 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:13:05 +0000 (0:00:00.007) 0:00:15.538 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:9 Saturday 13 July 2024 13:13:05 +0000 (0:00:00.007) 0:00:15.545 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:13:05 +0000 (0:00:00.012) 0:00:15.557 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:13:05 +0000 (0:00:00.008) 0:00:15.566 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003701", "end": "2024-07-13 13:13:05.928163", "rc": 0, "start": "2024-07-13 13:13:05.924462" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:13:05 +0000 (0:00:00.225) 0:00:15.791 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:13:05 +0000 (0:00:00.009) 0:00:15.801 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:11 Saturday 13 July 2024 13:13:05 +0000 (0:00:00.009) 0:00:15.810 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:13:05 +0000 (0:00:00.013) 0:00:15.823 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:13:05 +0000 (0:00:00.009) 0:00:15.833 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:13:06 +0000 (0:00:00.222) 0:00:16.055 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:14 Saturday 13 July 2024 13:13:06 +0000 (0:00:00.010) 0:00:16.066 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:13:06 +0000 (0:00:00.014) 0:00:16.081 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:13:06 +0000 (0:00:00.007) 0:00:16.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-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:13:06 +0000 (0:00:00.007) 0:00:16.095 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:13:06 +0000 (0:00:00.010) 0:00:16.106 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:13:06 +0000 (0:00:00.009) 0:00:16.115 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003668", "end": "2024-07-13 13:13:06.477318", "rc": 0, "start": "2024-07-13 13:13:06.473650" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:13:06 +0000 (0:00:00.225) 0:00:16.341 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:13:06 +0000 (0:00:00.011) 0:00:16.352 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:13:06 +0000 (0:00:00.010) 0:00:16.363 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:27 Saturday 13 July 2024 13:13:07 +0000 (0:00:01.456) 0:00:17.819 ********* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:35 Saturday 13 July 2024 13:13:07 +0000 (0:00:00.013) 0:00:17.833 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:43 Saturday 13 July 2024 13:13:07 +0000 (0:00:00.008) 0:00:17.841 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:49 Saturday 13 July 2024 13:13:08 +0000 (0:00:00.007) 0:00:17.849 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.005908", "end": "2024-07-13 13:13:08.215316", "rc": 0, "start": "2024-07-13 13:13:08.209408" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:54 Saturday 13 July 2024 13:13:08 +0000 (0:00:00.241) 0:00:18.090 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:60 Saturday 13 July 2024 13:13:08 +0000 (0:00:00.008) 0:00:18.099 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:13:08 +0000 (0:00:00.007) 0:00:18.107 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:18 Saturday 13 July 2024 13:13:08 +0000 (0:00:00.009) 0:00:18.116 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:13:08 +0000 (0:00:00.014) 0:00:18.131 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:13:08 +0000 (0:00:00.008) 0:00:18.140 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003747", "end": "2024-07-13 13:13:08.501111", "rc": 0, "start": "2024-07-13 13:13:08.497364" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:13:08 +0000 (0:00:00.223) 0:00:18.364 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:13:08 +0000 (0:00:00.009) 0:00:18.374 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:20 Saturday 13 July 2024 13:13:08 +0000 (0:00:00.009) 0:00:18.383 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/assert_device_present.yml:3 Saturday 13 July 2024 13:13:08 +0000 (0:00:00.015) 0:00:18.399 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:13:08 +0000 (0:00:00.009) 0:00:18.408 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720876388.2130406, "block_size": 4096, "blocks": 0, "ctime": 1720876388.2130406, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36203, "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": 1720876388.2130406, "nlink": 1, "path": "/sys/class/net/dummy1298", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'dummy1298'] ********************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/assert_device_present.yml:5 Saturday 13 July 2024 13:13:08 +0000 (0:00:00.223) 0:00:18.632 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:23 Saturday 13 July 2024 13:13:08 +0000 (0:00:00.009) 0:00:18.642 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:13:08 +0000 (0:00:00.017) 0:00:18.660 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:13:08 +0000 (0:00:00.009) 0:00:18.669 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:13:08 +0000 (0:00:00.010) 0:00:18.680 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:13:08 +0000 (0:00:00.010) 0:00:18.690 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:13:08 +0000 (0:00:00.012) 0:00:18.703 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003645", "end": "2024-07-13 13:13:09.065501", "rc": 0, "start": "2024-07-13 13:13:09.061856" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:13:09 +0000 (0:00:00.227) 0:00:18.930 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:13:09 +0000 (0:00:00.009) 0:00:18.940 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:13:09 +0000 (0:00:00.009) 0:00:18.949 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:27 Saturday 13 July 2024 13:13:10 +0000 (0:00:01.446) 0:00:20.395 ********* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:35 Saturday 13 July 2024 13:13:10 +0000 (0:00:00.014) 0:00:20.409 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:43 Saturday 13 July 2024 13:13:10 +0000 (0:00:00.007) 0:00:20.417 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:49 Saturday 13 July 2024 13:13:10 +0000 (0:00:00.007) 0:00:20.425 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:54 Saturday 13 July 2024 13:13:10 +0000 (0:00:00.007) 0:00:20.432 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007290", "end": "2024-07-13 13:13:10.798183", "rc": 0, "start": "2024-07-13 13:13:10.790893" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:60 Saturday 13 July 2024 13:13:10 +0000 (0:00:00.229) 0:00:20.662 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:13:10 +0000 (0:00:00.009) 0:00:20.671 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:27 Saturday 13 July 2024 13:13:10 +0000 (0:00:00.007) 0:00:20.678 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:13:10 +0000 (0:00:00.018) 0:00:20.696 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:13:10 +0000 (0:00:00.009) 0:00:20.705 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003619", "end": "2024-07-13 13:13:11.067533", "rc": 0, "start": "2024-07-13 13:13:11.063914" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:13:11 +0000 (0:00:00.226) 0:00:20.932 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:13:11 +0000 (0:00:00.009) 0:00:20.942 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/create_and_remove_interface.yml:29 Saturday 13 July 2024 13:13:11 +0000 (0:00:00.009) 0:00:20.951 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:13:11 +0000 (0:00:00.019) 0:00:20.971 ********* included: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:13:11 +0000 (0:00:00.027) 0:00:20.999 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:13:11 +0000 (0:00:00.227) 0:00:21.226 ********* 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 Saturday 13 July 2024 13:13:11 +0000 (0:00:00.014) 0:00:21.241 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 2.55s /WORKDIR/git-weekly-cir2q1u5dn/tests/tests_helpers_and_asserts.yml:3 ---------- Gather the minimum subset of ansible_facts required by the network role test --- 1.88s /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/el_repo_setup.yml:3 ---------------- Install iproute --------------------------------------------------------- 1.55s /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.46s /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.46s /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.45s /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.45s /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.45s /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:16 ------- Create veth interface veth1298 ------------------------------------------ 0.75s /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:27 ------- Gather current interface info ------------------------------------------- 0.28s /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:3 ------- Check if system is ostree ----------------------------------------------- 0.28s /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/el_repo_setup.yml:17 --------------- Set up veth as managed by NetworkManager -------------------------------- 0.25s /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:35 ------- Delete veth interface veth1298 ------------------------------------------ 0.25s /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:43 ------- Create dummy interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:49 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:3 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.23s /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/manage_test_interface.yml:54 ------- Get stat for interface dummy1298 ---------------------------------------- 0.23s /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-cir2q1u5dn/tests/tasks/get_current_interfaces.yml:3 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---