# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cioy8gf0ae/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-weekly-cioy8gf0ae/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tests_helpers_and_asserts.yml:3 Saturday 01 June 2024 13:23:03 +0000 (0:00:00.045) 0:00:00.045 ********* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tests_helpers_and_asserts.yml:6 Saturday 01 June 2024 13:23:04 +0000 (0:00:00.980) 0:00:01.026 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/el_repo_setup.yml:3 Saturday 01 June 2024 13:23:04 +0000 (0:00:00.013) 0:00:01.039 ********* 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-weekly-cioy8gf0ae/tests/tasks/el_repo_setup.yml:17 Saturday 01 June 2024 13:23:04 +0000 (0:00:00.023) 0:00:01.062 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/el_repo_setup.yml:22 Saturday 01 June 2024 13:23:04 +0000 (0:00:00.257) 0:00:01.320 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/el_repo_setup.yml:26 Saturday 01 June 2024 13:23:04 +0000 (0:00:00.014) 0:00:01.335 ********* 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-weekly-cioy8gf0ae/tests/tasks/el_repo_setup.yml:51 Saturday 01 June 2024 13:23:04 +0000 (0:00:00.008) 0:00:01.343 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/enable_epel.yml:8 Saturday 01 June 2024 13:23:04 +0000 (0:00:00.030) 0:00:01.374 ********* 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-weekly-cioy8gf0ae/tests/tasks/enable_epel.yml:24 Saturday 01 June 2024 13:23:05 +0000 (0:00:00.254) 0:00:01.629 ********* 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-weekly-cioy8gf0ae/tests/tasks/enable_epel.yml:30 Saturday 01 June 2024 13:23:05 +0000 (0:00:00.015) 0:00:01.644 ********* 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-weekly-cioy8gf0ae/tests/tasks/enable_epel.yml:35 Saturday 01 June 2024 13:23:05 +0000 (0:00:00.010) 0:00:01.655 ********* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.245108", "end": "2024-06-01 13:23:05.591867", "rc": 0, "start": "2024-06-01 13:23:05.346759" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/enable_epel.yml:40 Saturday 01 June 2024 13:23:05 +0000 (0:00:00.443) 0:00:02.098 ********* 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-weekly-cioy8gf0ae/tests/tests_helpers_and_asserts.yml:9 Saturday 01 June 2024 13:23:05 +0000 (0:00:00.008) 0:00:02.107 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:3 Saturday 01 June 2024 13:23:05 +0000 (0:00:00.011) 0:00:02.119 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:23:05 +0000 (0:00:00.010) 0:00:02.129 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:23:05 +0000 (0:00:00.009) 0:00:02.138 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003292", "end": "2024-06-01 13:23:05.820237", "rc": 0, "start": "2024-06-01 13:23:05.816945" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:23:05 +0000 (0:00:00.192) 0:00:02.331 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:23:05 +0000 (0:00:00.011) 0:00:02.343 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:5 Saturday 01 June 2024 13:23:05 +0000 (0:00:00.032) 0:00:02.376 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:3 Saturday 01 June 2024 13:23:05 +0000 (0:00:00.038) 0:00:02.414 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:8 Saturday 01 June 2024 13:23:05 +0000 (0:00:00.032) 0:00:02.446 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:13 Saturday 01 June 2024 13:23:05 +0000 (0:00:00.022) 0:00:02.469 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:23:05 +0000 (0:00:00.011) 0:00:02.480 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:23:06 +0000 (0:00:00.011) 0:00:02.491 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003449", "end": "2024-06-01 13:23:06.172958", "rc": 0, "start": "2024-06-01 13:23:06.169509" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:23:06 +0000 (0:00:00.195) 0:00:02.687 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:23:06 +0000 (0:00:00.012) 0:00:02.700 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:16 Saturday 01 June 2024 13:23:06 +0000 (0:00:00.011) 0:00:02.712 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:27 Saturday 01 June 2024 13:23:09 +0000 (0:00:02.911) 0:00:05.623 ********* skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:35 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.015) 0:00:05.638 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:43 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.010) 0:00:05.648 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:49 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.011) 0:00:05.660 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:54 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.008) 0:00:05.668 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:60 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.011) 0:00:05.680 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:65 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.009) 0:00:05.689 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:9 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.011) 0:00:05.701 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.012) 0:00:05.713 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.010) 0:00:05.723 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003372", "end": "2024-06-01 13:23:09.404128", "rc": 0, "start": "2024-06-01 13:23:09.400756" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.184) 0:00:05.908 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.010) 0:00:05.919 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:11 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.009) 0:00:05.928 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/assert_device_absent.yml:3 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.014) 0:00:05.942 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.009) 0:00:05.952 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/assert_device_absent.yml:5 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.183) 0:00:06.135 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:14 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.011) 0:00:06.146 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:3 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.015) 0:00:06.162 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:8 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.007) 0:00:06.169 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:13 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.008) 0:00:06.178 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.013) 0:00:06.191 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.009) 0:00:06.200 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003179", "end": "2024-06-01 13:23:09.880613", "rc": 0, "start": "2024-06-01 13:23:09.877434" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.191) 0:00:06.391 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.016) 0:00:06.408 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:16 Saturday 01 June 2024 13:23:09 +0000 (0:00:00.010) 0:00:06.419 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:27 Saturday 01 June 2024 13:23:12 +0000 (0:00:02.799) 0:00:09.219 ********* 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.013610", "end": "2024-06-01 13:23:12.923289", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-06-01 13:23:12.909679" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003722", "end": "2024-06-01 13:23:13.145010", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-06-01 13:23:13.141288" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004215", "end": "2024-06-01 13:23:13.329773", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-06-01 13:23:13.325558" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:35 Saturday 01 June 2024 13:23:13 +0000 (0:00:00.628) 0:00:09.847 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023136", "end": "2024-06-01 13:23:13.549066", "rc": 0, "start": "2024-06-01 13:23:13.525930" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:43 Saturday 01 June 2024 13:23:13 +0000 (0:00:00.208) 0:00:10.056 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:49 Saturday 01 June 2024 13:23:13 +0000 (0:00:00.020) 0:00:10.076 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:54 Saturday 01 June 2024 13:23:13 +0000 (0:00:00.010) 0:00:10.086 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:60 Saturday 01 June 2024 13:23:13 +0000 (0:00:00.011) 0:00:10.097 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:65 Saturday 01 June 2024 13:23:13 +0000 (0:00:00.011) 0:00:10.109 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:18 Saturday 01 June 2024 13:23:13 +0000 (0:00:00.009) 0:00:10.118 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:23:13 +0000 (0:00:00.040) 0:00:10.159 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:23:13 +0000 (0:00:00.025) 0:00:10.185 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003282", "end": "2024-06-01 13:23:13.886797", "rc": 0, "start": "2024-06-01 13:23:13.883515" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:23:13 +0000 (0:00:00.208) 0:00:10.393 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:23:13 +0000 (0:00:00.011) 0:00:10.404 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:20 Saturday 01 June 2024 13:23:13 +0000 (0:00:00.011) 0:00:10.416 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/assert_device_present.yml:3 Saturday 01 June 2024 13:23:13 +0000 (0:00:00.016) 0:00:10.432 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:23:13 +0000 (0:00:00.010) 0:00:10.443 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717248192.9134111, "block_size": 4096, "blocks": 0, "ctime": 1717248192.9134111, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32952, "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": 1717248192.9134111, "nlink": 1, "path": "/sys/class/net/veth1298", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth1298'] *********************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/assert_device_present.yml:5 Saturday 01 June 2024 13:23:14 +0000 (0:00:00.186) 0:00:10.629 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:23 Saturday 01 June 2024 13:23:14 +0000 (0:00:00.012) 0:00:10.642 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:3 Saturday 01 June 2024 13:23:14 +0000 (0:00:00.018) 0:00:10.661 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:8 Saturday 01 June 2024 13:23:14 +0000 (0:00:00.008) 0:00:10.669 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:13 Saturday 01 June 2024 13:23:14 +0000 (0:00:00.008) 0:00:10.677 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:23:14 +0000 (0:00:00.010) 0:00:10.688 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:23:14 +0000 (0:00:00.009) 0:00:10.697 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003186", "end": "2024-06-01 13:23:14.379929", "rc": 0, "start": "2024-06-01 13:23:14.376743" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:23:14 +0000 (0:00:00.196) 0:00:10.893 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:23:14 +0000 (0:00:00.012) 0:00:10.906 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:16 Saturday 01 June 2024 13:23:14 +0000 (0:00:00.013) 0:00:10.919 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:27 Saturday 01 June 2024 13:23:17 +0000 (0:00:02.622) 0:00:13.542 ********* skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:35 Saturday 01 June 2024 13:23:17 +0000 (0:00:00.015) 0:00:13.557 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:43 Saturday 01 June 2024 13:23:17 +0000 (0:00:00.008) 0:00:13.565 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011484", "end": "2024-06-01 13:23:17.258139", "rc": 0, "start": "2024-06-01 13:23:17.246655" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:49 Saturday 01 June 2024 13:23:17 +0000 (0:00:00.200) 0:00:13.766 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:54 Saturday 01 June 2024 13:23:17 +0000 (0:00:00.009) 0:00:13.775 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:60 Saturday 01 June 2024 13:23:17 +0000 (0:00:00.008) 0:00:13.783 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:65 Saturday 01 June 2024 13:23:17 +0000 (0:00:00.009) 0:00:13.793 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:27 Saturday 01 June 2024 13:23:17 +0000 (0:00:00.007) 0:00:13.800 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:23:17 +0000 (0:00:00.018) 0:00:13.819 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:23:17 +0000 (0:00:00.008) 0:00:13.828 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003539", "end": "2024-06-01 13:23:17.509614", "rc": 0, "start": "2024-06-01 13:23:17.506075" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:23:17 +0000 (0:00:00.193) 0:00:14.021 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:23:17 +0000 (0:00:00.022) 0:00:14.044 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:29 Saturday 01 June 2024 13:23:17 +0000 (0:00:00.009) 0:00:14.054 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/assert_device_absent.yml:3 Saturday 01 June 2024 13:23:17 +0000 (0:00:00.019) 0:00:14.073 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:23:17 +0000 (0:00:00.010) 0:00:14.083 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/assert_device_absent.yml:5 Saturday 01 June 2024 13:23:17 +0000 (0:00:00.185) 0:00:14.269 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tests_helpers_and_asserts.yml:15 Saturday 01 June 2024 13:23:17 +0000 (0:00:00.010) 0:00:14.280 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:3 Saturday 01 June 2024 13:23:17 +0000 (0:00:00.013) 0:00:14.294 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:23:17 +0000 (0:00:00.010) 0:00:14.304 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:23:17 +0000 (0:00:00.010) 0:00:14.315 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003357", "end": "2024-06-01 13:23:17.997215", "rc": 0, "start": "2024-06-01 13:23:17.993858" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:23:18 +0000 (0:00:00.196) 0:00:14.512 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:23:18 +0000 (0:00:00.011) 0:00:14.523 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:5 Saturday 01 June 2024 13:23:18 +0000 (0:00:00.009) 0:00:14.533 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:3 Saturday 01 June 2024 13:23:18 +0000 (0:00:00.012) 0:00:14.545 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:8 Saturday 01 June 2024 13:23:18 +0000 (0:00:00.007) 0:00:14.552 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:13 Saturday 01 June 2024 13:23:18 +0000 (0:00:00.007) 0:00:14.559 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:23:18 +0000 (0:00:00.011) 0:00:14.571 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:23:18 +0000 (0:00:00.009) 0:00:14.580 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003338", "end": "2024-06-01 13:23:18.262525", "rc": 0, "start": "2024-06-01 13:23:18.259187" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:23:18 +0000 (0:00:00.188) 0:00:14.769 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:23:18 +0000 (0:00:00.009) 0:00:14.778 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:16 Saturday 01 June 2024 13:23:18 +0000 (0:00:00.010) 0:00:14.789 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:27 Saturday 01 June 2024 13:23:20 +0000 (0:00:02.626) 0:00:17.415 ********* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:35 Saturday 01 June 2024 13:23:20 +0000 (0:00:00.019) 0:00:17.434 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:43 Saturday 01 June 2024 13:23:20 +0000 (0:00:00.014) 0:00:17.449 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:49 Saturday 01 June 2024 13:23:20 +0000 (0:00:00.016) 0:00:17.466 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:54 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.021) 0:00:17.488 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:60 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.009) 0:00:17.497 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:65 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.009) 0:00:17.506 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:9 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.011) 0:00:17.517 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.014) 0:00:17.532 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.012) 0:00:17.544 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003292", "end": "2024-06-01 13:23:21.232773", "rc": 0, "start": "2024-06-01 13:23:21.229481" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.193) 0:00:17.737 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.011) 0:00:17.749 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:11 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.009) 0:00:17.758 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/assert_device_absent.yml:3 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.013) 0:00:17.771 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.009) 0:00:17.781 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/assert_device_absent.yml:5 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.184) 0:00:17.965 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:14 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.012) 0:00:17.978 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:3 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.015) 0:00:17.993 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:8 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.007) 0:00:18.001 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:13 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.008) 0:00:18.009 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.020) 0:00:18.030 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.011) 0:00:18.041 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003231", "end": "2024-06-01 13:23:21.727698", "rc": 0, "start": "2024-06-01 13:23:21.724467" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.193) 0:00:18.234 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.028) 0:00:18.263 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:16 Saturday 01 June 2024 13:23:21 +0000 (0:00:00.016) 0:00:18.279 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:27 Saturday 01 June 2024 13:23:24 +0000 (0:00:02.621) 0:00:20.901 ********* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:35 Saturday 01 June 2024 13:23:24 +0000 (0:00:00.022) 0:00:20.923 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:43 Saturday 01 June 2024 13:23:24 +0000 (0:00:00.010) 0:00:20.934 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:49 Saturday 01 June 2024 13:23:24 +0000 (0:00:00.019) 0:00:20.953 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.014393", "end": "2024-06-01 13:23:24.651861", "rc": 0, "start": "2024-06-01 13:23:24.637468" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:54 Saturday 01 June 2024 13:23:24 +0000 (0:00:00.222) 0:00:21.176 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:60 Saturday 01 June 2024 13:23:24 +0000 (0:00:00.014) 0:00:21.190 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:65 Saturday 01 June 2024 13:23:24 +0000 (0:00:00.011) 0:00:21.201 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:18 Saturday 01 June 2024 13:23:24 +0000 (0:00:00.017) 0:00:21.218 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:23:24 +0000 (0:00:00.018) 0:00:21.236 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:23:24 +0000 (0:00:00.014) 0:00:21.251 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003472", "end": "2024-06-01 13:23:25.024070", "rc": 0, "start": "2024-06-01 13:23:25.020598" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:23:25 +0000 (0:00:00.282) 0:00:21.534 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:23:25 +0000 (0:00:00.016) 0:00:21.550 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:20 Saturday 01 June 2024 13:23:25 +0000 (0:00:00.011) 0:00:21.562 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/assert_device_present.yml:3 Saturday 01 June 2024 13:23:25 +0000 (0:00:00.020) 0:00:21.582 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:23:25 +0000 (0:00:00.015) 0:00:21.598 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1717248204.6512632, "block_size": 4096, "blocks": 0, "ctime": 1717248204.6512632, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33275, "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": 1717248204.6512632, "nlink": 1, "path": "/sys/class/net/dummy1298", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'dummy1298'] ********************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/assert_device_present.yml:5 Saturday 01 June 2024 13:23:25 +0000 (0:00:00.259) 0:00:21.857 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:23 Saturday 01 June 2024 13:23:25 +0000 (0:00:00.012) 0:00:21.869 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:3 Saturday 01 June 2024 13:23:25 +0000 (0:00:00.030) 0:00:21.900 ********* skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:8 Saturday 01 June 2024 13:23:25 +0000 (0:00:00.023) 0:00:21.923 ********* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:13 Saturday 01 June 2024 13:23:25 +0000 (0:00:00.011) 0:00:21.935 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:23:25 +0000 (0:00:00.019) 0:00:21.955 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:23:25 +0000 (0:00:00.025) 0:00:21.980 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003202", "end": "2024-06-01 13:23:25.716737", "rc": 0, "start": "2024-06-01 13:23:25.713535" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:23:25 +0000 (0:00:00.269) 0:00:22.249 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:23:25 +0000 (0:00:00.013) 0:00:22.263 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:16 Saturday 01 June 2024 13:23:25 +0000 (0:00:00.027) 0:00:22.291 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:27 Saturday 01 June 2024 13:23:30 +0000 (0:00:04.699) 0:00:26.990 ********* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:35 Saturday 01 June 2024 13:23:30 +0000 (0:00:00.023) 0:00:27.013 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:43 Saturday 01 June 2024 13:23:30 +0000 (0:00:00.024) 0:00:27.038 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:49 Saturday 01 June 2024 13:23:30 +0000 (0:00:00.022) 0:00:27.060 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:54 Saturday 01 June 2024 13:23:30 +0000 (0:00:00.014) 0:00:27.075 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010438", "end": "2024-06-01 13:23:30.780560", "rc": 0, "start": "2024-06-01 13:23:30.770122" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:60 Saturday 01 June 2024 13:23:30 +0000 (0:00:00.220) 0:00:27.296 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:65 Saturday 01 June 2024 13:23:30 +0000 (0:00:00.021) 0:00:27.317 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:27 Saturday 01 June 2024 13:23:30 +0000 (0:00:00.017) 0:00:27.335 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:3 Saturday 01 June 2024 13:23:30 +0000 (0:00:00.046) 0:00:27.382 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:3 Saturday 01 June 2024 13:23:30 +0000 (0:00:00.015) 0:00:27.397 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003330", "end": "2024-06-01 13:23:31.082723", "rc": 0, "start": "2024-06-01 13:23:31.079393" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:9 Saturday 01 June 2024 13:23:31 +0000 (0:00:00.191) 0:00:27.589 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/show_interfaces.yml:5 Saturday 01 June 2024 13:23:31 +0000 (0:00:00.012) 0:00:27.601 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/create_and_remove_interface.yml:29 Saturday 01 June 2024 13:23:31 +0000 (0:00:00.010) 0:00:27.612 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/assert_device_absent.yml:3 Saturday 01 June 2024 13:23:31 +0000 (0:00:00.022) 0:00:27.634 ********* included: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_interface_stat.yml:3 Saturday 01 June 2024 13:23:31 +0000 (0:00:00.011) 0:00:27.646 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/assert_device_absent.yml:5 Saturday 01 June 2024 13:23:31 +0000 (0:00:00.182) 0:00:27.828 ********* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=120 changed=0 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Saturday 01 June 2024 13:23:31 +0000 (0:00:00.016) 0:00:27.845 ********* =============================================================================== Install iproute --------------------------------------------------------- 4.70s /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.91s /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.80s /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.63s /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.62s /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.62s /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.98s /WORKDIR/git-weekly-cioy8gf0ae/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.63s /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:27 ------- Enable EPEL 8 ----------------------------------------------------------- 0.44s /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/enable_epel.yml:35 ----------------- Gather current interface info ------------------------------------------- 0.28s /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface dummy1298 ---------------------------------------- 0.26s /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_interface_stat.yml:3 ----------- Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/el_repo_setup.yml:17 --------------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/enable_epel.yml:8 ------------------ Create dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:49 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:54 ------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:35 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/get_current_interfaces.yml:3 ------- Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-weekly-cioy8gf0ae/tests/tasks/manage_test_interface.yml:43 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cioy8gf0ae/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. ---^---^---^---^---^---