# 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-ci1sgfdags/.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-ci1sgfdags/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-ci1sgfdags/tests/tests_helpers_and_asserts.yml:3 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.037) 0:00:00.037 ********** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tests_helpers_and_asserts.yml:6 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.860) 0:00:00.897 ********** included: /WORKDIR/git-weekly-ci1sgfdags/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-ci1sgfdags/tests/tasks/el_repo_setup.yml:3 Saturday 04 May 2024 13:23:31 +0000 (0:00:00.020) 0:00:00.918 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/el_repo_setup.yml:17 Saturday 04 May 2024 13:23:32 +0000 (0:00:00.362) 0:00:01.280 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/el_repo_setup.yml:22 Saturday 04 May 2024 13:23:32 +0000 (0:00:00.261) 0:00:01.542 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/el_repo_setup.yml:26 Saturday 04 May 2024 13:23:32 +0000 (0:00:00.014) 0:00:01.557 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/el_repo_setup.yml:51 Saturday 04 May 2024 13:23:32 +0000 (0:00:00.008) 0:00:01.566 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/enable_epel.yml:8 Saturday 04 May 2024 13:23:32 +0000 (0:00:00.022) 0:00:01.588 ********** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/enable_epel.yml:24 Saturday 04 May 2024 13:23:32 +0000 (0:00:00.247) 0:00:01.836 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/enable_epel.yml:30 Saturday 04 May 2024 13:23:32 +0000 (0:00:00.011) 0:00:01.847 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/enable_epel.yml:35 Saturday 04 May 2024 13:23:32 +0000 (0:00:00.015) 0:00:01.863 ********** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.248219", "end": "2024-05-04 13:23:33.310533", "rc": 0, "start": "2024-05-04 13:23:33.062314" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/enable_epel.yml:40 Saturday 04 May 2024 13:23:33 +0000 (0:00:00.437) 0:00:02.300 ********** 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-ci1sgfdags/tests/tests_helpers_and_asserts.yml:9 Saturday 04 May 2024 13:23:33 +0000 (0:00:00.009) 0:00:02.310 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:3 Saturday 04 May 2024 13:23:33 +0000 (0:00:00.013) 0:00:02.324 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:33 +0000 (0:00:00.015) 0:00:02.339 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:33 +0000 (0:00:00.010) 0:00:02.350 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003212", "end": "2024-05-04 13:23:33.551155", "rc": 0, "start": "2024-05-04 13:23:33.547943" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:33 +0000 (0:00:00.188) 0:00:02.539 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:33 +0000 (0:00:00.010) 0:00:02.549 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:5 Saturday 04 May 2024 13:23:33 +0000 (0:00:00.009) 0:00:02.559 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:23:33 +0000 (0:00:00.014) 0:00:02.574 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:23:33 +0000 (0:00:00.008) 0:00:02.582 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:23:33 +0000 (0:00:00.008) 0:00:02.590 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:33 +0000 (0:00:00.011) 0:00:02.602 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:33 +0000 (0:00:00.010) 0:00:02.612 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003273", "end": "2024-05-04 13:23:33.825374", "rc": 0, "start": "2024-05-04 13:23:33.822101" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:33 +0000 (0:00:00.208) 0:00:02.821 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:33 +0000 (0:00:00.012) 0:00:02.833 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:23:33 +0000 (0:00:00.014) 0:00:02.848 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:27 Saturday 04 May 2024 13:23:36 +0000 (0:00:03.021) 0:00:05.870 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:35 Saturday 04 May 2024 13:23:36 +0000 (0:00:00.014) 0:00:05.884 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:43 Saturday 04 May 2024 13:23:36 +0000 (0:00:00.008) 0:00:05.893 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:49 Saturday 04 May 2024 13:23:36 +0000 (0:00:00.010) 0:00:05.903 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:54 Saturday 04 May 2024 13:23:36 +0000 (0:00:00.009) 0:00:05.913 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:60 Saturday 04 May 2024 13:23:36 +0000 (0:00:00.009) 0:00:05.922 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:23:36 +0000 (0:00:00.009) 0:00:05.931 ********** 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-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:9 Saturday 04 May 2024 13:23:36 +0000 (0:00:00.007) 0:00:05.939 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:36 +0000 (0:00:00.012) 0:00:05.952 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:36 +0000 (0:00:00.010) 0:00:05.963 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003545", "end": "2024-05-04 13:23:37.167841", "rc": 0, "start": "2024-05-04 13:23:37.164296" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.193) 0:00:06.156 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.009) 0:00:06.166 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:11 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.009) 0:00:06.175 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/assert_device_absent.yml:3 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.014) 0:00:06.190 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.009) 0:00:06.200 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/assert_device_absent.yml:5 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.183) 0:00:06.384 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:14 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.011) 0:00:06.395 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.016) 0:00:06.412 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.008) 0:00:06.421 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.008) 0:00:06.430 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.011) 0:00:06.441 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.010) 0:00:06.452 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003163", "end": "2024-05-04 13:23:37.651523", "rc": 0, "start": "2024-05-04 13:23:37.648360" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.187) 0:00:06.639 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.011) 0:00:06.651 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:23:37 +0000 (0:00:00.010) 0:00:06.661 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:27 Saturday 04 May 2024 13:23:40 +0000 (0:00:02.649) 0:00:09.311 ********** 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.012092", "end": "2024-05-04 13:23:40.524857", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-05-04 13:23:40.512765" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003688", "end": "2024-05-04 13:23:40.749150", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-05-04 13:23:40.745462" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003876", "end": "2024-05-04 13:23:40.934775", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-05-04 13:23:40.930899" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:35 Saturday 04 May 2024 13:23:40 +0000 (0:00:00.616) 0:00:09.928 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023464", "end": "2024-05-04 13:23:41.149822", "rc": 0, "start": "2024-05-04 13:23:41.126358" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:43 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.215) 0:00:10.143 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:49 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.010) 0:00:10.153 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:54 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.009) 0:00:10.163 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:60 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.015) 0:00:10.178 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.012) 0:00:10.190 ********** 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-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:18 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.007) 0:00:10.198 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.016) 0:00:10.214 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.009) 0:00:10.224 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003858", "end": "2024-05-04 13:23:41.425457", "rc": 0, "start": "2024-05-04 13:23:41.421599" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.201) 0:00:10.426 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.012) 0:00:10.438 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:20 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.017) 0:00:10.456 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/assert_device_present.yml:3 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.023) 0:00:10.480 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.027) 0:00:10.507 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714829020.5163734, "block_size": 4096, "blocks": 0, "ctime": 1714829020.5163734, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31807, "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": 1714829020.5163734, "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-ci1sgfdags/tests/tasks/assert_device_present.yml:5 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.189) 0:00:10.697 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:23 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.011) 0:00:10.708 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.018) 0:00:10.727 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.007) 0:00:10.735 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.007) 0:00:10.742 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.010) 0:00:10.753 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.009) 0:00:10.762 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003308", "end": "2024-05-04 13:23:41.961999", "rc": 0, "start": "2024-05-04 13:23:41.958691" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.187) 0:00:10.950 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.011) 0:00:10.961 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:23:41 +0000 (0:00:00.009) 0:00:10.970 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:27 Saturday 04 May 2024 13:23:44 +0000 (0:00:02.637) 0:00:13.608 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:35 Saturday 04 May 2024 13:23:44 +0000 (0:00:00.024) 0:00:13.633 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:43 Saturday 04 May 2024 13:23:44 +0000 (0:00:00.010) 0:00:13.643 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011267", "end": "2024-05-04 13:23:44.854605", "rc": 0, "start": "2024-05-04 13:23:44.843338" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:49 Saturday 04 May 2024 13:23:44 +0000 (0:00:00.210) 0:00:13.854 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:54 Saturday 04 May 2024 13:23:44 +0000 (0:00:00.010) 0:00:13.865 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:60 Saturday 04 May 2024 13:23:44 +0000 (0:00:00.011) 0:00:13.876 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:23:44 +0000 (0:00:00.011) 0:00:13.887 ********** 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-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:27 Saturday 04 May 2024 13:23:44 +0000 (0:00:00.010) 0:00:13.897 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:44 +0000 (0:00:00.033) 0:00:13.931 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:44 +0000 (0:00:00.009) 0:00:13.940 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003403", "end": "2024-05-04 13:23:45.145889", "rc": 0, "start": "2024-05-04 13:23:45.142486" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.200) 0:00:14.141 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.012) 0:00:14.153 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:29 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.010) 0:00:14.163 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/assert_device_absent.yml:3 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.020) 0:00:14.183 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.010) 0:00:14.194 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/assert_device_absent.yml:5 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.190) 0:00:14.384 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tests_helpers_and_asserts.yml:15 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.013) 0:00:14.398 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:3 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.022) 0:00:14.420 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.012) 0:00:14.433 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.021) 0:00:14.454 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003353", "end": "2024-05-04 13:23:45.657589", "rc": 0, "start": "2024-05-04 13:23:45.654236" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.194) 0:00:14.648 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.010) 0:00:14.659 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:5 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.009) 0:00:14.668 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.012) 0:00:14.680 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.007) 0:00:14.688 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.007) 0:00:14.695 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.011) 0:00:14.706 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.009) 0:00:14.715 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003312", "end": "2024-05-04 13:23:45.916575", "rc": 0, "start": "2024-05-04 13:23:45.913263" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.189) 0:00:14.905 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.010) 0:00:14.915 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:23:45 +0000 (0:00:00.010) 0:00:14.925 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:27 Saturday 04 May 2024 13:23:48 +0000 (0:00:02.756) 0:00:17.682 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:35 Saturday 04 May 2024 13:23:48 +0000 (0:00:00.018) 0:00:17.700 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:43 Saturday 04 May 2024 13:23:48 +0000 (0:00:00.015) 0:00:17.715 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:49 Saturday 04 May 2024 13:23:48 +0000 (0:00:00.009) 0:00:17.725 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:54 Saturday 04 May 2024 13:23:48 +0000 (0:00:00.010) 0:00:17.735 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:60 Saturday 04 May 2024 13:23:48 +0000 (0:00:00.014) 0:00:17.750 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:23:48 +0000 (0:00:00.013) 0:00:17.763 ********** 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-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:9 Saturday 04 May 2024 13:23:48 +0000 (0:00:00.012) 0:00:17.775 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:48 +0000 (0:00:00.014) 0:00:17.790 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:48 +0000 (0:00:00.011) 0:00:17.802 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003147", "end": "2024-05-04 13:23:49.003612", "rc": 0, "start": "2024-05-04 13:23:49.000465" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.188) 0:00:17.991 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.011) 0:00:18.002 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:11 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.009) 0:00:18.012 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/assert_device_absent.yml:3 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.014) 0:00:18.026 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.010) 0:00:18.037 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/assert_device_absent.yml:5 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.188) 0:00:18.226 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:14 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.027) 0:00:18.253 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.027) 0:00:18.280 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.007) 0:00:18.288 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.011) 0:00:18.299 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.012) 0:00:18.311 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.013) 0:00:18.324 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003070", "end": "2024-05-04 13:23:49.525120", "rc": 0, "start": "2024-05-04 13:23:49.522050" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.189) 0:00:18.514 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.010) 0:00:18.524 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:23:49 +0000 (0:00:00.015) 0:00:18.540 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:27 Saturday 04 May 2024 13:23:52 +0000 (0:00:02.631) 0:00:21.172 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:35 Saturday 04 May 2024 13:23:52 +0000 (0:00:00.017) 0:00:21.190 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:43 Saturday 04 May 2024 13:23:52 +0000 (0:00:00.009) 0:00:21.199 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:49 Saturday 04 May 2024 13:23:52 +0000 (0:00:00.009) 0:00:21.208 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011449", "end": "2024-05-04 13:23:52.420243", "rc": 0, "start": "2024-05-04 13:23:52.408794" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:54 Saturday 04 May 2024 13:23:52 +0000 (0:00:00.211) 0:00:21.420 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:60 Saturday 04 May 2024 13:23:52 +0000 (0:00:00.010) 0:00:21.430 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:23:52 +0000 (0:00:00.008) 0:00:21.439 ********** 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-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:18 Saturday 04 May 2024 13:23:52 +0000 (0:00:00.010) 0:00:21.449 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:52 +0000 (0:00:00.017) 0:00:21.467 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:52 +0000 (0:00:00.013) 0:00:21.481 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003218", "end": "2024-05-04 13:23:52.683242", "rc": 0, "start": "2024-05-04 13:23:52.680024" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:52 +0000 (0:00:00.190) 0:00:21.671 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:52 +0000 (0:00:00.011) 0:00:21.683 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:20 Saturday 04 May 2024 13:23:52 +0000 (0:00:00.009) 0:00:21.693 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/assert_device_present.yml:3 Saturday 04 May 2024 13:23:52 +0000 (0:00:00.017) 0:00:21.710 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:23:52 +0000 (0:00:00.009) 0:00:21.720 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1714829032.4171777, "block_size": 4096, "blocks": 0, "ctime": 1714829032.4171777, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32130, "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": 1714829032.4171777, "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-ci1sgfdags/tests/tasks/assert_device_present.yml:5 Saturday 04 May 2024 13:23:52 +0000 (0:00:00.188) 0:00:21.908 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:23 Saturday 04 May 2024 13:23:52 +0000 (0:00:00.016) 0:00:21.925 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:3 Saturday 04 May 2024 13:23:52 +0000 (0:00:00.021) 0:00:21.946 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:8 Saturday 04 May 2024 13:23:52 +0000 (0:00:00.015) 0:00:21.961 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:13 Saturday 04 May 2024 13:23:53 +0000 (0:00:00.010) 0:00:21.971 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:53 +0000 (0:00:00.017) 0:00:21.989 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:53 +0000 (0:00:00.023) 0:00:22.012 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003201", "end": "2024-05-04 13:23:53.227010", "rc": 0, "start": "2024-05-04 13:23:53.223809" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:53 +0000 (0:00:00.206) 0:00:22.219 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:53 +0000 (0:00:00.010) 0:00:22.230 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:16 Saturday 04 May 2024 13:23:53 +0000 (0:00:00.012) 0:00:22.242 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:27 Saturday 04 May 2024 13:23:55 +0000 (0:00:02.628) 0:00:24.871 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:35 Saturday 04 May 2024 13:23:55 +0000 (0:00:00.015) 0:00:24.887 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:43 Saturday 04 May 2024 13:23:55 +0000 (0:00:00.010) 0:00:24.898 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:49 Saturday 04 May 2024 13:23:55 +0000 (0:00:00.010) 0:00:24.908 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:54 Saturday 04 May 2024 13:23:55 +0000 (0:00:00.009) 0:00:24.918 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011609", "end": "2024-05-04 13:23:56.129077", "rc": 0, "start": "2024-05-04 13:23:56.117468" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:60 Saturday 04 May 2024 13:23:56 +0000 (0:00:00.207) 0:00:25.125 ********** 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-ci1sgfdags/tests/tasks/manage_test_interface.yml:65 Saturday 04 May 2024 13:23:56 +0000 (0:00:00.009) 0:00:25.135 ********** 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-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:27 Saturday 04 May 2024 13:23:56 +0000 (0:00:00.009) 0:00:25.144 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:3 Saturday 04 May 2024 13:23:56 +0000 (0:00:00.018) 0:00:25.162 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:3 Saturday 04 May 2024 13:23:56 +0000 (0:00:00.008) 0:00:25.171 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003154", "end": "2024-05-04 13:23:56.370470", "rc": 0, "start": "2024-05-04 13:23:56.367316" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:9 Saturday 04 May 2024 13:23:56 +0000 (0:00:00.186) 0:00:25.357 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/show_interfaces.yml:5 Saturday 04 May 2024 13:23:56 +0000 (0:00:00.009) 0:00:25.367 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/create_and_remove_interface.yml:29 Saturday 04 May 2024 13:23:56 +0000 (0:00:00.009) 0:00:25.377 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/assert_device_absent.yml:3 Saturday 04 May 2024 13:23:56 +0000 (0:00:00.020) 0:00:25.397 ********** included: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_interface_stat.yml:3 Saturday 04 May 2024 13:23:56 +0000 (0:00:00.010) 0:00:25.407 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/assert_device_absent.yml:5 Saturday 04 May 2024 13:23:56 +0000 (0:00:00.183) 0:00:25.591 ********** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=121 changed=0 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Saturday 04 May 2024 13:23:56 +0000 (0:00:00.015) 0:00:25.606 ********** =============================================================================== Install iproute --------------------------------------------------------- 3.02s /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.76s /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.65s /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.64s /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.63s /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.63s /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.86s /WORKDIR/git-weekly-ci1sgfdags/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.62s /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:27 ------- Enable EPEL 8 ----------------------------------------------------------- 0.44s /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/el_repo_setup.yml:17 --------------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/enable_epel.yml:8 ------------------ Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:35 ------- Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:49 ------- Delete veth interface veth1298 ------------------------------------------ 0.21s /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:43 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:3 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/manage_test_interface.yml:54 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-ci1sgfdags/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-ci1sgfdags/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. ---^---^---^---^---^---