# 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-bond_options_rewrite2jx4e1ev/.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-bond_options_rewrite2jx4e1ev/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tests_helpers_and_asserts.yml:3 Friday 02 February 2024 19:24:42 +0000 (0:00:00.041) 0:00:00.041 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tests_helpers_and_asserts.yml:6 Friday 02 February 2024 19:24:48 +0000 (0:00:05.872) 0:00:05.913 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/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-bond_options_rewrite2jx4e1ev/tests/tasks/el_repo_setup.yml:3 Friday 02 February 2024 19:24:48 +0000 (0:00:00.017) 0:00:05.931 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/el_repo_setup.yml:17 Friday 02 February 2024 19:24:49 +0000 (0:00:00.380) 0:00:06.311 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/el_repo_setup.yml:22 Friday 02 February 2024 19:24:49 +0000 (0:00:00.263) 0:00:06.574 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/el_repo_setup.yml:26 Friday 02 February 2024 19:24:49 +0000 (0:00:00.019) 0:00:06.594 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/el_repo_setup.yml:51 Friday 02 February 2024 19:24:49 +0000 (0:00:00.010) 0:00:06.604 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/enable_epel.yml:8 Friday 02 February 2024 19:24:49 +0000 (0:00:00.025) 0:00:06.630 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/enable_epel.yml:24 Friday 02 February 2024 19:24:49 +0000 (0:00:00.009) 0:00:06.640 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/enable_epel.yml:30 Friday 02 February 2024 19:24:49 +0000 (0:00:00.010) 0:00:06.650 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/enable_epel.yml:35 Friday 02 February 2024 19:24:49 +0000 (0:00:00.009) 0:00:06.659 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/enable_epel.yml:40 Friday 02 February 2024 19:24:49 +0000 (0:00:00.009) 0:00:06.668 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tests_helpers_and_asserts.yml:9 Friday 02 February 2024 19:24:49 +0000 (0:00:00.010) 0:00:06.679 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:3 Friday 02 February 2024 19:24:49 +0000 (0:00:00.014) 0:00:06.694 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:3 Friday 02 February 2024 19:24:49 +0000 (0:00:00.012) 0:00:06.706 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:3 Friday 02 February 2024 19:24:49 +0000 (0:00:00.010) 0:00:06.717 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003493", "end": "2024-02-02 19:24:49.766089", "rc": 0, "start": "2024-02-02 19:24:49.762596" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:9 Friday 02 February 2024 19:24:49 +0000 (0:00:00.273) 0:00:06.990 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:5 Friday 02 February 2024 19:24:49 +0000 (0:00:00.011) 0:00:07.002 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:5 Friday 02 February 2024 19:24:49 +0000 (0:00:00.011) 0:00:07.013 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:3 Friday 02 February 2024 19:24:49 +0000 (0:00:00.018) 0:00:07.031 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:8 Friday 02 February 2024 19:24:49 +0000 (0:00:00.009) 0:00:07.041 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:13 Friday 02 February 2024 19:24:49 +0000 (0:00:00.009) 0:00:07.050 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:3 Friday 02 February 2024 19:24:49 +0000 (0:00:00.013) 0:00:07.064 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:3 Friday 02 February 2024 19:24:49 +0000 (0:00:00.010) 0:00:07.075 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003347", "end": "2024-02-02 19:24:50.045974", "rc": 0, "start": "2024-02-02 19:24:50.042627" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:9 Friday 02 February 2024 19:24:50 +0000 (0:00:00.194) 0:00:07.270 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:5 Friday 02 February 2024 19:24:50 +0000 (0:00:00.011) 0:00:07.281 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:16 Friday 02 February 2024 19:24:50 +0000 (0:00:00.010) 0:00:07.292 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:27 Friday 02 February 2024 19:24:51 +0000 (0:00:01.051) 0:00:08.344 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:35 Friday 02 February 2024 19:24:51 +0000 (0:00:00.016) 0:00:08.361 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:43 Friday 02 February 2024 19:24:51 +0000 (0:00:00.009) 0:00:08.371 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:49 Friday 02 February 2024 19:24:51 +0000 (0:00:00.009) 0:00:08.380 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:54 Friday 02 February 2024 19:24:51 +0000 (0:00:00.009) 0:00:08.390 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:60 Friday 02 February 2024 19:24:51 +0000 (0:00:00.010) 0:00:08.400 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:65 Friday 02 February 2024 19:24:51 +0000 (0:00:00.010) 0:00:08.410 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:9 Friday 02 February 2024 19:24:51 +0000 (0:00:00.009) 0:00:08.420 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:3 Friday 02 February 2024 19:24:51 +0000 (0:00:00.016) 0:00:08.436 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:3 Friday 02 February 2024 19:24:51 +0000 (0:00:00.012) 0:00:08.449 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003331", "end": "2024-02-02 19:24:51.422227", "rc": 0, "start": "2024-02-02 19:24:51.418896" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:9 Friday 02 February 2024 19:24:51 +0000 (0:00:00.197) 0:00:08.647 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:5 Friday 02 February 2024 19:24:51 +0000 (0:00:00.011) 0:00:08.658 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:11 Friday 02 February 2024 19:24:51 +0000 (0:00:00.010) 0:00:08.668 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/assert_device_absent.yml:3 Friday 02 February 2024 19:24:51 +0000 (0:00:00.018) 0:00:08.687 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_interface_stat.yml:3 Friday 02 February 2024 19:24:51 +0000 (0:00:00.012) 0:00:08.699 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/assert_device_absent.yml:5 Friday 02 February 2024 19:24:51 +0000 (0:00:00.195) 0:00:08.895 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:14 Friday 02 February 2024 19:24:51 +0000 (0:00:00.012) 0:00:08.908 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:3 Friday 02 February 2024 19:24:51 +0000 (0:00:00.029) 0:00:08.938 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:8 Friday 02 February 2024 19:24:51 +0000 (0:00:00.011) 0:00:08.950 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:13 Friday 02 February 2024 19:24:51 +0000 (0:00:00.011) 0:00:08.961 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:3 Friday 02 February 2024 19:24:51 +0000 (0:00:00.014) 0:00:08.976 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:3 Friday 02 February 2024 19:24:51 +0000 (0:00:00.012) 0:00:08.988 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003495", "end": "2024-02-02 19:24:51.962262", "rc": 0, "start": "2024-02-02 19:24:51.958767" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:9 Friday 02 February 2024 19:24:51 +0000 (0:00:00.198) 0:00:09.187 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:5 Friday 02 February 2024 19:24:51 +0000 (0:00:00.015) 0:00:09.203 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:16 Friday 02 February 2024 19:24:52 +0000 (0:00:00.012) 0:00:09.215 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:27 Friday 02 February 2024 19:24:52 +0000 (0:00:00.893) 0:00:10.108 ******* 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.011310", "end": "2024-02-02 19:24:53.083869", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-02 19:24:53.072559" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003504", "end": "2024-02-02 19:24:53.300243", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-02 19:24:53.296739" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003953", "end": "2024-02-02 19:24:53.485734", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-02 19:24:53.481781" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:35 Friday 02 February 2024 19:24:53 +0000 (0:00:00.602) 0:00:10.711 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023094", "end": "2024-02-02 19:24:53.705456", "rc": 0, "start": "2024-02-02 19:24:53.682362" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:43 Friday 02 February 2024 19:24:53 +0000 (0:00:00.220) 0:00:10.932 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:49 Friday 02 February 2024 19:24:53 +0000 (0:00:00.010) 0:00:10.942 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:54 Friday 02 February 2024 19:24:53 +0000 (0:00:00.009) 0:00:10.952 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:60 Friday 02 February 2024 19:24:53 +0000 (0:00:00.010) 0:00:10.963 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:65 Friday 02 February 2024 19:24:53 +0000 (0:00:00.012) 0:00:10.975 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:18 Friday 02 February 2024 19:24:53 +0000 (0:00:00.010) 0:00:10.986 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:3 Friday 02 February 2024 19:24:53 +0000 (0:00:00.027) 0:00:11.013 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:3 Friday 02 February 2024 19:24:53 +0000 (0:00:00.015) 0:00:11.029 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003286", "end": "2024-02-02 19:24:54.004139", "rc": 0, "start": "2024-02-02 19:24:54.000853" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:9 Friday 02 February 2024 19:24:54 +0000 (0:00:00.199) 0:00:11.229 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:5 Friday 02 February 2024 19:24:54 +0000 (0:00:00.011) 0:00:11.240 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:20 Friday 02 February 2024 19:24:54 +0000 (0:00:00.010) 0:00:11.250 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/assert_device_present.yml:3 Friday 02 February 2024 19:24:54 +0000 (0:00:00.021) 0:00:11.271 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_interface_stat.yml:3 Friday 02 February 2024 19:24:54 +0000 (0:00:00.013) 0:00:11.285 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706901893.076261, "block_size": 4096, "blocks": 0, "ctime": 1706901893.076261, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31967, "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": 1706901893.076261, "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-bond_options_rewrite2jx4e1ev/tests/tasks/assert_device_present.yml:5 Friday 02 February 2024 19:24:54 +0000 (0:00:00.198) 0:00:11.483 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:23 Friday 02 February 2024 19:24:54 +0000 (0:00:00.011) 0:00:11.495 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:3 Friday 02 February 2024 19:24:54 +0000 (0:00:00.023) 0:00:11.518 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:8 Friday 02 February 2024 19:24:54 +0000 (0:00:00.008) 0:00:11.527 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:13 Friday 02 February 2024 19:24:54 +0000 (0:00:00.008) 0:00:11.535 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:3 Friday 02 February 2024 19:24:54 +0000 (0:00:00.012) 0:00:11.548 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:3 Friday 02 February 2024 19:24:54 +0000 (0:00:00.010) 0:00:11.559 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003383", "end": "2024-02-02 19:24:54.532802", "rc": 0, "start": "2024-02-02 19:24:54.529419" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:9 Friday 02 February 2024 19:24:54 +0000 (0:00:00.197) 0:00:11.757 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:5 Friday 02 February 2024 19:24:54 +0000 (0:00:00.011) 0:00:11.768 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:16 Friday 02 February 2024 19:24:54 +0000 (0:00:00.009) 0:00:11.778 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:27 Friday 02 February 2024 19:24:55 +0000 (0:00:00.918) 0:00:12.697 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:35 Friday 02 February 2024 19:24:55 +0000 (0:00:00.022) 0:00:12.719 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:43 Friday 02 February 2024 19:24:55 +0000 (0:00:00.012) 0:00:12.732 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008173", "end": "2024-02-02 19:24:55.714013", "rc": 0, "start": "2024-02-02 19:24:55.705840" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:49 Friday 02 February 2024 19:24:55 +0000 (0:00:00.209) 0:00:12.941 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:54 Friday 02 February 2024 19:24:55 +0000 (0:00:00.009) 0:00:12.951 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:60 Friday 02 February 2024 19:24:55 +0000 (0:00:00.008) 0:00:12.960 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:65 Friday 02 February 2024 19:24:55 +0000 (0:00:00.009) 0:00:12.969 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:27 Friday 02 February 2024 19:24:55 +0000 (0:00:00.008) 0:00:12.978 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:3 Friday 02 February 2024 19:24:55 +0000 (0:00:00.021) 0:00:13.000 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:3 Friday 02 February 2024 19:24:55 +0000 (0:00:00.009) 0:00:13.009 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003573", "end": "2024-02-02 19:24:55.983220", "rc": 0, "start": "2024-02-02 19:24:55.979647" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:9 Friday 02 February 2024 19:24:56 +0000 (0:00:00.197) 0:00:13.207 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:5 Friday 02 February 2024 19:24:56 +0000 (0:00:00.011) 0:00:13.219 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:29 Friday 02 February 2024 19:24:56 +0000 (0:00:00.010) 0:00:13.229 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/assert_device_absent.yml:3 Friday 02 February 2024 19:24:56 +0000 (0:00:00.024) 0:00:13.253 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_interface_stat.yml:3 Friday 02 February 2024 19:24:56 +0000 (0:00:00.011) 0:00:13.264 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/assert_device_absent.yml:5 Friday 02 February 2024 19:24:56 +0000 (0:00:00.194) 0:00:13.459 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tests_helpers_and_asserts.yml:15 Friday 02 February 2024 19:24:56 +0000 (0:00:00.011) 0:00:13.471 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:3 Friday 02 February 2024 19:24:56 +0000 (0:00:00.016) 0:00:13.487 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:3 Friday 02 February 2024 19:24:56 +0000 (0:00:00.011) 0:00:13.498 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:3 Friday 02 February 2024 19:24:56 +0000 (0:00:00.010) 0:00:13.508 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003387", "end": "2024-02-02 19:24:56.482355", "rc": 0, "start": "2024-02-02 19:24:56.478968" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:9 Friday 02 February 2024 19:24:56 +0000 (0:00:00.197) 0:00:13.706 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:5 Friday 02 February 2024 19:24:56 +0000 (0:00:00.011) 0:00:13.718 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:5 Friday 02 February 2024 19:24:56 +0000 (0:00:00.011) 0:00:13.730 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:3 Friday 02 February 2024 19:24:56 +0000 (0:00:00.014) 0:00:13.744 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:8 Friday 02 February 2024 19:24:56 +0000 (0:00:00.008) 0:00:13.752 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:13 Friday 02 February 2024 19:24:56 +0000 (0:00:00.008) 0:00:13.761 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:3 Friday 02 February 2024 19:24:56 +0000 (0:00:00.013) 0:00:13.774 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:3 Friday 02 February 2024 19:24:56 +0000 (0:00:00.010) 0:00:13.785 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003389", "end": "2024-02-02 19:24:56.758767", "rc": 0, "start": "2024-02-02 19:24:56.755378" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:9 Friday 02 February 2024 19:24:56 +0000 (0:00:00.198) 0:00:13.983 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:5 Friday 02 February 2024 19:24:56 +0000 (0:00:00.010) 0:00:13.994 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:16 Friday 02 February 2024 19:24:56 +0000 (0:00:00.010) 0:00:14.004 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:27 Friday 02 February 2024 19:24:57 +0000 (0:00:00.906) 0:00:14.911 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:35 Friday 02 February 2024 19:24:57 +0000 (0:00:00.016) 0:00:14.927 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:43 Friday 02 February 2024 19:24:57 +0000 (0:00:00.010) 0:00:14.937 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:49 Friday 02 February 2024 19:24:57 +0000 (0:00:00.009) 0:00:14.947 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:54 Friday 02 February 2024 19:24:57 +0000 (0:00:00.009) 0:00:14.957 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:60 Friday 02 February 2024 19:24:57 +0000 (0:00:00.010) 0:00:14.967 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:65 Friday 02 February 2024 19:24:57 +0000 (0:00:00.009) 0:00:14.977 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:9 Friday 02 February 2024 19:24:57 +0000 (0:00:00.009) 0:00:14.986 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:3 Friday 02 February 2024 19:24:57 +0000 (0:00:00.018) 0:00:15.005 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:3 Friday 02 February 2024 19:24:57 +0000 (0:00:00.011) 0:00:15.016 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003409", "end": "2024-02-02 19:24:57.989536", "rc": 0, "start": "2024-02-02 19:24:57.986127" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:9 Friday 02 February 2024 19:24:58 +0000 (0:00:00.198) 0:00:15.214 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:5 Friday 02 February 2024 19:24:58 +0000 (0:00:00.011) 0:00:15.226 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:11 Friday 02 February 2024 19:24:58 +0000 (0:00:00.011) 0:00:15.237 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/assert_device_absent.yml:3 Friday 02 February 2024 19:24:58 +0000 (0:00:00.015) 0:00:15.253 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_interface_stat.yml:3 Friday 02 February 2024 19:24:58 +0000 (0:00:00.010) 0:00:15.264 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/assert_device_absent.yml:5 Friday 02 February 2024 19:24:58 +0000 (0:00:00.194) 0:00:15.458 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:14 Friday 02 February 2024 19:24:58 +0000 (0:00:00.014) 0:00:15.473 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:3 Friday 02 February 2024 19:24:58 +0000 (0:00:00.023) 0:00:15.497 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:8 Friday 02 February 2024 19:24:58 +0000 (0:00:00.011) 0:00:15.509 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:13 Friday 02 February 2024 19:24:58 +0000 (0:00:00.008) 0:00:15.518 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:3 Friday 02 February 2024 19:24:58 +0000 (0:00:00.012) 0:00:15.530 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:3 Friday 02 February 2024 19:24:58 +0000 (0:00:00.011) 0:00:15.542 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003432", "end": "2024-02-02 19:24:58.516883", "rc": 0, "start": "2024-02-02 19:24:58.513451" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:9 Friday 02 February 2024 19:24:58 +0000 (0:00:00.199) 0:00:15.741 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:5 Friday 02 February 2024 19:24:58 +0000 (0:00:00.011) 0:00:15.753 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:16 Friday 02 February 2024 19:24:58 +0000 (0:00:00.011) 0:00:15.765 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:27 Friday 02 February 2024 19:24:59 +0000 (0:00:00.928) 0:00:16.694 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:35 Friday 02 February 2024 19:24:59 +0000 (0:00:00.019) 0:00:16.714 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:43 Friday 02 February 2024 19:24:59 +0000 (0:00:00.011) 0:00:16.725 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:49 Friday 02 February 2024 19:24:59 +0000 (0:00:00.009) 0:00:16.735 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.122944", "end": "2024-02-02 19:24:59.830469", "rc": 0, "start": "2024-02-02 19:24:59.707525" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:54 Friday 02 February 2024 19:24:59 +0000 (0:00:00.328) 0:00:17.063 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:60 Friday 02 February 2024 19:24:59 +0000 (0:00:00.010) 0:00:17.074 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:65 Friday 02 February 2024 19:24:59 +0000 (0:00:00.009) 0:00:17.084 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:18 Friday 02 February 2024 19:24:59 +0000 (0:00:00.009) 0:00:17.093 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:3 Friday 02 February 2024 19:24:59 +0000 (0:00:00.020) 0:00:17.114 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:3 Friday 02 February 2024 19:24:59 +0000 (0:00:00.011) 0:00:17.125 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003335", "end": "2024-02-02 19:25:00.093227", "rc": 0, "start": "2024-02-02 19:25:00.089892" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:9 Friday 02 February 2024 19:25:00 +0000 (0:00:00.192) 0:00:17.317 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:5 Friday 02 February 2024 19:25:00 +0000 (0:00:00.011) 0:00:17.329 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:20 Friday 02 February 2024 19:25:00 +0000 (0:00:00.010) 0:00:17.339 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/assert_device_present.yml:3 Friday 02 February 2024 19:25:00 +0000 (0:00:00.020) 0:00:17.360 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_interface_stat.yml:3 Friday 02 February 2024 19:25:00 +0000 (0:00:00.011) 0:00:17.371 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1706901899.826442, "block_size": 4096, "blocks": 0, "ctime": 1706901899.826442, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32295, "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": 1706901899.826442, "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-bond_options_rewrite2jx4e1ev/tests/tasks/assert_device_present.yml:5 Friday 02 February 2024 19:25:00 +0000 (0:00:00.188) 0:00:17.560 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:23 Friday 02 February 2024 19:25:00 +0000 (0:00:00.013) 0:00:17.573 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:3 Friday 02 February 2024 19:25:00 +0000 (0:00:00.029) 0:00:17.603 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:8 Friday 02 February 2024 19:25:00 +0000 (0:00:00.009) 0:00:17.612 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:13 Friday 02 February 2024 19:25:00 +0000 (0:00:00.008) 0:00:17.621 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:3 Friday 02 February 2024 19:25:00 +0000 (0:00:00.013) 0:00:17.635 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:3 Friday 02 February 2024 19:25:00 +0000 (0:00:00.014) 0:00:17.649 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003212", "end": "2024-02-02 19:25:00.614270", "rc": 0, "start": "2024-02-02 19:25:00.611058" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:9 Friday 02 February 2024 19:25:00 +0000 (0:00:00.189) 0:00:17.838 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:5 Friday 02 February 2024 19:25:00 +0000 (0:00:00.012) 0:00:17.850 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:16 Friday 02 February 2024 19:25:00 +0000 (0:00:00.010) 0:00:17.861 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:27 Friday 02 February 2024 19:25:01 +0000 (0:00:00.868) 0:00:18.730 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:35 Friday 02 February 2024 19:25:01 +0000 (0:00:00.017) 0:00:18.747 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:43 Friday 02 February 2024 19:25:01 +0000 (0:00:00.009) 0:00:18.756 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:49 Friday 02 February 2024 19:25:01 +0000 (0:00:00.009) 0:00:18.766 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:54 Friday 02 February 2024 19:25:01 +0000 (0:00:00.010) 0:00:18.776 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011110", "end": "2024-02-02 19:25:01.754820", "rc": 0, "start": "2024-02-02 19:25:01.743710" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:60 Friday 02 February 2024 19:25:01 +0000 (0:00:00.205) 0:00:18.982 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:65 Friday 02 February 2024 19:25:01 +0000 (0:00:00.012) 0:00:18.994 ******* 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-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:27 Friday 02 February 2024 19:25:01 +0000 (0:00:00.012) 0:00:19.006 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:3 Friday 02 February 2024 19:25:01 +0000 (0:00:00.024) 0:00:19.031 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:3 Friday 02 February 2024 19:25:01 +0000 (0:00:00.014) 0:00:19.046 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003318", "end": "2024-02-02 19:25:02.011100", "rc": 0, "start": "2024-02-02 19:25:02.007782" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:9 Friday 02 February 2024 19:25:02 +0000 (0:00:00.188) 0:00:19.234 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/show_interfaces.yml:5 Friday 02 February 2024 19:25:02 +0000 (0:00:00.011) 0:00:19.246 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/create_and_remove_interface.yml:29 Friday 02 February 2024 19:25:02 +0000 (0:00:00.011) 0:00:19.258 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/assert_device_absent.yml:3 Friday 02 February 2024 19:25:02 +0000 (0:00:00.026) 0:00:19.284 ******* included: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_interface_stat.yml:3 Friday 02 February 2024 19:25:02 +0000 (0:00:00.011) 0:00:19.296 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/assert_device_absent.yml:5 Friday 02 February 2024 19:25:02 +0000 (0:00:00.186) 0:00:19.482 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Friday 02 February 2024 19:25:02 +0000 (0:00:00.019) 0:00:19.501 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 5.87s /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tests_helpers_and_asserts.yml:3 Install iproute --------------------------------------------------------- 1.05s /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.93s /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.92s /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.91s /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.89s /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.87s /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:16 Create veth interface veth1298 ------------------------------------------ 0.60s /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.38s /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/el_repo_setup.yml:3 ----- Create dummy interface dummy1298 ---------------------------------------- 0.33s /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:49 Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:3 Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/el_repo_setup.yml:17 ---- Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:35 Delete veth interface veth1298 ------------------------------------------ 0.21s /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:43 Delete dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/manage_test_interface.yml:54 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_current_interfaces.yml:3 Get stat for interface veth1298 ----------------------------------------- 0.20s /WORKDIR/git-bond_options_rewrite2jx4e1ev/tests/tasks/get_interface_stat.yml:3 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-bond_options_rewrite2jx4e1ev/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. ---^---^---^---^---^---