# 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-civvn5q1ms/.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-civvn5q1ms/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-civvn5q1ms/tests/tests_helpers_and_asserts.yml:3 Saturday 25 November 2023 13:41:38 +0000 (0:00:00.044) 0:00:00.044 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tests_helpers_and_asserts.yml:6 Saturday 25 November 2023 13:41:39 +0000 (0:00:00.822) 0:00:00.866 ***** included: /WORKDIR/git-weekly-civvn5q1ms/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-civvn5q1ms/tests/tasks/el_repo_setup.yml:3 Saturday 25 November 2023 13:41:39 +0000 (0:00:00.015) 0:00:00.882 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/el_repo_setup.yml:20 Saturday 25 November 2023 13:41:39 +0000 (0:00:00.357) 0:00:01.240 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set package manager to use for ostree] *********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/el_repo_setup.yml:25 Saturday 25 November 2023 13:41:40 +0000 (0:00:00.271) 0:00:01.511 ***** skipping: [sut] => { "changed": false, "false_condition": "__ostree_booted_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/el_repo_setup.yml:32 Saturday 25 November 2023 13:41:40 +0000 (0:00:00.020) 0:00:01.532 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/el_repo_setup.yml:57 Saturday 25 November 2023 13:41:40 +0000 (0:00:00.009) 0:00:01.541 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/enable_epel.yml:8 Saturday 25 November 2023 13:41:40 +0000 (0:00:00.015) 0:00:01.557 ***** 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-civvn5q1ms/tests/tasks/enable_epel.yml:24 Saturday 25 November 2023 13:41:40 +0000 (0:00:00.275) 0:00:01.832 ***** 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-civvn5q1ms/tests/tasks/enable_epel.yml:30 Saturday 25 November 2023 13:41:40 +0000 (0:00:00.009) 0:00:01.841 ***** 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-civvn5q1ms/tests/tasks/enable_epel.yml:35 Saturday 25 November 2023 13:41:40 +0000 (0:00:00.009) 0:00:01.851 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.386313", "end": "2023-11-25 13:41:41.018680", "rc": 0, "start": "2023-11-25 13:41:40.632367" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/enable_epel.yml:40 Saturday 25 November 2023 13:41:41 +0000 (0:00:00.578) 0:00:02.430 ***** 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-civvn5q1ms/tests/tests_helpers_and_asserts.yml:9 Saturday 25 November 2023 13:41:41 +0000 (0:00:00.009) 0:00:02.439 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:3 Saturday 25 November 2023 13:41:41 +0000 (0:00:00.013) 0:00:02.453 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:41:41 +0000 (0:00:00.011) 0:00:02.464 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:41:41 +0000 (0:00:00.010) 0:00:02.475 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003619", "end": "2023-11-25 13:41:41.256903", "rc": 0, "start": "2023-11-25 13:41:41.253284" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:41:41 +0000 (0:00:00.193) 0:00:02.668 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:41:41 +0000 (0:00:00.015) 0:00:02.683 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:5 Saturday 25 November 2023 13:41:41 +0000 (0:00:00.010) 0:00:02.694 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:41:41 +0000 (0:00:00.019) 0:00:02.713 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:41:41 +0000 (0:00:00.011) 0:00:02.724 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:41:41 +0000 (0:00:00.010) 0:00:02.734 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:41:41 +0000 (0:00:00.018) 0:00:02.752 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:41:41 +0000 (0:00:00.016) 0:00:02.769 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003559", "end": "2023-11-25 13:41:41.555016", "rc": 0, "start": "2023-11-25 13:41:41.551457" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:41:41 +0000 (0:00:00.196) 0:00:02.966 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:41:41 +0000 (0:00:00.011) 0:00:02.977 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:41:41 +0000 (0:00:00.010) 0:00:02.987 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:41:43 +0000 (0:00:01.696) 0:00:04.684 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.016) 0:00:04.700 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.008) 0:00:04.709 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.008) 0:00:04.718 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.008) 0:00:04.726 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.008) 0:00:04.735 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.008) 0:00:04.744 ***** 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-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:9 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.009) 0:00:04.753 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.022) 0:00:04.776 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.015) 0:00:04.792 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003676", "end": "2023-11-25 13:41:43.577070", "rc": 0, "start": "2023-11-25 13:41:43.573394" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.195) 0:00:04.987 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.011) 0:00:04.999 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:11 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.010) 0:00:05.009 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/assert_device_absent.yml:3 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.015) 0:00:05.024 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.010) 0:00:05.035 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/assert_device_absent.yml:5 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.190) 0:00:05.226 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:14 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.011) 0:00:05.238 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.018) 0:00:05.256 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.007) 0:00:05.264 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.008) 0:00:05.272 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.012) 0:00:05.285 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:41:43 +0000 (0:00:00.010) 0:00:05.295 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003691", "end": "2023-11-25 13:41:44.079368", "rc": 0, "start": "2023-11-25 13:41:44.075677" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:41:44 +0000 (0:00:00.194) 0:00:05.489 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:41:44 +0000 (0:00:00.014) 0:00:05.504 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:41:44 +0000 (0:00:00.010) 0:00:05.514 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:41:45 +0000 (0:00:01.417) 0:00:06.932 ***** 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.012599", "end": "2023-11-25 13:41:45.730388", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2023-11-25 13:41:45.717789" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.007351", "end": "2023-11-25 13:41:45.965474", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2023-11-25 13:41:45.958123" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.007760", "end": "2023-11-25 13:41:46.162014", "item": "ip link set veth1298 up", "rc": 0, "start": "2023-11-25 13:41:46.154254" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.644) 0:00:07.576 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024264", "end": "2023-11-25 13:41:46.386073", "rc": 0, "start": "2023-11-25 13:41:46.361809" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.222) 0:00:07.798 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.009) 0:00:07.808 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.009) 0:00:07.818 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.011) 0:00:07.829 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.009) 0:00:07.839 ***** 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-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:18 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.009) 0:00:07.849 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.020) 0:00:07.870 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.010) 0:00:07.880 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003636", "end": "2023-11-25 13:41:46.664613", "rc": 0, "start": "2023-11-25 13:41:46.660977" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.194) 0:00:08.075 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.010) 0:00:08.085 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:20 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.010) 0:00:08.095 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/assert_device_present.yml:3 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.018) 0:00:08.114 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.010) 0:00:08.125 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700919705.7218165, "block_size": 4096, "blocks": 0, "ctime": 1700919705.7218165, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33832, "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": 1700919705.7218165, "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-civvn5q1ms/tests/tasks/assert_device_present.yml:5 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.192) 0:00:08.317 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:23 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.011) 0:00:08.328 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.022) 0:00:08.351 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.008) 0:00:08.359 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.007) 0:00:08.367 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.012) 0:00:08.379 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:41:46 +0000 (0:00:00.010) 0:00:08.390 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003974", "end": "2023-11-25 13:41:47.171814", "rc": 0, "start": "2023-11-25 13:41:47.167840" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:41:47 +0000 (0:00:00.192) 0:00:08.582 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:41:47 +0000 (0:00:00.010) 0:00:08.593 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:41:47 +0000 (0:00:00.010) 0:00:08.604 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:41:48 +0000 (0:00:01.407) 0:00:10.011 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:41:48 +0000 (0:00:00.015) 0:00:10.027 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:41:48 +0000 (0:00:00.008) 0:00:10.036 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011168", "end": "2023-11-25 13:41:48.828962", "rc": 0, "start": "2023-11-25 13:41:48.817794" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:41:48 +0000 (0:00:00.205) 0:00:10.241 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:41:48 +0000 (0:00:00.009) 0:00:10.251 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:41:48 +0000 (0:00:00.009) 0:00:10.260 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:41:48 +0000 (0:00:00.009) 0:00:10.269 ***** 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-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:27 Saturday 25 November 2023 13:41:48 +0000 (0:00:00.008) 0:00:10.278 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:41:48 +0000 (0:00:00.021) 0:00:10.300 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:41:48 +0000 (0:00:00.011) 0:00:10.311 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003942", "end": "2023-11-25 13:41:49.095453", "rc": 0, "start": "2023-11-25 13:41:49.091511" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.195) 0:00:10.506 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.010) 0:00:10.517 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:29 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.010) 0:00:10.527 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/assert_device_absent.yml:3 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.023) 0:00:10.550 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.011) 0:00:10.562 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/assert_device_absent.yml:5 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.191) 0:00:10.753 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tests_helpers_and_asserts.yml:15 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.011) 0:00:10.765 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:3 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.015) 0:00:10.780 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.011) 0:00:10.792 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.010) 0:00:10.803 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003682", "end": "2023-11-25 13:41:49.588110", "rc": 0, "start": "2023-11-25 13:41:49.584428" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.196) 0:00:10.999 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.012) 0:00:11.012 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:5 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.010) 0:00:11.022 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.015) 0:00:11.038 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.008) 0:00:11.046 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.008) 0:00:11.055 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.012) 0:00:11.068 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.010) 0:00:11.079 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003619", "end": "2023-11-25 13:41:49.863800", "rc": 0, "start": "2023-11-25 13:41:49.860181" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.195) 0:00:11.274 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.013) 0:00:11.288 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:41:49 +0000 (0:00:00.013) 0:00:11.301 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:41:51 +0000 (0:00:01.420) 0:00:12.722 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.017) 0:00:12.739 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.011) 0:00:12.751 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.010) 0:00:12.761 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.010) 0:00:12.771 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.009) 0:00:12.781 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.009) 0:00:12.791 ***** 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-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:9 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.008) 0:00:12.800 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.014) 0:00:12.814 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.012) 0:00:12.826 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003602", "end": "2023-11-25 13:41:51.610632", "rc": 0, "start": "2023-11-25 13:41:51.607030" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.195) 0:00:13.022 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.012) 0:00:13.034 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:11 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.011) 0:00:13.045 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/assert_device_absent.yml:3 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.016) 0:00:13.061 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.011) 0:00:13.073 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/assert_device_absent.yml:5 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.193) 0:00:13.266 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:14 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.012) 0:00:13.279 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.018) 0:00:13.297 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.008) 0:00:13.305 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.008) 0:00:13.314 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.012) 0:00:13.326 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:41:51 +0000 (0:00:00.010) 0:00:13.337 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003671", "end": "2023-11-25 13:41:52.120195", "rc": 0, "start": "2023-11-25 13:41:52.116524" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:41:52 +0000 (0:00:00.193) 0:00:13.531 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:41:52 +0000 (0:00:00.011) 0:00:13.543 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:41:52 +0000 (0:00:00.010) 0:00:13.553 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:41:53 +0000 (0:00:01.408) 0:00:14.962 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:41:53 +0000 (0:00:00.018) 0:00:14.980 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:41:53 +0000 (0:00:00.010) 0:00:14.991 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:41:53 +0000 (0:00:00.010) 0:00:15.002 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.004734", "end": "2023-11-25 13:41:53.788878", "rc": 0, "start": "2023-11-25 13:41:53.784144" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:41:53 +0000 (0:00:00.205) 0:00:15.208 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:41:53 +0000 (0:00:00.016) 0:00:15.224 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:41:53 +0000 (0:00:00.012) 0:00:15.236 ***** 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-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:18 Saturday 25 November 2023 13:41:53 +0000 (0:00:00.010) 0:00:15.247 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:41:53 +0000 (0:00:00.020) 0:00:15.267 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:41:53 +0000 (0:00:00.012) 0:00:15.280 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003663", "end": "2023-11-25 13:41:54.062326", "rc": 0, "start": "2023-11-25 13:41:54.058663" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:41:54 +0000 (0:00:00.192) 0:00:15.472 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:41:54 +0000 (0:00:00.011) 0:00:15.484 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:20 Saturday 25 November 2023 13:41:54 +0000 (0:00:00.012) 0:00:15.497 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/assert_device_present.yml:3 Saturday 25 November 2023 13:41:54 +0000 (0:00:00.027) 0:00:15.524 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:41:54 +0000 (0:00:00.012) 0:00:15.537 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700919713.7877104, "block_size": 4096, "blocks": 0, "ctime": 1700919713.7877104, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34125, "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": 1700919713.7877104, "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-civvn5q1ms/tests/tasks/assert_device_present.yml:5 Saturday 25 November 2023 13:41:54 +0000 (0:00:00.191) 0:00:15.729 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:23 Saturday 25 November 2023 13:41:54 +0000 (0:00:00.012) 0:00:15.741 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:41:54 +0000 (0:00:00.022) 0:00:15.764 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:41:54 +0000 (0:00:00.009) 0:00:15.774 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:41:54 +0000 (0:00:00.008) 0:00:15.782 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:41:54 +0000 (0:00:00.012) 0:00:15.795 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:41:54 +0000 (0:00:00.012) 0:00:15.807 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003662", "end": "2023-11-25 13:41:54.589225", "rc": 0, "start": "2023-11-25 13:41:54.585563" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:41:54 +0000 (0:00:00.193) 0:00:16.000 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:41:54 +0000 (0:00:00.012) 0:00:16.013 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:41:54 +0000 (0:00:00.012) 0:00:16.025 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:41:56 +0000 (0:00:01.395) 0:00:17.421 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:41:56 +0000 (0:00:00.016) 0:00:17.437 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:41:56 +0000 (0:00:00.008) 0:00:17.446 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:41:56 +0000 (0:00:00.009) 0:00:17.455 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:41:56 +0000 (0:00:00.009) 0:00:17.465 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011102", "end": "2023-11-25 13:41:56.257748", "rc": 0, "start": "2023-11-25 13:41:56.246646" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:41:56 +0000 (0:00:00.203) 0:00:17.669 ***** 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-civvn5q1ms/tests/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:41:56 +0000 (0:00:00.010) 0:00:17.679 ***** 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-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:27 Saturday 25 November 2023 13:41:56 +0000 (0:00:00.008) 0:00:17.688 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:41:56 +0000 (0:00:00.023) 0:00:17.712 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:41:56 +0000 (0:00:00.012) 0:00:17.724 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003744", "end": "2023-11-25 13:41:56.510160", "rc": 0, "start": "2023-11-25 13:41:56.506416" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:41:56 +0000 (0:00:00.212) 0:00:17.937 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:41:56 +0000 (0:00:00.011) 0:00:17.948 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/create_and_remove_interface.yml:29 Saturday 25 November 2023 13:41:56 +0000 (0:00:00.010) 0:00:17.959 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/assert_device_absent.yml:3 Saturday 25 November 2023 13:41:56 +0000 (0:00:00.022) 0:00:17.982 ***** included: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:41:56 +0000 (0:00:00.010) 0:00:17.992 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/assert_device_absent.yml:5 Saturday 25 November 2023 13:41:56 +0000 (0:00:00.191) 0:00:18.183 ***** 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 25 November 2023 13:41:56 +0000 (0:00:00.023) 0:00:18.207 ***** =============================================================================== Install iproute --------------------------------------------------------- 1.70s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.42s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.42s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.41s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.41s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.40s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.82s /WORKDIR/git-weekly-civvn5q1ms/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.64s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:22 ------- Enable EPEL 8 ----------------------------------------------------------- 0.58s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/el_repo_setup.yml:3 ---------------- Create EPEL 8 ----------------------------------------------------------- 0.28s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/enable_epel.yml:8 ------------------ Check if system is ostree ----------------------------------------------- 0.27s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/el_repo_setup.yml:20 --------------- Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:30 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:3 ------- Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:44 ------- Delete veth interface veth1298 ------------------------------------------ 0.21s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:38 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/manage_test_interface.yml:49 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-civvn5q1ms/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-civvn5q1ms/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. ---^---^---^---^---^---