# 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_rewrite_iou8rts/.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_rewrite_iou8rts/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_rewrite_iou8rts/tests/tests_helpers_and_asserts.yml:3 Wednesday 31 January 2024 21:01:01 +0000 (0:00:00.046) 0:00:00.046 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tests_helpers_and_asserts.yml:6 Wednesday 31 January 2024 21:01:02 +0000 (0:00:00.849) 0:00:00.896 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/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_rewrite_iou8rts/tests/tasks/el_repo_setup.yml:3 Wednesday 31 January 2024 21:01:02 +0000 (0:00:00.017) 0:00:00.914 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/el_repo_setup.yml:17 Wednesday 31 January 2024 21:01:02 +0000 (0:00:00.358) 0:00:01.273 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/el_repo_setup.yml:22 Wednesday 31 January 2024 21:01:03 +0000 (0:00:00.296) 0:00:01.569 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/el_repo_setup.yml:26 Wednesday 31 January 2024 21:01:03 +0000 (0:00:00.017) 0:00:01.587 ***** 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_rewrite_iou8rts/tests/tasks/el_repo_setup.yml:51 Wednesday 31 January 2024 21:01:03 +0000 (0:00:00.010) 0:00:01.597 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/enable_epel.yml:8 Wednesday 31 January 2024 21:01:03 +0000 (0:00:00.027) 0:00:01.625 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/enable_epel.yml:24 Wednesday 31 January 2024 21:01:03 +0000 (0:00:00.298) 0:00:01.923 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/enable_epel.yml:30 Wednesday 31 January 2024 21:01:03 +0000 (0:00:00.012) 0:00:01.935 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/enable_epel.yml:35 Wednesday 31 January 2024 21:01:03 +0000 (0:00:00.011) 0:00:01.947 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.243068", "end": "2024-01-31 21:01:04.024653", "rc": 0, "start": "2024-01-31 21:01:03.781585" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/enable_epel.yml:40 Wednesday 31 January 2024 21:01:04 +0000 (0:00:00.437) 0:00:02.384 ***** 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_rewrite_iou8rts/tests/tests_helpers_and_asserts.yml:9 Wednesday 31 January 2024 21:01:04 +0000 (0:00:00.017) 0:00:02.401 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:3 Wednesday 31 January 2024 21:01:04 +0000 (0:00:00.016) 0:00:02.418 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:3 Wednesday 31 January 2024 21:01:04 +0000 (0:00:00.013) 0:00:02.431 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:3 Wednesday 31 January 2024 21:01:04 +0000 (0:00:00.014) 0:00:02.446 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003531", "end": "2024-01-31 21:01:04.279421", "rc": 0, "start": "2024-01-31 21:01:04.275890" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:9 Wednesday 31 January 2024 21:01:04 +0000 (0:00:00.191) 0:00:02.638 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:5 Wednesday 31 January 2024 21:01:04 +0000 (0:00:00.013) 0:00:02.651 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:5 Wednesday 31 January 2024 21:01:04 +0000 (0:00:00.012) 0:00:02.664 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:3 Wednesday 31 January 2024 21:01:04 +0000 (0:00:00.017) 0:00:02.681 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:8 Wednesday 31 January 2024 21:01:04 +0000 (0:00:00.010) 0:00:02.692 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:13 Wednesday 31 January 2024 21:01:04 +0000 (0:00:00.009) 0:00:02.702 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:3 Wednesday 31 January 2024 21:01:04 +0000 (0:00:00.018) 0:00:02.721 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:3 Wednesday 31 January 2024 21:01:04 +0000 (0:00:00.012) 0:00:02.733 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003603", "end": "2024-01-31 21:01:04.569902", "rc": 0, "start": "2024-01-31 21:01:04.566299" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:9 Wednesday 31 January 2024 21:01:04 +0000 (0:00:00.196) 0:00:02.930 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:5 Wednesday 31 January 2024 21:01:04 +0000 (0:00:00.012) 0:00:02.942 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:16 Wednesday 31 January 2024 21:01:04 +0000 (0:00:00.011) 0:00:02.954 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:23 Wednesday 31 January 2024 21:01:12 +0000 (0:00:08.173) 0:00:11.127 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:31 Wednesday 31 January 2024 21:01:12 +0000 (0:00:00.024) 0:00:11.152 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:39 Wednesday 31 January 2024 21:01:12 +0000 (0:00:00.013) 0:00:11.165 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:45 Wednesday 31 January 2024 21:01:12 +0000 (0:00:00.013) 0:00:11.179 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:50 Wednesday 31 January 2024 21:01:12 +0000 (0:00:00.012) 0:00:11.192 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:56 Wednesday 31 January 2024 21:01:12 +0000 (0:00:00.012) 0:00:11.204 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:61 Wednesday 31 January 2024 21:01:12 +0000 (0:00:00.012) 0:00:11.217 ***** 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_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:9 Wednesday 31 January 2024 21:01:12 +0000 (0:00:00.010) 0:00:11.228 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:3 Wednesday 31 January 2024 21:01:12 +0000 (0:00:00.021) 0:00:11.249 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:3 Wednesday 31 January 2024 21:01:12 +0000 (0:00:00.015) 0:00:11.265 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003322", "end": "2024-01-31 21:01:13.099900", "rc": 0, "start": "2024-01-31 21:01:13.096578" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:9 Wednesday 31 January 2024 21:01:13 +0000 (0:00:00.193) 0:00:11.458 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:5 Wednesday 31 January 2024 21:01:13 +0000 (0:00:00.014) 0:00:11.473 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:11 Wednesday 31 January 2024 21:01:13 +0000 (0:00:00.013) 0:00:11.486 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/assert_device_absent.yml:3 Wednesday 31 January 2024 21:01:13 +0000 (0:00:00.020) 0:00:11.507 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_interface_stat.yml:3 Wednesday 31 January 2024 21:01:13 +0000 (0:00:00.014) 0:00:11.522 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/assert_device_absent.yml:5 Wednesday 31 January 2024 21:01:13 +0000 (0:00:00.189) 0:00:11.712 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:14 Wednesday 31 January 2024 21:01:13 +0000 (0:00:00.013) 0:00:11.725 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:3 Wednesday 31 January 2024 21:01:13 +0000 (0:00:00.019) 0:00:11.745 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:8 Wednesday 31 January 2024 21:01:13 +0000 (0:00:00.008) 0:00:11.754 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:13 Wednesday 31 January 2024 21:01:13 +0000 (0:00:00.008) 0:00:11.763 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:3 Wednesday 31 January 2024 21:01:13 +0000 (0:00:00.028) 0:00:11.791 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:3 Wednesday 31 January 2024 21:01:13 +0000 (0:00:00.015) 0:00:11.807 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003479", "end": "2024-01-31 21:01:13.642024", "rc": 0, "start": "2024-01-31 21:01:13.638545" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:9 Wednesday 31 January 2024 21:01:13 +0000 (0:00:00.194) 0:00:12.001 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:5 Wednesday 31 January 2024 21:01:13 +0000 (0:00:00.012) 0:00:12.014 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:16 Wednesday 31 January 2024 21:01:13 +0000 (0:00:00.012) 0:00:12.026 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:23 Wednesday 31 January 2024 21:01:16 +0000 (0:00:02.605) 0:00:14.632 ***** 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.011390", "end": "2024-01-31 21:01:16.481406", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-31 21:01:16.470016" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004145", "end": "2024-01-31 21:01:16.712572", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-31 21:01:16.708427" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004582", "end": "2024-01-31 21:01:16.902334", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-31 21:01:16.897752" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:31 Wednesday 31 January 2024 21:01:16 +0000 (0:00:00.630) 0:00:15.262 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024739", "end": "2024-01-31 21:01:17.122935", "rc": 0, "start": "2024-01-31 21:01:17.098196" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:39 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.221) 0:00:15.484 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:45 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.012) 0:00:15.496 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:50 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.010) 0:00:15.506 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:56 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.010) 0:00:15.516 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:61 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.012) 0:00:15.529 ***** 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_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:18 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.011) 0:00:15.540 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:3 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.027) 0:00:15.568 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:3 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.015) 0:00:15.584 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003356", "end": "2024-01-31 21:01:17.421532", "rc": 0, "start": "2024-01-31 21:01:17.418176" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:9 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.195) 0:00:15.780 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:5 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.012) 0:00:15.792 ***** 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_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:20 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.011) 0:00:15.804 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/assert_device_present.yml:3 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.019) 0:00:15.823 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_interface_stat.yml:3 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.011) 0:00:15.835 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1706734876.4739242, "block_size": 4096, "blocks": 0, "ctime": 1706734876.4739242, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 35773, "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": 1706734876.4739242, "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_rewrite_iou8rts/tests/tasks/assert_device_present.yml:5 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.193) 0:00:16.029 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:23 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.013) 0:00:16.042 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:3 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.026) 0:00:16.068 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:8 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.010) 0:00:16.079 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:13 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.009) 0:00:16.088 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:3 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.014) 0:00:16.103 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:3 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.011) 0:00:16.115 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003590", "end": "2024-01-31 21:01:17.951429", "rc": 0, "start": "2024-01-31 21:01:17.947839" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:9 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.194) 0:00:16.310 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:5 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.012) 0:00:16.322 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:16 Wednesday 31 January 2024 21:01:17 +0000 (0:00:00.011) 0:00:16.334 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:23 Wednesday 31 January 2024 21:01:20 +0000 (0:00:02.567) 0:00:18.902 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:31 Wednesday 31 January 2024 21:01:20 +0000 (0:00:00.021) 0:00:18.923 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:39 Wednesday 31 January 2024 21:01:20 +0000 (0:00:00.009) 0:00:18.933 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009641", "end": "2024-01-31 21:01:20.778540", "rc": 0, "start": "2024-01-31 21:01:20.768899" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:45 Wednesday 31 January 2024 21:01:20 +0000 (0:00:00.207) 0:00:19.141 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:50 Wednesday 31 January 2024 21:01:20 +0000 (0:00:00.010) 0:00:19.152 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:56 Wednesday 31 January 2024 21:01:20 +0000 (0:00:00.010) 0:00:19.162 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:61 Wednesday 31 January 2024 21:01:20 +0000 (0:00:00.011) 0:00:19.174 ***** 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_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:27 Wednesday 31 January 2024 21:01:20 +0000 (0:00:00.009) 0:00:19.184 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:3 Wednesday 31 January 2024 21:01:20 +0000 (0:00:00.027) 0:00:19.211 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:3 Wednesday 31 January 2024 21:01:20 +0000 (0:00:00.016) 0:00:19.227 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003728", "end": "2024-01-31 21:01:21.067593", "rc": 0, "start": "2024-01-31 21:01:21.063865" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:9 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.202) 0:00:19.430 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:5 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.016) 0:00:19.447 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:29 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.012) 0:00:19.460 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/assert_device_absent.yml:3 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.029) 0:00:19.489 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_interface_stat.yml:3 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.012) 0:00:19.502 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/assert_device_absent.yml:5 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.190) 0:00:19.692 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tests_helpers_and_asserts.yml:15 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.015) 0:00:19.708 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:3 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.019) 0:00:19.727 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:3 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.014) 0:00:19.741 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:3 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.014) 0:00:19.755 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003555", "end": "2024-01-31 21:01:21.592975", "rc": 0, "start": "2024-01-31 21:01:21.589420" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:9 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.199) 0:00:19.955 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:5 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.016) 0:00:19.972 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:5 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.018) 0:00:19.991 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:3 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.026) 0:00:20.017 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:8 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.012) 0:00:20.030 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:13 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.017) 0:00:20.048 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:3 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.021) 0:00:20.070 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:3 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.018) 0:00:20.088 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003411", "end": "2024-01-31 21:01:21.925685", "rc": 0, "start": "2024-01-31 21:01:21.922274" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:9 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.197) 0:00:20.285 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:5 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.016) 0:00:20.301 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:16 Wednesday 31 January 2024 21:01:21 +0000 (0:00:00.014) 0:00:20.316 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:23 Wednesday 31 January 2024 21:01:24 +0000 (0:00:02.548) 0:00:22.864 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:31 Wednesday 31 January 2024 21:01:24 +0000 (0:00:00.021) 0:00:22.886 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:39 Wednesday 31 January 2024 21:01:24 +0000 (0:00:00.012) 0:00:22.898 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:45 Wednesday 31 January 2024 21:01:24 +0000 (0:00:00.013) 0:00:22.912 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:50 Wednesday 31 January 2024 21:01:24 +0000 (0:00:00.012) 0:00:22.924 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:56 Wednesday 31 January 2024 21:01:24 +0000 (0:00:00.012) 0:00:22.937 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:61 Wednesday 31 January 2024 21:01:24 +0000 (0:00:00.011) 0:00:22.949 ***** 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_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:9 Wednesday 31 January 2024 21:01:24 +0000 (0:00:00.010) 0:00:22.959 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:3 Wednesday 31 January 2024 21:01:24 +0000 (0:00:00.024) 0:00:22.983 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:3 Wednesday 31 January 2024 21:01:24 +0000 (0:00:00.014) 0:00:22.997 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003468", "end": "2024-01-31 21:01:24.833663", "rc": 0, "start": "2024-01-31 21:01:24.830195" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:9 Wednesday 31 January 2024 21:01:24 +0000 (0:00:00.194) 0:00:23.192 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:5 Wednesday 31 January 2024 21:01:24 +0000 (0:00:00.012) 0:00:23.205 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:11 Wednesday 31 January 2024 21:01:24 +0000 (0:00:00.012) 0:00:23.217 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/assert_device_absent.yml:3 Wednesday 31 January 2024 21:01:24 +0000 (0:00:00.019) 0:00:23.236 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_interface_stat.yml:3 Wednesday 31 January 2024 21:01:24 +0000 (0:00:00.013) 0:00:23.250 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/assert_device_absent.yml:5 Wednesday 31 January 2024 21:01:25 +0000 (0:00:00.193) 0:00:23.444 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:14 Wednesday 31 January 2024 21:01:25 +0000 (0:00:00.014) 0:00:23.458 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:3 Wednesday 31 January 2024 21:01:25 +0000 (0:00:00.021) 0:00:23.480 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:8 Wednesday 31 January 2024 21:01:25 +0000 (0:00:00.011) 0:00:23.492 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:13 Wednesday 31 January 2024 21:01:25 +0000 (0:00:00.009) 0:00:23.502 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:3 Wednesday 31 January 2024 21:01:25 +0000 (0:00:00.015) 0:00:23.517 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:3 Wednesday 31 January 2024 21:01:25 +0000 (0:00:00.013) 0:00:23.531 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003422", "end": "2024-01-31 21:01:25.364775", "rc": 0, "start": "2024-01-31 21:01:25.361353" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:9 Wednesday 31 January 2024 21:01:25 +0000 (0:00:00.191) 0:00:23.723 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:5 Wednesday 31 January 2024 21:01:25 +0000 (0:00:00.013) 0:00:23.736 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:16 Wednesday 31 January 2024 21:01:25 +0000 (0:00:00.011) 0:00:23.748 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:23 Wednesday 31 January 2024 21:01:27 +0000 (0:00:02.578) 0:00:26.327 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:31 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.022) 0:00:26.349 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:39 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.012) 0:00:26.362 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:45 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.014) 0:00:26.377 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010216", "end": "2024-01-31 21:01:28.225590", "rc": 0, "start": "2024-01-31 21:01:28.215374" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:50 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.218) 0:00:26.595 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:56 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.012) 0:00:26.608 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:61 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.013) 0:00:26.621 ***** 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_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:18 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.011) 0:00:26.633 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:3 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.027) 0:00:26.660 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:3 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.015) 0:00:26.676 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003547", "end": "2024-01-31 21:01:28.511063", "rc": 0, "start": "2024-01-31 21:01:28.507516" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:9 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.194) 0:00:26.871 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:5 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.014) 0:00:26.885 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:20 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.015) 0:00:26.901 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/assert_device_present.yml:3 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.024) 0:00:26.926 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_interface_stat.yml:3 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.014) 0:00:26.941 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1706734888.2241216, "block_size": 4096, "blocks": 0, "ctime": 1706734888.2241216, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36096, "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": 1706734888.2241216, "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_rewrite_iou8rts/tests/tasks/assert_device_present.yml:5 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.191) 0:00:27.132 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:23 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.016) 0:00:27.149 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:3 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.032) 0:00:27.182 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:8 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.013) 0:00:27.195 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:13 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.012) 0:00:27.208 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:3 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.015) 0:00:27.224 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:3 Wednesday 31 January 2024 21:01:28 +0000 (0:00:00.013) 0:00:27.237 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003343", "end": "2024-01-31 21:01:29.074829", "rc": 0, "start": "2024-01-31 21:01:29.071486" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:9 Wednesday 31 January 2024 21:01:29 +0000 (0:00:00.196) 0:00:27.433 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:5 Wednesday 31 January 2024 21:01:29 +0000 (0:00:00.015) 0:00:27.449 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:16 Wednesday 31 January 2024 21:01:29 +0000 (0:00:00.014) 0:00:27.463 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:23 Wednesday 31 January 2024 21:01:31 +0000 (0:00:02.583) 0:00:30.047 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:31 Wednesday 31 January 2024 21:01:31 +0000 (0:00:00.019) 0:00:30.066 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:39 Wednesday 31 January 2024 21:01:31 +0000 (0:00:00.011) 0:00:30.078 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:45 Wednesday 31 January 2024 21:01:31 +0000 (0:00:00.011) 0:00:30.090 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:50 Wednesday 31 January 2024 21:01:31 +0000 (0:00:00.011) 0:00:30.101 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009229", "end": "2024-01-31 21:01:31.946462", "rc": 0, "start": "2024-01-31 21:01:31.937233" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:56 Wednesday 31 January 2024 21:01:31 +0000 (0:00:00.205) 0:00:30.307 ***** 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_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:61 Wednesday 31 January 2024 21:01:31 +0000 (0:00:00.015) 0:00:30.323 ***** 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_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:27 Wednesday 31 January 2024 21:01:31 +0000 (0:00:00.012) 0:00:30.335 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:3 Wednesday 31 January 2024 21:01:32 +0000 (0:00:00.029) 0:00:30.364 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:3 Wednesday 31 January 2024 21:01:32 +0000 (0:00:00.014) 0:00:30.379 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003582", "end": "2024-01-31 21:01:32.218839", "rc": 0, "start": "2024-01-31 21:01:32.215257" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:9 Wednesday 31 January 2024 21:01:32 +0000 (0:00:00.200) 0:00:30.579 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/show_interfaces.yml:5 Wednesday 31 January 2024 21:01:32 +0000 (0:00:00.018) 0:00:30.597 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/create_and_remove_interface.yml:29 Wednesday 31 January 2024 21:01:32 +0000 (0:00:00.015) 0:00:30.613 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/assert_device_absent.yml:3 Wednesday 31 January 2024 21:01:32 +0000 (0:00:00.039) 0:00:30.652 ***** included: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_interface_stat.yml:3 Wednesday 31 January 2024 21:01:32 +0000 (0:00:00.018) 0:00:30.671 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/assert_device_absent.yml:5 Wednesday 31 January 2024 21:01:32 +0000 (0:00:00.196) 0:00:30.868 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=121 changed=0 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Wednesday 31 January 2024 21:01:32 +0000 (0:00:00.025) 0:00:30.893 ***** =============================================================================== Install iproute --------------------------------------------------------- 8.17s /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.61s /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.58s /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.58s /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.57s /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.55s /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.85s /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tests_helpers_and_asserts.yml:3 Create veth interface veth1298 ------------------------------------------ 0.63s /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:23 Enable EPEL 8 ----------------------------------------------------------- 0.44s /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/enable_epel.yml:35 ------ Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/el_repo_setup.yml:3 ----- Create EPEL 8 ----------------------------------------------------------- 0.30s /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/enable_epel.yml:8 ------- Check if system is ostree ----------------------------------------------- 0.30s /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/el_repo_setup.yml:17 ---- Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:31 Create dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:45 Delete veth interface veth1298 ------------------------------------------ 0.21s /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:39 Delete dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/manage_test_interface.yml:50 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-bond_options_rewrite_iou8rts/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-bond_options_rewrite_iou8rts/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. ---^---^---^---^---^---