# 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-ci9eb83h2m/.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-ci9eb83h2m/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-ci9eb83h2m/tests/tests_helpers_and_asserts.yml:3 Saturday 16 March 2024 13:31:50 +0000 (0:00:00.034) 0:00:00.034 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tests_helpers_and_asserts.yml:6 Saturday 16 March 2024 13:31:51 +0000 (0:00:00.856) 0:00:00.890 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/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-ci9eb83h2m/tests/tasks/el_repo_setup.yml:3 Saturday 16 March 2024 13:31:51 +0000 (0:00:00.011) 0:00:00.902 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/el_repo_setup.yml:17 Saturday 16 March 2024 13:31:52 +0000 (0:00:00.339) 0:00:01.242 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/el_repo_setup.yml:22 Saturday 16 March 2024 13:31:52 +0000 (0:00:00.237) 0:00:01.479 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/el_repo_setup.yml:26 Saturday 16 March 2024 13:31:52 +0000 (0:00:00.013) 0:00:01.493 ******** 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-ci9eb83h2m/tests/tasks/el_repo_setup.yml:51 Saturday 16 March 2024 13:31:52 +0000 (0:00:00.007) 0:00:01.501 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/enable_epel.yml:8 Saturday 16 March 2024 13:31:52 +0000 (0:00:00.026) 0:00:01.527 ******** 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-ci9eb83h2m/tests/tasks/enable_epel.yml:24 Saturday 16 March 2024 13:31:52 +0000 (0:00:00.243) 0:00:01.770 ******** 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-ci9eb83h2m/tests/tasks/enable_epel.yml:30 Saturday 16 March 2024 13:31:52 +0000 (0:00:00.008) 0:00:01.779 ******** 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-ci9eb83h2m/tests/tasks/enable_epel.yml:35 Saturday 16 March 2024 13:31:52 +0000 (0:00:00.007) 0:00:01.786 ******** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.238897", "end": "2024-03-16 13:31:53.043611", "rc": 0, "start": "2024-03-16 13:31:52.804714" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/enable_epel.yml:40 Saturday 16 March 2024 13:31:53 +0000 (0:00:00.421) 0:00:02.208 ******** 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-ci9eb83h2m/tests/tests_helpers_and_asserts.yml:9 Saturday 16 March 2024 13:31:53 +0000 (0:00:00.008) 0:00:02.217 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:3 Saturday 16 March 2024 13:31:53 +0000 (0:00:00.011) 0:00:02.228 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:31:53 +0000 (0:00:00.009) 0:00:02.238 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:31:53 +0000 (0:00:00.009) 0:00:02.247 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003166", "end": "2024-03-16 13:31:53.267510", "rc": 0, "start": "2024-03-16 13:31:53.264344" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:31:53 +0000 (0:00:00.183) 0:00:02.431 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:31:53 +0000 (0:00:00.010) 0:00:02.441 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:5 Saturday 16 March 2024 13:31:53 +0000 (0:00:00.009) 0:00:02.451 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:31:53 +0000 (0:00:00.013) 0:00:02.464 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:31:53 +0000 (0:00:00.007) 0:00:02.472 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:31:53 +0000 (0:00:00.007) 0:00:02.479 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:31:53 +0000 (0:00:00.010) 0:00:02.490 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:31:53 +0000 (0:00:00.009) 0:00:02.500 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003256", "end": "2024-03-16 13:31:53.521197", "rc": 0, "start": "2024-03-16 13:31:53.517941" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:31:53 +0000 (0:00:00.184) 0:00:02.684 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:31:53 +0000 (0:00:00.009) 0:00:02.694 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:31:53 +0000 (0:00:00.008) 0:00:02.703 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:27 Saturday 16 March 2024 13:31:56 +0000 (0:00:03.027) 0:00:05.730 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:35 Saturday 16 March 2024 13:31:56 +0000 (0:00:00.013) 0:00:05.744 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:43 Saturday 16 March 2024 13:31:56 +0000 (0:00:00.008) 0:00:05.752 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:49 Saturday 16 March 2024 13:31:56 +0000 (0:00:00.017) 0:00:05.769 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:54 Saturday 16 March 2024 13:31:56 +0000 (0:00:00.011) 0:00:05.781 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:60 Saturday 16 March 2024 13:31:56 +0000 (0:00:00.007) 0:00:05.789 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:31:56 +0000 (0:00:00.007) 0:00:05.796 ******** 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-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:9 Saturday 16 March 2024 13:31:56 +0000 (0:00:00.007) 0:00:05.804 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:31:56 +0000 (0:00:00.011) 0:00:05.815 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:31:56 +0000 (0:00:00.008) 0:00:05.824 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003171", "end": "2024-03-16 13:31:56.844139", "rc": 0, "start": "2024-03-16 13:31:56.840968" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:31:56 +0000 (0:00:00.183) 0:00:06.007 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:31:56 +0000 (0:00:00.009) 0:00:06.017 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:11 Saturday 16 March 2024 13:31:56 +0000 (0:00:00.008) 0:00:06.025 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:31:56 +0000 (0:00:00.013) 0:00:06.038 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:31:56 +0000 (0:00:00.009) 0:00:06.048 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:31:57 +0000 (0:00:00.182) 0:00:06.230 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:14 Saturday 16 March 2024 13:31:57 +0000 (0:00:00.009) 0:00:06.239 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:31:57 +0000 (0:00:00.014) 0:00:06.254 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:31:57 +0000 (0:00:00.007) 0:00:06.262 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:31:57 +0000 (0:00:00.007) 0:00:06.269 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:31:57 +0000 (0:00:00.009) 0:00:06.279 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:31:57 +0000 (0:00:00.008) 0:00:06.287 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003151", "end": "2024-03-16 13:31:57.307660", "rc": 0, "start": "2024-03-16 13:31:57.304509" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:31:57 +0000 (0:00:00.183) 0:00:06.471 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:31:57 +0000 (0:00:00.009) 0:00:06.480 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:31:57 +0000 (0:00:00.008) 0:00:06.489 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:27 Saturday 16 March 2024 13:31:59 +0000 (0:00:02.588) 0:00:09.077 ******** 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.013607", "end": "2024-03-16 13:32:00.112879", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-16 13:32:00.099272" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003795", "end": "2024-03-16 13:32:00.333601", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-16 13:32:00.329806" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004210", "end": "2024-03-16 13:32:00.512173", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-16 13:32:00.507963" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:35 Saturday 16 March 2024 13:32:00 +0000 (0:00:00.598) 0:00:09.676 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023020", "end": "2024-03-16 13:32:00.719025", "rc": 0, "start": "2024-03-16 13:32:00.696005" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:43 Saturday 16 March 2024 13:32:00 +0000 (0:00:00.207) 0:00:09.884 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:49 Saturday 16 March 2024 13:32:00 +0000 (0:00:00.009) 0:00:09.893 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:54 Saturday 16 March 2024 13:32:00 +0000 (0:00:00.009) 0:00:09.903 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:60 Saturday 16 March 2024 13:32:00 +0000 (0:00:00.007) 0:00:09.910 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:32:00 +0000 (0:00:00.009) 0:00:09.920 ******** 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-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:18 Saturday 16 March 2024 13:32:00 +0000 (0:00:00.008) 0:00:09.928 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:32:00 +0000 (0:00:00.016) 0:00:09.944 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:32:00 +0000 (0:00:00.009) 0:00:09.953 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003145", "end": "2024-03-16 13:32:00.975447", "rc": 0, "start": "2024-03-16 13:32:00.972302" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:32:00 +0000 (0:00:00.185) 0:00:10.139 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:32:01 +0000 (0:00:00.009) 0:00:10.149 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:20 Saturday 16 March 2024 13:32:01 +0000 (0:00:00.009) 0:00:10.158 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/assert_device_present.yml:3 Saturday 16 March 2024 13:32:01 +0000 (0:00:00.015) 0:00:10.174 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:32:01 +0000 (0:00:00.009) 0:00:10.184 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710595920.1027584, "block_size": 4096, "blocks": 0, "ctime": 1710595920.1027584, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32158, "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": 1710595920.1027584, "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-ci9eb83h2m/tests/tasks/assert_device_present.yml:5 Saturday 16 March 2024 13:32:01 +0000 (0:00:00.184) 0:00:10.368 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:23 Saturday 16 March 2024 13:32:01 +0000 (0:00:00.016) 0:00:10.385 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:32:01 +0000 (0:00:00.019) 0:00:10.404 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:32:01 +0000 (0:00:00.012) 0:00:10.417 ******** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:32:01 +0000 (0:00:00.009) 0:00:10.427 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:32:01 +0000 (0:00:00.013) 0:00:10.441 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:32:01 +0000 (0:00:00.021) 0:00:10.462 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003415", "end": "2024-03-16 13:32:01.491918", "rc": 0, "start": "2024-03-16 13:32:01.488503" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:32:01 +0000 (0:00:00.197) 0:00:10.660 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:32:01 +0000 (0:00:00.010) 0:00:10.670 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:32:01 +0000 (0:00:00.008) 0:00:10.679 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:27 Saturday 16 March 2024 13:32:04 +0000 (0:00:02.522) 0:00:13.201 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:35 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.013) 0:00:13.214 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:43 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.007) 0:00:13.222 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.015094", "end": "2024-03-16 13:32:04.256952", "rc": 0, "start": "2024-03-16 13:32:04.241858" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:49 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.199) 0:00:13.421 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:54 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.008) 0:00:13.430 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:60 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.008) 0:00:13.438 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.008) 0:00:13.446 ******** 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-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:27 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.007) 0:00:13.454 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.017) 0:00:13.471 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.008) 0:00:13.480 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003446", "end": "2024-03-16 13:32:04.500584", "rc": 0, "start": "2024-03-16 13:32:04.497138" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.184) 0:00:13.664 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.009) 0:00:13.674 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:29 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.009) 0:00:13.684 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.019) 0:00:13.703 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.013) 0:00:13.716 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.182) 0:00:13.899 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tests_helpers_and_asserts.yml:15 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.010) 0:00:13.909 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:3 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.013) 0:00:13.923 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.010) 0:00:13.934 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.009) 0:00:13.943 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003025", "end": "2024-03-16 13:32:04.964157", "rc": 0, "start": "2024-03-16 13:32:04.961132" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.184) 0:00:14.128 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:32:04 +0000 (0:00:00.009) 0:00:14.138 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:5 Saturday 16 March 2024 13:32:05 +0000 (0:00:00.009) 0:00:14.147 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:32:05 +0000 (0:00:00.012) 0:00:14.159 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:32:05 +0000 (0:00:00.007) 0:00:14.167 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:32:05 +0000 (0:00:00.007) 0:00:14.174 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:32:05 +0000 (0:00:00.010) 0:00:14.185 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:32:05 +0000 (0:00:00.009) 0:00:14.194 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003177", "end": "2024-03-16 13:32:05.215303", "rc": 0, "start": "2024-03-16 13:32:05.212126" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:32:05 +0000 (0:00:00.186) 0:00:14.380 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:32:05 +0000 (0:00:00.010) 0:00:14.391 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:32:05 +0000 (0:00:00.011) 0:00:14.402 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:27 Saturday 16 March 2024 13:32:07 +0000 (0:00:02.529) 0:00:16.932 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:35 Saturday 16 March 2024 13:32:07 +0000 (0:00:00.016) 0:00:16.948 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:43 Saturday 16 March 2024 13:32:07 +0000 (0:00:00.008) 0:00:16.956 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:49 Saturday 16 March 2024 13:32:07 +0000 (0:00:00.008) 0:00:16.965 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:54 Saturday 16 March 2024 13:32:07 +0000 (0:00:00.009) 0:00:16.974 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:60 Saturday 16 March 2024 13:32:07 +0000 (0:00:00.012) 0:00:16.986 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:32:07 +0000 (0:00:00.008) 0:00:16.995 ******** 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-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:9 Saturday 16 March 2024 13:32:07 +0000 (0:00:00.009) 0:00:17.005 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:32:07 +0000 (0:00:00.012) 0:00:17.017 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:32:07 +0000 (0:00:00.009) 0:00:17.026 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003197", "end": "2024-03-16 13:32:08.048816", "rc": 0, "start": "2024-03-16 13:32:08.045619" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:32:08 +0000 (0:00:00.185) 0:00:17.212 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:32:08 +0000 (0:00:00.012) 0:00:17.225 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:11 Saturday 16 March 2024 13:32:08 +0000 (0:00:00.008) 0:00:17.234 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:32:08 +0000 (0:00:00.012) 0:00:17.247 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:32:08 +0000 (0:00:00.009) 0:00:17.256 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:32:08 +0000 (0:00:00.186) 0:00:17.442 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:14 Saturday 16 March 2024 13:32:08 +0000 (0:00:00.011) 0:00:17.454 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:32:08 +0000 (0:00:00.015) 0:00:17.469 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:32:08 +0000 (0:00:00.008) 0:00:17.477 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:32:08 +0000 (0:00:00.008) 0:00:17.486 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:32:08 +0000 (0:00:00.010) 0:00:17.497 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:32:08 +0000 (0:00:00.009) 0:00:17.506 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002985", "end": "2024-03-16 13:32:08.527071", "rc": 0, "start": "2024-03-16 13:32:08.524086" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:32:08 +0000 (0:00:00.184) 0:00:17.690 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:32:08 +0000 (0:00:00.009) 0:00:17.700 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:32:08 +0000 (0:00:00.011) 0:00:17.711 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:27 Saturday 16 March 2024 13:32:11 +0000 (0:00:02.506) 0:00:20.218 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:35 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.014) 0:00:20.233 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:43 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.008) 0:00:20.241 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:49 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.008) 0:00:20.249 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.004618", "end": "2024-03-16 13:32:11.273813", "rc": 0, "start": "2024-03-16 13:32:11.269195" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:54 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.199) 0:00:20.448 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:60 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.009) 0:00:20.457 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.008) 0:00:20.466 ******** 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-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:18 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.008) 0:00:20.475 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.015) 0:00:20.490 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.009) 0:00:20.499 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002960", "end": "2024-03-16 13:32:11.519219", "rc": 0, "start": "2024-03-16 13:32:11.516259" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.183) 0:00:20.682 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.009) 0:00:20.692 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:20 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.008) 0:00:20.700 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/assert_device_present.yml:3 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.015) 0:00:20.716 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.009) 0:00:20.726 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710595931.2725134, "block_size": 4096, "blocks": 0, "ctime": 1710595931.2725134, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32451, "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": 1710595931.2725134, "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-ci9eb83h2m/tests/tasks/assert_device_present.yml:5 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.182) 0:00:20.908 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:23 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.011) 0:00:20.919 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:3 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.018) 0:00:20.937 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:8 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.007) 0:00:20.945 ******** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:13 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.007) 0:00:20.952 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.010) 0:00:20.963 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:32:11 +0000 (0:00:00.009) 0:00:20.972 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003030", "end": "2024-03-16 13:32:11.991959", "rc": 0, "start": "2024-03-16 13:32:11.988929" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:32:12 +0000 (0:00:00.183) 0:00:21.155 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:32:12 +0000 (0:00:00.010) 0:00:21.166 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:16 Saturday 16 March 2024 13:32:12 +0000 (0:00:00.010) 0:00:21.176 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:27 Saturday 16 March 2024 13:32:14 +0000 (0:00:02.635) 0:00:23.812 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:35 Saturday 16 March 2024 13:32:14 +0000 (0:00:00.015) 0:00:23.827 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:43 Saturday 16 March 2024 13:32:14 +0000 (0:00:00.009) 0:00:23.837 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:49 Saturday 16 March 2024 13:32:14 +0000 (0:00:00.009) 0:00:23.846 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:54 Saturday 16 March 2024 13:32:14 +0000 (0:00:00.008) 0:00:23.855 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008070", "end": "2024-03-16 13:32:14.881912", "rc": 0, "start": "2024-03-16 13:32:14.873842" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:60 Saturday 16 March 2024 13:32:14 +0000 (0:00:00.191) 0:00:24.046 ******** 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-ci9eb83h2m/tests/tasks/manage_test_interface.yml:65 Saturday 16 March 2024 13:32:14 +0000 (0:00:00.008) 0:00:24.055 ******** 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-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:27 Saturday 16 March 2024 13:32:14 +0000 (0:00:00.010) 0:00:24.065 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:3 Saturday 16 March 2024 13:32:14 +0000 (0:00:00.019) 0:00:24.085 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:3 Saturday 16 March 2024 13:32:14 +0000 (0:00:00.009) 0:00:24.094 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003284", "end": "2024-03-16 13:32:15.115533", "rc": 0, "start": "2024-03-16 13:32:15.112249" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:9 Saturday 16 March 2024 13:32:15 +0000 (0:00:00.185) 0:00:24.279 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/show_interfaces.yml:5 Saturday 16 March 2024 13:32:15 +0000 (0:00:00.009) 0:00:24.289 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/create_and_remove_interface.yml:29 Saturday 16 March 2024 13:32:15 +0000 (0:00:00.017) 0:00:24.306 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/assert_device_absent.yml:3 Saturday 16 March 2024 13:32:15 +0000 (0:00:00.020) 0:00:24.327 ******** included: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_interface_stat.yml:3 Saturday 16 March 2024 13:32:15 +0000 (0:00:00.010) 0:00:24.337 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/assert_device_absent.yml:5 Saturday 16 March 2024 13:32:15 +0000 (0:00:00.183) 0:00:24.520 ******** 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 16 March 2024 13:32:15 +0000 (0:00:00.016) 0:00:24.536 ******** =============================================================================== Install iproute --------------------------------------------------------- 3.03s /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.64s /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.53s /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.52s /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.51s /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.86s /WORKDIR/git-weekly-ci9eb83h2m/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.60s /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:27 ------- Enable EPEL 8 ----------------------------------------------------------- 0.42s /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.34s /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/el_repo_setup.yml:3 ---------------- Create EPEL 8 ----------------------------------------------------------- 0.24s /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/enable_epel.yml:8 ------------------ Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/el_repo_setup.yml:17 --------------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:35 ------- Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:43 ------- Create dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:49 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:3 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.19s /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/manage_test_interface.yml:54 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface dummy1298 ---------------------------------------- 0.19s /WORKDIR/git-weekly-ci9eb83h2m/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ci9eb83h2m/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. ---^---^---^---^---^---