# 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_rewrite87e7a2io/.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_rewrite87e7a2io/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_rewrite87e7a2io/tests/tests_helpers_and_asserts.yml:3 Tuesday 06 February 2024 22:16:57 +0000 (0:00:00.033) 0:00:00.033 ****** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tests_helpers_and_asserts.yml:6 Tuesday 06 February 2024 22:16:58 +0000 (0:00:00.778) 0:00:00.811 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/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_rewrite87e7a2io/tests/tasks/el_repo_setup.yml:3 Tuesday 06 February 2024 22:16:58 +0000 (0:00:00.011) 0:00:00.823 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/el_repo_setup.yml:17 Tuesday 06 February 2024 22:16:59 +0000 (0:00:00.368) 0:00:01.191 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/el_repo_setup.yml:22 Tuesday 06 February 2024 22:16:59 +0000 (0:00:00.246) 0:00:01.438 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/el_repo_setup.yml:26 Tuesday 06 February 2024 22:16:59 +0000 (0:00:00.013) 0:00:01.452 ****** 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_rewrite87e7a2io/tests/tasks/el_repo_setup.yml:51 Tuesday 06 February 2024 22:16:59 +0000 (0:00:00.008) 0:00:01.460 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/enable_epel.yml:8 Tuesday 06 February 2024 22:16:59 +0000 (0:00:00.021) 0:00:01.482 ****** 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_rewrite87e7a2io/tests/tasks/enable_epel.yml:24 Tuesday 06 February 2024 22:16:59 +0000 (0:00:00.251) 0:00:01.733 ****** 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_rewrite87e7a2io/tests/tasks/enable_epel.yml:30 Tuesday 06 February 2024 22:16:59 +0000 (0:00:00.009) 0:00:01.742 ****** 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_rewrite87e7a2io/tests/tasks/enable_epel.yml:35 Tuesday 06 February 2024 22:16:59 +0000 (0:00:00.008) 0:00:01.750 ****** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.252312", "end": "2024-02-06 22:17:00.086526", "rc": 0, "start": "2024-02-06 22:16:59.834214" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/enable_epel.yml:40 Tuesday 06 February 2024 22:17:00 +0000 (0:00:00.446) 0:00:02.197 ****** 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_rewrite87e7a2io/tests/tests_helpers_and_asserts.yml:9 Tuesday 06 February 2024 22:17:00 +0000 (0:00:00.008) 0:00:02.205 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:3 Tuesday 06 February 2024 22:17:00 +0000 (0:00:00.011) 0:00:02.217 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:3 Tuesday 06 February 2024 22:17:00 +0000 (0:00:00.010) 0:00:02.228 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:3 Tuesday 06 February 2024 22:17:00 +0000 (0:00:00.009) 0:00:02.237 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003848", "end": "2024-02-06 22:17:00.321463", "rc": 0, "start": "2024-02-06 22:17:00.317615" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:9 Tuesday 06 February 2024 22:17:00 +0000 (0:00:00.194) 0:00:02.432 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:5 Tuesday 06 February 2024 22:17:00 +0000 (0:00:00.010) 0:00:02.442 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:5 Tuesday 06 February 2024 22:17:00 +0000 (0:00:00.010) 0:00:02.453 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:3 Tuesday 06 February 2024 22:17:00 +0000 (0:00:00.014) 0:00:02.467 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:8 Tuesday 06 February 2024 22:17:00 +0000 (0:00:00.007) 0:00:02.474 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:13 Tuesday 06 February 2024 22:17:00 +0000 (0:00:00.008) 0:00:02.482 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:3 Tuesday 06 February 2024 22:17:00 +0000 (0:00:00.009) 0:00:02.492 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:3 Tuesday 06 February 2024 22:17:00 +0000 (0:00:00.009) 0:00:02.501 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003908", "end": "2024-02-06 22:17:00.585877", "rc": 0, "start": "2024-02-06 22:17:00.581969" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:9 Tuesday 06 February 2024 22:17:00 +0000 (0:00:00.194) 0:00:02.696 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:5 Tuesday 06 February 2024 22:17:00 +0000 (0:00:00.009) 0:00:02.706 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:16 Tuesday 06 February 2024 22:17:00 +0000 (0:00:00.008) 0:00:02.715 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:27 Tuesday 06 February 2024 22:17:03 +0000 (0:00:02.766) 0:00:05.482 ****** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:35 Tuesday 06 February 2024 22:17:03 +0000 (0:00:00.019) 0:00:05.502 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:43 Tuesday 06 February 2024 22:17:03 +0000 (0:00:00.011) 0:00:05.513 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:49 Tuesday 06 February 2024 22:17:03 +0000 (0:00:00.020) 0:00:05.534 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:54 Tuesday 06 February 2024 22:17:03 +0000 (0:00:00.028) 0:00:05.562 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:60 Tuesday 06 February 2024 22:17:03 +0000 (0:00:00.049) 0:00:05.611 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:65 Tuesday 06 February 2024 22:17:03 +0000 (0:00:00.011) 0:00:05.623 ****** 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_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:9 Tuesday 06 February 2024 22:17:03 +0000 (0:00:00.016) 0:00:05.639 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:3 Tuesday 06 February 2024 22:17:03 +0000 (0:00:00.026) 0:00:05.665 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:3 Tuesday 06 February 2024 22:17:03 +0000 (0:00:00.016) 0:00:05.682 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003989", "end": "2024-02-06 22:17:03.791919", "rc": 0, "start": "2024-02-06 22:17:03.787930" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:9 Tuesday 06 February 2024 22:17:03 +0000 (0:00:00.223) 0:00:05.906 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:5 Tuesday 06 February 2024 22:17:03 +0000 (0:00:00.010) 0:00:05.916 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:11 Tuesday 06 February 2024 22:17:03 +0000 (0:00:00.008) 0:00:05.925 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/assert_device_absent.yml:3 Tuesday 06 February 2024 22:17:03 +0000 (0:00:00.014) 0:00:05.940 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_interface_stat.yml:3 Tuesday 06 February 2024 22:17:03 +0000 (0:00:00.012) 0:00:05.953 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/assert_device_absent.yml:5 Tuesday 06 February 2024 22:17:04 +0000 (0:00:00.190) 0:00:06.144 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:14 Tuesday 06 February 2024 22:17:04 +0000 (0:00:00.010) 0:00:06.155 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:3 Tuesday 06 February 2024 22:17:04 +0000 (0:00:00.015) 0:00:06.170 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:8 Tuesday 06 February 2024 22:17:04 +0000 (0:00:00.007) 0:00:06.178 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:13 Tuesday 06 February 2024 22:17:04 +0000 (0:00:00.007) 0:00:06.185 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:3 Tuesday 06 February 2024 22:17:04 +0000 (0:00:00.010) 0:00:06.196 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:3 Tuesday 06 February 2024 22:17:04 +0000 (0:00:00.009) 0:00:06.205 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003847", "end": "2024-02-06 22:17:04.292836", "rc": 0, "start": "2024-02-06 22:17:04.288989" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:9 Tuesday 06 February 2024 22:17:04 +0000 (0:00:00.198) 0:00:06.404 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:5 Tuesday 06 February 2024 22:17:04 +0000 (0:00:00.011) 0:00:06.415 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:16 Tuesday 06 February 2024 22:17:04 +0000 (0:00:00.010) 0:00:06.425 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:27 Tuesday 06 February 2024 22:17:06 +0000 (0:00:02.591) 0:00:09.017 ****** 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.013554", "end": "2024-02-06 22:17:07.115170", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-06 22:17:07.101616" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004323", "end": "2024-02-06 22:17:07.347532", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-06 22:17:07.343209" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.005129", "end": "2024-02-06 22:17:07.538915", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-06 22:17:07.533786" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:35 Tuesday 06 February 2024 22:17:07 +0000 (0:00:00.634) 0:00:09.651 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.025506", "end": "2024-02-06 22:17:07.770177", "rc": 0, "start": "2024-02-06 22:17:07.744671" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:43 Tuesday 06 February 2024 22:17:07 +0000 (0:00:00.231) 0:00:09.883 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:49 Tuesday 06 February 2024 22:17:07 +0000 (0:00:00.013) 0:00:09.896 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:54 Tuesday 06 February 2024 22:17:07 +0000 (0:00:00.016) 0:00:09.913 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:60 Tuesday 06 February 2024 22:17:07 +0000 (0:00:00.009) 0:00:09.922 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:65 Tuesday 06 February 2024 22:17:07 +0000 (0:00:00.009) 0:00:09.931 ****** 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_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:18 Tuesday 06 February 2024 22:17:07 +0000 (0:00:00.007) 0:00:09.939 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:3 Tuesday 06 February 2024 22:17:07 +0000 (0:00:00.017) 0:00:09.956 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:3 Tuesday 06 February 2024 22:17:07 +0000 (0:00:00.010) 0:00:09.967 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003763", "end": "2024-02-06 22:17:08.063980", "rc": 0, "start": "2024-02-06 22:17:08.060217" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:9 Tuesday 06 February 2024 22:17:08 +0000 (0:00:00.207) 0:00:10.174 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:5 Tuesday 06 February 2024 22:17:08 +0000 (0:00:00.009) 0:00:10.184 ****** 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_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:20 Tuesday 06 February 2024 22:17:08 +0000 (0:00:00.009) 0:00:10.194 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/assert_device_present.yml:3 Tuesday 06 February 2024 22:17:08 +0000 (0:00:00.016) 0:00:10.210 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_interface_stat.yml:3 Tuesday 06 February 2024 22:17:08 +0000 (0:00:00.009) 0:00:10.220 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707257827.1056907, "block_size": 4096, "blocks": 0, "ctime": 1707257827.1056907, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 38786, "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": 1707257827.1056907, "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_rewrite87e7a2io/tests/tasks/assert_device_present.yml:5 Tuesday 06 February 2024 22:17:08 +0000 (0:00:00.193) 0:00:10.413 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:23 Tuesday 06 February 2024 22:17:08 +0000 (0:00:00.011) 0:00:10.425 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:3 Tuesday 06 February 2024 22:17:08 +0000 (0:00:00.018) 0:00:10.443 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:8 Tuesday 06 February 2024 22:17:08 +0000 (0:00:00.010) 0:00:10.453 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:13 Tuesday 06 February 2024 22:17:08 +0000 (0:00:00.007) 0:00:10.461 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:3 Tuesday 06 February 2024 22:17:08 +0000 (0:00:00.011) 0:00:10.472 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:3 Tuesday 06 February 2024 22:17:08 +0000 (0:00:00.009) 0:00:10.481 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003765", "end": "2024-02-06 22:17:08.566466", "rc": 0, "start": "2024-02-06 22:17:08.562701" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:9 Tuesday 06 February 2024 22:17:08 +0000 (0:00:00.196) 0:00:10.678 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:5 Tuesday 06 February 2024 22:17:08 +0000 (0:00:00.018) 0:00:10.697 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:16 Tuesday 06 February 2024 22:17:08 +0000 (0:00:00.010) 0:00:10.708 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:27 Tuesday 06 February 2024 22:17:11 +0000 (0:00:02.582) 0:00:13.291 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:35 Tuesday 06 February 2024 22:17:11 +0000 (0:00:00.013) 0:00:13.304 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:43 Tuesday 06 February 2024 22:17:11 +0000 (0:00:00.007) 0:00:13.312 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009202", "end": "2024-02-06 22:17:11.403535", "rc": 0, "start": "2024-02-06 22:17:11.394333" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:49 Tuesday 06 February 2024 22:17:11 +0000 (0:00:00.203) 0:00:13.516 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:54 Tuesday 06 February 2024 22:17:11 +0000 (0:00:00.009) 0:00:13.525 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:60 Tuesday 06 February 2024 22:17:11 +0000 (0:00:00.007) 0:00:13.533 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:65 Tuesday 06 February 2024 22:17:11 +0000 (0:00:00.008) 0:00:13.541 ****** 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_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:27 Tuesday 06 February 2024 22:17:11 +0000 (0:00:00.007) 0:00:13.548 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:3 Tuesday 06 February 2024 22:17:11 +0000 (0:00:00.018) 0:00:13.567 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:3 Tuesday 06 February 2024 22:17:11 +0000 (0:00:00.008) 0:00:13.575 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003890", "end": "2024-02-06 22:17:11.658632", "rc": 0, "start": "2024-02-06 22:17:11.654742" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:9 Tuesday 06 February 2024 22:17:11 +0000 (0:00:00.192) 0:00:13.768 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:5 Tuesday 06 February 2024 22:17:11 +0000 (0:00:00.009) 0:00:13.778 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:29 Tuesday 06 February 2024 22:17:11 +0000 (0:00:00.008) 0:00:13.786 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/assert_device_absent.yml:3 Tuesday 06 February 2024 22:17:11 +0000 (0:00:00.018) 0:00:13.805 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_interface_stat.yml:3 Tuesday 06 February 2024 22:17:11 +0000 (0:00:00.009) 0:00:13.814 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/assert_device_absent.yml:5 Tuesday 06 February 2024 22:17:11 +0000 (0:00:00.190) 0:00:14.005 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tests_helpers_and_asserts.yml:15 Tuesday 06 February 2024 22:17:11 +0000 (0:00:00.009) 0:00:14.015 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:3 Tuesday 06 February 2024 22:17:11 +0000 (0:00:00.013) 0:00:14.028 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:3 Tuesday 06 February 2024 22:17:11 +0000 (0:00:00.009) 0:00:14.038 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:3 Tuesday 06 February 2024 22:17:11 +0000 (0:00:00.008) 0:00:14.046 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003779", "end": "2024-02-06 22:17:12.131694", "rc": 0, "start": "2024-02-06 22:17:12.127915" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:9 Tuesday 06 February 2024 22:17:12 +0000 (0:00:00.194) 0:00:14.241 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:5 Tuesday 06 February 2024 22:17:12 +0000 (0:00:00.009) 0:00:14.251 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:5 Tuesday 06 February 2024 22:17:12 +0000 (0:00:00.008) 0:00:14.260 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:3 Tuesday 06 February 2024 22:17:12 +0000 (0:00:00.011) 0:00:14.272 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:8 Tuesday 06 February 2024 22:17:12 +0000 (0:00:00.007) 0:00:14.279 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:13 Tuesday 06 February 2024 22:17:12 +0000 (0:00:00.007) 0:00:14.286 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:3 Tuesday 06 February 2024 22:17:12 +0000 (0:00:00.010) 0:00:14.296 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:3 Tuesday 06 February 2024 22:17:12 +0000 (0:00:00.009) 0:00:14.306 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003961", "end": "2024-02-06 22:17:12.390542", "rc": 0, "start": "2024-02-06 22:17:12.386581" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:9 Tuesday 06 February 2024 22:17:12 +0000 (0:00:00.194) 0:00:14.501 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:5 Tuesday 06 February 2024 22:17:12 +0000 (0:00:00.010) 0:00:14.511 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:16 Tuesday 06 February 2024 22:17:12 +0000 (0:00:00.009) 0:00:14.521 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:27 Tuesday 06 February 2024 22:17:14 +0000 (0:00:02.545) 0:00:17.066 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:35 Tuesday 06 February 2024 22:17:14 +0000 (0:00:00.014) 0:00:17.081 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:43 Tuesday 06 February 2024 22:17:14 +0000 (0:00:00.008) 0:00:17.089 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:49 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.007) 0:00:17.097 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:54 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.008) 0:00:17.106 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:60 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.008) 0:00:17.114 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:65 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.007) 0:00:17.121 ****** 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_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:9 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.010) 0:00:17.132 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:3 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.012) 0:00:17.144 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:3 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.009) 0:00:17.153 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003718", "end": "2024-02-06 22:17:15.237932", "rc": 0, "start": "2024-02-06 22:17:15.234214" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:9 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.194) 0:00:17.348 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:5 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.011) 0:00:17.359 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:11 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.012) 0:00:17.371 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/assert_device_absent.yml:3 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.013) 0:00:17.385 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_interface_stat.yml:3 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.011) 0:00:17.397 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/assert_device_absent.yml:5 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.204) 0:00:17.601 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:14 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.020) 0:00:17.622 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:3 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.026) 0:00:17.649 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:8 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.014) 0:00:17.663 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:13 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.008) 0:00:17.672 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:3 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.012) 0:00:17.685 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:3 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.012) 0:00:17.697 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003744", "end": "2024-02-06 22:17:15.793536", "rc": 0, "start": "2024-02-06 22:17:15.789792" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:9 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.208) 0:00:17.905 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:5 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.012) 0:00:17.917 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:16 Tuesday 06 February 2024 22:17:15 +0000 (0:00:00.021) 0:00:17.938 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:27 Tuesday 06 February 2024 22:17:18 +0000 (0:00:02.540) 0:00:20.479 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:35 Tuesday 06 February 2024 22:17:18 +0000 (0:00:00.014) 0:00:20.494 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:43 Tuesday 06 February 2024 22:17:18 +0000 (0:00:00.009) 0:00:20.503 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:49 Tuesday 06 February 2024 22:17:18 +0000 (0:00:00.009) 0:00:20.513 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006503", "end": "2024-02-06 22:17:18.617207", "rc": 0, "start": "2024-02-06 22:17:18.610704" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:54 Tuesday 06 February 2024 22:17:18 +0000 (0:00:00.223) 0:00:20.736 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:60 Tuesday 06 February 2024 22:17:18 +0000 (0:00:00.011) 0:00:20.748 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:65 Tuesday 06 February 2024 22:17:18 +0000 (0:00:00.026) 0:00:20.775 ****** 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_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:18 Tuesday 06 February 2024 22:17:18 +0000 (0:00:00.021) 0:00:20.797 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:3 Tuesday 06 February 2024 22:17:18 +0000 (0:00:00.030) 0:00:20.827 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:3 Tuesday 06 February 2024 22:17:18 +0000 (0:00:00.013) 0:00:20.840 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003924", "end": "2024-02-06 22:17:18.939715", "rc": 0, "start": "2024-02-06 22:17:18.935791" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:9 Tuesday 06 February 2024 22:17:18 +0000 (0:00:00.209) 0:00:21.049 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:5 Tuesday 06 February 2024 22:17:18 +0000 (0:00:00.012) 0:00:21.062 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:20 Tuesday 06 February 2024 22:17:18 +0000 (0:00:00.009) 0:00:21.071 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/assert_device_present.yml:3 Tuesday 06 February 2024 22:17:18 +0000 (0:00:00.017) 0:00:21.089 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_interface_stat.yml:3 Tuesday 06 February 2024 22:17:19 +0000 (0:00:00.011) 0:00:21.100 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1707257838.6144016, "block_size": 4096, "blocks": 0, "ctime": 1707257838.6144016, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 39079, "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": 1707257838.6144016, "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_rewrite87e7a2io/tests/tasks/assert_device_present.yml:5 Tuesday 06 February 2024 22:17:19 +0000 (0:00:00.192) 0:00:21.292 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:23 Tuesday 06 February 2024 22:17:19 +0000 (0:00:00.011) 0:00:21.304 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:3 Tuesday 06 February 2024 22:17:19 +0000 (0:00:00.022) 0:00:21.326 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:8 Tuesday 06 February 2024 22:17:19 +0000 (0:00:00.008) 0:00:21.334 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:13 Tuesday 06 February 2024 22:17:19 +0000 (0:00:00.009) 0:00:21.344 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:3 Tuesday 06 February 2024 22:17:19 +0000 (0:00:00.037) 0:00:21.381 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:3 Tuesday 06 February 2024 22:17:19 +0000 (0:00:00.016) 0:00:21.397 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003703", "end": "2024-02-06 22:17:19.486813", "rc": 0, "start": "2024-02-06 22:17:19.483110" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:9 Tuesday 06 February 2024 22:17:19 +0000 (0:00:00.200) 0:00:21.598 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:5 Tuesday 06 February 2024 22:17:19 +0000 (0:00:00.011) 0:00:21.609 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:16 Tuesday 06 February 2024 22:17:19 +0000 (0:00:00.010) 0:00:21.619 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:27 Tuesday 06 February 2024 22:17:22 +0000 (0:00:02.532) 0:00:24.152 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:35 Tuesday 06 February 2024 22:17:22 +0000 (0:00:00.014) 0:00:24.167 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:43 Tuesday 06 February 2024 22:17:22 +0000 (0:00:00.008) 0:00:24.175 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:49 Tuesday 06 February 2024 22:17:22 +0000 (0:00:00.008) 0:00:24.184 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:54 Tuesday 06 February 2024 22:17:22 +0000 (0:00:00.009) 0:00:24.193 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007938", "end": "2024-02-06 22:17:22.282652", "rc": 0, "start": "2024-02-06 22:17:22.274714" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:60 Tuesday 06 February 2024 22:17:22 +0000 (0:00:00.199) 0:00:24.393 ****** 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_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:65 Tuesday 06 February 2024 22:17:22 +0000 (0:00:00.009) 0:00:24.402 ****** 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_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:27 Tuesday 06 February 2024 22:17:22 +0000 (0:00:00.009) 0:00:24.411 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:3 Tuesday 06 February 2024 22:17:22 +0000 (0:00:00.018) 0:00:24.430 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:3 Tuesday 06 February 2024 22:17:22 +0000 (0:00:00.009) 0:00:24.439 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003760", "end": "2024-02-06 22:17:22.523325", "rc": 0, "start": "2024-02-06 22:17:22.519565" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:9 Tuesday 06 February 2024 22:17:22 +0000 (0:00:00.200) 0:00:24.640 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/show_interfaces.yml:5 Tuesday 06 February 2024 22:17:22 +0000 (0:00:00.011) 0:00:24.652 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/create_and_remove_interface.yml:29 Tuesday 06 February 2024 22:17:22 +0000 (0:00:00.016) 0:00:24.668 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/assert_device_absent.yml:3 Tuesday 06 February 2024 22:17:22 +0000 (0:00:00.028) 0:00:24.696 ****** included: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_interface_stat.yml:3 Tuesday 06 February 2024 22:17:22 +0000 (0:00:00.012) 0:00:24.708 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/assert_device_absent.yml:5 Tuesday 06 February 2024 22:17:22 +0000 (0:00:00.198) 0:00:24.907 ****** 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 Tuesday 06 February 2024 22:17:22 +0000 (0:00:00.015) 0:00:24.923 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.77s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.58s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.55s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.54s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.53s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.78s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tests_helpers_and_asserts.yml:3 Create veth interface veth1298 ------------------------------------------ 0.63s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:27 Enable EPEL 8 ----------------------------------------------------------- 0.45s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/enable_epel.yml:35 ------ Gather the minimum subset of ansible_facts required by the network role test --- 0.37s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/el_repo_setup.yml:3 ----- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/enable_epel.yml:8 ------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/el_repo_setup.yml:17 ---- Set up veth as managed by NetworkManager -------------------------------- 0.23s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:35 Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:3 Create dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:49 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_current_interfaces.yml:3 Get stat for interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/get_interface_stat.yml:3 Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-bond_options_rewrite87e7a2io/tests/tasks/manage_test_interface.yml:43 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---