# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-nm_plugin_hotfixzurlb0o7/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_hotfixzurlb0o7/tests/tests_helpers_and_asserts.yml:3 Monday 19 February 2024 22:11:48 +0000 (0:00:00.028) 0:00:00.028 ******* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tests_helpers_and_asserts.yml:6 Monday 19 February 2024 22:11:49 +0000 (0:00:00.872) 0:00:00.901 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/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_hotfixzurlb0o7/tests/tasks/el_repo_setup.yml:3 Monday 19 February 2024 22:11:49 +0000 (0:00:00.047) 0:00:00.948 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/el_repo_setup.yml:19 Monday 19 February 2024 22:11:50 +0000 (0:00:00.386) 0:00:01.335 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/el_repo_setup.yml:24 Monday 19 February 2024 22:11:50 +0000 (0:00:00.378) 0:00:01.713 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/el_repo_setup.yml:28 Monday 19 February 2024 22:11:50 +0000 (0:00:00.057) 0:00:01.770 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/el_repo_setup.yml:53 Monday 19 February 2024 22:11:50 +0000 (0:00:00.019) 0:00:01.790 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/enable_epel.yml:8 Monday 19 February 2024 22:11:50 +0000 (0:00:00.092) 0:00:01.883 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/enable_epel.yml:24 Monday 19 February 2024 22:11:50 +0000 (0:00:00.051) 0:00:01.934 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/enable_epel.yml:30 Monday 19 February 2024 22:11:50 +0000 (0:00:00.031) 0:00:01.966 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/enable_epel.yml:35 Monday 19 February 2024 22:11:50 +0000 (0:00:00.018) 0:00:01.984 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/enable_epel.yml:40 Monday 19 February 2024 22:11:50 +0000 (0:00:00.010) 0:00:01.994 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tests_helpers_and_asserts.yml:9 Monday 19 February 2024 22:11:50 +0000 (0:00:00.068) 0:00:02.063 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:3 Monday 19 February 2024 22:11:50 +0000 (0:00:00.104) 0:00:02.168 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:11:50 +0000 (0:00:00.048) 0:00:02.217 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:11:51 +0000 (0:00:00.073) 0:00:02.290 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003248", "end": "2024-02-19 22:11:51.372693", "rc": 0, "start": "2024-02-19 22:11:51.369445" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:11:51 +0000 (0:00:00.392) 0:00:02.682 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:11:51 +0000 (0:00:00.027) 0:00:02.710 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:5 Monday 19 February 2024 22:11:51 +0000 (0:00:00.011) 0:00:02.722 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:11:51 +0000 (0:00:00.038) 0:00:02.760 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:11:51 +0000 (0:00:00.020) 0:00:02.781 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:11:51 +0000 (0:00:00.030) 0:00:02.811 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:11:51 +0000 (0:00:00.013) 0:00:02.825 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:11:51 +0000 (0:00:00.024) 0:00:02.849 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003323", "end": "2024-02-19 22:11:51.821392", "rc": 0, "start": "2024-02-19 22:11:51.818069" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:11:51 +0000 (0:00:00.295) 0:00:03.144 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:11:51 +0000 (0:00:00.033) 0:00:03.178 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:11:51 +0000 (0:00:00.039) 0:00:03.217 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 22:11:53 +0000 (0:00:01.218) 0:00:04.435 ******* skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 22:11:53 +0000 (0:00:00.019) 0:00:04.455 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 22:11:53 +0000 (0:00:00.010) 0:00:04.466 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 22:11:53 +0000 (0:00:00.010) 0:00:04.476 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 22:11:53 +0000 (0:00:00.011) 0:00:04.488 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:11:53 +0000 (0:00:00.010) 0:00:04.498 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 22:11:53 +0000 (0:00:00.010) 0:00:04.509 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:9 Monday 19 February 2024 22:11:53 +0000 (0:00:00.011) 0:00:04.521 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:11:53 +0000 (0:00:00.015) 0:00:04.536 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:11:53 +0000 (0:00:00.011) 0:00:04.547 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003294", "end": "2024-02-19 22:11:53.445186", "rc": 0, "start": "2024-02-19 22:11:53.441892" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:11:53 +0000 (0:00:00.200) 0:00:04.748 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:11:53 +0000 (0:00:00.022) 0:00:04.770 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:11 Monday 19 February 2024 22:11:53 +0000 (0:00:00.015) 0:00:04.786 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:11:53 +0000 (0:00:00.019) 0:00:04.805 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:11:53 +0000 (0:00:00.014) 0:00:04.820 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:11:53 +0000 (0:00:00.196) 0:00:05.016 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:14 Monday 19 February 2024 22:11:53 +0000 (0:00:00.012) 0:00:05.028 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:11:53 +0000 (0:00:00.048) 0:00:05.076 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:11:53 +0000 (0:00:00.018) 0:00:05.095 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:11:53 +0000 (0:00:00.023) 0:00:05.119 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:11:53 +0000 (0:00:00.022) 0:00:05.141 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:11:53 +0000 (0:00:00.021) 0:00:05.163 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003515", "end": "2024-02-19 22:11:54.066660", "rc": 0, "start": "2024-02-19 22:11:54.063145" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:11:54 +0000 (0:00:00.193) 0:00:05.357 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:11:54 +0000 (0:00:00.052) 0:00:05.409 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:11:54 +0000 (0:00:00.017) 0:00:05.427 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 22:11:55 +0000 (0:00:01.087) 0:00:06.515 ******* 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.010954", "end": "2024-02-19 22:11:55.443322", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-19 22:11:55.432368" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003549", "end": "2024-02-19 22:11:55.662175", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-19 22:11:55.658626" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003546", "end": "2024-02-19 22:11:55.884775", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-19 22:11:55.881229" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 22:11:55 +0000 (0:00:00.665) 0:00:07.180 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022157", "end": "2024-02-19 22:11:56.125210", "rc": 0, "start": "2024-02-19 22:11:56.103053" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 22:11:56 +0000 (0:00:00.257) 0:00:07.437 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 22:11:56 +0000 (0:00:00.025) 0:00:07.463 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 22:11:56 +0000 (0:00:00.031) 0:00:07.495 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:11:56 +0000 (0:00:00.037) 0:00:07.532 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 22:11:56 +0000 (0:00:00.021) 0:00:07.554 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 22:11:56 +0000 (0:00:00.036) 0:00:07.590 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:11:56 +0000 (0:00:00.047) 0:00:07.637 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:11:56 +0000 (0:00:00.069) 0:00:07.707 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003275", "end": "2024-02-19 22:11:56.648832", "rc": 0, "start": "2024-02-19 22:11:56.645557" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:11:56 +0000 (0:00:00.248) 0:00:07.955 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:11:56 +0000 (0:00:00.067) 0:00:08.023 ******* 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_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 22:11:56 +0000 (0:00:00.073) 0:00:08.096 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 22:11:56 +0000 (0:00:00.070) 0:00:08.167 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:11:56 +0000 (0:00:00.041) 0:00:08.209 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708380715.4362376, "block_size": 4096, "blocks": 0, "ctime": 1708380715.4362376, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27852, "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": 1708380715.4362376, "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_hotfixzurlb0o7/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 22:11:57 +0000 (0:00:00.247) 0:00:08.457 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 22:11:57 +0000 (0:00:00.038) 0:00:08.496 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:11:57 +0000 (0:00:00.072) 0:00:08.568 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:11:57 +0000 (0:00:00.068) 0:00:08.637 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:11:57 +0000 (0:00:00.075) 0:00:08.713 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:11:57 +0000 (0:00:00.088) 0:00:08.802 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:11:57 +0000 (0:00:00.019) 0:00:08.821 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003200", "end": "2024-02-19 22:11:57.738289", "rc": 0, "start": "2024-02-19 22:11:57.735089" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:11:57 +0000 (0:00:00.247) 0:00:09.069 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:11:57 +0000 (0:00:00.069) 0:00:09.139 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:11:57 +0000 (0:00:00.032) 0:00:09.171 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 22:11:59 +0000 (0:00:01.139) 0:00:10.311 ******* skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 22:11:59 +0000 (0:00:00.069) 0:00:10.380 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 22:11:59 +0000 (0:00:00.043) 0:00:10.424 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.015455", "end": "2024-02-19 22:11:59.400996", "rc": 0, "start": "2024-02-19 22:11:59.385541" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 22:11:59 +0000 (0:00:00.280) 0:00:10.705 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 22:11:59 +0000 (0:00:00.010) 0:00:10.716 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:11:59 +0000 (0:00:00.024) 0:00:10.740 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 22:11:59 +0000 (0:00:00.028) 0:00:10.769 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 22:11:59 +0000 (0:00:00.057) 0:00:10.826 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:11:59 +0000 (0:00:00.036) 0:00:10.863 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:11:59 +0000 (0:00:00.015) 0:00:10.879 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003265", "end": "2024-02-19 22:11:59.790553", "rc": 0, "start": "2024-02-19 22:11:59.787288" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:11:59 +0000 (0:00:00.201) 0:00:11.081 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:11:59 +0000 (0:00:00.028) 0:00:11.110 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 22:11:59 +0000 (0:00:00.029) 0:00:11.139 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:11:59 +0000 (0:00:00.030) 0:00:11.170 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:11:59 +0000 (0:00:00.016) 0:00:11.187 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:12:00 +0000 (0:00:00.199) 0:00:11.387 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tests_helpers_and_asserts.yml:15 Monday 19 February 2024 22:12:00 +0000 (0:00:00.015) 0:00:11.402 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:3 Monday 19 February 2024 22:12:00 +0000 (0:00:00.066) 0:00:11.468 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:00 +0000 (0:00:00.014) 0:00:11.482 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:00 +0000 (0:00:00.058) 0:00:11.541 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003299", "end": "2024-02-19 22:12:00.486702", "rc": 0, "start": "2024-02-19 22:12:00.483403" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:00 +0000 (0:00:00.245) 0:00:11.786 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:00 +0000 (0:00:00.028) 0:00:11.815 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:5 Monday 19 February 2024 22:12:00 +0000 (0:00:00.024) 0:00:11.839 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:12:00 +0000 (0:00:00.049) 0:00:11.889 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:12:00 +0000 (0:00:00.056) 0:00:11.945 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:12:00 +0000 (0:00:00.010) 0:00:11.956 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:00 +0000 (0:00:00.015) 0:00:11.972 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:00 +0000 (0:00:00.031) 0:00:12.003 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003518", "end": "2024-02-19 22:12:00.935204", "rc": 0, "start": "2024-02-19 22:12:00.931686" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:00 +0000 (0:00:00.228) 0:00:12.231 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:00 +0000 (0:00:00.015) 0:00:12.246 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:12:00 +0000 (0:00:00.010) 0:00:12.257 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 22:12:01 +0000 (0:00:00.995) 0:00:13.253 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 22:12:02 +0000 (0:00:00.018) 0:00:13.271 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 22:12:02 +0000 (0:00:00.010) 0:00:13.282 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 22:12:02 +0000 (0:00:00.009) 0:00:13.291 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 22:12:02 +0000 (0:00:00.010) 0:00:13.302 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:12:02 +0000 (0:00:00.012) 0:00:13.314 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 22:12:02 +0000 (0:00:00.011) 0:00:13.326 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:9 Monday 19 February 2024 22:12:02 +0000 (0:00:00.013) 0:00:13.339 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:02 +0000 (0:00:00.013) 0:00:13.353 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:02 +0000 (0:00:00.011) 0:00:13.364 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003364", "end": "2024-02-19 22:12:02.263467", "rc": 0, "start": "2024-02-19 22:12:02.260103" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:02 +0000 (0:00:00.187) 0:00:13.551 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:02 +0000 (0:00:00.011) 0:00:13.562 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:11 Monday 19 February 2024 22:12:02 +0000 (0:00:00.019) 0:00:13.582 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:12:02 +0000 (0:00:00.018) 0:00:13.600 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:12:02 +0000 (0:00:00.012) 0:00:13.612 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:12:02 +0000 (0:00:00.213) 0:00:13.826 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:14 Monday 19 February 2024 22:12:02 +0000 (0:00:00.012) 0:00:13.839 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:12:02 +0000 (0:00:00.016) 0:00:13.855 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:12:02 +0000 (0:00:00.010) 0:00:13.865 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:12:02 +0000 (0:00:00.025) 0:00:13.891 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:02 +0000 (0:00:00.018) 0:00:13.910 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:02 +0000 (0:00:00.017) 0:00:13.927 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003430", "end": "2024-02-19 22:12:02.836444", "rc": 0, "start": "2024-02-19 22:12:02.833014" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:02 +0000 (0:00:00.202) 0:00:14.130 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:02 +0000 (0:00:00.022) 0:00:14.152 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:12:02 +0000 (0:00:00.020) 0:00:14.173 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 22:12:03 +0000 (0:00:00.967) 0:00:15.141 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 22:12:03 +0000 (0:00:00.022) 0:00:15.163 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 22:12:03 +0000 (0:00:00.013) 0:00:15.177 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 22:12:03 +0000 (0:00:00.010) 0:00:15.187 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.069729", "end": "2024-02-19 22:12:04.160776", "rc": 0, "start": "2024-02-19 22:12:04.091047" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 22:12:04 +0000 (0:00:00.273) 0:00:15.461 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:12:04 +0000 (0:00:00.011) 0:00:15.473 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 22:12:04 +0000 (0:00:00.011) 0:00:15.485 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 22:12:04 +0000 (0:00:00.016) 0:00:15.501 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:04 +0000 (0:00:00.019) 0:00:15.520 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:04 +0000 (0:00:00.026) 0:00:15.546 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003267", "end": "2024-02-19 22:12:04.467947", "rc": 0, "start": "2024-02-19 22:12:04.464680" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:04 +0000 (0:00:00.214) 0:00:15.761 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:04 +0000 (0:00:00.009) 0:00:15.770 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 22:12:04 +0000 (0:00:00.009) 0:00:15.780 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 22:12:04 +0000 (0:00:00.020) 0:00:15.800 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:12:04 +0000 (0:00:00.013) 0:00:15.814 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708380724.1567516, "block_size": 4096, "blocks": 0, "ctime": 1708380724.1567516, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28180, "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": 1708380724.1567516, "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_hotfixzurlb0o7/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 22:12:04 +0000 (0:00:00.211) 0:00:16.025 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 22:12:04 +0000 (0:00:00.020) 0:00:16.046 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:12:04 +0000 (0:00:00.045) 0:00:16.091 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:12:04 +0000 (0:00:00.010) 0:00:16.102 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:12:04 +0000 (0:00:00.020) 0:00:16.122 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:04 +0000 (0:00:00.032) 0:00:16.155 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:04 +0000 (0:00:00.023) 0:00:16.178 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003172", "end": "2024-02-19 22:12:05.095999", "rc": 0, "start": "2024-02-19 22:12:05.092827" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:05 +0000 (0:00:00.216) 0:00:16.395 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:05 +0000 (0:00:00.043) 0:00:16.438 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:12:05 +0000 (0:00:00.023) 0:00:16.462 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 22:12:06 +0000 (0:00:00.982) 0:00:17.445 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 22:12:06 +0000 (0:00:00.019) 0:00:17.465 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 22:12:06 +0000 (0:00:00.027) 0:00:17.492 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 22:12:06 +0000 (0:00:00.018) 0:00:17.510 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 22:12:06 +0000 (0:00:00.026) 0:00:17.537 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006885", "end": "2024-02-19 22:12:06.512391", "rc": 0, "start": "2024-02-19 22:12:06.505506" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:12:06 +0000 (0:00:00.270) 0:00:17.807 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 22:12:06 +0000 (0:00:00.036) 0:00:17.844 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 22:12:06 +0000 (0:00:00.027) 0:00:17.872 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:06 +0000 (0:00:00.128) 0:00:18.000 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:06 +0000 (0:00:00.049) 0:00:18.050 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003292", "end": "2024-02-19 22:12:06.998987", "rc": 0, "start": "2024-02-19 22:12:06.995695" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:07 +0000 (0:00:00.341) 0:00:18.391 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:07 +0000 (0:00:00.092) 0:00:18.484 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 22:12:07 +0000 (0:00:00.067) 0:00:18.552 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:12:07 +0000 (0:00:00.049) 0:00:18.601 ******* included: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:12:07 +0000 (0:00:00.036) 0:00:18.638 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:12:07 +0000 (0:00:00.359) 0:00:18.997 ******* ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Monday 19 February 2024 22:12:07 +0000 (0:00:00.061) 0:00:19.059 ******* =============================================================================== Install iproute --------------------------------------------------------- 1.22s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.14s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.09s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.00s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.98s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.97s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.87s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.67s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:28 Gather current interface info ------------------------------------------- 0.39s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:3 Gather the minimum subset of ansible_facts required by the network role test --- 0.39s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/el_repo_setup.yml:3 --------- Check if system is ostree ----------------------------------------------- 0.38s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/el_repo_setup.yml:19 -------- Get stat for interface dummy1298 ---------------------------------------- 0.36s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_interface_stat.yml:3 ---- Gather current interface info ------------------------------------------- 0.34s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:3 Delete veth interface veth1298 ------------------------------------------ 0.28s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:45 Create dummy interface dummy1298 ---------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:52 Delete dummy interface dummy1298 ---------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:58 Set up veth as managed by NetworkManager -------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/manage_test_interface.yml:37 Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixzurlb0o7/tests/tasks/get_current_interfaces.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---