# 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-cir6col7tk/.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-cir6col7tk/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-cir6col7tk/tests/tests_helpers_and_asserts.yml:3 Saturday 25 November 2023 13:38:43 +0000 (0:00:00.060) 0:00:00.060 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cir6col7tk/tests/tests_helpers_and_asserts.yml:6 Saturday 25 November 2023 13:38:44 +0000 (0:00:00.923) 0:00:00.983 ***** included: /WORKDIR/git-weekly-cir6col7tk/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-cir6col7tk/tests/tasks/el_repo_setup.yml:3 Saturday 25 November 2023 13:38:44 +0000 (0:00:00.019) 0:00:01.002 ***** 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-cir6col7tk/tests/tasks/el_repo_setup.yml:20 Saturday 25 November 2023 13:38:44 +0000 (0:00:00.026) 0:00:01.029 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set package manager to use for ostree] *********************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/el_repo_setup.yml:25 Saturday 25 November 2023 13:38:44 +0000 (0:00:00.308) 0:00:01.337 ***** 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-cir6col7tk/tests/tasks/el_repo_setup.yml:32 Saturday 25 November 2023 13:38:44 +0000 (0:00:00.030) 0:00:01.368 ***** 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-cir6col7tk/tests/tasks/el_repo_setup.yml:57 Saturday 25 November 2023 13:38:44 +0000 (0:00:00.013) 0:00:01.382 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/enable_epel.yml:8 Saturday 25 November 2023 13:38:44 +0000 (0:00:00.024) 0:00:01.406 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/enable_epel.yml:24 Saturday 25 November 2023 13:38:44 +0000 (0:00:00.018) 0:00:01.424 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/enable_epel.yml:30 Saturday 25 November 2023 13:38:44 +0000 (0:00:00.016) 0:00:01.441 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/enable_epel.yml:35 Saturday 25 November 2023 13:38:44 +0000 (0:00:00.013) 0:00:01.454 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/enable_epel.yml:40 Saturday 25 November 2023 13:38:44 +0000 (0:00:00.011) 0:00:01.466 ***** 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-cir6col7tk/tests/tests_helpers_and_asserts.yml:9 Saturday 25 November 2023 13:38:44 +0000 (0:00:00.013) 0:00:01.480 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/create_and_remove_interface.yml:3 Saturday 25 November 2023 13:38:44 +0000 (0:00:00.021) 0:00:01.501 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:38:44 +0000 (0:00:00.020) 0:00:01.522 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:38:44 +0000 (0:00:00.019) 0:00:01.541 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003288", "end": "2023-11-25 13:38:45.051120", "rc": 0, "start": "2023-11-25 13:38:45.047832" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:38:45 +0000 (0:00:00.302) 0:00:01.843 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:38:45 +0000 (0:00:00.016) 0:00:01.860 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/create_and_remove_interface.yml:5 Saturday 25 November 2023 13:38:45 +0000 (0:00:00.012) 0:00:01.873 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:38:45 +0000 (0:00:00.026) 0:00:01.899 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:38:45 +0000 (0:00:00.014) 0:00:01.914 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:38:45 +0000 (0:00:00.018) 0:00:01.933 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:38:45 +0000 (0:00:00.020) 0:00:01.953 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:38:45 +0000 (0:00:00.030) 0:00:01.984 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003274", "end": "2023-11-25 13:38:45.389757", "rc": 0, "start": "2023-11-25 13:38:45.386483" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:38:45 +0000 (0:00:00.199) 0:00:02.183 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:38:45 +0000 (0:00:00.019) 0:00:02.202 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:38:45 +0000 (0:00:00.021) 0:00:02.224 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:38:46 +0000 (0:00:00.908) 0:00:03.132 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:38:46 +0000 (0:00:00.024) 0:00:03.157 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:38:46 +0000 (0:00:00.012) 0:00:03.169 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:38:46 +0000 (0:00:00.013) 0:00:03.183 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:38:46 +0000 (0:00:00.014) 0:00:03.198 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:38:46 +0000 (0:00:00.016) 0:00:03.214 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:38:46 +0000 (0:00:00.017) 0:00:03.231 ***** 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-cir6col7tk/tests/tasks/create_and_remove_interface.yml:9 Saturday 25 November 2023 13:38:46 +0000 (0:00:00.014) 0:00:03.246 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:38:46 +0000 (0:00:00.025) 0:00:03.271 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:38:46 +0000 (0:00:00.016) 0:00:03.288 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003317", "end": "2023-11-25 13:38:46.694033", "rc": 0, "start": "2023-11-25 13:38:46.690716" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:38:46 +0000 (0:00:00.197) 0:00:03.486 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:38:46 +0000 (0:00:00.015) 0:00:03.502 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/create_and_remove_interface.yml:11 Saturday 25 November 2023 13:38:46 +0000 (0:00:00.012) 0:00:03.515 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/assert_device_absent.yml:3 Saturday 25 November 2023 13:38:46 +0000 (0:00:00.025) 0:00:03.541 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:38:46 +0000 (0:00:00.012) 0:00:03.554 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/assert_device_absent.yml:5 Saturday 25 November 2023 13:38:46 +0000 (0:00:00.188) 0:00:03.742 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/create_and_remove_interface.yml:14 Saturday 25 November 2023 13:38:46 +0000 (0:00:00.016) 0:00:03.759 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:38:47 +0000 (0:00:00.022) 0:00:03.782 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:38:47 +0000 (0:00:00.013) 0:00:03.795 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:38:47 +0000 (0:00:00.013) 0:00:03.809 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:38:47 +0000 (0:00:00.025) 0:00:03.834 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:38:47 +0000 (0:00:00.018) 0:00:03.852 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003626", "end": "2023-11-25 13:38:47.253398", "rc": 0, "start": "2023-11-25 13:38:47.249772" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:38:47 +0000 (0:00:00.192) 0:00:04.045 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:38:47 +0000 (0:00:00.012) 0:00:04.057 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:38:47 +0000 (0:00:00.012) 0:00:04.070 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:38:48 +0000 (0:00:00.740) 0:00:04.810 ***** 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.009958", "end": "2023-11-25 13:38:48.227103", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2023-11-25 13:38:48.217145" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003877", "end": "2023-11-25 13:38:48.453201", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2023-11-25 13:38:48.449324" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003614", "end": "2023-11-25 13:38:48.640790", "item": "ip link set veth1298 up", "rc": 0, "start": "2023-11-25 13:38:48.637176" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:38:48 +0000 (0:00:00.626) 0:00:05.437 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.020777", "end": "2023-11-25 13:38:48.853712", "rc": 0, "start": "2023-11-25 13:38:48.832935" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:38:48 +0000 (0:00:00.210) 0:00:05.647 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:38:48 +0000 (0:00:00.010) 0:00:05.658 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:38:48 +0000 (0:00:00.010) 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-cir6col7tk/tests/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:38:48 +0000 (0:00:00.009) 0:00:05.678 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:38:48 +0000 (0:00:00.010) 0:00:05.688 ***** 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-cir6col7tk/tests/tasks/create_and_remove_interface.yml:18 Saturday 25 November 2023 13:38:48 +0000 (0:00:00.009) 0:00:05.697 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:38:48 +0000 (0:00:00.020) 0:00:05.718 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:38:48 +0000 (0:00:00.011) 0:00:05.730 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004185", "end": "2023-11-25 13:38:49.127061", "rc": 0, "start": "2023-11-25 13:38:49.122876" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:38:49 +0000 (0:00:00.190) 0:00:05.920 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:38:49 +0000 (0:00:00.013) 0:00:05.934 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/create_and_remove_interface.yml:20 Saturday 25 November 2023 13:38:49 +0000 (0:00:00.012) 0:00:05.946 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/assert_device_present.yml:3 Saturday 25 November 2023 13:38:49 +0000 (0:00:00.023) 0:00:05.970 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:38:49 +0000 (0:00:00.011) 0:00:05.981 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700919528.220936, "block_size": 4096, "blocks": 0, "ctime": 1700919528.220936, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 26733, "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": 1700919528.220936, "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-cir6col7tk/tests/tasks/assert_device_present.yml:5 Saturday 25 November 2023 13:38:49 +0000 (0:00:00.186) 0:00:06.167 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/create_and_remove_interface.yml:23 Saturday 25 November 2023 13:38:49 +0000 (0:00:00.013) 0:00:06.181 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:38:49 +0000 (0:00:00.036) 0:00:06.217 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:38:49 +0000 (0:00:00.015) 0:00:06.232 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:38:49 +0000 (0:00:00.011) 0:00:06.244 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:38:49 +0000 (0:00:00.020) 0:00:06.265 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:38:49 +0000 (0:00:00.018) 0:00:06.283 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003435", "end": "2023-11-25 13:38:49.684797", "rc": 0, "start": "2023-11-25 13:38:49.681362" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:38:49 +0000 (0:00:00.193) 0:00:06.477 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:38:49 +0000 (0:00:00.016) 0:00:06.494 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:38:49 +0000 (0:00:00.015) 0:00:06.509 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:38:50 +0000 (0:00:00.754) 0:00:07.264 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:38:50 +0000 (0:00:00.019) 0:00:07.284 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:38:50 +0000 (0:00:00.014) 0:00:07.298 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008770", "end": "2023-11-25 13:38:50.710845", "rc": 0, "start": "2023-11-25 13:38:50.702075" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:38:50 +0000 (0:00:00.208) 0:00:07.507 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:38:50 +0000 (0:00:00.015) 0:00:07.523 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:38:50 +0000 (0:00:00.017) 0:00:07.541 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:38:50 +0000 (0:00:00.013) 0:00:07.555 ***** 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-cir6col7tk/tests/tasks/create_and_remove_interface.yml:27 Saturday 25 November 2023 13:38:50 +0000 (0:00:00.011) 0:00:07.566 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:38:50 +0000 (0:00:00.027) 0:00:07.593 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:38:50 +0000 (0:00:00.012) 0:00:07.605 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003673", "end": "2023-11-25 13:38:51.002901", "rc": 0, "start": "2023-11-25 13:38:50.999228" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.189) 0:00:07.795 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.012) 0:00:07.807 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/create_and_remove_interface.yml:29 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.012) 0:00:07.819 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/assert_device_absent.yml:3 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.029) 0:00:07.848 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.017) 0:00:07.866 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/assert_device_absent.yml:5 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.194) 0:00:08.061 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tests_helpers_and_asserts.yml:15 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.032) 0:00:08.093 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/create_and_remove_interface.yml:3 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.038) 0:00:08.131 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.017) 0:00:08.149 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.015) 0:00:08.165 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003345", "end": "2023-11-25 13:38:51.564646", "rc": 0, "start": "2023-11-25 13:38:51.561301" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.192) 0:00:08.358 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.014) 0:00:08.372 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/create_and_remove_interface.yml:5 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.013) 0:00:08.385 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.019) 0:00:08.405 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.011) 0:00:08.417 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.009) 0:00:08.426 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.015) 0:00:08.441 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.017) 0:00:08.458 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003479", "end": "2023-11-25 13:38:51.861142", "rc": 0, "start": "2023-11-25 13:38:51.857663" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.195) 0:00:08.654 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.012) 0:00:08.667 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:38:51 +0000 (0:00:00.013) 0:00:08.680 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:38:52 +0000 (0:00:00.740) 0:00:09.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-cir6col7tk/tests/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:38:52 +0000 (0:00:00.023) 0:00:09.445 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:38:52 +0000 (0:00:00.014) 0:00:09.460 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:38:52 +0000 (0:00:00.012) 0:00:09.473 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:38:52 +0000 (0:00:00.013) 0:00:09.486 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:38:52 +0000 (0:00:00.014) 0:00:09.500 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:38:52 +0000 (0:00:00.015) 0:00:09.516 ***** 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-cir6col7tk/tests/tasks/create_and_remove_interface.yml:9 Saturday 25 November 2023 13:38:52 +0000 (0:00:00.013) 0:00:09.530 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:38:52 +0000 (0:00:00.019) 0:00:09.550 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:38:52 +0000 (0:00:00.017) 0:00:09.567 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003301", "end": "2023-11-25 13:38:52.968693", "rc": 0, "start": "2023-11-25 13:38:52.965392" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:38:52 +0000 (0:00:00.199) 0:00:09.767 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:38:53 +0000 (0:00:00.015) 0:00:09.782 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/create_and_remove_interface.yml:11 Saturday 25 November 2023 13:38:53 +0000 (0:00:00.013) 0:00:09.796 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/assert_device_absent.yml:3 Saturday 25 November 2023 13:38:53 +0000 (0:00:00.017) 0:00:09.814 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:38:53 +0000 (0:00:00.018) 0:00:09.832 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/assert_device_absent.yml:5 Saturday 25 November 2023 13:38:53 +0000 (0:00:00.190) 0:00:10.023 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/create_and_remove_interface.yml:14 Saturday 25 November 2023 13:38:53 +0000 (0:00:00.015) 0:00:10.038 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:38:53 +0000 (0:00:00.031) 0:00:10.070 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:38:53 +0000 (0:00:00.013) 0:00:10.084 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:38:53 +0000 (0:00:00.014) 0:00:10.098 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:38:53 +0000 (0:00:00.017) 0:00:10.115 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:38:53 +0000 (0:00:00.016) 0:00:10.132 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003423", "end": "2023-11-25 13:38:53.538915", "rc": 0, "start": "2023-11-25 13:38:53.535492" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:38:53 +0000 (0:00:00.199) 0:00:10.331 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:38:53 +0000 (0:00:00.017) 0:00:10.349 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:38:53 +0000 (0:00:00.014) 0:00:10.364 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:38:54 +0000 (0:00:00.746) 0:00:11.110 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:38:54 +0000 (0:00:00.016) 0:00:11.127 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:38:54 +0000 (0:00:00.010) 0:00:11.138 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:38:54 +0000 (0:00:00.010) 0:00:11.148 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.058662", "end": "2023-11-25 13:38:54.601169", "rc": 0, "start": "2023-11-25 13:38:54.542507" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:38:54 +0000 (0:00:00.251) 0:00:11.400 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:38:54 +0000 (0:00:00.010) 0:00:11.410 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:38:54 +0000 (0:00:00.010) 0:00:11.420 ***** 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-cir6col7tk/tests/tasks/create_and_remove_interface.yml:18 Saturday 25 November 2023 13:38:54 +0000 (0:00:00.009) 0:00:11.429 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:38:54 +0000 (0:00:00.018) 0:00:11.448 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:38:54 +0000 (0:00:00.010) 0:00:11.459 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003187", "end": "2023-11-25 13:38:54.854805", "rc": 0, "start": "2023-11-25 13:38:54.851618" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:38:54 +0000 (0:00:00.185) 0:00:11.645 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:38:54 +0000 (0:00:00.015) 0:00:11.660 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/create_and_remove_interface.yml:20 Saturday 25 November 2023 13:38:54 +0000 (0:00:00.011) 0:00:11.672 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/assert_device_present.yml:3 Saturday 25 November 2023 13:38:54 +0000 (0:00:00.021) 0:00:11.694 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:38:54 +0000 (0:00:00.012) 0:00:11.706 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1700919534.5975301, "block_size": 4096, "blocks": 0, "ctime": 1700919534.5975301, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27061, "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": 1700919534.5975301, "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-cir6col7tk/tests/tasks/assert_device_present.yml:5 Saturday 25 November 2023 13:38:55 +0000 (0:00:00.187) 0:00:11.894 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/create_and_remove_interface.yml:23 Saturday 25 November 2023 13:38:55 +0000 (0:00:00.015) 0:00:11.909 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:3 Saturday 25 November 2023 13:38:55 +0000 (0:00:00.025) 0:00:11.935 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:8 Saturday 25 November 2023 13:38:55 +0000 (0:00:00.010) 0:00:11.945 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:13 Saturday 25 November 2023 13:38:55 +0000 (0:00:00.009) 0:00:11.955 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:38:55 +0000 (0:00:00.014) 0:00:11.970 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:38:55 +0000 (0:00:00.011) 0:00:11.982 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003378", "end": "2023-11-25 13:38:55.379072", "rc": 0, "start": "2023-11-25 13:38:55.375694" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:38:55 +0000 (0:00:00.189) 0:00:12.171 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:38:55 +0000 (0:00:00.012) 0:00:12.184 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:16 Saturday 25 November 2023 13:38:55 +0000 (0:00:00.010) 0:00:12.195 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:22 Saturday 25 November 2023 13:38:56 +0000 (0:00:00.736) 0:00:12.931 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:30 Saturday 25 November 2023 13:38:56 +0000 (0:00:00.023) 0:00:12.955 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:38 Saturday 25 November 2023 13:38:56 +0000 (0:00:00.052) 0:00:13.008 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:44 Saturday 25 November 2023 13:38:56 +0000 (0:00:00.027) 0:00:13.035 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:49 Saturday 25 November 2023 13:38:56 +0000 (0:00:00.036) 0:00:13.072 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011036", "end": "2023-11-25 13:38:56.485400", "rc": 0, "start": "2023-11-25 13:38:56.474364" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:55 Saturday 25 November 2023 13:38:56 +0000 (0:00:00.209) 0:00:13.282 ***** 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-cir6col7tk/tests/tasks/manage_test_interface.yml:60 Saturday 25 November 2023 13:38:56 +0000 (0:00:00.018) 0:00:13.301 ***** 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-cir6col7tk/tests/tasks/create_and_remove_interface.yml:27 Saturday 25 November 2023 13:38:56 +0000 (0:00:00.012) 0:00:13.313 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:3 Saturday 25 November 2023 13:38:56 +0000 (0:00:00.028) 0:00:13.341 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 Saturday 25 November 2023 13:38:56 +0000 (0:00:00.015) 0:00:13.357 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003609", "end": "2023-11-25 13:38:56.762548", "rc": 0, "start": "2023-11-25 13:38:56.758939" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:9 Saturday 25 November 2023 13:38:56 +0000 (0:00:00.197) 0:00:13.554 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/show_interfaces.yml:5 Saturday 25 November 2023 13:38:56 +0000 (0:00:00.012) 0:00:13.567 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/create_and_remove_interface.yml:29 Saturday 25 November 2023 13:38:56 +0000 (0:00:00.012) 0:00:13.579 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/assert_device_absent.yml:3 Saturday 25 November 2023 13:38:56 +0000 (0:00:00.036) 0:00:13.615 ***** included: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_interface_stat.yml:3 Saturday 25 November 2023 13:38:56 +0000 (0:00:00.013) 0:00:13.629 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cir6col7tk/tests/tasks/assert_device_absent.yml:5 Saturday 25 November 2023 13:38:57 +0000 (0:00:00.185) 0:00:13.815 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=117 changed=0 unreachable=0 failed=0 skipped=57 rescued=0 ignored=0 Saturday 25 November 2023 13:38:57 +0000 (0:00:00.025) 0:00:13.840 ***** =============================================================================== Gathering Facts --------------------------------------------------------- 0.92s /WORKDIR/git-weekly-cir6col7tk/tests/tests_helpers_and_asserts.yml:3 ---------- Install iproute --------------------------------------------------------- 0.91s /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.75s /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.75s /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.74s /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.74s /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.74s /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:16 ------- Create veth interface veth1298 ------------------------------------------ 0.63s /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:22 ------- Check if system is ostree ----------------------------------------------- 0.31s /WORKDIR/git-weekly-cir6col7tk/tests/tasks/el_repo_setup.yml:20 --------------- Gather current interface info ------------------------------------------- 0.30s /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 ------- Create dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:44 ------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:30 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:49 ------- Delete veth interface veth1298 ------------------------------------------ 0.21s /WORKDIR/git-weekly-cir6col7tk/tests/tasks/manage_test_interface.yml:38 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cir6col7tk/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cir6col7tk/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. ---^---^---^---^---^---