# 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-ci5c4rvv3v/.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-ci5c4rvv3v/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-ci5c4rvv3v/tests/tests_helpers_and_asserts.yml:3 Saturday 23 December 2023 13:25:50 +0000 (0:00:00.036) 0:00:00.036 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tests_helpers_and_asserts.yml:6 Saturday 23 December 2023 13:25:51 +0000 (0:00:00.770) 0:00:00.806 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/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-ci5c4rvv3v/tests/tasks/el_repo_setup.yml:3 Saturday 23 December 2023 13:25:51 +0000 (0:00:00.011) 0:00:00.818 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/el_repo_setup.yml:17 Saturday 23 December 2023 13:25:51 +0000 (0:00:00.354) 0:00:01.173 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/el_repo_setup.yml:22 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.241) 0:00:01.415 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/el_repo_setup.yml:26 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.013) 0:00:01.428 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/el_repo_setup.yml:51 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.007) 0:00:01.435 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/enable_epel.yml:8 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.019) 0:00:01.455 ***** 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-ci5c4rvv3v/tests/tasks/enable_epel.yml:24 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.007) 0:00:01.462 ***** 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-ci5c4rvv3v/tests/tasks/enable_epel.yml:30 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.007) 0:00:01.469 ***** 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-ci5c4rvv3v/tests/tasks/enable_epel.yml:35 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.006) 0:00:01.476 ***** 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-ci5c4rvv3v/tests/tasks/enable_epel.yml:40 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.007) 0:00:01.483 ***** 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-ci5c4rvv3v/tests/tests_helpers_and_asserts.yml:9 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.007) 0:00:01.491 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:3 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.010) 0:00:01.502 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.009) 0:00:01.511 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.008) 0:00:01.520 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003396", "end": "2023-12-23 13:25:52.536410", "rc": 0, "start": "2023-12-23 13:25:52.533014" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.244) 0:00:01.764 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.010) 0:00:01.774 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:5 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.010) 0:00:01.785 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:3 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.016) 0:00:01.802 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:8 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.014) 0:00:01.817 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:13 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.007) 0:00:01.824 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.011) 0:00:01.836 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.009) 0:00:01.845 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003375", "end": "2023-12-23 13:25:52.802886", "rc": 0, "start": "2023-12-23 13:25:52.799511" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.186) 0:00:02.031 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.009) 0:00:02.040 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:16 Saturday 23 December 2023 13:25:52 +0000 (0:00:00.008) 0:00:02.049 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:23 Saturday 23 December 2023 13:25:53 +0000 (0:00:00.953) 0:00:03.002 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:31 Saturday 23 December 2023 13:25:53 +0000 (0:00:00.015) 0:00:03.018 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:39 Saturday 23 December 2023 13:25:53 +0000 (0:00:00.009) 0:00:03.027 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:45 Saturday 23 December 2023 13:25:53 +0000 (0:00:00.008) 0:00:03.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 veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:50 Saturday 23 December 2023 13:25:53 +0000 (0:00:00.013) 0:00:03.049 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:56 Saturday 23 December 2023 13:25:53 +0000 (0:00:00.008) 0:00:03.057 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:61 Saturday 23 December 2023 13:25:53 +0000 (0:00:00.008) 0:00:03.065 ***** 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-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:9 Saturday 23 December 2023 13:25:53 +0000 (0:00:00.008) 0:00:03.074 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:25:53 +0000 (0:00:00.012) 0:00:03.086 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:25:53 +0000 (0:00:00.008) 0:00:03.095 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003318", "end": "2023-12-23 13:25:54.054138", "rc": 0, "start": "2023-12-23 13:25:54.050820" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:25:54 +0000 (0:00:00.187) 0:00:03.282 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:25:54 +0000 (0:00:00.009) 0:00:03.292 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:11 Saturday 23 December 2023 13:25:54 +0000 (0:00:00.010) 0:00:03.302 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/assert_device_absent.yml:3 Saturday 23 December 2023 13:25:54 +0000 (0:00:00.014) 0:00:03.316 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_interface_stat.yml:3 Saturday 23 December 2023 13:25:54 +0000 (0:00:00.011) 0:00:03.328 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/assert_device_absent.yml:5 Saturday 23 December 2023 13:25:54 +0000 (0:00:00.205) 0:00:03.534 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:14 Saturday 23 December 2023 13:25:54 +0000 (0:00:00.011) 0:00:03.546 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:3 Saturday 23 December 2023 13:25:54 +0000 (0:00:00.023) 0:00:03.569 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:8 Saturday 23 December 2023 13:25:54 +0000 (0:00:00.029) 0:00:03.598 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:13 Saturday 23 December 2023 13:25:54 +0000 (0:00:00.010) 0:00:03.608 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:25:54 +0000 (0:00:00.012) 0:00:03.621 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:25:54 +0000 (0:00:00.009) 0:00:03.630 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003381", "end": "2023-12-23 13:25:54.594955", "rc": 0, "start": "2023-12-23 13:25:54.591574" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:25:54 +0000 (0:00:00.194) 0:00:03.824 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:25:54 +0000 (0:00:00.009) 0:00:03.834 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:16 Saturday 23 December 2023 13:25:54 +0000 (0:00:00.009) 0:00:03.844 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:23 Saturday 23 December 2023 13:25:55 +0000 (0:00:00.853) 0:00:04.697 ***** 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.009622", "end": "2023-12-23 13:25:55.669705", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2023-12-23 13:25:55.660083" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003800", "end": "2023-12-23 13:25:55.888962", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2023-12-23 13:25:55.885162" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003983", "end": "2023-12-23 13:25:56.072106", "item": "ip link set veth1298 up", "rc": 0, "start": "2023-12-23 13:25:56.068123" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:31 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.603) 0:00:05.301 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023302", "end": "2023-12-23 13:25:56.281617", "rc": 0, "start": "2023-12-23 13:25:56.258315" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:39 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.212) 0:00:05.514 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:45 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.009) 0:00:05.523 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:50 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.007) 0:00:05.530 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:56 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.007) 0:00:05.538 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:61 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.007) 0:00:05.546 ***** 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-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:18 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.008) 0:00:05.554 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.015) 0:00:05.570 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.022) 0:00:05.592 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003329", "end": "2023-12-23 13:25:56.559134", "rc": 0, "start": "2023-12-23 13:25:56.555805" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.197) 0:00:05.790 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.009) 0:00:05.800 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:20 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.010) 0:00:05.810 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/assert_device_present.yml:3 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.016) 0:00:05.827 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_interface_stat.yml:3 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.009) 0:00:05.837 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703337955.663934, "block_size": 4096, "blocks": 0, "ctime": 1703337955.663934, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27519, "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": 1703337955.663934, "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-ci5c4rvv3v/tests/tasks/assert_device_present.yml:5 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.184) 0:00:06.022 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:23 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.009) 0:00:06.031 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:3 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.017) 0:00:06.049 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:8 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.007) 0:00:06.056 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:13 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.007) 0:00:06.063 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.010) 0:00:06.074 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:25:56 +0000 (0:00:00.009) 0:00:06.083 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003239", "end": "2023-12-23 13:25:57.041574", "rc": 0, "start": "2023-12-23 13:25:57.038335" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:25:57 +0000 (0:00:00.186) 0:00:06.270 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:25:57 +0000 (0:00:00.009) 0:00:06.280 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:16 Saturday 23 December 2023 13:25:57 +0000 (0:00:00.008) 0:00:06.288 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:23 Saturday 23 December 2023 13:25:57 +0000 (0:00:00.845) 0:00:07.134 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:31 Saturday 23 December 2023 13:25:57 +0000 (0:00:00.017) 0:00:07.151 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:39 Saturday 23 December 2023 13:25:57 +0000 (0:00:00.007) 0:00:07.159 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.015538", "end": "2023-12-23 13:25:58.132669", "rc": 0, "start": "2023-12-23 13:25:58.117131" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:45 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.204) 0:00:07.364 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:50 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.008) 0:00:07.372 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:56 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.007) 0:00:07.380 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:61 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.008) 0:00:07.389 ***** 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-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:27 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.007) 0:00:07.396 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.018) 0:00:07.415 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.009) 0:00:07.424 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003507", "end": "2023-12-23 13:25:58.385522", "rc": 0, "start": "2023-12-23 13:25:58.382015" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.192) 0:00:07.617 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.013) 0:00:07.630 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:29 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.011) 0:00:07.641 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/assert_device_absent.yml:3 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.021) 0:00:07.662 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_interface_stat.yml:3 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.011) 0:00:07.673 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/assert_device_absent.yml:5 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.191) 0:00:07.865 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tests_helpers_and_asserts.yml:15 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.011) 0:00:07.877 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:3 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.014) 0:00:07.891 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.010) 0:00:07.902 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.024) 0:00:07.927 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003833", "end": "2023-12-23 13:25:58.888780", "rc": 0, "start": "2023-12-23 13:25:58.884947" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.190) 0:00:08.117 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.009) 0:00:08.127 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:5 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.009) 0:00:08.137 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:3 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.011) 0:00:08.149 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:8 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.007) 0:00:08.156 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:13 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.007) 0:00:08.163 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.010) 0:00:08.174 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:25:58 +0000 (0:00:00.009) 0:00:08.183 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003300", "end": "2023-12-23 13:25:59.144795", "rc": 0, "start": "2023-12-23 13:25:59.141495" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:25:59 +0000 (0:00:00.191) 0:00:08.374 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:25:59 +0000 (0:00:00.009) 0:00:08.384 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:16 Saturday 23 December 2023 13:25:59 +0000 (0:00:00.011) 0:00:08.395 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:23 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.848) 0:00:09.243 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:31 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.013) 0:00:09.257 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:39 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.009) 0:00:09.266 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:45 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.012) 0:00:09.279 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:50 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.008) 0:00:09.288 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:56 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.007) 0:00:09.296 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:61 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.008) 0:00:09.304 ***** 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-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:9 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.007) 0:00:09.311 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.013) 0:00:09.324 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.009) 0:00:09.333 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003277", "end": "2023-12-23 13:26:00.301416", "rc": 0, "start": "2023-12-23 13:26:00.298139" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.198) 0:00:09.532 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.011) 0:00:09.543 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:11 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.008) 0:00:09.552 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/assert_device_absent.yml:3 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.012) 0:00:09.565 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_interface_stat.yml:3 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.009) 0:00:09.575 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/assert_device_absent.yml:5 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.185) 0:00:09.761 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:14 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.009) 0:00:09.771 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:3 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.014) 0:00:09.785 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:8 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.007) 0:00:09.793 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:13 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.007) 0:00:09.800 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.010) 0:00:09.810 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.008) 0:00:09.819 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003313", "end": "2023-12-23 13:26:00.778951", "rc": 0, "start": "2023-12-23 13:26:00.775638" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.188) 0:00:10.007 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.009) 0:00:10.017 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:16 Saturday 23 December 2023 13:26:00 +0000 (0:00:00.008) 0:00:10.026 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:23 Saturday 23 December 2023 13:26:01 +0000 (0:00:00.854) 0:00:10.880 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:31 Saturday 23 December 2023 13:26:01 +0000 (0:00:00.015) 0:00:10.896 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:39 Saturday 23 December 2023 13:26:01 +0000 (0:00:00.007) 0:00:10.904 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:45 Saturday 23 December 2023 13:26:01 +0000 (0:00:00.008) 0:00:10.912 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.013109", "end": "2023-12-23 13:26:01.881373", "rc": 0, "start": "2023-12-23 13:26:01.868264" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:50 Saturday 23 December 2023 13:26:01 +0000 (0:00:00.206) 0:00:11.118 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:56 Saturday 23 December 2023 13:26:01 +0000 (0:00:00.009) 0:00:11.127 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:61 Saturday 23 December 2023 13:26:01 +0000 (0:00:00.009) 0:00:11.137 ***** 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-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:18 Saturday 23 December 2023 13:26:01 +0000 (0:00:00.008) 0:00:11.145 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:26:01 +0000 (0:00:00.035) 0:00:11.181 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:26:01 +0000 (0:00:00.012) 0:00:11.193 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003519", "end": "2023-12-23 13:26:02.157770", "rc": 0, "start": "2023-12-23 13:26:02.154251" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:26:02 +0000 (0:00:00.198) 0:00:11.392 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:26:02 +0000 (0:00:00.011) 0:00:11.403 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:20 Saturday 23 December 2023 13:26:02 +0000 (0:00:00.011) 0:00:11.415 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/assert_device_present.yml:3 Saturday 23 December 2023 13:26:02 +0000 (0:00:00.016) 0:00:11.431 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_interface_stat.yml:3 Saturday 23 December 2023 13:26:02 +0000 (0:00:00.010) 0:00:11.441 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703337961.8772519, "block_size": 4096, "blocks": 0, "ctime": 1703337961.8772519, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27847, "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": 1703337961.8772519, "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-ci5c4rvv3v/tests/tasks/assert_device_present.yml:5 Saturday 23 December 2023 13:26:02 +0000 (0:00:00.191) 0:00:11.632 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:23 Saturday 23 December 2023 13:26:02 +0000 (0:00:00.009) 0:00:11.642 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:3 Saturday 23 December 2023 13:26:02 +0000 (0:00:00.017) 0:00:11.659 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:8 Saturday 23 December 2023 13:26:02 +0000 (0:00:00.008) 0:00:11.668 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:13 Saturday 23 December 2023 13:26:02 +0000 (0:00:00.007) 0:00:11.675 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:26:02 +0000 (0:00:00.010) 0:00:11.686 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:26:02 +0000 (0:00:00.009) 0:00:11.695 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003205", "end": "2023-12-23 13:26:02.654237", "rc": 0, "start": "2023-12-23 13:26:02.651032" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:26:02 +0000 (0:00:00.195) 0:00:11.891 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:26:02 +0000 (0:00:00.010) 0:00:11.901 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:16 Saturday 23 December 2023 13:26:02 +0000 (0:00:00.010) 0:00:11.912 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:23 Saturday 23 December 2023 13:26:03 +0000 (0:00:00.843) 0:00:12.756 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:31 Saturday 23 December 2023 13:26:03 +0000 (0:00:00.022) 0:00:12.779 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:39 Saturday 23 December 2023 13:26:03 +0000 (0:00:00.010) 0:00:12.789 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:45 Saturday 23 December 2023 13:26:03 +0000 (0:00:00.010) 0:00:12.799 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:50 Saturday 23 December 2023 13:26:03 +0000 (0:00:00.009) 0:00:12.808 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.025079", "end": "2023-12-23 13:26:03.800062", "rc": 0, "start": "2023-12-23 13:26:03.774983" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:56 Saturday 23 December 2023 13:26:03 +0000 (0:00:00.223) 0:00:13.032 ***** 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-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:61 Saturday 23 December 2023 13:26:03 +0000 (0:00:00.011) 0:00:13.044 ***** 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-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:27 Saturday 23 December 2023 13:26:03 +0000 (0:00:00.008) 0:00:13.053 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:3 Saturday 23 December 2023 13:26:03 +0000 (0:00:00.021) 0:00:13.075 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:3 Saturday 23 December 2023 13:26:03 +0000 (0:00:00.009) 0:00:13.084 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003379", "end": "2023-12-23 13:26:04.044645", "rc": 0, "start": "2023-12-23 13:26:04.041266" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:9 Saturday 23 December 2023 13:26:04 +0000 (0:00:00.189) 0:00:13.273 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/show_interfaces.yml:5 Saturday 23 December 2023 13:26:04 +0000 (0:00:00.011) 0:00:13.285 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/create_and_remove_interface.yml:29 Saturday 23 December 2023 13:26:04 +0000 (0:00:00.009) 0:00:13.294 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/assert_device_absent.yml:3 Saturday 23 December 2023 13:26:04 +0000 (0:00:00.019) 0:00:13.314 ***** included: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_interface_stat.yml:3 Saturday 23 December 2023 13:26:04 +0000 (0:00:00.009) 0:00:13.324 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/assert_device_absent.yml:5 Saturday 23 December 2023 13:26:04 +0000 (0:00:00.186) 0:00:13.511 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Saturday 23 December 2023 13:26:04 +0000 (0:00:00.015) 0:00:13.526 ***** =============================================================================== Install iproute --------------------------------------------------------- 0.95s /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.84s /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.77s /WORKDIR/git-weekly-ci5c4rvv3v/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.60s /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:23 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.35s /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/el_repo_setup.yml:3 ---------------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:3 ------- Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/el_repo_setup.yml:17 --------------- Delete dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:50 ------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:31 ------- Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:45 ------- Get stat for interface veth1298 ----------------------------------------- 0.21s /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_interface_stat.yml:3 ----------- Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/manage_test_interface.yml:39 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-ci5c4rvv3v/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-ci5c4rvv3v/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. ---^---^---^---^---^---