# 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-ci_fixvy6c85__/.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-ci_fixvy6c85__/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tests_helpers_and_asserts.yml:3 Friday 26 January 2024 21:36:39 +0000 (0:00:00.032) 0:00:00.032 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-ci_fixvy6c85__/tests/tests_helpers_and_asserts.yml:6 Friday 26 January 2024 21:36:39 +0000 (0:00:00.777) 0:00:00.810 ******** included: /WORKDIR/git-ci_fixvy6c85__/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-ci_fixvy6c85__/tests/tasks/el_repo_setup.yml:3 Friday 26 January 2024 21:36:39 +0000 (0:00:00.011) 0:00:00.822 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/el_repo_setup.yml:17 Friday 26 January 2024 21:36:40 +0000 (0:00:00.374) 0:00:01.196 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/el_repo_setup.yml:22 Friday 26 January 2024 21:36:40 +0000 (0:00:00.251) 0:00:01.447 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/el_repo_setup.yml:26 Friday 26 January 2024 21:36:40 +0000 (0:00:00.013) 0:00:01.461 ******** 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-ci_fixvy6c85__/tests/tasks/el_repo_setup.yml:51 Friday 26 January 2024 21:36:40 +0000 (0:00:00.008) 0:00:01.470 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/enable_epel.yml:8 Friday 26 January 2024 21:36:40 +0000 (0:00:00.020) 0:00:01.491 ******** 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-ci_fixvy6c85__/tests/tasks/enable_epel.yml:24 Friday 26 January 2024 21:36:40 +0000 (0:00:00.250) 0:00:01.741 ******** 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-ci_fixvy6c85__/tests/tasks/enable_epel.yml:30 Friday 26 January 2024 21:36:40 +0000 (0:00:00.008) 0:00:01.750 ******** 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-ci_fixvy6c85__/tests/tasks/enable_epel.yml:35 Friday 26 January 2024 21:36:40 +0000 (0:00:00.007) 0:00:01.757 ******** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.253412", "end": "2024-01-26 21:36:41.293745", "rc": 0, "start": "2024-01-26 21:36:41.040333" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/enable_epel.yml:40 Friday 26 January 2024 21:36:41 +0000 (0:00:00.445) 0:00:02.203 ******** 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-ci_fixvy6c85__/tests/tests_helpers_and_asserts.yml:9 Friday 26 January 2024 21:36:41 +0000 (0:00:00.009) 0:00:02.212 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:3 Friday 26 January 2024 21:36:41 +0000 (0:00:00.011) 0:00:02.224 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:36:41 +0000 (0:00:00.010) 0:00:02.234 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:36:41 +0000 (0:00:00.009) 0:00:02.244 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003497", "end": "2024-01-26 21:36:41.526580", "rc": 0, "start": "2024-01-26 21:36:41.523083" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:36:41 +0000 (0:00:00.191) 0:00:02.435 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:36:41 +0000 (0:00:00.009) 0:00:02.445 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:5 Friday 26 January 2024 21:36:41 +0000 (0:00:00.008) 0:00:02.454 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:3 Friday 26 January 2024 21:36:41 +0000 (0:00:00.013) 0:00:02.468 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:8 Friday 26 January 2024 21:36:41 +0000 (0:00:00.007) 0:00:02.475 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:13 Friday 26 January 2024 21:36:41 +0000 (0:00:00.007) 0:00:02.483 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:36:41 +0000 (0:00:00.010) 0:00:02.494 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:36:41 +0000 (0:00:00.009) 0:00:02.503 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003440", "end": "2024-01-26 21:36:41.783682", "rc": 0, "start": "2024-01-26 21:36:41.780242" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:36:41 +0000 (0:00:00.188) 0:00:02.692 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:36:41 +0000 (0:00:00.009) 0:00:02.702 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:16 Friday 26 January 2024 21:36:41 +0000 (0:00:00.009) 0:00:02.711 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:23 Friday 26 January 2024 21:36:44 +0000 (0:00:03.018) 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:31 Friday 26 January 2024 21:36:44 +0000 (0:00:00.013) 0:00:05.743 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:39 Friday 26 January 2024 21:36:44 +0000 (0:00:00.007) 0:00:05.751 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:45 Friday 26 January 2024 21:36:44 +0000 (0:00:00.007) 0:00:05.759 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:50 Friday 26 January 2024 21:36:44 +0000 (0:00:00.007) 0:00:05.767 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:56 Friday 26 January 2024 21:36:44 +0000 (0:00:00.007) 0:00:05.774 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:61 Friday 26 January 2024 21:36:44 +0000 (0:00:00.008) 0:00:05.783 ******** 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-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:9 Friday 26 January 2024 21:36:44 +0000 (0:00:00.007) 0:00:05.790 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:36:44 +0000 (0:00:00.012) 0:00:05.802 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:36:44 +0000 (0:00:00.008) 0:00:05.811 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003682", "end": "2024-01-26 21:36:45.095471", "rc": 0, "start": "2024-01-26 21:36:45.091789" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:36:45 +0000 (0:00:00.194) 0:00:06.005 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:36:45 +0000 (0:00:00.009) 0:00:06.015 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:11 Friday 26 January 2024 21:36:45 +0000 (0:00:00.008) 0:00:06.024 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/assert_device_absent.yml:3 Friday 26 January 2024 21:36:45 +0000 (0:00:00.013) 0:00:06.038 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_interface_stat.yml:3 Friday 26 January 2024 21:36:45 +0000 (0:00:00.009) 0:00:06.047 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/assert_device_absent.yml:5 Friday 26 January 2024 21:36:45 +0000 (0:00:00.188) 0:00:06.236 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:14 Friday 26 January 2024 21:36:45 +0000 (0:00:00.009) 0:00:06.246 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:3 Friday 26 January 2024 21:36:45 +0000 (0:00:00.014) 0:00:06.261 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:8 Friday 26 January 2024 21:36:45 +0000 (0:00:00.007) 0:00:06.268 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:13 Friday 26 January 2024 21:36:45 +0000 (0:00:00.007) 0:00:06.275 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:36:45 +0000 (0:00:00.010) 0:00:06.286 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:36:45 +0000 (0:00:00.008) 0:00:06.295 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003497", "end": "2024-01-26 21:36:45.581221", "rc": 0, "start": "2024-01-26 21:36:45.577724" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:36:45 +0000 (0:00:00.196) 0:00:06.491 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:36:45 +0000 (0:00:00.009) 0:00:06.501 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:16 Friday 26 January 2024 21:36:45 +0000 (0:00:00.009) 0:00:06.510 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:23 Friday 26 January 2024 21:36:48 +0000 (0:00:02.567) 0:00:09.078 ******** 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.014063", "end": "2024-01-26 21:36:48.376748", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-26 21:36:48.362685" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003995", "end": "2024-01-26 21:36:48.606590", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-26 21:36:48.602595" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004229", "end": "2024-01-26 21:36:48.790317", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-26 21:36:48.786088" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:31 Friday 26 January 2024 21:36:48 +0000 (0:00:00.620) 0:00:09.699 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023118", "end": "2024-01-26 21:36:48.998587", "rc": 0, "start": "2024-01-26 21:36:48.975469" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:39 Friday 26 January 2024 21:36:49 +0000 (0:00:00.209) 0:00:09.909 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:45 Friday 26 January 2024 21:36:49 +0000 (0:00:00.008) 0:00:09.917 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:50 Friday 26 January 2024 21:36:49 +0000 (0:00:00.007) 0:00:09.925 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:56 Friday 26 January 2024 21:36:49 +0000 (0:00:00.007) 0:00:09.932 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:61 Friday 26 January 2024 21:36:49 +0000 (0:00:00.007) 0:00:09.940 ******** 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-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:18 Friday 26 January 2024 21:36:49 +0000 (0:00:00.007) 0:00:09.947 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:36:49 +0000 (0:00:00.015) 0:00:09.963 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:36:49 +0000 (0:00:00.009) 0:00:09.972 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003383", "end": "2024-01-26 21:36:49.254549", "rc": 0, "start": "2024-01-26 21:36:49.251166" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:36:49 +0000 (0:00:00.190) 0:00:10.163 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:36:49 +0000 (0:00:00.009) 0:00:10.173 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:20 Friday 26 January 2024 21:36:49 +0000 (0:00:00.008) 0:00:10.182 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/assert_device_present.yml:3 Friday 26 January 2024 21:36:49 +0000 (0:00:00.015) 0:00:10.197 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_interface_stat.yml:3 Friday 26 January 2024 21:36:49 +0000 (0:00:00.009) 0:00:10.207 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1706305008.3666494, "block_size": 4096, "blocks": 0, "ctime": 1706305008.3666494, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33574, "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": 1706305008.3666494, "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-ci_fixvy6c85__/tests/tasks/assert_device_present.yml:5 Friday 26 January 2024 21:36:49 +0000 (0:00:00.187) 0:00:10.394 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:23 Friday 26 January 2024 21:36:49 +0000 (0:00:00.009) 0:00:10.404 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:3 Friday 26 January 2024 21:36:49 +0000 (0:00:00.017) 0:00:10.421 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:8 Friday 26 January 2024 21:36:49 +0000 (0:00:00.007) 0:00:10.428 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:13 Friday 26 January 2024 21:36:49 +0000 (0:00:00.007) 0:00:10.435 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:36:49 +0000 (0:00:00.010) 0:00:10.446 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:36:49 +0000 (0:00:00.009) 0:00:10.455 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003189", "end": "2024-01-26 21:36:49.733540", "rc": 0, "start": "2024-01-26 21:36:49.730351" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:36:49 +0000 (0:00:00.187) 0:00:10.642 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:36:49 +0000 (0:00:00.009) 0:00:10.652 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:16 Friday 26 January 2024 21:36:49 +0000 (0:00:00.008) 0:00:10.660 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:23 Friday 26 January 2024 21:36:52 +0000 (0:00:02.594) 0:00:13.255 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:31 Friday 26 January 2024 21:36:52 +0000 (0:00:00.017) 0:00:13.273 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:39 Friday 26 January 2024 21:36:52 +0000 (0:00:00.008) 0:00:13.281 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.012055", "end": "2024-01-26 21:36:52.575210", "rc": 0, "start": "2024-01-26 21:36:52.563155" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:45 Friday 26 January 2024 21:36:52 +0000 (0:00:00.206) 0:00:13.487 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:50 Friday 26 January 2024 21:36:52 +0000 (0:00:00.008) 0:00:13.495 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:56 Friday 26 January 2024 21:36:52 +0000 (0:00:00.007) 0:00:13.503 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:61 Friday 26 January 2024 21:36:52 +0000 (0:00:00.008) 0:00:13.512 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:27 Friday 26 January 2024 21:36:52 +0000 (0:00:00.007) 0:00:13.519 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:36:52 +0000 (0:00:00.018) 0:00:13.537 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:36:52 +0000 (0:00:00.008) 0:00:13.546 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003640", "end": "2024-01-26 21:36:52.828922", "rc": 0, "start": "2024-01-26 21:36:52.825282" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:36:52 +0000 (0:00:00.192) 0:00:13.738 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:36:52 +0000 (0:00:00.009) 0:00:13.748 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:29 Friday 26 January 2024 21:36:52 +0000 (0:00:00.008) 0:00:13.756 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/assert_device_absent.yml:3 Friday 26 January 2024 21:36:52 +0000 (0:00:00.018) 0:00:13.775 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_interface_stat.yml:3 Friday 26 January 2024 21:36:52 +0000 (0:00:00.009) 0:00:13.785 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/assert_device_absent.yml:5 Friday 26 January 2024 21:36:53 +0000 (0:00:00.189) 0:00:13.974 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tests_helpers_and_asserts.yml:15 Friday 26 January 2024 21:36:53 +0000 (0:00:00.010) 0:00:13.984 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:3 Friday 26 January 2024 21:36:53 +0000 (0:00:00.013) 0:00:13.998 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:36:53 +0000 (0:00:00.009) 0:00:14.007 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:36:53 +0000 (0:00:00.008) 0:00:14.016 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003404", "end": "2024-01-26 21:36:53.297694", "rc": 0, "start": "2024-01-26 21:36:53.294290" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:36:53 +0000 (0:00:00.190) 0:00:14.207 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:36:53 +0000 (0:00:00.009) 0:00:14.217 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:5 Friday 26 January 2024 21:36:53 +0000 (0:00:00.009) 0:00:14.226 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:3 Friday 26 January 2024 21:36:53 +0000 (0:00:00.011) 0:00:14.238 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:8 Friday 26 January 2024 21:36:53 +0000 (0:00:00.007) 0:00:14.245 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:13 Friday 26 January 2024 21:36:53 +0000 (0:00:00.007) 0:00:14.252 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:36:53 +0000 (0:00:00.010) 0:00:14.263 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:36:53 +0000 (0:00:00.009) 0:00:14.272 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003675", "end": "2024-01-26 21:36:53.552993", "rc": 0, "start": "2024-01-26 21:36:53.549318" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:36:53 +0000 (0:00:00.190) 0:00:14.462 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:36:53 +0000 (0:00:00.009) 0:00:14.472 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:16 Friday 26 January 2024 21:36:53 +0000 (0:00:00.008) 0:00:14.481 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:23 Friday 26 January 2024 21:36:56 +0000 (0:00:02.614) 0:00:17.095 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:31 Friday 26 January 2024 21:36:56 +0000 (0:00:00.013) 0:00:17.108 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:39 Friday 26 January 2024 21:36:56 +0000 (0:00:00.007) 0:00:17.116 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:45 Friday 26 January 2024 21:36:56 +0000 (0:00:00.008) 0:00:17.124 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:50 Friday 26 January 2024 21:36:56 +0000 (0:00:00.008) 0:00:17.132 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:56 Friday 26 January 2024 21:36:56 +0000 (0:00:00.007) 0:00:17.140 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:61 Friday 26 January 2024 21:36:56 +0000 (0:00:00.009) 0:00:17.149 ******** 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-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:9 Friday 26 January 2024 21:36:56 +0000 (0:00:00.007) 0:00:17.157 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:36:56 +0000 (0:00:00.013) 0:00:17.170 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:36:56 +0000 (0:00:00.009) 0:00:17.179 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003566", "end": "2024-01-26 21:36:56.462996", "rc": 0, "start": "2024-01-26 21:36:56.459430" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:36:56 +0000 (0:00:00.193) 0:00:17.373 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:36:56 +0000 (0:00:00.009) 0:00:17.382 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:11 Friday 26 January 2024 21:36:56 +0000 (0:00:00.008) 0:00:17.391 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/assert_device_absent.yml:3 Friday 26 January 2024 21:36:56 +0000 (0:00:00.013) 0:00:17.404 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_interface_stat.yml:3 Friday 26 January 2024 21:36:56 +0000 (0:00:00.009) 0:00:17.414 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/assert_device_absent.yml:5 Friday 26 January 2024 21:36:56 +0000 (0:00:00.187) 0:00:17.601 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:14 Friday 26 January 2024 21:36:56 +0000 (0:00:00.009) 0:00:17.611 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:3 Friday 26 January 2024 21:36:56 +0000 (0:00:00.015) 0:00:17.626 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:8 Friday 26 January 2024 21:36:56 +0000 (0:00:00.007) 0:00:17.634 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:13 Friday 26 January 2024 21:36:56 +0000 (0:00:00.008) 0:00:17.642 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:36:56 +0000 (0:00:00.010) 0:00:17.653 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:36:56 +0000 (0:00:00.009) 0:00:17.662 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003512", "end": "2024-01-26 21:36:56.946746", "rc": 0, "start": "2024-01-26 21:36:56.943234" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:36:56 +0000 (0:00:00.194) 0:00:17.856 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:36:56 +0000 (0:00:00.010) 0:00:17.867 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:16 Friday 26 January 2024 21:36:56 +0000 (0:00:00.009) 0:00:17.876 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:23 Friday 26 January 2024 21:36:59 +0000 (0:00:02.532) 0:00:20.408 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:31 Friday 26 January 2024 21:36:59 +0000 (0:00:00.014) 0:00:20.423 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:39 Friday 26 January 2024 21:36:59 +0000 (0:00:00.007) 0:00:20.431 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:45 Friday 26 January 2024 21:36:59 +0000 (0:00:00.008) 0:00:20.439 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011135", "end": "2024-01-26 21:36:59.732449", "rc": 0, "start": "2024-01-26 21:36:59.721314" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:50 Friday 26 January 2024 21:36:59 +0000 (0:00:00.212) 0:00:20.651 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:56 Friday 26 January 2024 21:36:59 +0000 (0:00:00.008) 0:00:20.660 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:61 Friday 26 January 2024 21:36:59 +0000 (0:00:00.008) 0:00:20.668 ******** 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-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:18 Friday 26 January 2024 21:36:59 +0000 (0:00:00.007) 0:00:20.675 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:36:59 +0000 (0:00:00.015) 0:00:20.690 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:36:59 +0000 (0:00:00.008) 0:00:20.699 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003728", "end": "2024-01-26 21:36:59.984741", "rc": 0, "start": "2024-01-26 21:36:59.981013" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:37:00 +0000 (0:00:00.195) 0:00:20.894 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:37:00 +0000 (0:00:00.009) 0:00:20.904 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:20 Friday 26 January 2024 21:37:00 +0000 (0:00:00.010) 0:00:20.915 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/assert_device_present.yml:3 Friday 26 January 2024 21:37:00 +0000 (0:00:00.016) 0:00:20.931 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_interface_stat.yml:3 Friday 26 January 2024 21:37:00 +0000 (0:00:00.010) 0:00:20.942 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1706305019.7308528, "block_size": 4096, "blocks": 0, "ctime": 1706305019.7308528, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33897, "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": 1706305019.7308528, "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-ci_fixvy6c85__/tests/tasks/assert_device_present.yml:5 Friday 26 January 2024 21:37:00 +0000 (0:00:00.192) 0:00:21.134 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:23 Friday 26 January 2024 21:37:00 +0000 (0:00:00.009) 0:00:21.144 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:3 Friday 26 January 2024 21:37:00 +0000 (0:00:00.017) 0:00:21.162 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:8 Friday 26 January 2024 21:37:00 +0000 (0:00:00.009) 0:00:21.171 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:13 Friday 26 January 2024 21:37:00 +0000 (0:00:00.007) 0:00:21.178 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:37:00 +0000 (0:00:00.011) 0:00:21.189 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:37:00 +0000 (0:00:00.009) 0:00:21.199 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003553", "end": "2024-01-26 21:37:00.483717", "rc": 0, "start": "2024-01-26 21:37:00.480164" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:37:00 +0000 (0:00:00.194) 0:00:21.393 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:37:00 +0000 (0:00:00.010) 0:00:21.404 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:16 Friday 26 January 2024 21:37:00 +0000 (0:00:00.009) 0:00:21.413 ******** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:23 Friday 26 January 2024 21:37:03 +0000 (0:00:02.548) 0:00:23.961 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:31 Friday 26 January 2024 21:37:03 +0000 (0:00:00.013) 0:00:23.975 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:39 Friday 26 January 2024 21:37:03 +0000 (0:00:00.007) 0:00:23.983 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:45 Friday 26 January 2024 21:37:03 +0000 (0:00:00.007) 0:00:23.991 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:50 Friday 26 January 2024 21:37:03 +0000 (0:00:00.007) 0:00:23.998 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008955", "end": "2024-01-26 21:37:03.292288", "rc": 0, "start": "2024-01-26 21:37:03.283333" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:56 Friday 26 January 2024 21:37:03 +0000 (0:00:00.205) 0:00:24.203 ******** 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-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:61 Friday 26 January 2024 21:37:03 +0000 (0:00:00.009) 0:00:24.213 ******** 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-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:27 Friday 26 January 2024 21:37:03 +0000 (0:00:00.007) 0:00:24.220 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:3 Friday 26 January 2024 21:37:03 +0000 (0:00:00.018) 0:00:24.239 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:3 Friday 26 January 2024 21:37:03 +0000 (0:00:00.009) 0:00:24.248 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003562", "end": "2024-01-26 21:37:03.535547", "rc": 0, "start": "2024-01-26 21:37:03.531985" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:9 Friday 26 January 2024 21:37:03 +0000 (0:00:00.197) 0:00:24.445 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/show_interfaces.yml:5 Friday 26 January 2024 21:37:03 +0000 (0:00:00.010) 0:00:24.455 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/create_and_remove_interface.yml:29 Friday 26 January 2024 21:37:03 +0000 (0:00:00.009) 0:00:24.465 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/assert_device_absent.yml:3 Friday 26 January 2024 21:37:03 +0000 (0:00:00.019) 0:00:24.485 ******** included: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_interface_stat.yml:3 Friday 26 January 2024 21:37:03 +0000 (0:00:00.009) 0:00:24.494 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-ci_fixvy6c85__/tests/tasks/assert_device_absent.yml:5 Friday 26 January 2024 21:37:03 +0000 (0:00:00.191) 0:00:24.686 ******** 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 Friday 26 January 2024 21:37:03 +0000 (0:00:00.014) 0:00:24.700 ******** =============================================================================== Install iproute --------------------------------------------------------- 3.02s /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 2.61s /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 2.57s /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 2.55s /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:16 ---------- Install iproute --------------------------------------------------------- 2.53s /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:16 ---------- Gathering Facts --------------------------------------------------------- 0.78s /WORKDIR/git-ci_fixvy6c85__/tests/tests_helpers_and_asserts.yml:3 ------------- Create veth interface veth1298 ------------------------------------------ 0.62s /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:23 ---------- Enable EPEL 8 ----------------------------------------------------------- 0.45s /WORKDIR/git-ci_fixvy6c85__/tests/tasks/enable_epel.yml:35 -------------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.37s /WORKDIR/git-ci_fixvy6c85__/tests/tasks/el_repo_setup.yml:3 ------------------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-ci_fixvy6c85__/tests/tasks/el_repo_setup.yml:17 ------------------ Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-ci_fixvy6c85__/tests/tasks/enable_epel.yml:8 --------------------- Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:45 ---------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:31 ---------- Delete veth interface veth1298 ------------------------------------------ 0.21s /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:39 ---------- Delete dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-ci_fixvy6c85__/tests/tasks/manage_test_interface.yml:50 ---------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:3 ---------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:3 ---------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-ci_fixvy6c85__/tests/tasks/get_current_interfaces.yml:3 ---------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-ci_fixvy6c85__/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. ---^---^---^---^---^---