# 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-nm_plugin_hotfixpfq7v57w/.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-nm_plugin_hotfixpfq7v57w/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tests_helpers_and_asserts.yml:3 Sunday 18 February 2024 15:20:58 +0000 (0:00:00.034) 0:00:00.034 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tests_helpers_and_asserts.yml:6 Sunday 18 February 2024 15:20:59 +0000 (0:00:00.861) 0:00:00.895 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/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-nm_plugin_hotfixpfq7v57w/tests/tasks/el_repo_setup.yml:3 Sunday 18 February 2024 15:20:59 +0000 (0:00:00.011) 0:00:00.907 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/el_repo_setup.yml:17 Sunday 18 February 2024 15:20:59 +0000 (0:00:00.357) 0:00:01.264 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/el_repo_setup.yml:22 Sunday 18 February 2024 15:21:00 +0000 (0:00:00.246) 0:00:01.511 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/el_repo_setup.yml:26 Sunday 18 February 2024 15:21:00 +0000 (0:00:00.013) 0:00:01.524 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/el_repo_setup.yml:51 Sunday 18 February 2024 15:21:00 +0000 (0:00:00.007) 0:00:01.531 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/enable_epel.yml:8 Sunday 18 February 2024 15:21:00 +0000 (0:00:00.020) 0:00:01.552 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/enable_epel.yml:24 Sunday 18 February 2024 15:21:00 +0000 (0:00:00.248) 0:00:01.800 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/enable_epel.yml:30 Sunday 18 February 2024 15:21:00 +0000 (0:00:00.008) 0:00:01.809 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/enable_epel.yml:35 Sunday 18 February 2024 15:21:00 +0000 (0:00:00.007) 0:00:01.817 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.248713", "end": "2024-02-18 15:21:00.957339", "rc": 0, "start": "2024-02-18 15:21:00.708626" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/enable_epel.yml:40 Sunday 18 February 2024 15:21:00 +0000 (0:00:00.438) 0:00:02.255 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tests_helpers_and_asserts.yml:9 Sunday 18 February 2024 15:21:00 +0000 (0:00:00.008) 0:00:02.264 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 15:21:00 +0000 (0:00:00.011) 0:00:02.276 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:21:01 +0000 (0:00:00.009) 0:00:02.286 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:21:01 +0000 (0:00:00.009) 0:00:02.295 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003728", "end": "2024-02-18 15:21:01.191426", "rc": 0, "start": "2024-02-18 15:21:01.187698" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:21:01 +0000 (0:00:00.195) 0:00:02.490 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:21:01 +0000 (0:00:00.009) 0:00:02.499 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 15:21:01 +0000 (0:00:00.009) 0:00:02.509 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:21:01 +0000 (0:00:00.013) 0:00:02.522 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:21:01 +0000 (0:00:00.007) 0:00:02.530 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:21:01 +0000 (0:00:00.007) 0:00:02.537 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:21:01 +0000 (0:00:00.010) 0:00:02.548 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:21:01 +0000 (0:00:00.009) 0:00:02.557 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003712", "end": "2024-02-18 15:21:01.454999", "rc": 0, "start": "2024-02-18 15:21:01.451287" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:21:01 +0000 (0:00:00.196) 0:00:02.753 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:21:01 +0000 (0:00:00.009) 0:00:02.763 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:21:01 +0000 (0:00:00.008) 0:00:02.771 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 15:25:04 +0000 (0:04:02.749) 0:04:05.520 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.014) 0:04:05.535 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.007) 0:04:05.543 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.008) 0:04:05.551 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.007) 0:04:05.559 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.007) 0:04:05.566 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.008) 0:04:05.574 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.007) 0:04:05.582 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.012) 0:04:05.594 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.008) 0:04:05.603 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003680", "end": "2024-02-18 15:25:04.500102", "rc": 0, "start": "2024-02-18 15:25:04.496422" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.195) 0:04:05.798 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.009) 0:04:05.808 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.008) 0:04:05.816 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.013) 0:04:05.830 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.009) 0:04:05.840 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.191) 0:04:06.031 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.010) 0:04:06.041 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.015) 0:04:06.057 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.007) 0:04:06.064 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.007) 0:04:06.072 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.010) 0:04:06.082 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:25:04 +0000 (0:00:00.009) 0:04:06.092 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003591", "end": "2024-02-18 15:25:04.989426", "rc": 0, "start": "2024-02-18 15:25:04.985835" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:25:05 +0000 (0:00:00.195) 0:04:06.287 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:25:05 +0000 (0:00:00.009) 0:04:06.297 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:25:05 +0000 (0:00:00.008) 0:04:06.306 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 15:29:07 +0000 (0:04:02.591) 0:08:08.897 ******* 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.013465", "end": "2024-02-18 15:29:07.804161", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-18 15:29:07.790696" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004021", "end": "2024-02-18 15:29:08.031349", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-18 15:29:08.027328" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004610", "end": "2024-02-18 15:29:08.218790", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-18 15:29:08.214180" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 15:29:08 +0000 (0:00:00.620) 0:08:09.517 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023118", "end": "2024-02-18 15:29:08.435103", "rc": 0, "start": "2024-02-18 15:29:08.411985" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 15:29:08 +0000 (0:00:00.216) 0:08:09.734 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 15:29:08 +0000 (0:00:00.009) 0:08:09.744 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 15:29:08 +0000 (0:00:00.007) 0:08:09.752 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 15:29:08 +0000 (0:00:00.007) 0:08:09.760 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:29:08 +0000 (0:00:00.008) 0:08:09.768 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 15:29:08 +0000 (0:00:00.007) 0:08:09.775 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:29:08 +0000 (0:00:00.016) 0:08:09.791 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:29:08 +0000 (0:00:00.008) 0:08:09.800 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003504", "end": "2024-02-18 15:29:08.696823", "rc": 0, "start": "2024-02-18 15:29:08.693319" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:29:08 +0000 (0:00:00.194) 0:08:09.995 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:29:08 +0000 (0:00:00.009) 0:08:10.005 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 15:29:08 +0000 (0:00:00.009) 0:08:10.015 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 15:29:08 +0000 (0:00:00.016) 0:08:10.032 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:29:08 +0000 (0:00:00.009) 0:08:10.041 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708270147.7945144, "block_size": 4096, "blocks": 0, "ctime": 1708270147.7945144, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32662, "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": 1708270147.7945144, "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-nm_plugin_hotfixpfq7v57w/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 15:29:08 +0000 (0:00:00.191) 0:08:10.232 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 15:29:08 +0000 (0:00:00.011) 0:08:10.243 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:29:08 +0000 (0:00:00.018) 0:08:10.262 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:29:08 +0000 (0:00:00.007) 0:08:10.269 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:29:08 +0000 (0:00:00.007) 0:08:10.277 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:29:09 +0000 (0:00:00.010) 0:08:10.288 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:29:09 +0000 (0:00:00.009) 0:08:10.297 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003470", "end": "2024-02-18 15:29:09.191439", "rc": 0, "start": "2024-02-18 15:29:09.187969" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:29:09 +0000 (0:00:00.192) 0:08:10.489 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:29:09 +0000 (0:00:00.010) 0:08:10.499 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:29:09 +0000 (0:00:00.008) 0:08:10.508 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 15:33:11 +0000 (0:04:02.685) 0:12:13.194 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 15:33:11 +0000 (0:00:00.017) 0:12:13.211 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 15:33:11 +0000 (0:00:00.008) 0:12:13.220 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009548", "end": "2024-02-18 15:33:12.121040", "rc": 0, "start": "2024-02-18 15:33:12.111492" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.201) 0:12: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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.009) 0:12:13.431 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.008) 0:12:13.439 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.009) 0:12:13.448 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.007) 0:12:13.456 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.018) 0:12:13.475 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.009) 0:12:13.484 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003628", "end": "2024-02-18 15:33:12.377991", "rc": 0, "start": "2024-02-18 15:33:12.374363" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.191) 0:12:13.676 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.010) 0:12:13.686 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.008) 0:12:13.695 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.019) 0:12:13.714 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.009) 0:12:13.723 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.188) 0:12:13.912 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tests_helpers_and_asserts.yml:15 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.010) 0:12:13.923 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.013) 0:12:13.936 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.009) 0:12:13.946 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.009) 0:12:13.955 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003519", "end": "2024-02-18 15:33:12.849070", "rc": 0, "start": "2024-02-18 15:33:12.845551" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.191) 0:12:14.147 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.009) 0:12:14.157 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.009) 0:12:14.166 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.012) 0:12:14.179 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.007) 0:12:14.187 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.007) 0:12:14.194 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.011) 0:12:14.205 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:33:12 +0000 (0:00:00.009) 0:12:14.214 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003680", "end": "2024-02-18 15:33:13.107687", "rc": 0, "start": "2024-02-18 15:33:13.104007" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:33:13 +0000 (0:00:00.191) 0:12:14.406 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:33:13 +0000 (0:00:00.009) 0:12:14.416 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:33:13 +0000 (0:00:00.009) 0:12:14.425 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 15:37:15 +0000 (0:04:02.583) 0:16:17.009 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 15:37:15 +0000 (0:00:00.013) 0:16:17.023 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 15:37:15 +0000 (0:00:00.008) 0:16:17.031 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 15:37:15 +0000 (0:00:00.008) 0:16:17.039 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 15:37:15 +0000 (0:00:00.008) 0:16:17.047 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 15:37:15 +0000 (0:00:00.008) 0:16:17.056 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:37:15 +0000 (0:00:00.008) 0:16:17.064 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 15:37:15 +0000 (0:00:00.008) 0:16:17.073 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:37:15 +0000 (0:00:00.012) 0:16:17.085 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:37:15 +0000 (0:00:00.009) 0:16:17.094 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003530", "end": "2024-02-18 15:37:15.987673", "rc": 0, "start": "2024-02-18 15:37:15.984143" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:37:16 +0000 (0:00:00.190) 0:16:17.285 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:37:16 +0000 (0:00:00.010) 0:16:17.295 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 15:37:16 +0000 (0:00:00.010) 0:16:17.305 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 15:37:16 +0000 (0:00:00.013) 0:16:17.318 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:37:16 +0000 (0:00:00.009) 0:16:17.328 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 15:37:16 +0000 (0:00:00.187) 0:16:17.516 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 15:37:16 +0000 (0:00:00.011) 0:16:17.527 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:37:16 +0000 (0:00:00.015) 0:16:17.542 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:37:16 +0000 (0:00:00.008) 0:16:17.550 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:37:16 +0000 (0:00:00.007) 0:16:17.558 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:37:16 +0000 (0:00:00.010) 0:16:17.569 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:37:16 +0000 (0:00:00.009) 0:16:17.578 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003389", "end": "2024-02-18 15:37:16.472198", "rc": 0, "start": "2024-02-18 15:37:16.468809" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:37:16 +0000 (0:00:00.191) 0:16:17.770 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:37:16 +0000 (0:00:00.009) 0:16:17.779 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:37:16 +0000 (0:00:00.009) 0:16:17.789 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 15:41:19 +0000 (0:04:02.570) 0:20:20.359 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.014) 0:20:20.373 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.009) 0:20:20.383 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.008) 0:20:20.391 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011163", "end": "2024-02-18 15:41:19.293035", "rc": 0, "start": "2024-02-18 15:41:19.281872" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.209) 0:20:20.600 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.009) 0:20:20.610 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.008) 0:20:20.618 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.008) 0:20:20.626 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.015) 0:20:20.642 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.009) 0:20:20.652 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003519", "end": "2024-02-18 15:41:19.544318", "rc": 0, "start": "2024-02-18 15:41:19.540799" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.190) 0:20:20.842 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.010) 0:20:20.853 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.009) 0:20:20.862 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.016) 0:20:20.879 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.009) 0:20:20.889 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708270879.29077, "block_size": 4096, "blocks": 0, "ctime": 1708270879.29077, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32985, "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": 1708270879.29077, "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-nm_plugin_hotfixpfq7v57w/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.186) 0:20:21.076 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.010) 0:20:21.086 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.020) 0:20:21.107 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.008) 0:20:21.115 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.007) 0:20:21.123 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.011) 0:20:21.135 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:41:19 +0000 (0:00:00.009) 0:20:21.145 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003418", "end": "2024-02-18 15:41:20.037108", "rc": 0, "start": "2024-02-18 15:41:20.033690" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:41:20 +0000 (0:00:00.190) 0:20:21.335 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:41:20 +0000 (0:00:00.009) 0:20:21.345 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:41:20 +0000 (0:00:00.009) 0:20:21.355 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 15:45:22 +0000 (0:04:02.733) 0:24:24.088 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 15:45:22 +0000 (0:00:00.014) 0:24:24.102 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 15:45:22 +0000 (0:00:00.008) 0:24:24.111 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 15:45:22 +0000 (0:00:00.009) 0:24:24.120 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 15:45:22 +0000 (0:00:00.009) 0:24:24.129 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008270", "end": "2024-02-18 15:45:23.031843", "rc": 0, "start": "2024-02-18 15:45:23.023573" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 15:45:23 +0000 (0:00:00.201) 0:24:24.331 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:45:23 +0000 (0:00:00.009) 0:24:24.340 ******* 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-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 15:45:23 +0000 (0:00:00.008) 0:24:24.349 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:45:23 +0000 (0:00:00.018) 0:24:24.368 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:45:23 +0000 (0:00:00.009) 0:24:24.378 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003557", "end": "2024-02-18 15:45:23.275370", "rc": 0, "start": "2024-02-18 15:45:23.271813" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:45:23 +0000 (0:00:00.195) 0:24:24.573 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:45:23 +0000 (0:00:00.009) 0:24:24.583 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 15:45:23 +0000 (0:00:00.009) 0:24:24.593 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 15:45:23 +0000 (0:00:00.020) 0:24:24.613 ******* included: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:45:23 +0000 (0:00:00.009) 0:24:24.623 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 15:45:23 +0000 (0:00:00.191) 0:24:24.815 ******* 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 Sunday 18 February 2024 15:45:23 +0000 (0:00:00.015) 0:24:24.830 ******* =============================================================================== Install iproute ------------------------------------------------------- 242.75s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.73s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.69s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.59s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.58s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.57s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.86s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.62s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:27 Enable EPEL 8 ----------------------------------------------------------- 0.44s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/enable_epel.yml:35 ---------- Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/el_repo_setup.yml:3 --------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/enable_epel.yml:8 ----------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/el_repo_setup.yml:17 -------- Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:35 Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:49 Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:54 Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/manage_test_interface.yml:43 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixpfq7v57w/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. ---^---^---^---^---^---