# 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-citb5e8pkl/.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-citb5e8pkl/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-citb5e8pkl/tests/tests_helpers_and_asserts.yml:3 Saturday 20 January 2024 13:23:11 +0000 (0:00:00.035) 0:00:00.035 ****** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tests_helpers_and_asserts.yml:6 Saturday 20 January 2024 13:23:12 +0000 (0:00:00.890) 0:00:00.925 ****** included: /WORKDIR/git-weekly-citb5e8pkl/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-citb5e8pkl/tests/tasks/el_repo_setup.yml:3 Saturday 20 January 2024 13:23:12 +0000 (0:00:00.012) 0:00:00.937 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/el_repo_setup.yml:17 Saturday 20 January 2024 13:23:12 +0000 (0:00:00.364) 0:00:01.301 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/el_repo_setup.yml:22 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.283) 0:00:01.585 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/el_repo_setup.yml:26 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.013) 0:00:01.599 ****** 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-citb5e8pkl/tests/tasks/el_repo_setup.yml:51 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.007) 0:00:01.607 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/enable_epel.yml:8 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.021) 0:00:01.628 ****** 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-citb5e8pkl/tests/tasks/enable_epel.yml:24 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.008) 0:00:01.636 ****** 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-citb5e8pkl/tests/tasks/enable_epel.yml:30 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.007) 0:00:01.644 ****** 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-citb5e8pkl/tests/tasks/enable_epel.yml:35 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.007) 0:00:01.651 ****** 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-citb5e8pkl/tests/tasks/enable_epel.yml:40 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.007) 0:00:01.659 ****** 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-citb5e8pkl/tests/tests_helpers_and_asserts.yml:9 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.007) 0:00:01.667 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:3 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.011) 0:00:01.679 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.010) 0:00:01.689 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.009) 0:00:01.699 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003757", "end": "2024-01-20 13:23:13.605055", "rc": 0, "start": "2024-01-20 13:23:13.601298" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.266) 0:00:01.965 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.011) 0:00:01.976 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:5 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.009) 0:00:01.986 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.014) 0:00:02.000 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.007) 0:00:02.008 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.007) 0:00:02.016 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.011) 0:00:02.027 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.010) 0:00:02.038 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003902", "end": "2024-01-20 13:23:13.892400", "rc": 0, "start": "2024-01-20 13:23:13.888498" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.213) 0:00:02.251 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.009) 0:00:02.261 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:23:13 +0000 (0:00:00.008) 0:00:02.270 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:23:16 +0000 (0:00:02.394) 0:00:04.664 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.016) 0:00:04.681 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.009) 0:00:04.691 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.009) 0:00:04.700 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.009) 0:00:04.710 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.009) 0:00:04.720 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.016) 0:00:04.736 ****** 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-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:9 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.008) 0:00:04.745 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.018) 0:00:04.763 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.011) 0:00:04.775 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004060", "end": "2024-01-20 13:23:16.628775", "rc": 0, "start": "2024-01-20 13:23:16.624715" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.215) 0:00:04.990 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.010) 0:00:05.000 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:11 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.008) 0:00:05.009 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/assert_device_absent.yml:3 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.013) 0:00:05.023 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.010) 0:00:05.033 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/assert_device_absent.yml:5 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.208) 0:00:05.241 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:14 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.010) 0:00:05.252 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.015) 0:00:05.267 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.008) 0:00:05.275 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.007) 0:00:05.283 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.011) 0:00:05.294 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:23:16 +0000 (0:00:00.010) 0:00:05.305 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003986", "end": "2024-01-20 13:23:17.160672", "rc": 0, "start": "2024-01-20 13:23:17.156686" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:23:17 +0000 (0:00:00.216) 0:00:05.521 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:23:17 +0000 (0:00:00.010) 0:00:05.532 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:23:17 +0000 (0:00:00.008) 0:00:05.540 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:23:19 +0000 (0:00:02.297) 0:00:07.838 ****** 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.006288", "end": "2024-01-20 13:23:19.696172", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-20 13:23:19.689884" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004140", "end": "2024-01-20 13:23:19.959379", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-20 13:23:19.955239" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004169", "end": "2024-01-20 13:23:20.164338", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-20 13:23:20.160169" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:23:20 +0000 (0:00:00.687) 0:00:08.526 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022275", "end": "2024-01-20 13:23:20.399541", "rc": 0, "start": "2024-01-20 13:23:20.377266" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:23:20 +0000 (0:00:00.234) 0:00:08.761 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:23:20 +0000 (0:00:00.008) 0:00:08.769 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:23:20 +0000 (0:00:00.007) 0:00:08.777 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:23:20 +0000 (0:00:00.008) 0:00:08.786 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:23:20 +0000 (0:00:00.007) 0:00:08.794 ****** 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-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:18 Saturday 20 January 2024 13:23:20 +0000 (0:00:00.007) 0:00:08.801 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:23:20 +0000 (0:00:00.015) 0:00:08.817 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:23:20 +0000 (0:00:00.009) 0:00:08.826 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003679", "end": "2024-01-20 13:23:20.679278", "rc": 0, "start": "2024-01-20 13:23:20.675599" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:23:20 +0000 (0:00:00.212) 0:00:09.039 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:23:20 +0000 (0:00:00.009) 0:00:09.049 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:20 Saturday 20 January 2024 13:23:20 +0000 (0:00:00.010) 0:00:09.059 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/assert_device_present.yml:3 Saturday 20 January 2024 13:23:20 +0000 (0:00:00.016) 0:00:09.076 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:23:20 +0000 (0:00:00.010) 0:00:09.087 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705756999.6939404, "block_size": 4096, "blocks": 0, "ctime": 1705756999.6939404, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31247, "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": 1705756999.6939404, "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-citb5e8pkl/tests/tasks/assert_device_present.yml:5 Saturday 20 January 2024 13:23:20 +0000 (0:00:00.209) 0:00:09.297 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:23 Saturday 20 January 2024 13:23:20 +0000 (0:00:00.009) 0:00:09.307 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:23:20 +0000 (0:00:00.017) 0:00:09.324 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:23:20 +0000 (0:00:00.007) 0:00:09.332 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:23:21 +0000 (0:00:00.007) 0:00:09.339 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:23:21 +0000 (0:00:00.010) 0:00:09.350 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:23:21 +0000 (0:00:00.009) 0:00:09.359 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003756", "end": "2024-01-20 13:23:21.208442", "rc": 0, "start": "2024-01-20 13:23:21.204686" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:23:21 +0000 (0:00:00.208) 0:00:09.568 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:23:21 +0000 (0:00:00.010) 0:00:09.578 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:23:21 +0000 (0:00:00.008) 0:00:09.587 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:23:23 +0000 (0:00:02.268) 0:00:11.855 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:23:23 +0000 (0:00:00.013) 0:00:11.869 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:23:23 +0000 (0:00:00.008) 0:00:11.877 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.019908", "end": "2024-01-20 13:23:23.749391", "rc": 0, "start": "2024-01-20 13:23:23.729483" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:23:23 +0000 (0:00:00.234) 0:00:12.112 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:23:23 +0000 (0:00:00.009) 0:00:12.121 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:23:23 +0000 (0:00:00.008) 0:00:12.130 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:23:23 +0000 (0:00:00.008) 0:00:12.138 ****** 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-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:27 Saturday 20 January 2024 13:23:23 +0000 (0:00:00.007) 0:00:12.145 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:23:23 +0000 (0:00:00.019) 0:00:12.165 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:23:23 +0000 (0:00:00.010) 0:00:12.176 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003842", "end": "2024-01-20 13:23:24.028542", "rc": 0, "start": "2024-01-20 13:23:24.024700" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.215) 0:00:12.391 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.012) 0:00:12.403 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:29 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.010) 0:00:12.414 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/assert_device_absent.yml:3 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.019) 0:00:12.433 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.010) 0:00:12.443 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/assert_device_absent.yml:5 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.211) 0:00:12.654 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tests_helpers_and_asserts.yml:15 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.012) 0:00:12.667 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:3 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.015) 0:00:12.682 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.012) 0:00:12.695 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.017) 0:00:12.712 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003835", "end": "2024-01-20 13:23:24.564138", "rc": 0, "start": "2024-01-20 13:23:24.560303" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.211) 0:00:12.924 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.010) 0:00:12.935 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:5 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.009) 0:00:12.945 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.014) 0:00:12.960 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.009) 0:00:12.969 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.016) 0:00:12.986 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.012) 0:00:12.999 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.010) 0:00:13.010 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003822", "end": "2024-01-20 13:23:24.862281", "rc": 0, "start": "2024-01-20 13:23:24.858459" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.213) 0:00:13.223 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.013) 0:00:13.236 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:23:24 +0000 (0:00:00.012) 0:00:13.249 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:23:27 +0000 (0:00:02.300) 0:00:15.549 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.014) 0:00:15.564 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.008) 0:00:15.572 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.010) 0:00:15.583 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.008) 0:00:15.591 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.008) 0:00:15.599 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.012) 0:00:15.612 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:9 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.010) 0:00:15.622 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.015) 0:00:15.638 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.009) 0:00:15.647 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003868", "end": "2024-01-20 13:23:27.497299", "rc": 0, "start": "2024-01-20 13:23:27.493431" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.208) 0:00:15.856 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.010) 0:00:15.866 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:11 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.009) 0:00:15.875 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/assert_device_absent.yml:3 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.013) 0:00:15.889 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.010) 0:00:15.900 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/assert_device_absent.yml:5 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.203) 0:00:16.103 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:14 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.010) 0:00:16.114 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.015) 0:00:16.129 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.007) 0:00:16.136 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.007) 0:00:16.144 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.010) 0:00:16.155 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:23:27 +0000 (0:00:00.010) 0:00:16.165 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003832", "end": "2024-01-20 13:23:28.017153", "rc": 0, "start": "2024-01-20 13:23:28.013321" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:23:28 +0000 (0:00:00.214) 0:00:16.379 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:23:28 +0000 (0:00:00.012) 0:00:16.392 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:23:28 +0000 (0:00:00.011) 0:00:16.404 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:23:30 +0000 (0:00:02.273) 0:00:18.677 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:23:30 +0000 (0:00:00.014) 0:00:18.692 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:23:30 +0000 (0:00:00.008) 0:00:18.701 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:23:30 +0000 (0:00:00.009) 0:00:18.710 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.066452", "end": "2024-01-20 13:23:30.627424", "rc": 0, "start": "2024-01-20 13:23:30.560972" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:23:30 +0000 (0:00:00.292) 0:00:19.002 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:23:30 +0000 (0:00:00.009) 0:00:19.011 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:23:30 +0000 (0:00:00.008) 0:00:19.020 ****** 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-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:18 Saturday 20 January 2024 13:23:30 +0000 (0:00:00.009) 0:00:19.029 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:23:30 +0000 (0:00:00.016) 0:00:19.045 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:23:30 +0000 (0:00:00.010) 0:00:19.056 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003807", "end": "2024-01-20 13:23:30.906340", "rc": 0, "start": "2024-01-20 13:23:30.902533" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:23:30 +0000 (0:00:00.209) 0:00:19.265 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:23:30 +0000 (0:00:00.010) 0:00:19.275 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:20 Saturday 20 January 2024 13:23:30 +0000 (0:00:00.008) 0:00:19.284 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/assert_device_present.yml:3 Saturday 20 January 2024 13:23:30 +0000 (0:00:00.015) 0:00:19.300 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:23:30 +0000 (0:00:00.010) 0:00:19.311 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1705757010.6250389, "block_size": 4096, "blocks": 0, "ctime": 1705757010.6250389, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31579, "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": 1705757010.6250389, "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-citb5e8pkl/tests/tasks/assert_device_present.yml:5 Saturday 20 January 2024 13:23:31 +0000 (0:00:00.207) 0:00:19.518 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:23 Saturday 20 January 2024 13:23:31 +0000 (0:00:00.011) 0:00:19.529 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:3 Saturday 20 January 2024 13:23:31 +0000 (0:00:00.017) 0:00:19.547 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:8 Saturday 20 January 2024 13:23:31 +0000 (0:00:00.007) 0:00:19.555 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:13 Saturday 20 January 2024 13:23:31 +0000 (0:00:00.007) 0:00:19.562 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:23:31 +0000 (0:00:00.010) 0:00:19.573 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:23:31 +0000 (0:00:00.009) 0:00:19.583 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003700", "end": "2024-01-20 13:23:31.431750", "rc": 0, "start": "2024-01-20 13:23:31.428050" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:23:31 +0000 (0:00:00.208) 0:00:19.791 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:23:31 +0000 (0:00:00.010) 0:00:19.802 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:16 Saturday 20 January 2024 13:23:31 +0000 (0:00:00.009) 0:00:19.812 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:23 Saturday 20 January 2024 13:23:33 +0000 (0:00:02.248) 0:00:22.060 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:31 Saturday 20 January 2024 13:23:33 +0000 (0:00:00.015) 0:00:22.076 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:39 Saturday 20 January 2024 13:23:33 +0000 (0:00:00.009) 0:00:22.086 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:45 Saturday 20 January 2024 13:23:33 +0000 (0:00:00.009) 0:00:22.095 ****** 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-citb5e8pkl/tests/tasks/manage_test_interface.yml:50 Saturday 20 January 2024 13:23:33 +0000 (0:00:00.008) 0:00:22.104 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009539", "end": "2024-01-20 13:23:33.961202", "rc": 0, "start": "2024-01-20 13:23:33.951663" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:56 Saturday 20 January 2024 13:23:33 +0000 (0:00:00.223) 0:00:22.327 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:61 Saturday 20 January 2024 13:23:34 +0000 (0:00:00.010) 0:00:22.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-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:27 Saturday 20 January 2024 13:23:34 +0000 (0:00:00.008) 0:00:22.347 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:3 Saturday 20 January 2024 13:23:34 +0000 (0:00:00.036) 0:00:22.383 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:3 Saturday 20 January 2024 13:23:34 +0000 (0:00:00.009) 0:00:22.393 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003777", "end": "2024-01-20 13:23:34.243449", "rc": 0, "start": "2024-01-20 13:23:34.239672" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:9 Saturday 20 January 2024 13:23:34 +0000 (0:00:00.209) 0:00:22.603 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/show_interfaces.yml:5 Saturday 20 January 2024 13:23:34 +0000 (0:00:00.009) 0:00:22.613 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/create_and_remove_interface.yml:29 Saturday 20 January 2024 13:23:34 +0000 (0:00:00.009) 0:00:22.622 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/assert_device_absent.yml:3 Saturday 20 January 2024 13:23:34 +0000 (0:00:00.019) 0:00:22.642 ****** included: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_interface_stat.yml:3 Saturday 20 January 2024 13:23:34 +0000 (0:00:00.010) 0:00:22.652 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/assert_device_absent.yml:5 Saturday 20 January 2024 13:23:34 +0000 (0:00:00.206) 0:00:22.859 ****** 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 20 January 2024 13:23:34 +0000 (0:00:00.016) 0:00:22.875 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.39s /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.30s /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.30s /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.27s /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.27s /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.25s /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.89s /WORKDIR/git-weekly-citb5e8pkl/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.69s /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:23 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/el_repo_setup.yml:3 ---------------- Create dummy interface dummy1298 ---------------------------------------- 0.29s /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:45 ------- Check if system is ostree ----------------------------------------------- 0.28s /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/el_repo_setup.yml:17 --------------- Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:3 ------- Set up veth as managed by NetworkManager -------------------------------- 0.23s /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:31 ------- Delete veth interface veth1298 ------------------------------------------ 0.23s /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:39 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/manage_test_interface.yml:50 ------- Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-citb5e8pkl/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-citb5e8pkl/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. ---^---^---^---^---^---