# 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-cifggew0gc/.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-cifggew0gc/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-cifggew0gc/tests/tests_helpers_and_asserts.yml:3 Saturday 13 April 2024 13:41:58 +0000 (0:00:00.035) 0:00:00.035 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cifggew0gc/tests/tests_helpers_and_asserts.yml:6 Saturday 13 April 2024 13:41:59 +0000 (0:00:01.048) 0:00:01.083 ******** included: /WORKDIR/git-weekly-cifggew0gc/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-cifggew0gc/tests/tasks/el_repo_setup.yml:3 Saturday 13 April 2024 13:41:59 +0000 (0:00:00.013) 0:00:01.097 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/el_repo_setup.yml:17 Saturday 13 April 2024 13:41:59 +0000 (0:00:00.434) 0:00:01.531 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/el_repo_setup.yml:22 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.306) 0:00:01.838 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/el_repo_setup.yml:26 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.014) 0:00:01.852 ******** 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-cifggew0gc/tests/tasks/el_repo_setup.yml:51 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.007) 0:00:01.860 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/enable_epel.yml:8 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.021) 0:00:01.881 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/enable_epel.yml:24 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.007) 0:00:01.889 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/enable_epel.yml:30 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.007) 0:00:01.897 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/enable_epel.yml:35 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.007) 0:00:01.904 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/enable_epel.yml:40 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.007) 0:00:01.912 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tests_helpers_and_asserts.yml:9 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.007) 0:00:01.919 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/create_and_remove_interface.yml:3 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.011) 0:00:01.931 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.010) 0:00:01.941 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.010) 0:00:01.952 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004008", "end": "2024-04-13 13:42:00.616575", "rc": 0, "start": "2024-04-13 13:42:00.612567" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.313) 0:00:02.265 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.011) 0:00:02.276 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/create_and_remove_interface.yml:5 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.009) 0:00:02.286 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:3 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.013) 0:00:02.300 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:8 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.007) 0:00:02.307 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:13 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.007) 0:00:02.315 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.010) 0:00:02.326 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.009) 0:00:02.335 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003928", "end": "2024-04-13 13:42:00.938428", "rc": 0, "start": "2024-04-13 13:42:00.934500" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.252) 0:00:02.587 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.010) 0:00:02.598 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:16 Saturday 13 April 2024 13:42:00 +0000 (0:00:00.009) 0:00:02.608 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:27 Saturday 13 April 2024 13:42:03 +0000 (0:00:02.295) 0:00:04.903 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:35 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.014) 0:00:04.918 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:43 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.009) 0:00:04.927 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:49 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.008) 0:00:04.935 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:54 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.008) 0:00:04.943 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:60 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.007) 0:00:04.951 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:65 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.009) 0:00:04.960 ******** 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-cifggew0gc/tests/tasks/create_and_remove_interface.yml:9 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.008) 0:00:04.969 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.014) 0:00:04.983 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.009) 0:00:04.993 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003842", "end": "2024-04-13 13:42:03.583889", "rc": 0, "start": "2024-04-13 13:42:03.580047" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.238) 0:00:05.231 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.009) 0:00:05.241 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/create_and_remove_interface.yml:11 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.008) 0:00:05.250 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/assert_device_absent.yml:3 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.013) 0:00:05.264 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_interface_stat.yml:3 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.010) 0:00:05.274 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/assert_device_absent.yml:5 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.232) 0:00:05.506 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/create_and_remove_interface.yml:14 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.011) 0:00:05.518 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:3 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.014) 0:00:05.532 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:8 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.009) 0:00:05.542 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:13 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.008) 0:00:05.550 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.011) 0:00:05.561 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 13:42:03 +0000 (0:00:00.010) 0:00:05.572 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003821", "end": "2024-04-13 13:42:04.163161", "rc": 0, "start": "2024-04-13 13:42:04.159340" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 13:42:04 +0000 (0:00:00.239) 0:00:05.811 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 13:42:04 +0000 (0:00:00.011) 0:00:05.823 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:16 Saturday 13 April 2024 13:42:04 +0000 (0:00:00.012) 0:00:05.836 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:27 Saturday 13 April 2024 13:42:06 +0000 (0:00:02.092) 0:00:07.929 ******** 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.007940", "end": "2024-04-13 13:42:06.540861", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-04-13 13:42:06.532921" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004292", "end": "2024-04-13 13:42:06.851509", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-04-13 13:42:06.847217" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.005496", "end": "2024-04-13 13:42:07.100734", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-04-13 13:42:07.095238" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:35 Saturday 13 April 2024 13:42:07 +0000 (0:00:00.821) 0:00:08.751 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024318", "end": "2024-04-13 13:42:07.379415", "rc": 0, "start": "2024-04-13 13:42:07.355097" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:43 Saturday 13 April 2024 13:42:07 +0000 (0:00:00.281) 0:00:09.032 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:49 Saturday 13 April 2024 13:42:07 +0000 (0:00:00.012) 0:00:09.045 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:54 Saturday 13 April 2024 13:42:07 +0000 (0:00:00.022) 0:00:09.068 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:60 Saturday 13 April 2024 13:42:07 +0000 (0:00:00.014) 0:00:09.082 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:65 Saturday 13 April 2024 13:42:07 +0000 (0:00:00.009) 0:00:09.092 ******** 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-cifggew0gc/tests/tasks/create_and_remove_interface.yml:18 Saturday 13 April 2024 13:42:07 +0000 (0:00:00.009) 0:00:09.102 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 13:42:07 +0000 (0:00:00.017) 0:00:09.119 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 13:42:07 +0000 (0:00:00.010) 0:00:09.130 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003848", "end": "2024-04-13 13:42:07.735195", "rc": 0, "start": "2024-04-13 13:42:07.731347" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 13:42:07 +0000 (0:00:00.254) 0:00:09.384 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 13:42:07 +0000 (0:00:00.012) 0:00:09.396 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/create_and_remove_interface.yml:20 Saturday 13 April 2024 13:42:07 +0000 (0:00:00.024) 0:00:09.421 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/assert_device_present.yml:3 Saturday 13 April 2024 13:42:07 +0000 (0:00:00.017) 0:00:09.438 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_interface_stat.yml:3 Saturday 13 April 2024 13:42:07 +0000 (0:00:00.010) 0:00:09.449 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713015726.5370057, "block_size": 4096, "blocks": 0, "ctime": 1713015726.5370057, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34637, "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": 1713015726.5370057, "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-cifggew0gc/tests/tasks/assert_device_present.yml:5 Saturday 13 April 2024 13:42:08 +0000 (0:00:00.251) 0:00:09.701 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/create_and_remove_interface.yml:23 Saturday 13 April 2024 13:42:08 +0000 (0:00:00.011) 0:00:09.712 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:3 Saturday 13 April 2024 13:42:08 +0000 (0:00:00.018) 0:00:09.730 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:8 Saturday 13 April 2024 13:42:08 +0000 (0:00:00.007) 0:00:09.738 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:13 Saturday 13 April 2024 13:42:08 +0000 (0:00:00.007) 0:00:09.745 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 13:42:08 +0000 (0:00:00.010) 0:00:09.756 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 13:42:08 +0000 (0:00:00.009) 0:00:09.766 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004163", "end": "2024-04-13 13:42:08.368514", "rc": 0, "start": "2024-04-13 13:42:08.364351" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 13:42:08 +0000 (0:00:00.253) 0:00:10.019 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 13:42:08 +0000 (0:00:00.013) 0:00:10.032 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:16 Saturday 13 April 2024 13:42:08 +0000 (0:00:00.011) 0:00:10.044 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:27 Saturday 13 April 2024 13:42:10 +0000 (0:00:02.176) 0:00:12.220 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:35 Saturday 13 April 2024 13:42:10 +0000 (0:00:00.015) 0:00:12.236 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:43 Saturday 13 April 2024 13:42:10 +0000 (0:00:00.008) 0:00:12.244 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.013627", "end": "2024-04-13 13:42:10.859355", "rc": 0, "start": "2024-04-13 13:42:10.845728" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:49 Saturday 13 April 2024 13:42:10 +0000 (0:00:00.274) 0:00:12.518 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:54 Saturday 13 April 2024 13:42:10 +0000 (0:00:00.009) 0:00:12.528 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:60 Saturday 13 April 2024 13:42:10 +0000 (0:00:00.008) 0:00:12.536 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:65 Saturday 13 April 2024 13:42:10 +0000 (0:00:00.009) 0:00:12.545 ******** 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-cifggew0gc/tests/tasks/create_and_remove_interface.yml:27 Saturday 13 April 2024 13:42:10 +0000 (0:00:00.007) 0:00:12.553 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 13:42:10 +0000 (0:00:00.019) 0:00:12.573 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 13:42:10 +0000 (0:00:00.009) 0:00:12.582 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003859", "end": "2024-04-13 13:42:11.183739", "rc": 0, "start": "2024-04-13 13:42:11.179880" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 13:42:11 +0000 (0:00:00.251) 0:00:12.834 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 13:42:11 +0000 (0:00:00.009) 0:00:12.844 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/create_and_remove_interface.yml:29 Saturday 13 April 2024 13:42:11 +0000 (0:00:00.010) 0:00:12.854 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/assert_device_absent.yml:3 Saturday 13 April 2024 13:42:11 +0000 (0:00:00.018) 0:00:12.873 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_interface_stat.yml:3 Saturday 13 April 2024 13:42:11 +0000 (0:00:00.010) 0:00:12.883 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/assert_device_absent.yml:5 Saturday 13 April 2024 13:42:11 +0000 (0:00:00.246) 0:00:13.129 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tests_helpers_and_asserts.yml:15 Saturday 13 April 2024 13:42:11 +0000 (0:00:00.011) 0:00:13.141 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/create_and_remove_interface.yml:3 Saturday 13 April 2024 13:42:11 +0000 (0:00:00.013) 0:00:13.154 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 13:42:11 +0000 (0:00:00.010) 0:00:13.164 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 13:42:11 +0000 (0:00:00.009) 0:00:13.173 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003990", "end": "2024-04-13 13:42:11.776039", "rc": 0, "start": "2024-04-13 13:42:11.772049" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 13:42:11 +0000 (0:00:00.252) 0:00:13.426 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 13:42:11 +0000 (0:00:00.013) 0:00:13.439 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/create_and_remove_interface.yml:5 Saturday 13 April 2024 13:42:11 +0000 (0:00:00.009) 0:00:13.449 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:3 Saturday 13 April 2024 13:42:11 +0000 (0:00:00.012) 0:00:13.462 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:8 Saturday 13 April 2024 13:42:11 +0000 (0:00:00.007) 0:00:13.469 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:13 Saturday 13 April 2024 13:42:11 +0000 (0:00:00.007) 0:00:13.477 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 13:42:11 +0000 (0:00:00.010) 0:00:13.488 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 13:42:11 +0000 (0:00:00.009) 0:00:13.497 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003828", "end": "2024-04-13 13:42:12.095317", "rc": 0, "start": "2024-04-13 13:42:12.091489" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 13:42:12 +0000 (0:00:00.246) 0:00:13.744 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 13:42:12 +0000 (0:00:00.010) 0:00:13.754 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:16 Saturday 13 April 2024 13:42:12 +0000 (0:00:00.009) 0:00:13.764 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:27 Saturday 13 April 2024 13:42:14 +0000 (0:00:02.176) 0:00:15.940 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:35 Saturday 13 April 2024 13:42:14 +0000 (0:00:00.014) 0:00:15.955 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:43 Saturday 13 April 2024 13:42:14 +0000 (0:00:00.009) 0:00:15.964 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:49 Saturday 13 April 2024 13:42:14 +0000 (0:00:00.008) 0:00:15.973 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:54 Saturday 13 April 2024 13:42:14 +0000 (0:00:00.010) 0:00:15.984 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:60 Saturday 13 April 2024 13:42:14 +0000 (0:00:00.008) 0:00:15.992 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:65 Saturday 13 April 2024 13:42:14 +0000 (0:00:00.008) 0:00:16.001 ******** 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-cifggew0gc/tests/tasks/create_and_remove_interface.yml:9 Saturday 13 April 2024 13:42:14 +0000 (0:00:00.008) 0:00:16.009 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 13:42:14 +0000 (0:00:00.015) 0:00:16.024 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 13:42:14 +0000 (0:00:00.009) 0:00:16.034 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003917", "end": "2024-04-13 13:42:14.638782", "rc": 0, "start": "2024-04-13 13:42:14.634865" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 13:42:14 +0000 (0:00:00.253) 0:00:16.287 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 13:42:14 +0000 (0:00:00.010) 0:00:16.297 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/create_and_remove_interface.yml:11 Saturday 13 April 2024 13:42:14 +0000 (0:00:00.009) 0:00:16.307 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/assert_device_absent.yml:3 Saturday 13 April 2024 13:42:14 +0000 (0:00:00.013) 0:00:16.321 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_interface_stat.yml:3 Saturday 13 April 2024 13:42:14 +0000 (0:00:00.010) 0:00:16.331 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/assert_device_absent.yml:5 Saturday 13 April 2024 13:42:14 +0000 (0:00:00.246) 0:00:16.577 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/create_and_remove_interface.yml:14 Saturday 13 April 2024 13:42:14 +0000 (0:00:00.013) 0:00:16.590 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:3 Saturday 13 April 2024 13:42:14 +0000 (0:00:00.015) 0:00:16.606 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:8 Saturday 13 April 2024 13:42:14 +0000 (0:00:00.008) 0:00:16.615 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:13 Saturday 13 April 2024 13:42:14 +0000 (0:00:00.007) 0:00:16.623 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 13:42:15 +0000 (0:00:00.010) 0:00:16.633 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 13:42:15 +0000 (0:00:00.009) 0:00:16.643 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003923", "end": "2024-04-13 13:42:15.245658", "rc": 0, "start": "2024-04-13 13:42:15.241735" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 13:42:15 +0000 (0:00:00.251) 0:00:16.894 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 13:42:15 +0000 (0:00:00.013) 0:00:16.908 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:16 Saturday 13 April 2024 13:42:15 +0000 (0:00:00.009) 0:00:16.917 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:27 Saturday 13 April 2024 13:42:17 +0000 (0:00:02.184) 0:00:19.102 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:35 Saturday 13 April 2024 13:42:17 +0000 (0:00:00.015) 0:00:19.117 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:43 Saturday 13 April 2024 13:42:17 +0000 (0:00:00.008) 0:00:19.126 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:49 Saturday 13 April 2024 13:42:17 +0000 (0:00:00.008) 0:00:19.134 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.081723", "end": "2024-04-13 13:42:17.811114", "rc": 0, "start": "2024-04-13 13:42:17.729391" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:54 Saturday 13 April 2024 13:42:17 +0000 (0:00:00.341) 0:00:19.476 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:60 Saturday 13 April 2024 13:42:17 +0000 (0:00:00.009) 0:00:19.485 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:65 Saturday 13 April 2024 13:42:17 +0000 (0:00:00.008) 0:00:19.494 ******** 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-cifggew0gc/tests/tasks/create_and_remove_interface.yml:18 Saturday 13 April 2024 13:42:17 +0000 (0:00:00.010) 0:00:19.504 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 13:42:17 +0000 (0:00:00.017) 0:00:19.521 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 13:42:17 +0000 (0:00:00.010) 0:00:19.531 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004055", "end": "2024-04-13 13:42:18.137569", "rc": 0, "start": "2024-04-13 13:42:18.133514" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 13:42:18 +0000 (0:00:00.254) 0:00:19.786 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 13:42:18 +0000 (0:00:00.010) 0:00:19.796 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/create_and_remove_interface.yml:20 Saturday 13 April 2024 13:42:18 +0000 (0:00:00.009) 0:00:19.806 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/assert_device_present.yml:3 Saturday 13 April 2024 13:42:18 +0000 (0:00:00.016) 0:00:19.822 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_interface_stat.yml:3 Saturday 13 April 2024 13:42:18 +0000 (0:00:00.010) 0:00:19.832 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713015737.809122, "block_size": 4096, "blocks": 0, "ctime": 1713015737.809122, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34969, "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": 1713015737.809122, "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-cifggew0gc/tests/tasks/assert_device_present.yml:5 Saturday 13 April 2024 13:42:18 +0000 (0:00:00.246) 0:00:20.079 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/create_and_remove_interface.yml:23 Saturday 13 April 2024 13:42:18 +0000 (0:00:00.014) 0:00:20.093 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:3 Saturday 13 April 2024 13:42:18 +0000 (0:00:00.019) 0:00:20.112 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:8 Saturday 13 April 2024 13:42:18 +0000 (0:00:00.009) 0:00:20.122 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:13 Saturday 13 April 2024 13:42:18 +0000 (0:00:00.009) 0:00:20.132 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 13:42:18 +0000 (0:00:00.012) 0:00:20.144 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 13:42:18 +0000 (0:00:00.014) 0:00:20.159 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003987", "end": "2024-04-13 13:42:18.762968", "rc": 0, "start": "2024-04-13 13:42:18.758981" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 13:42:18 +0000 (0:00:00.254) 0:00:20.413 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 13:42:18 +0000 (0:00:00.011) 0:00:20.424 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:16 Saturday 13 April 2024 13:42:18 +0000 (0:00:00.012) 0:00:20.437 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:27 Saturday 13 April 2024 13:42:21 +0000 (0:00:02.199) 0:00:22.636 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:35 Saturday 13 April 2024 13:42:21 +0000 (0:00:00.016) 0:00:22.653 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:43 Saturday 13 April 2024 13:42:21 +0000 (0:00:00.009) 0:00:22.662 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:49 Saturday 13 April 2024 13:42:21 +0000 (0:00:00.010) 0:00:22.673 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:54 Saturday 13 April 2024 13:42:21 +0000 (0:00:00.009) 0:00:22.682 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009367", "end": "2024-04-13 13:42:21.294241", "rc": 0, "start": "2024-04-13 13:42:21.284874" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:60 Saturday 13 April 2024 13:42:21 +0000 (0:00:00.269) 0:00:22.952 ******** 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-cifggew0gc/tests/tasks/manage_test_interface.yml:65 Saturday 13 April 2024 13:42:21 +0000 (0:00:00.009) 0:00:22.962 ******** 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-cifggew0gc/tests/tasks/create_and_remove_interface.yml:27 Saturday 13 April 2024 13:42:21 +0000 (0:00:00.008) 0:00:22.970 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:3 Saturday 13 April 2024 13:42:21 +0000 (0:00:00.020) 0:00:22.991 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:3 Saturday 13 April 2024 13:42:21 +0000 (0:00:00.051) 0:00:23.043 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003959", "end": "2024-04-13 13:42:21.648487", "rc": 0, "start": "2024-04-13 13:42:21.644528" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:9 Saturday 13 April 2024 13:42:21 +0000 (0:00:00.254) 0:00:23.298 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/show_interfaces.yml:5 Saturday 13 April 2024 13:42:21 +0000 (0:00:00.011) 0:00:23.309 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/create_and_remove_interface.yml:29 Saturday 13 April 2024 13:42:21 +0000 (0:00:00.009) 0:00:23.319 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/assert_device_absent.yml:3 Saturday 13 April 2024 13:42:21 +0000 (0:00:00.019) 0:00:23.338 ******** included: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_interface_stat.yml:3 Saturday 13 April 2024 13:42:21 +0000 (0:00:00.011) 0:00:23.349 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cifggew0gc/tests/tasks/assert_device_absent.yml:5 Saturday 13 April 2024 13:42:21 +0000 (0:00:00.249) 0:00:23.599 ******** 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 13 April 2024 13:42:21 +0000 (0:00:00.016) 0:00:23.615 ******** =============================================================================== Install iproute --------------------------------------------------------- 2.30s /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.20s /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.18s /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.18s /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.18s /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.09s /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 1.05s /WORKDIR/git-weekly-cifggew0gc/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.82s /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:27 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.43s /WORKDIR/git-weekly-cifggew0gc/tests/tasks/el_repo_setup.yml:3 ---------------- Create dummy interface dummy1298 ---------------------------------------- 0.34s /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:49 ------- Gather current interface info ------------------------------------------- 0.31s /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:3 ------- Check if system is ostree ----------------------------------------------- 0.31s /WORKDIR/git-weekly-cifggew0gc/tests/tasks/el_repo_setup.yml:17 --------------- Set up veth as managed by NetworkManager -------------------------------- 0.28s /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:35 ------- Delete veth interface veth1298 ------------------------------------------ 0.27s /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:43 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.27s /WORKDIR/git-weekly-cifggew0gc/tests/tasks/manage_test_interface.yml:54 ------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-cifggew0gc/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-cifggew0gc/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. ---^---^---^---^---^---