# 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-cirvwhmnmw/.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-cirvwhmnmw/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-cirvwhmnmw/tests/tests_helpers_and_asserts.yml:3 Saturday 27 January 2024 13:27:57 +0000 (0:00:00.032) 0:00:00.032 ****** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tests_helpers_and_asserts.yml:6 Saturday 27 January 2024 13:27:58 +0000 (0:00:00.884) 0:00:00.917 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/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-cirvwhmnmw/tests/tasks/el_repo_setup.yml:3 Saturday 27 January 2024 13:27:58 +0000 (0:00:00.012) 0:00:00.929 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/el_repo_setup.yml:17 Saturday 27 January 2024 13:27:58 +0000 (0:00:00.354) 0:00:01.284 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/el_repo_setup.yml:22 Saturday 27 January 2024 13:27:58 +0000 (0:00:00.257) 0:00:01.541 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/el_repo_setup.yml:26 Saturday 27 January 2024 13:27:58 +0000 (0:00:00.015) 0:00:01.556 ****** 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-cirvwhmnmw/tests/tasks/el_repo_setup.yml:51 Saturday 27 January 2024 13:27:58 +0000 (0:00:00.007) 0:00:01.564 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/enable_epel.yml:8 Saturday 27 January 2024 13:27:58 +0000 (0:00:00.021) 0:00:01.585 ****** 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-cirvwhmnmw/tests/tasks/enable_epel.yml:24 Saturday 27 January 2024 13:27:58 +0000 (0:00:00.007) 0:00:01.593 ****** 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-cirvwhmnmw/tests/tasks/enable_epel.yml:30 Saturday 27 January 2024 13:27:58 +0000 (0:00:00.008) 0:00:01.602 ****** 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-cirvwhmnmw/tests/tasks/enable_epel.yml:35 Saturday 27 January 2024 13:27:59 +0000 (0:00:00.007) 0:00:01.609 ****** 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-cirvwhmnmw/tests/tasks/enable_epel.yml:40 Saturday 27 January 2024 13:27:59 +0000 (0:00:00.007) 0:00:01.616 ****** 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-cirvwhmnmw/tests/tests_helpers_and_asserts.yml:9 Saturday 27 January 2024 13:27:59 +0000 (0:00:00.007) 0:00:01.624 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:3 Saturday 27 January 2024 13:27:59 +0000 (0:00:00.010) 0:00:01.635 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:27:59 +0000 (0:00:00.010) 0:00:01.645 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:27:59 +0000 (0:00:00.009) 0:00:01.655 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003672", "end": "2024-01-27 13:27:59.289717", "rc": 0, "start": "2024-01-27 13:27:59.286045" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:27:59 +0000 (0:00:00.263) 0:00:01.918 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:27:59 +0000 (0:00:00.010) 0:00:01.929 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:5 Saturday 27 January 2024 13:27:59 +0000 (0:00:00.008) 0:00:01.937 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:27:59 +0000 (0:00:00.013) 0:00:01.950 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:27:59 +0000 (0:00:00.007) 0:00:01.958 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:27:59 +0000 (0:00:00.007) 0:00:01.965 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:27:59 +0000 (0:00:00.010) 0:00:01.976 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:27:59 +0000 (0:00:00.009) 0:00:01.985 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003618", "end": "2024-01-27 13:27:59.560646", "rc": 0, "start": "2024-01-27 13:27:59.557028" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:27:59 +0000 (0:00:00.204) 0:00:02.189 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:27:59 +0000 (0:00:00.008) 0:00:02.198 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:27:59 +0000 (0:00:00.008) 0:00:02.207 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:23 Saturday 27 January 2024 13:28:01 +0000 (0:00:02.320) 0:00:04.528 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:31 Saturday 27 January 2024 13:28:01 +0000 (0:00:00.014) 0:00:04.542 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:39 Saturday 27 January 2024 13:28:01 +0000 (0:00:00.007) 0:00:04.550 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:45 Saturday 27 January 2024 13:28:01 +0000 (0:00:00.007) 0:00:04.557 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:50 Saturday 27 January 2024 13:28:01 +0000 (0:00:00.007) 0:00:04.565 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:56 Saturday 27 January 2024 13:28:01 +0000 (0:00:00.007) 0:00:04.573 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:28:01 +0000 (0:00:00.008) 0:00:04.581 ****** 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-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:9 Saturday 27 January 2024 13:28:01 +0000 (0:00:00.007) 0:00:04.589 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:28:01 +0000 (0:00:00.014) 0:00:04.604 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:28:02 +0000 (0:00:00.009) 0:00:04.613 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003848", "end": "2024-01-27 13:28:02.192258", "rc": 0, "start": "2024-01-27 13:28:02.188410" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:28:02 +0000 (0:00:00.207) 0:00:04.821 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:28:02 +0000 (0:00:00.009) 0:00:04.830 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:11 Saturday 27 January 2024 13:28:02 +0000 (0:00:00.008) 0:00:04.839 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/assert_device_absent.yml:3 Saturday 27 January 2024 13:28:02 +0000 (0:00:00.013) 0:00:04.853 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 13:28:02 +0000 (0:00:00.010) 0:00:04.863 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/assert_device_absent.yml:5 Saturday 27 January 2024 13:28:02 +0000 (0:00:00.202) 0:00:05.065 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:14 Saturday 27 January 2024 13:28:02 +0000 (0:00:00.010) 0:00:05.075 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:28:02 +0000 (0:00:00.015) 0:00:05.090 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:28:02 +0000 (0:00:00.007) 0:00:05.098 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:28:02 +0000 (0:00:00.007) 0:00:05.105 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:28:02 +0000 (0:00:00.010) 0:00:05.116 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:28:02 +0000 (0:00:00.009) 0:00:05.125 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003721", "end": "2024-01-27 13:28:02.702505", "rc": 0, "start": "2024-01-27 13:28:02.698784" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:28:02 +0000 (0:00:00.205) 0:00:05.330 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:28:02 +0000 (0:00:00.011) 0:00:05.342 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:28:02 +0000 (0:00:00.008) 0:00:05.350 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:23 Saturday 27 January 2024 13:28:04 +0000 (0:00:02.196) 0:00:07.547 ****** 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.007648", "end": "2024-01-27 13:28:05.131086", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-27 13:28:05.123438" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004042", "end": "2024-01-27 13:28:05.388904", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-27 13:28:05.384862" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004597", "end": "2024-01-27 13:28:05.588434", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-27 13:28:05.583837" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:31 Saturday 27 January 2024 13:28:05 +0000 (0:00:00.670) 0:00:08.218 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023955", "end": "2024-01-27 13:28:05.815135", "rc": 0, "start": "2024-01-27 13:28:05.791180" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:39 Saturday 27 January 2024 13:28:05 +0000 (0:00:00.227) 0:00:08.446 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:45 Saturday 27 January 2024 13:28:05 +0000 (0:00:00.016) 0:00:08.462 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:50 Saturday 27 January 2024 13:28:05 +0000 (0:00:00.008) 0:00:08.470 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:56 Saturday 27 January 2024 13:28:05 +0000 (0:00:00.008) 0:00:08.478 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:28:05 +0000 (0:00:00.007) 0:00:08.486 ****** 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-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:18 Saturday 27 January 2024 13:28:05 +0000 (0:00:00.007) 0:00:08.494 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:28:05 +0000 (0:00:00.015) 0:00:08.509 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:28:05 +0000 (0:00:00.009) 0:00:08.518 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003558", "end": "2024-01-27 13:28:06.094433", "rc": 0, "start": "2024-01-27 13:28:06.090875" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:28:06 +0000 (0:00:00.206) 0:00:08.724 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:28:06 +0000 (0:00:00.011) 0:00:08.735 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:20 Saturday 27 January 2024 13:28:06 +0000 (0:00:00.008) 0:00:08.744 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/assert_device_present.yml:3 Saturday 27 January 2024 13:28:06 +0000 (0:00:00.015) 0:00:08.760 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 13:28:06 +0000 (0:00:00.010) 0:00:08.770 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706362085.1275594, "block_size": 4096, "blocks": 0, "ctime": 1706362085.1275594, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33915, "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": 1706362085.1275594, "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-cirvwhmnmw/tests/tasks/assert_device_present.yml:5 Saturday 27 January 2024 13:28:06 +0000 (0:00:00.205) 0:00:08.976 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:23 Saturday 27 January 2024 13:28:06 +0000 (0:00:00.009) 0:00:08.986 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:28:06 +0000 (0:00:00.020) 0:00:09.006 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:28:06 +0000 (0:00:00.007) 0:00:09.014 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:28:06 +0000 (0:00:00.007) 0:00:09.021 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:28:06 +0000 (0:00:00.010) 0:00:09.032 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:28:06 +0000 (0:00:00.009) 0:00:09.041 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003708", "end": "2024-01-27 13:28:06.619073", "rc": 0, "start": "2024-01-27 13:28:06.615365" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:28:06 +0000 (0:00:00.206) 0:00:09.248 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:28:06 +0000 (0:00:00.009) 0:00:09.257 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:28:06 +0000 (0:00:00.013) 0:00:09.271 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:23 Saturday 27 January 2024 13:28:08 +0000 (0:00:02.210) 0:00:11.482 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:31 Saturday 27 January 2024 13:28:08 +0000 (0:00:00.014) 0:00:11.496 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:39 Saturday 27 January 2024 13:28:08 +0000 (0:00:00.007) 0:00:11.504 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.012709", "end": "2024-01-27 13:28:09.090118", "rc": 0, "start": "2024-01-27 13:28:09.077409" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:45 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.223) 0:00:11.727 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:50 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.009) 0:00:11.736 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:56 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.008) 0:00:11.745 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.009) 0:00:11.754 ****** 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-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:27 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.007) 0:00:11.761 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.018) 0:00:11.780 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.010) 0:00:11.790 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003666", "end": "2024-01-27 13:28:09.367766", "rc": 0, "start": "2024-01-27 13:28:09.364100" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.207) 0:00:11.998 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.009) 0:00:12.007 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:29 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.008) 0:00:12.016 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/assert_device_absent.yml:3 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.018) 0:00:12.035 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.009) 0:00:12.044 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/assert_device_absent.yml:5 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.199) 0:00:12.244 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tests_helpers_and_asserts.yml:15 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.010) 0:00:12.254 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:3 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.012) 0:00:12.267 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.009) 0:00:12.277 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.008) 0:00:12.286 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003668", "end": "2024-01-27 13:28:09.861430", "rc": 0, "start": "2024-01-27 13:28:09.857762" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.204) 0:00:12.490 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.009) 0:00:12.500 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:5 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.008) 0:00:12.508 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.012) 0:00:12.521 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.007) 0:00:12.528 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.007) 0:00:12.536 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.010) 0:00:12.547 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:28:09 +0000 (0:00:00.009) 0:00:12.556 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003624", "end": "2024-01-27 13:28:10.132912", "rc": 0, "start": "2024-01-27 13:28:10.129288" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:28:10 +0000 (0:00:00.204) 0:00:12.761 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:28:10 +0000 (0:00:00.010) 0:00:12.771 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:28:10 +0000 (0:00:00.008) 0:00:12.779 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:23 Saturday 27 January 2024 13:28:12 +0000 (0:00:02.190) 0:00:14.969 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:31 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.014) 0:00:14.984 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:39 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.008) 0:00:14.993 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:45 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.007) 0:00:15.001 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:50 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.008) 0:00:15.010 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:56 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.015) 0:00:15.025 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.009) 0:00:15.035 ****** 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-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:9 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.009) 0:00:15.044 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.013) 0:00:15.057 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.010) 0:00:15.067 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003756", "end": "2024-01-27 13:28:12.644347", "rc": 0, "start": "2024-01-27 13:28:12.640591" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.205) 0:00:15.272 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.011) 0:00:15.283 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:11 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.008) 0:00:15.292 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/assert_device_absent.yml:3 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.013) 0:00:15.306 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.009) 0:00:15.316 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/assert_device_absent.yml:5 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.216) 0:00:15.532 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:14 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.012) 0:00:15.544 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.015) 0:00:15.559 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.007) 0:00:15.567 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.007) 0:00:15.575 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.010) 0:00:15.585 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:28:12 +0000 (0:00:00.009) 0:00:15.595 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003690", "end": "2024-01-27 13:28:13.172256", "rc": 0, "start": "2024-01-27 13:28:13.168566" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:28:13 +0000 (0:00:00.205) 0:00:15.801 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:28:13 +0000 (0:00:00.010) 0:00:15.811 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:28:13 +0000 (0:00:00.008) 0:00:15.820 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:23 Saturday 27 January 2024 13:28:15 +0000 (0:00:02.201) 0:00:18.021 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:31 Saturday 27 January 2024 13:28:15 +0000 (0:00:00.013) 0:00:18.035 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:39 Saturday 27 January 2024 13:28:15 +0000 (0:00:00.008) 0:00:18.043 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:45 Saturday 27 January 2024 13:28:15 +0000 (0:00:00.007) 0:00:18.051 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.069805", "end": "2024-01-27 13:28:15.696010", "rc": 0, "start": "2024-01-27 13:28:15.626205" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:50 Saturday 27 January 2024 13:28:15 +0000 (0:00:00.284) 0:00:18.336 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:56 Saturday 27 January 2024 13:28:15 +0000 (0:00:00.008) 0:00:18.344 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:28:15 +0000 (0:00:00.007) 0:00:18.352 ****** 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-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:18 Saturday 27 January 2024 13:28:15 +0000 (0:00:00.007) 0:00:18.360 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:28:15 +0000 (0:00:00.015) 0:00:18.375 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:28:15 +0000 (0:00:00.009) 0:00:18.385 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003636", "end": "2024-01-27 13:28:15.961426", "rc": 0, "start": "2024-01-27 13:28:15.957790" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:28:15 +0000 (0:00:00.204) 0:00:18.589 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:28:15 +0000 (0:00:00.009) 0:00:18.599 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:20 Saturday 27 January 2024 13:28:16 +0000 (0:00:00.009) 0:00:18.609 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/assert_device_present.yml:3 Saturday 27 January 2024 13:28:16 +0000 (0:00:00.015) 0:00:18.625 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 13:28:16 +0000 (0:00:00.009) 0:00:18.634 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706362095.6935627, "block_size": 4096, "blocks": 0, "ctime": 1706362095.6935627, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34247, "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": 1706362095.6935627, "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-cirvwhmnmw/tests/tasks/assert_device_present.yml:5 Saturday 27 January 2024 13:28:16 +0000 (0:00:00.203) 0:00:18.838 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:23 Saturday 27 January 2024 13:28:16 +0000 (0:00:00.011) 0:00:18.849 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 13:28:16 +0000 (0:00:00.020) 0:00:18.870 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 13:28:16 +0000 (0:00:00.008) 0:00:18.878 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 13:28:16 +0000 (0:00:00.007) 0:00:18.886 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:28:16 +0000 (0:00:00.011) 0:00:18.897 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:28:16 +0000 (0:00:00.016) 0:00:18.914 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003630", "end": "2024-01-27 13:28:16.491827", "rc": 0, "start": "2024-01-27 13:28:16.488197" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:28:16 +0000 (0:00:00.205) 0:00:19.120 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:28:16 +0000 (0:00:00.010) 0:00:19.130 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 13:28:16 +0000 (0:00:00.009) 0:00:19.140 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:23 Saturday 27 January 2024 13:28:18 +0000 (0:00:02.258) 0:00:21.398 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:31 Saturday 27 January 2024 13:28:18 +0000 (0:00:00.014) 0:00:21.413 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:39 Saturday 27 January 2024 13:28:18 +0000 (0:00:00.008) 0:00:21.421 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:45 Saturday 27 January 2024 13:28:18 +0000 (0:00:00.008) 0:00:21.429 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:50 Saturday 27 January 2024 13:28:18 +0000 (0:00:00.007) 0:00:21.437 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008867", "end": "2024-01-27 13:28:19.022369", "rc": 0, "start": "2024-01-27 13:28:19.013502" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:56 Saturday 27 January 2024 13:28:19 +0000 (0:00:00.219) 0:00:21.657 ****** 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-cirvwhmnmw/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 13:28:19 +0000 (0:00:00.009) 0:00:21.666 ****** 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-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:27 Saturday 27 January 2024 13:28:19 +0000 (0:00:00.007) 0:00:21.674 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 13:28:19 +0000 (0:00:00.018) 0:00:21.693 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 13:28:19 +0000 (0:00:00.012) 0:00:21.705 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003761", "end": "2024-01-27 13:28:19.304805", "rc": 0, "start": "2024-01-27 13:28:19.301044" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 13:28:19 +0000 (0:00:00.247) 0:00:21.953 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 13:28:19 +0000 (0:00:00.010) 0:00:21.963 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/create_and_remove_interface.yml:29 Saturday 27 January 2024 13:28:19 +0000 (0:00:00.009) 0:00:21.972 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/assert_device_absent.yml:3 Saturday 27 January 2024 13:28:19 +0000 (0:00:00.019) 0:00:21.992 ****** included: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 13:28:19 +0000 (0:00:00.009) 0:00:22.001 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/assert_device_absent.yml:5 Saturday 27 January 2024 13:28:19 +0000 (0:00:00.202) 0:00:22.204 ****** 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 27 January 2024 13:28:19 +0000 (0:00:00.015) 0:00:22.220 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.32s /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.26s /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.21s /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.20s /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.20s /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.19s /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.88s /WORKDIR/git-weekly-cirvwhmnmw/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.67s /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:23 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.35s /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/el_repo_setup.yml:3 ---------------- Create dummy interface dummy1298 ---------------------------------------- 0.28s /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:45 ------- Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:3 ------- Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/el_repo_setup.yml:17 --------------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:3 ------- Set up veth as managed by NetworkManager -------------------------------- 0.23s /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:31 ------- Delete veth interface veth1298 ------------------------------------------ 0.22s /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:39 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/manage_test_interface.yml:50 ------- Get stat for interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-cirvwhmnmw/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-cirvwhmnmw/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. ---^---^---^---^---^---