# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.15.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.15/lib/python3.9/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cigkm5fx__/.collection executable location = /opt/ansible-2.15/bin/ansible-playbook python version = 3.9.16 (main, Jan 17 2023, 18:53:15) [GCC 8.5.0 20210514 (Red Hat 8.5.0-18)] (/opt/ansible-2.15/bin/python3.9) 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-cigkm5fx__/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-cigkm5fx__/tests/tests_helpers_and_asserts.yml:3 Saturday 26 August 2023 17:54:23 +0000 (0:00:00.046) 0:00:00.046 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tests_helpers_and_asserts.yml:6 Saturday 26 August 2023 17:54:24 +0000 (0:00:00.913) 0:00:00.959 ******* included: /WORKDIR/git-weekly-cigkm5fx__/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-cigkm5fx__/tests/tasks/el_repo_setup.yml:3 Saturday 26 August 2023 17:54:24 +0000 (0:00:00.021) 0:00:00.980 ******* ok: [sut] TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/el_repo_setup.yml:14 Saturday 26 August 2023 17:54:24 +0000 (0:00:00.380) 0:00:01.361 ******* 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-cigkm5fx__/tests/tasks/el_repo_setup.yml:39 Saturday 26 August 2023 17:54:24 +0000 (0:00:00.027) 0:00:01.389 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/enable_epel.yml:8 Saturday 26 August 2023 17:54:24 +0000 (0:00:00.025) 0:00:01.415 ******* 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-cigkm5fx__/tests/tasks/enable_epel.yml:24 Saturday 26 August 2023 17:54:24 +0000 (0:00:00.020) 0:00:01.436 ******* 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-cigkm5fx__/tests/tasks/enable_epel.yml:29 Saturday 26 August 2023 17:54:24 +0000 (0:00:00.018) 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-cigkm5fx__/tests/tasks/enable_epel.yml:34 Saturday 26 August 2023 17:54:24 +0000 (0:00:00.020) 0:00:01.475 ******* 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-cigkm5fx__/tests/tests_helpers_and_asserts.yml:9 Saturday 26 August 2023 17:54:24 +0000 (0:00:00.020) 0:00:01.495 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:3 Saturday 26 August 2023 17:54:24 +0000 (0:00:00.038) 0:00:01.533 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:3 Saturday 26 August 2023 17:54:24 +0000 (0:00:00.024) 0:00:01.558 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:3 Saturday 26 August 2023 17:54:24 +0000 (0:00:00.036) 0:00:01.594 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003243", "end": "2023-08-26 17:54:25.260179", "rc": 0, "start": "2023-08-26 17:54:25.256936" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:9 Saturday 26 August 2023 17:54:25 +0000 (0:00:00.351) 0:00:01.945 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:5 Saturday 26 August 2023 17:54:25 +0000 (0:00:00.021) 0:00:01.967 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:5 Saturday 26 August 2023 17:54:25 +0000 (0:00:00.030) 0:00:01.997 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:3 Saturday 26 August 2023 17:54:25 +0000 (0:00:00.052) 0:00:02.050 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:8 Saturday 26 August 2023 17:54:25 +0000 (0:00:00.025) 0:00:02.075 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:13 Saturday 26 August 2023 17:54:25 +0000 (0:00:00.042) 0:00:02.118 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:3 Saturday 26 August 2023 17:54:25 +0000 (0:00:00.033) 0:00:02.152 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:3 Saturday 26 August 2023 17:54:25 +0000 (0:00:00.028) 0:00:02.180 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003323", "end": "2023-08-26 17:54:25.725594", "rc": 0, "start": "2023-08-26 17:54:25.722271" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:9 Saturday 26 August 2023 17:54:25 +0000 (0:00:00.217) 0:00:02.397 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:5 Saturday 26 August 2023 17:54:25 +0000 (0:00:00.018) 0:00:02.416 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:16 Saturday 26 August 2023 17:54:25 +0000 (0:00:00.019) 0:00:02.435 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:22 Saturday 26 August 2023 17:54:26 +0000 (0:00:00.940) 0:00:03.376 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:30 Saturday 26 August 2023 17:54:26 +0000 (0:00:00.031) 0:00:03.408 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:38 Saturday 26 August 2023 17:54:26 +0000 (0:00:00.018) 0:00:03.427 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:44 Saturday 26 August 2023 17:54:26 +0000 (0:00:00.028) 0:00:03.456 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:49 Saturday 26 August 2023 17:54:26 +0000 (0:00:00.017) 0:00:03.473 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:55 Saturday 26 August 2023 17:54:26 +0000 (0:00:00.017) 0:00:03.491 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:60 Saturday 26 August 2023 17:54:26 +0000 (0:00:00.021) 0:00:03.512 ******* 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-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:9 Saturday 26 August 2023 17:54:26 +0000 (0:00:00.017) 0:00:03.530 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:3 Saturday 26 August 2023 17:54:26 +0000 (0:00:00.036) 0:00:03.566 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:3 Saturday 26 August 2023 17:54:26 +0000 (0:00:00.025) 0:00:03.591 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003508", "end": "2023-08-26 17:54:27.118396", "rc": 0, "start": "2023-08-26 17:54:27.114888" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:9 Saturday 26 August 2023 17:54:27 +0000 (0:00:00.207) 0:00:03.799 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:5 Saturday 26 August 2023 17:54:27 +0000 (0:00:00.019) 0:00:03.818 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:11 Saturday 26 August 2023 17:54:27 +0000 (0:00:00.018) 0:00:03.836 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/assert_device_absent.yml:3 Saturday 26 August 2023 17:54:27 +0000 (0:00:00.034) 0:00:03.871 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_interface_stat.yml:3 Saturday 26 August 2023 17:54:27 +0000 (0:00:00.051) 0:00:03.922 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/assert_device_absent.yml:5 Saturday 26 August 2023 17:54:27 +0000 (0:00:00.351) 0:00:04.274 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:14 Saturday 26 August 2023 17:54:27 +0000 (0:00:00.018) 0:00:04.292 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:3 Saturday 26 August 2023 17:54:27 +0000 (0:00:00.027) 0:00:04.319 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:8 Saturday 26 August 2023 17:54:27 +0000 (0:00:00.014) 0:00:04.334 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:13 Saturday 26 August 2023 17:54:27 +0000 (0:00:00.015) 0:00:04.350 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:3 Saturday 26 August 2023 17:54:27 +0000 (0:00:00.023) 0:00:04.373 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:3 Saturday 26 August 2023 17:54:27 +0000 (0:00:00.020) 0:00:04.394 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003312", "end": "2023-08-26 17:54:27.922725", "rc": 0, "start": "2023-08-26 17:54:27.919413" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:9 Saturday 26 August 2023 17:54:27 +0000 (0:00:00.201) 0:00:04.596 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:5 Saturday 26 August 2023 17:54:27 +0000 (0:00:00.043) 0:00:04.639 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:16 Saturday 26 August 2023 17:54:28 +0000 (0:00:00.018) 0:00:04.657 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:22 Saturday 26 August 2023 17:54:28 +0000 (0:00:00.755) 0:00:05.413 ******* 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.008679", "end": "2023-08-26 17:54:28.957211", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2023-08-26 17:54:28.948532" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003849", "end": "2023-08-26 17:54:29.174058", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2023-08-26 17:54:29.170209" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.005928", "end": "2023-08-26 17:54:29.363633", "item": "ip link set veth1298 up", "rc": 0, "start": "2023-08-26 17:54:29.357705" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:30 Saturday 26 August 2023 17:54:29 +0000 (0:00:00.625) 0:00:06.039 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022874", "end": "2023-08-26 17:54:29.588384", "rc": 0, "start": "2023-08-26 17:54:29.565510" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:38 Saturday 26 August 2023 17:54:29 +0000 (0:00:00.224) 0:00:06.263 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:44 Saturday 26 August 2023 17:54:29 +0000 (0:00:00.017) 0:00:06.281 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:49 Saturday 26 August 2023 17:54:29 +0000 (0:00:00.020) 0:00:06.301 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:55 Saturday 26 August 2023 17:54:29 +0000 (0:00:00.020) 0:00:06.321 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:60 Saturday 26 August 2023 17:54:29 +0000 (0:00:00.015) 0:00:06.337 ******* 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-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:18 Saturday 26 August 2023 17:54:29 +0000 (0:00:00.015) 0:00:06.352 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:3 Saturday 26 August 2023 17:54:29 +0000 (0:00:00.038) 0:00:06.391 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:3 Saturday 26 August 2023 17:54:29 +0000 (0:00:00.030) 0:00:06.421 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003149", "end": "2023-08-26 17:54:29.954169", "rc": 0, "start": "2023-08-26 17:54:29.951020" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:9 Saturday 26 August 2023 17:54:29 +0000 (0:00:00.205) 0:00:06.626 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:5 Saturday 26 August 2023 17:54:29 +0000 (0:00:00.020) 0:00:06.647 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:20 Saturday 26 August 2023 17:54:30 +0000 (0:00:00.035) 0:00:06.682 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/assert_device_present.yml:3 Saturday 26 August 2023 17:54:30 +0000 (0:00:00.057) 0:00:06.740 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_interface_stat.yml:3 Saturday 26 August 2023 17:54:30 +0000 (0:00:00.024) 0:00:06.765 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1693072468.9523203, "block_size": 4096, "blocks": 0, "ctime": 1693072468.9523203, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28145, "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": 1693072468.9523203, "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-cigkm5fx__/tests/tasks/assert_device_present.yml:5 Saturday 26 August 2023 17:54:30 +0000 (0:00:00.205) 0:00:06.970 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:23 Saturday 26 August 2023 17:54:30 +0000 (0:00:00.021) 0:00:06.991 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:3 Saturday 26 August 2023 17:54:30 +0000 (0:00:00.041) 0:00:07.033 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:8 Saturday 26 August 2023 17:54:30 +0000 (0:00:00.015) 0:00:07.048 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:13 Saturday 26 August 2023 17:54:30 +0000 (0:00:00.014) 0:00:07.063 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:3 Saturday 26 August 2023 17:54:30 +0000 (0:00:00.026) 0:00:07.089 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:3 Saturday 26 August 2023 17:54:30 +0000 (0:00:00.024) 0:00:07.114 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003604", "end": "2023-08-26 17:54:30.647875", "rc": 0, "start": "2023-08-26 17:54:30.644271" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:9 Saturday 26 August 2023 17:54:30 +0000 (0:00:00.210) 0:00:07.325 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:5 Saturday 26 August 2023 17:54:30 +0000 (0:00:00.021) 0:00:07.346 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:16 Saturday 26 August 2023 17:54:30 +0000 (0:00:00.019) 0:00:07.366 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:22 Saturday 26 August 2023 17:54:31 +0000 (0:00:00.748) 0:00:08.114 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:30 Saturday 26 August 2023 17:54:31 +0000 (0:00:00.026) 0:00:08.141 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:38 Saturday 26 August 2023 17:54:31 +0000 (0:00:00.016) 0:00:08.157 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008200", "end": "2023-08-26 17:54:31.690535", "rc": 0, "start": "2023-08-26 17:54:31.682335" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:44 Saturday 26 August 2023 17:54:31 +0000 (0:00:00.208) 0:00:08.366 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:49 Saturday 26 August 2023 17:54:31 +0000 (0:00:00.016) 0:00:08.382 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:55 Saturday 26 August 2023 17:54:31 +0000 (0:00:00.017) 0:00:08.400 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:60 Saturday 26 August 2023 17:54:31 +0000 (0:00:00.015) 0:00:08.415 ******* 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-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:27 Saturday 26 August 2023 17:54:31 +0000 (0:00:00.023) 0:00:08.439 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:3 Saturday 26 August 2023 17:54:31 +0000 (0:00:00.043) 0:00:08.482 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:3 Saturday 26 August 2023 17:54:31 +0000 (0:00:00.020) 0:00:08.503 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003162", "end": "2023-08-26 17:54:32.030960", "rc": 0, "start": "2023-08-26 17:54:32.027798" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:9 Saturday 26 August 2023 17:54:32 +0000 (0:00:00.201) 0:00:08.704 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:5 Saturday 26 August 2023 17:54:32 +0000 (0:00:00.018) 0:00:08.723 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:29 Saturday 26 August 2023 17:54:32 +0000 (0:00:00.015) 0:00:08.739 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/assert_device_absent.yml:3 Saturday 26 August 2023 17:54:32 +0000 (0:00:00.038) 0:00:08.777 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_interface_stat.yml:3 Saturday 26 August 2023 17:54:32 +0000 (0:00:00.024) 0:00:08.802 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/assert_device_absent.yml:5 Saturday 26 August 2023 17:54:32 +0000 (0:00:00.195) 0:00:08.997 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tests_helpers_and_asserts.yml:15 Saturday 26 August 2023 17:54:32 +0000 (0:00:00.021) 0:00:09.019 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:3 Saturday 26 August 2023 17:54:32 +0000 (0:00:00.034) 0:00:09.054 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:3 Saturday 26 August 2023 17:54:32 +0000 (0:00:00.049) 0:00:09.103 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:3 Saturday 26 August 2023 17:54:32 +0000 (0:00:00.025) 0:00:09.129 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003313", "end": "2023-08-26 17:54:32.660868", "rc": 0, "start": "2023-08-26 17:54:32.657555" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:9 Saturday 26 August 2023 17:54:32 +0000 (0:00:00.204) 0:00:09.333 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:5 Saturday 26 August 2023 17:54:32 +0000 (0:00:00.017) 0:00:09.350 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:5 Saturday 26 August 2023 17:54:32 +0000 (0:00:00.018) 0:00:09.368 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:3 Saturday 26 August 2023 17:54:32 +0000 (0:00:00.028) 0:00:09.397 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:8 Saturday 26 August 2023 17:54:32 +0000 (0:00:00.016) 0:00:09.413 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:13 Saturday 26 August 2023 17:54:32 +0000 (0:00:00.016) 0:00:09.429 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:3 Saturday 26 August 2023 17:54:32 +0000 (0:00:00.033) 0:00:09.463 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:3 Saturday 26 August 2023 17:54:32 +0000 (0:00:00.023) 0:00:09.486 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003273", "end": "2023-08-26 17:54:33.015154", "rc": 0, "start": "2023-08-26 17:54:33.011881" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:9 Saturday 26 August 2023 17:54:33 +0000 (0:00:00.201) 0:00:09.688 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:5 Saturday 26 August 2023 17:54:33 +0000 (0:00:00.019) 0:00:09.707 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:16 Saturday 26 August 2023 17:54:33 +0000 (0:00:00.018) 0:00:09.725 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:22 Saturday 26 August 2023 17:54:33 +0000 (0:00:00.748) 0:00:10.474 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:30 Saturday 26 August 2023 17:54:33 +0000 (0:00:00.024) 0:00:10.498 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:38 Saturday 26 August 2023 17:54:33 +0000 (0:00:00.013) 0:00:10.511 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:44 Saturday 26 August 2023 17:54:33 +0000 (0:00:00.015) 0:00:10.527 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:49 Saturday 26 August 2023 17:54:33 +0000 (0:00:00.015) 0:00:10.543 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:55 Saturday 26 August 2023 17:54:33 +0000 (0:00:00.016) 0:00:10.560 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:60 Saturday 26 August 2023 17:54:33 +0000 (0:00:00.015) 0:00:10.575 ******* 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-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:9 Saturday 26 August 2023 17:54:33 +0000 (0:00:00.014) 0:00:10.590 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:3 Saturday 26 August 2023 17:54:33 +0000 (0:00:00.023) 0:00:10.614 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:3 Saturday 26 August 2023 17:54:33 +0000 (0:00:00.018) 0:00:10.632 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003316", "end": "2023-08-26 17:54:34.156355", "rc": 0, "start": "2023-08-26 17:54:34.153039" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:9 Saturday 26 August 2023 17:54:34 +0000 (0:00:00.195) 0:00:10.827 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:5 Saturday 26 August 2023 17:54:34 +0000 (0:00:00.016) 0:00:10.844 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:11 Saturday 26 August 2023 17:54:34 +0000 (0:00:00.017) 0:00:10.862 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/assert_device_absent.yml:3 Saturday 26 August 2023 17:54:34 +0000 (0:00:00.027) 0:00:10.890 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_interface_stat.yml:3 Saturday 26 August 2023 17:54:34 +0000 (0:00:00.019) 0:00:10.909 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/assert_device_absent.yml:5 Saturday 26 August 2023 17:54:34 +0000 (0:00:00.195) 0:00:11.104 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:14 Saturday 26 August 2023 17:54:34 +0000 (0:00:00.024) 0:00:11.129 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:3 Saturday 26 August 2023 17:54:34 +0000 (0:00:00.034) 0:00:11.163 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:8 Saturday 26 August 2023 17:54:34 +0000 (0:00:00.014) 0:00:11.178 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:13 Saturday 26 August 2023 17:54:34 +0000 (0:00:00.021) 0:00:11.200 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:3 Saturday 26 August 2023 17:54:34 +0000 (0:00:00.040) 0:00:11.240 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:3 Saturday 26 August 2023 17:54:34 +0000 (0:00:00.028) 0:00:11.268 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003272", "end": "2023-08-26 17:54:34.796879", "rc": 0, "start": "2023-08-26 17:54:34.793607" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:9 Saturday 26 August 2023 17:54:34 +0000 (0:00:00.205) 0:00:11.474 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:5 Saturday 26 August 2023 17:54:34 +0000 (0:00:00.018) 0:00:11.493 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:16 Saturday 26 August 2023 17:54:34 +0000 (0:00:00.020) 0:00:11.513 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:22 Saturday 26 August 2023 17:54:35 +0000 (0:00:00.763) 0:00:12.277 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:30 Saturday 26 August 2023 17:54:35 +0000 (0:00:00.033) 0:00:12.311 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:38 Saturday 26 August 2023 17:54:35 +0000 (0:00:00.017) 0:00:12.329 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:44 Saturday 26 August 2023 17:54:35 +0000 (0:00:00.018) 0:00:12.347 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.050825", "end": "2023-08-26 17:54:35.925255", "rc": 0, "start": "2023-08-26 17:54:35.874430" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:49 Saturday 26 August 2023 17:54:35 +0000 (0:00:00.258) 0:00:12.605 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:55 Saturday 26 August 2023 17:54:35 +0000 (0:00:00.026) 0:00:12.631 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:60 Saturday 26 August 2023 17:54:35 +0000 (0:00:00.019) 0:00:12.651 ******* 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-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:18 Saturday 26 August 2023 17:54:36 +0000 (0:00:00.021) 0:00:12.673 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:3 Saturday 26 August 2023 17:54:36 +0000 (0:00:00.041) 0:00:12.714 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:3 Saturday 26 August 2023 17:54:36 +0000 (0:00:00.025) 0:00:12.739 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003314", "end": "2023-08-26 17:54:36.272980", "rc": 0, "start": "2023-08-26 17:54:36.269666" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:9 Saturday 26 August 2023 17:54:36 +0000 (0:00:00.247) 0:00:12.986 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:5 Saturday 26 August 2023 17:54:36 +0000 (0:00:00.025) 0:00:13.012 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:20 Saturday 26 August 2023 17:54:36 +0000 (0:00:00.019) 0:00:13.032 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/assert_device_present.yml:3 Saturday 26 August 2023 17:54:36 +0000 (0:00:00.048) 0:00:13.081 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_interface_stat.yml:3 Saturday 26 August 2023 17:54:36 +0000 (0:00:00.028) 0:00:13.109 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1693072475.922223, "block_size": 4096, "blocks": 0, "ctime": 1693072475.922223, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28473, "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": 1693072475.922223, "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-cigkm5fx__/tests/tasks/assert_device_present.yml:5 Saturday 26 August 2023 17:54:36 +0000 (0:00:00.217) 0:00:13.326 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:23 Saturday 26 August 2023 17:54:36 +0000 (0:00:00.028) 0:00:13.354 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:3 Saturday 26 August 2023 17:54:36 +0000 (0:00:00.050) 0:00:13.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-cigkm5fx__/tests/tasks/manage_test_interface.yml:8 Saturday 26 August 2023 17:54:36 +0000 (0:00:00.022) 0:00:13.427 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:13 Saturday 26 August 2023 17:54:36 +0000 (0:00:00.021) 0:00:13.448 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:3 Saturday 26 August 2023 17:54:36 +0000 (0:00:00.040) 0:00:13.489 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:3 Saturday 26 August 2023 17:54:36 +0000 (0:00:00.024) 0:00:13.513 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003203", "end": "2023-08-26 17:54:37.040413", "rc": 0, "start": "2023-08-26 17:54:37.037210" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:9 Saturday 26 August 2023 17:54:37 +0000 (0:00:00.203) 0:00:13.716 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:5 Saturday 26 August 2023 17:54:37 +0000 (0:00:00.041) 0:00:13.758 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:16 Saturday 26 August 2023 17:54:37 +0000 (0:00:00.029) 0:00:13.787 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:22 Saturday 26 August 2023 17:54:37 +0000 (0:00:00.796) 0:00:14.584 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:30 Saturday 26 August 2023 17:54:37 +0000 (0:00:00.035) 0:00:14.620 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:38 Saturday 26 August 2023 17:54:37 +0000 (0:00:00.017) 0:00:14.638 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:44 Saturday 26 August 2023 17:54:38 +0000 (0:00:00.017) 0:00:14.655 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:49 Saturday 26 August 2023 17:54:38 +0000 (0:00:00.014) 0:00:14.669 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008128", "end": "2023-08-26 17:54:38.202509", "rc": 0, "start": "2023-08-26 17:54:38.194381" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:55 Saturday 26 August 2023 17:54:38 +0000 (0:00:00.207) 0:00:14.877 ******* 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-cigkm5fx__/tests/tasks/manage_test_interface.yml:60 Saturday 26 August 2023 17:54:38 +0000 (0:00:00.019) 0:00:14.897 ******* 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-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:27 Saturday 26 August 2023 17:54:38 +0000 (0:00:00.018) 0:00:14.915 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:3 Saturday 26 August 2023 17:54:38 +0000 (0:00:00.054) 0:00:14.970 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:3 Saturday 26 August 2023 17:54:38 +0000 (0:00:00.022) 0:00:14.992 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003318", "end": "2023-08-26 17:54:38.521821", "rc": 0, "start": "2023-08-26 17:54:38.518503" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:9 Saturday 26 August 2023 17:54:38 +0000 (0:00:00.205) 0:00:15.197 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/show_interfaces.yml:5 Saturday 26 August 2023 17:54:38 +0000 (0:00:00.023) 0:00:15.221 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/create_and_remove_interface.yml:29 Saturday 26 August 2023 17:54:38 +0000 (0:00:00.018) 0:00:15.240 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/assert_device_absent.yml:3 Saturday 26 August 2023 17:54:38 +0000 (0:00:00.040) 0:00:15.280 ******* included: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_interface_stat.yml:3 Saturday 26 August 2023 17:54:38 +0000 (0:00:00.032) 0:00:15.312 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/assert_device_absent.yml:5 Saturday 26 August 2023 17:54:38 +0000 (0:00:00.222) 0:00:15.534 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=117 changed=0 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Saturday 26 August 2023 17:54:38 +0000 (0:00:00.040) 0:00:15.574 ******* =============================================================================== Install iproute --------------------------------------------------------- 0.94s /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.91s /WORKDIR/git-weekly-cigkm5fx__/tests/tests_helpers_and_asserts.yml:3 ---------- Install iproute --------------------------------------------------------- 0.80s /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.76s /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.76s /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.75s /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.75s /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:16 ------- Create veth interface veth1298 ------------------------------------------ 0.63s /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:22 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.38s /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/el_repo_setup.yml:3 ---------------- Get stat for interface veth1298 ----------------------------------------- 0.35s /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.35s /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:3 ------- Create dummy interface dummy1298 ---------------------------------------- 0.26s /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:44 ------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:3 ------- Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:30 ------- Get stat for interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/get_current_interfaces.yml:3 ------- Delete veth interface veth1298 ------------------------------------------ 0.21s /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:38 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-cigkm5fx__/tests/tasks/manage_test_interface.yml:49 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---