# 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_rewritee7kw4y9s/.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_rewritee7kw4y9s/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_rewritee7kw4y9s/tests/tests_helpers_and_asserts.yml:3 Friday 09 February 2024 20:46:41 +0000 (0:00:00.063) 0:00:00.063 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tests_helpers_and_asserts.yml:6 Friday 09 February 2024 20:46:42 +0000 (0:00:00.950) 0:00:01.014 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/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_rewritee7kw4y9s/tests/tasks/el_repo_setup.yml:3 Friday 09 February 2024 20:46:42 +0000 (0:00:00.023) 0:00:01.037 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/el_repo_setup.yml:17 Friday 09 February 2024 20:46:42 +0000 (0:00:00.052) 0:00:01.089 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/el_repo_setup.yml:22 Friday 09 February 2024 20:46:43 +0000 (0:00:00.347) 0:00:01.437 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/el_repo_setup.yml:26 Friday 09 February 2024 20:46:43 +0000 (0:00:00.015) 0:00:01.452 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/el_repo_setup.yml:51 Friday 09 February 2024 20:46:43 +0000 (0:00:00.009) 0:00:01.461 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/enable_epel.yml:8 Friday 09 February 2024 20:46:43 +0000 (0:00:00.022) 0:00:01.484 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/enable_epel.yml:24 Friday 09 February 2024 20:46:43 +0000 (0:00:00.008) 0:00:01.493 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/enable_epel.yml:30 Friday 09 February 2024 20:46:43 +0000 (0:00:00.008) 0:00:01.502 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/enable_epel.yml:35 Friday 09 February 2024 20:46:43 +0000 (0:00:00.008) 0:00:01.510 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/enable_epel.yml:40 Friday 09 February 2024 20:46:43 +0000 (0:00:00.021) 0:00:01.532 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tests_helpers_and_asserts.yml:9 Friday 09 February 2024 20:46:43 +0000 (0:00:00.007) 0:00:01.539 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:3 Friday 09 February 2024 20:46:43 +0000 (0:00:00.033) 0:00:01.573 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 20:46:43 +0000 (0:00:00.027) 0:00:01.601 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 20:46:43 +0000 (0:00:00.011) 0:00:01.612 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003610", "end": "2024-02-09 20:46:43.445286", "rc": 0, "start": "2024-02-09 20:46:43.441676" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 20:46:43 +0000 (0:00:00.268) 0:00:01.880 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 20:46:43 +0000 (0:00:00.014) 0:00:01.894 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:5 Friday 09 February 2024 20:46:43 +0000 (0:00:00.013) 0:00:01.908 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:3 Friday 09 February 2024 20:46:43 +0000 (0:00:00.016) 0:00:01.924 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:8 Friday 09 February 2024 20:46:43 +0000 (0:00:00.010) 0:00:01.935 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:13 Friday 09 February 2024 20:46:43 +0000 (0:00:00.021) 0:00:01.957 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 20:46:43 +0000 (0:00:00.013) 0:00:01.970 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 20:46:43 +0000 (0:00:00.020) 0:00:01.990 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003661", "end": "2024-02-09 20:46:43.759491", "rc": 0, "start": "2024-02-09 20:46:43.755830" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 20:46:43 +0000 (0:00:00.205) 0:00:02.196 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 20:46:43 +0000 (0:00:00.011) 0:00:02.208 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:16 Friday 09 February 2024 20:46:43 +0000 (0:00:00.018) 0:00:02.226 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:27 Friday 09 February 2024 20:46:46 +0000 (0:00:02.359) 0:00:04.586 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:35 Friday 09 February 2024 20:46:46 +0000 (0:00:00.018) 0:00:04.605 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:43 Friday 09 February 2024 20:46:46 +0000 (0:00:00.016) 0:00:04.622 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:49 Friday 09 February 2024 20:46:46 +0000 (0:00:00.018) 0:00:04.640 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:54 Friday 09 February 2024 20:46:46 +0000 (0:00:00.010) 0:00:04.650 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:60 Friday 09 February 2024 20:46:46 +0000 (0:00:00.012) 0:00:04.663 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:65 Friday 09 February 2024 20:46:46 +0000 (0:00:00.016) 0:00:04.680 ******* 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_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:9 Friday 09 February 2024 20:46:46 +0000 (0:00:00.010) 0:00:04.690 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 20:46:46 +0000 (0:00:00.014) 0:00:04.704 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 20:46:46 +0000 (0:00:00.010) 0:00:04.715 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003783", "end": "2024-02-09 20:46:46.484912", "rc": 0, "start": "2024-02-09 20:46:46.481129" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 20:46:46 +0000 (0:00:00.206) 0:00:04.921 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 20:46:46 +0000 (0:00:00.013) 0:00:04.935 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:11 Friday 09 February 2024 20:46:46 +0000 (0:00:00.010) 0:00:04.946 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/assert_device_absent.yml:3 Friday 09 February 2024 20:46:46 +0000 (0:00:00.017) 0:00:04.963 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_interface_stat.yml:3 Friday 09 February 2024 20:46:46 +0000 (0:00:00.013) 0:00:04.977 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/assert_device_absent.yml:5 Friday 09 February 2024 20:46:46 +0000 (0:00:00.207) 0:00:05.184 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:14 Friday 09 February 2024 20:46:46 +0000 (0:00:00.011) 0:00:05.195 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:3 Friday 09 February 2024 20:46:46 +0000 (0:00:00.015) 0:00:05.211 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:8 Friday 09 February 2024 20:46:46 +0000 (0:00:00.008) 0:00:05.220 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:13 Friday 09 February 2024 20:46:46 +0000 (0:00:00.008) 0:00:05.228 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 20:46:46 +0000 (0:00:00.011) 0:00:05.239 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 20:46:46 +0000 (0:00:00.011) 0:00:05.251 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003535", "end": "2024-02-09 20:46:47.019058", "rc": 0, "start": "2024-02-09 20:46:47.015523" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 20:46:47 +0000 (0:00:00.204) 0:00:05.455 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 20:46:47 +0000 (0:00:00.011) 0:00:05.467 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:16 Friday 09 February 2024 20:46:47 +0000 (0:00:00.010) 0:00:05.478 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:27 Friday 09 February 2024 20:46:49 +0000 (0:00:02.217) 0:00:07.695 ******* 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.008830", "end": "2024-02-09 20:46:49.477656", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-09 20:46:49.468826" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004156", "end": "2024-02-09 20:46:49.730849", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-09 20:46:49.726693" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003752", "end": "2024-02-09 20:46:49.927125", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-09 20:46:49.923373" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:35 Friday 09 February 2024 20:46:49 +0000 (0:00:00.668) 0:00:08.363 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023472", "end": "2024-02-09 20:46:50.156792", "rc": 0, "start": "2024-02-09 20:46:50.133320" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:43 Friday 09 February 2024 20:46:50 +0000 (0:00:00.229) 0:00:08.593 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:49 Friday 09 February 2024 20:46:50 +0000 (0:00:00.010) 0:00:08.604 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:54 Friday 09 February 2024 20:46:50 +0000 (0:00:00.009) 0:00:08.614 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:60 Friday 09 February 2024 20:46:50 +0000 (0:00:00.010) 0:00:08.624 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:65 Friday 09 February 2024 20:46:50 +0000 (0:00:00.010) 0:00:08.634 ******* 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_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:18 Friday 09 February 2024 20:46:50 +0000 (0:00:00.009) 0:00:08.644 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 20:46:50 +0000 (0:00:00.017) 0:00:08.662 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 20:46:50 +0000 (0:00:00.010) 0:00:08.672 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003575", "end": "2024-02-09 20:46:50.440489", "rc": 0, "start": "2024-02-09 20:46:50.436914" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 20:46:50 +0000 (0:00:00.203) 0:00:08.876 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 20:46:50 +0000 (0:00:00.009) 0:00:08.886 ******* 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_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:20 Friday 09 February 2024 20:46:50 +0000 (0:00:00.009) 0:00:08.896 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/assert_device_present.yml:3 Friday 09 February 2024 20:46:50 +0000 (0:00:00.016) 0:00:08.912 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_interface_stat.yml:3 Friday 09 February 2024 20:46:50 +0000 (0:00:00.009) 0:00:08.922 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707511609.473142, "block_size": 4096, "blocks": 0, "ctime": 1707511609.473142, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36537, "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": 1707511609.473142, "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_rewritee7kw4y9s/tests/tasks/assert_device_present.yml:5 Friday 09 February 2024 20:46:50 +0000 (0:00:00.206) 0:00:09.129 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:23 Friday 09 February 2024 20:46:50 +0000 (0:00:00.013) 0:00:09.143 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:3 Friday 09 February 2024 20:46:50 +0000 (0:00:00.039) 0:00:09.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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:8 Friday 09 February 2024 20:46:50 +0000 (0:00:00.013) 0:00:09.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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:13 Friday 09 February 2024 20:46:50 +0000 (0:00:00.009) 0:00:09.204 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 20:46:50 +0000 (0:00:00.013) 0:00:09.218 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 20:46:50 +0000 (0:00:00.010) 0:00:09.229 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003479", "end": "2024-02-09 20:46:50.995771", "rc": 0, "start": "2024-02-09 20:46:50.992292" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 20:46:51 +0000 (0:00:00.201) 0:00:09.430 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 20:46:51 +0000 (0:00:00.010) 0:00:09.441 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:16 Friday 09 February 2024 20:46:51 +0000 (0:00:00.009) 0:00:09.451 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:27 Friday 09 February 2024 20:46:53 +0000 (0:00:02.199) 0:00:11.650 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:35 Friday 09 February 2024 20:46:53 +0000 (0:00:00.015) 0:00:11.665 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:43 Friday 09 February 2024 20:46:53 +0000 (0:00:00.009) 0:00:11.675 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.016167", "end": "2024-02-09 20:46:53.458354", "rc": 0, "start": "2024-02-09 20:46:53.442187" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:49 Friday 09 February 2024 20:46:53 +0000 (0:00:00.243) 0:00:11.918 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:54 Friday 09 February 2024 20:46:53 +0000 (0:00:00.013) 0:00:11.931 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:60 Friday 09 February 2024 20:46:53 +0000 (0:00:00.032) 0:00:11.964 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:65 Friday 09 February 2024 20:46:53 +0000 (0:00:00.029) 0:00:11.993 ******* 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_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:27 Friday 09 February 2024 20:46:53 +0000 (0:00:00.010) 0:00:12.004 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 20:46:53 +0000 (0:00:00.020) 0:00:12.025 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 20:46:53 +0000 (0:00:00.014) 0:00:12.039 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003555", "end": "2024-02-09 20:46:53.807539", "rc": 0, "start": "2024-02-09 20:46:53.803984" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 20:46:53 +0000 (0:00:00.212) 0:00:12.251 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 20:46:53 +0000 (0:00:00.013) 0:00:12.264 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:29 Friday 09 February 2024 20:46:53 +0000 (0:00:00.011) 0:00:12.276 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/assert_device_absent.yml:3 Friday 09 February 2024 20:46:53 +0000 (0:00:00.025) 0:00:12.301 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_interface_stat.yml:3 Friday 09 February 2024 20:46:53 +0000 (0:00:00.011) 0:00:12.313 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/assert_device_absent.yml:5 Friday 09 February 2024 20:46:54 +0000 (0:00:00.199) 0:00:12.513 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tests_helpers_and_asserts.yml:15 Friday 09 February 2024 20:46:54 +0000 (0:00:00.010) 0:00:12.524 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:3 Friday 09 February 2024 20:46:54 +0000 (0:00:00.012) 0:00:12.537 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 20:46:54 +0000 (0:00:00.010) 0:00:12.547 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 20:46:54 +0000 (0:00:00.009) 0:00:12.556 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003641", "end": "2024-02-09 20:46:54.323195", "rc": 0, "start": "2024-02-09 20:46:54.319554" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 20:46:54 +0000 (0:00:00.202) 0:00:12.758 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 20:46:54 +0000 (0:00:00.014) 0:00:12.773 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:5 Friday 09 February 2024 20:46:54 +0000 (0:00:00.011) 0:00:12.784 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:3 Friday 09 February 2024 20:46:54 +0000 (0:00:00.013) 0:00:12.798 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:8 Friday 09 February 2024 20:46:54 +0000 (0:00:00.008) 0:00:12.807 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:13 Friday 09 February 2024 20:46:54 +0000 (0:00:00.010) 0:00:12.817 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 20:46:54 +0000 (0:00:00.012) 0:00:12.829 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 20:46:54 +0000 (0:00:00.020) 0:00:12.849 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003611", "end": "2024-02-09 20:46:54.620341", "rc": 0, "start": "2024-02-09 20:46:54.616730" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 20:46:54 +0000 (0:00:00.226) 0:00:13.076 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 20:46:54 +0000 (0:00:00.015) 0:00:13.091 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:16 Friday 09 February 2024 20:46:54 +0000 (0:00:00.012) 0:00:13.103 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:27 Friday 09 February 2024 20:46:56 +0000 (0:00:02.260) 0:00:15.364 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:35 Friday 09 February 2024 20:46:56 +0000 (0:00:00.019) 0:00:15.383 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:43 Friday 09 February 2024 20:46:56 +0000 (0:00:00.011) 0:00:15.395 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:49 Friday 09 February 2024 20:46:56 +0000 (0:00:00.010) 0:00:15.406 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:54 Friday 09 February 2024 20:46:57 +0000 (0:00:00.013) 0:00:15.419 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:60 Friday 09 February 2024 20:46:57 +0000 (0:00:00.014) 0:00:15.434 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:65 Friday 09 February 2024 20:46:57 +0000 (0:00:00.012) 0:00:15.446 ******* 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_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:9 Friday 09 February 2024 20:46:57 +0000 (0:00:00.031) 0:00:15.478 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 20:46:57 +0000 (0:00:00.015) 0:00:15.493 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 20:46:57 +0000 (0:00:00.017) 0:00:15.511 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003646", "end": "2024-02-09 20:46:57.282170", "rc": 0, "start": "2024-02-09 20:46:57.278524" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 20:46:57 +0000 (0:00:00.211) 0:00:15.723 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 20:46:57 +0000 (0:00:00.015) 0:00:15.738 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:11 Friday 09 February 2024 20:46:57 +0000 (0:00:00.010) 0:00:15.749 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/assert_device_absent.yml:3 Friday 09 February 2024 20:46:57 +0000 (0:00:00.019) 0:00:15.769 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_interface_stat.yml:3 Friday 09 February 2024 20:46:57 +0000 (0:00:00.011) 0:00:15.780 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/assert_device_absent.yml:5 Friday 09 February 2024 20:46:57 +0000 (0:00:00.207) 0:00:15.987 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:14 Friday 09 February 2024 20:46:57 +0000 (0:00:00.017) 0:00:16.005 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:3 Friday 09 February 2024 20:46:57 +0000 (0:00:00.020) 0:00:16.025 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:8 Friday 09 February 2024 20:46:57 +0000 (0:00:00.012) 0:00:16.038 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:13 Friday 09 February 2024 20:46:57 +0000 (0:00:00.022) 0:00:16.060 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 20:46:57 +0000 (0:00:00.034) 0:00:16.095 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 20:46:57 +0000 (0:00:00.016) 0:00:16.111 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003530", "end": "2024-02-09 20:46:57.886034", "rc": 0, "start": "2024-02-09 20:46:57.882504" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 20:46:57 +0000 (0:00:00.209) 0:00:16.320 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 20:46:57 +0000 (0:00:00.014) 0:00:16.334 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:16 Friday 09 February 2024 20:46:57 +0000 (0:00:00.009) 0:00:16.344 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:27 Friday 09 February 2024 20:47:00 +0000 (0:00:02.200) 0:00:18.545 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:35 Friday 09 February 2024 20:47:00 +0000 (0:00:00.017) 0:00:18.563 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:43 Friday 09 February 2024 20:47:00 +0000 (0:00:00.010) 0:00:18.573 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:49 Friday 09 February 2024 20:47:00 +0000 (0:00:00.011) 0:00:18.584 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.004723", "end": "2024-02-09 20:47:00.359409", "rc": 0, "start": "2024-02-09 20:47:00.354686" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:54 Friday 09 February 2024 20:47:00 +0000 (0:00:00.226) 0:00:18.811 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:60 Friday 09 February 2024 20:47:00 +0000 (0:00:00.012) 0:00:18.824 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:65 Friday 09 February 2024 20:47:00 +0000 (0:00:00.009) 0:00:18.833 ******* 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_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:18 Friday 09 February 2024 20:47:00 +0000 (0:00:00.010) 0:00:18.844 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 20:47:00 +0000 (0:00:00.016) 0:00:18.861 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 20:47:00 +0000 (0:00:00.011) 0:00:18.872 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003696", "end": "2024-02-09 20:47:00.640380", "rc": 0, "start": "2024-02-09 20:47:00.636684" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 20:47:00 +0000 (0:00:00.205) 0:00:19.077 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 20:47:00 +0000 (0:00:00.014) 0:00:19.092 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:20 Friday 09 February 2024 20:47:00 +0000 (0:00:00.011) 0:00:19.103 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/assert_device_present.yml:3 Friday 09 February 2024 20:47:00 +0000 (0:00:00.017) 0:00:19.121 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_interface_stat.yml:3 Friday 09 February 2024 20:47:00 +0000 (0:00:00.011) 0:00:19.132 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1707511620.3582506, "block_size": 4096, "blocks": 0, "ctime": 1707511620.3582506, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36830, "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": 1707511620.3582506, "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_rewritee7kw4y9s/tests/tasks/assert_device_present.yml:5 Friday 09 February 2024 20:47:00 +0000 (0:00:00.203) 0:00:19.335 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:23 Friday 09 February 2024 20:47:00 +0000 (0:00:00.018) 0:00:19.353 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:3 Friday 09 February 2024 20:47:00 +0000 (0:00:00.020) 0:00:19.374 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:8 Friday 09 February 2024 20:47:00 +0000 (0:00:00.010) 0:00:19.385 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:13 Friday 09 February 2024 20:47:00 +0000 (0:00:00.009) 0:00:19.395 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 20:47:00 +0000 (0:00:00.012) 0:00:19.407 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 20:47:01 +0000 (0:00:00.012) 0:00:19.419 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003671", "end": "2024-02-09 20:47:01.187038", "rc": 0, "start": "2024-02-09 20:47:01.183367" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 20:47:01 +0000 (0:00:00.209) 0:00:19.628 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 20:47:01 +0000 (0:00:00.015) 0:00:19.643 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:16 Friday 09 February 2024 20:47:01 +0000 (0:00:00.012) 0:00:19.655 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:27 Friday 09 February 2024 20:47:03 +0000 (0:00:02.281) 0:00:21.937 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:35 Friday 09 February 2024 20:47:03 +0000 (0:00:00.015) 0:00:21.953 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:43 Friday 09 February 2024 20:47:03 +0000 (0:00:00.009) 0:00:21.963 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:49 Friday 09 February 2024 20:47:03 +0000 (0:00:00.010) 0:00:21.973 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:54 Friday 09 February 2024 20:47:03 +0000 (0:00:00.009) 0:00:21.983 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007736", "end": "2024-02-09 20:47:03.761500", "rc": 0, "start": "2024-02-09 20:47:03.753764" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:60 Friday 09 February 2024 20:47:03 +0000 (0:00:00.220) 0:00:22.203 ******* 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_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:65 Friday 09 February 2024 20:47:03 +0000 (0:00:00.009) 0:00:22.213 ******* 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_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:27 Friday 09 February 2024 20:47:03 +0000 (0:00:00.008) 0:00:22.222 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:3 Friday 09 February 2024 20:47:03 +0000 (0:00:00.022) 0:00:22.244 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:3 Friday 09 February 2024 20:47:03 +0000 (0:00:00.057) 0:00:22.302 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003773", "end": "2024-02-09 20:47:04.072215", "rc": 0, "start": "2024-02-09 20:47:04.068442" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:9 Friday 09 February 2024 20:47:04 +0000 (0:00:00.205) 0:00:22.508 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/show_interfaces.yml:5 Friday 09 February 2024 20:47:04 +0000 (0:00:00.011) 0:00:22.519 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/create_and_remove_interface.yml:29 Friday 09 February 2024 20:47:04 +0000 (0:00:00.010) 0:00:22.530 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/assert_device_absent.yml:3 Friday 09 February 2024 20:47:04 +0000 (0:00:00.021) 0:00:22.552 ******* included: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_interface_stat.yml:3 Friday 09 February 2024 20:47:04 +0000 (0:00:00.011) 0:00:22.563 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/assert_device_absent.yml:5 Friday 09 February 2024 20:47:04 +0000 (0:00:00.209) 0:00:22.772 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=118 changed=0 unreachable=0 failed=0 skipped=56 rescued=0 ignored=0 Friday 09 February 2024 20:47:04 +0000 (0:00:00.020) 0:00:22.792 ******* =============================================================================== Install iproute --------------------------------------------------------- 2.36s /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.28s /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.26s /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.22s /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.20s /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.20s /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.95s /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tests_helpers_and_asserts.yml:3 Create veth interface veth1298 ------------------------------------------ 0.67s /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:27 Check if system is ostree ----------------------------------------------- 0.35s /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/el_repo_setup.yml:17 ---- Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:3 Delete veth interface veth1298 ------------------------------------------ 0.24s /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:43 Set up veth as managed by NetworkManager -------------------------------- 0.23s /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:35 Create dummy interface dummy1298 ---------------------------------------- 0.23s /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:49 Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:3 Delete dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/manage_test_interface.yml:54 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:3 Get stat for interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_interface_stat.yml:3 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-bond_options_rewritee7kw4y9s/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-bond_options_rewritee7kw4y9s/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. ---^---^---^---^---^---