# 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_hotfixafxu15i7/.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_hotfixafxu15i7/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_hotfixafxu15i7/tests/tests_helpers_and_asserts.yml:3 Friday 15 March 2024 15:35:52 +0000 (0:00:00.039) 0:00:00.039 ********** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tests_helpers_and_asserts.yml:6 Friday 15 March 2024 15:35:58 +0000 (0:00:05.985) 0:00:06.025 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/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_hotfixafxu15i7/tests/tasks/el_repo_setup.yml:3 Friday 15 March 2024 15:35:58 +0000 (0:00:00.013) 0:00:06.038 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/el_repo_setup.yml:17 Friday 15 March 2024 15:36:04 +0000 (0:00:05.511) 0:00:11.549 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/el_repo_setup.yml:22 Friday 15 March 2024 15:36:04 +0000 (0:00:00.247) 0:00:11.797 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/el_repo_setup.yml:26 Friday 15 March 2024 15:36:04 +0000 (0:00:00.014) 0:00:11.811 ********** 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_hotfixafxu15i7/tests/tasks/el_repo_setup.yml:51 Friday 15 March 2024 15:36:04 +0000 (0:00:00.010) 0:00:11.822 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/enable_epel.yml:8 Friday 15 March 2024 15:36:04 +0000 (0:00:00.024) 0:00:11.846 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/enable_epel.yml:24 Friday 15 March 2024 15:36:04 +0000 (0:00:00.009) 0:00:11.856 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/enable_epel.yml:30 Friday 15 March 2024 15:36:04 +0000 (0:00:00.008) 0:00:11.864 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/enable_epel.yml:35 Friday 15 March 2024 15:36:04 +0000 (0:00:00.008) 0:00:11.873 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/enable_epel.yml:40 Friday 15 March 2024 15:36:04 +0000 (0:00:00.009) 0:00:11.883 ********** 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_hotfixafxu15i7/tests/tests_helpers_and_asserts.yml:9 Friday 15 March 2024 15:36:04 +0000 (0:00:00.008) 0:00:11.892 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:3 Friday 15 March 2024 15:36:04 +0000 (0:00:00.012) 0:00:11.904 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:36:04 +0000 (0:00:00.010) 0:00:11.915 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:36:04 +0000 (0:00:00.009) 0:00:11.924 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003340", "end": "2024-03-15 15:36:04.651328", "rc": 0, "start": "2024-03-15 15:36:04.647988" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:36:04 +0000 (0:00:00.243) 0:00:12.167 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:36:04 +0000 (0:00:00.009) 0:00:12.177 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:5 Friday 15 March 2024 15:36:04 +0000 (0:00:00.008) 0:00:12.186 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:36:04 +0000 (0:00:00.014) 0:00:12.201 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:36:04 +0000 (0:00:00.007) 0:00:12.209 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:36:04 +0000 (0:00:00.007) 0:00:12.216 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:36:04 +0000 (0:00:00.012) 0:00:12.228 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:36:04 +0000 (0:00:00.009) 0:00:12.238 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003327", "end": "2024-03-15 15:36:04.908082", "rc": 0, "start": "2024-03-15 15:36:04.904755" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:36:04 +0000 (0:00:00.187) 0:00:12.425 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:36:04 +0000 (0:00:00.011) 0:00:12.437 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:36:04 +0000 (0:00:00.010) 0:00:12.447 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:27 Friday 15 March 2024 15:36:05 +0000 (0:00:00.986) 0:00:13.433 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:35 Friday 15 March 2024 15:36:05 +0000 (0:00:00.019) 0:00:13.453 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:43 Friday 15 March 2024 15:36:05 +0000 (0:00:00.011) 0:00:13.465 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:49 Friday 15 March 2024 15:36:05 +0000 (0:00:00.026) 0:00:13.491 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:54 Friday 15 March 2024 15:36:05 +0000 (0:00:00.009) 0:00:13.501 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:60 Friday 15 March 2024 15:36:06 +0000 (0:00:00.016) 0:00:13.517 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:36:06 +0000 (0:00:00.010) 0:00:13.528 ********** 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_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:9 Friday 15 March 2024 15:36:06 +0000 (0:00:00.010) 0:00:13.538 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:36:06 +0000 (0:00:00.014) 0:00:13.553 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:36:06 +0000 (0:00:00.011) 0:00:13.564 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003263", "end": "2024-03-15 15:36:06.244160", "rc": 0, "start": "2024-03-15 15:36:06.240897" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:36:06 +0000 (0:00:00.196) 0:00:13.761 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:36:06 +0000 (0:00:00.014) 0:00:13.775 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:11 Friday 15 March 2024 15:36:06 +0000 (0:00:00.010) 0:00:13.786 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/assert_device_absent.yml:3 Friday 15 March 2024 15:36:06 +0000 (0:00:00.017) 0:00:13.804 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:36:06 +0000 (0:00:00.010) 0:00:13.815 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/assert_device_absent.yml:5 Friday 15 March 2024 15:36:06 +0000 (0:00:00.197) 0:00:14.012 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:14 Friday 15 March 2024 15:36:06 +0000 (0:00:00.011) 0:00:14.024 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:36:06 +0000 (0:00:00.016) 0:00:14.041 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:36:06 +0000 (0:00:00.008) 0:00:14.049 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:36:06 +0000 (0:00:00.010) 0:00:14.059 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:36:06 +0000 (0:00:00.011) 0:00:14.070 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:36:06 +0000 (0:00:00.009) 0:00:14.080 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003212", "end": "2024-03-15 15:36:06.749122", "rc": 0, "start": "2024-03-15 15:36:06.745910" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:36:06 +0000 (0:00:00.185) 0:00:14.265 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:36:06 +0000 (0:00:00.009) 0:00:14.275 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:36:06 +0000 (0:00:00.010) 0:00:14.285 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:27 Friday 15 March 2024 15:36:07 +0000 (0:00:00.848) 0:00:15.134 ********** 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.010723", "end": "2024-03-15 15:36:07.837166", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-15 15:36:07.826443" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003745", "end": "2024-03-15 15:36:08.052909", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-15 15:36:08.049164" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003637", "end": "2024-03-15 15:36:08.237750", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-15 15:36:08.234113" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:35 Friday 15 March 2024 15:36:08 +0000 (0:00:00.625) 0:00:15.760 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.021979", "end": "2024-03-15 15:36:08.451103", "rc": 0, "start": "2024-03-15 15:36:08.429124" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:43 Friday 15 March 2024 15:36:08 +0000 (0:00:00.217) 0:00:15.977 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:49 Friday 15 March 2024 15:36:08 +0000 (0:00:00.010) 0:00:15.988 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:54 Friday 15 March 2024 15:36:08 +0000 (0:00:00.009) 0:00:15.998 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:60 Friday 15 March 2024 15:36:08 +0000 (0:00:00.013) 0:00:16.012 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:36:08 +0000 (0:00:00.019) 0:00:16.031 ********** 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_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:18 Friday 15 March 2024 15:36:08 +0000 (0:00:00.015) 0:00:16.047 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:36:08 +0000 (0:00:00.046) 0:00:16.093 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:36:08 +0000 (0:00:00.016) 0:00:16.110 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003184", "end": "2024-03-15 15:36:08.780037", "rc": 0, "start": "2024-03-15 15:36:08.776853" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:36:08 +0000 (0:00:00.188) 0:00:16.298 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:36:08 +0000 (0:00:00.011) 0:00:16.309 ********** 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_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:20 Friday 15 March 2024 15:36:08 +0000 (0:00:00.013) 0:00:16.323 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/assert_device_present.yml:3 Friday 15 March 2024 15:36:08 +0000 (0:00:00.021) 0:00:16.344 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:36:08 +0000 (0:00:00.011) 0:00:16.355 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710516967.8300085, "block_size": 4096, "blocks": 0, "ctime": 1710516967.8300085, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29649, "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": 1710516967.8300085, "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_hotfixafxu15i7/tests/tasks/assert_device_present.yml:5 Friday 15 March 2024 15:36:09 +0000 (0:00:00.186) 0:00:16.542 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:23 Friday 15 March 2024 15:36:09 +0000 (0:00:00.011) 0:00:16.553 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:36:09 +0000 (0:00:00.018) 0:00:16.572 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:36:09 +0000 (0:00:00.009) 0:00:16.581 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:36:09 +0000 (0:00:00.009) 0:00:16.590 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:36:09 +0000 (0:00:00.011) 0:00:16.601 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:36:09 +0000 (0:00:00.010) 0:00:16.611 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003162", "end": "2024-03-15 15:36:09.281928", "rc": 0, "start": "2024-03-15 15:36:09.278766" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:36:09 +0000 (0:00:00.186) 0:00:16.798 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:36:09 +0000 (0:00:00.019) 0:00:16.818 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:36:09 +0000 (0:00:00.017) 0:00:16.836 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:27 Friday 15 March 2024 15:36:10 +0000 (0:00:00.850) 0:00:17.687 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:35 Friday 15 March 2024 15:36:10 +0000 (0:00:00.027) 0:00:17.714 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:43 Friday 15 March 2024 15:36:10 +0000 (0:00:00.009) 0:00:17.724 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.012563", "end": "2024-03-15 15:36:10.403975", "rc": 0, "start": "2024-03-15 15:36:10.391412" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:49 Friday 15 March 2024 15:36:10 +0000 (0:00:00.202) 0:00:17.927 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:54 Friday 15 March 2024 15:36:10 +0000 (0:00:00.011) 0:00:17.938 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:60 Friday 15 March 2024 15:36:10 +0000 (0:00:00.011) 0:00:17.950 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:36:10 +0000 (0:00:00.010) 0:00:17.960 ********** 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_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:27 Friday 15 March 2024 15:36:10 +0000 (0:00:00.009) 0:00:17.969 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:36:10 +0000 (0:00:00.019) 0:00:17.989 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:36:10 +0000 (0:00:00.010) 0:00:17.999 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003339", "end": "2024-03-15 15:36:10.668307", "rc": 0, "start": "2024-03-15 15:36:10.664968" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:36:10 +0000 (0:00:00.187) 0:00:18.186 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:36:10 +0000 (0:00:00.012) 0:00:18.199 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:29 Friday 15 March 2024 15:36:10 +0000 (0:00:00.011) 0:00:18.210 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/assert_device_absent.yml:3 Friday 15 March 2024 15:36:10 +0000 (0:00:00.020) 0:00:18.230 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:36:10 +0000 (0:00:00.011) 0:00:18.242 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/assert_device_absent.yml:5 Friday 15 March 2024 15:36:10 +0000 (0:00:00.183) 0:00:18.425 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tests_helpers_and_asserts.yml:15 Friday 15 March 2024 15:36:10 +0000 (0:00:00.011) 0:00:18.437 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:3 Friday 15 March 2024 15:36:10 +0000 (0:00:00.016) 0:00:18.453 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:36:10 +0000 (0:00:00.012) 0:00:18.466 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:36:10 +0000 (0:00:00.020) 0:00:18.486 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003236", "end": "2024-03-15 15:36:11.173119", "rc": 0, "start": "2024-03-15 15:36:11.169883" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:36:11 +0000 (0:00:00.202) 0:00:18.689 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:36:11 +0000 (0:00:00.011) 0:00:18.701 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:5 Friday 15 March 2024 15:36:11 +0000 (0:00:00.010) 0:00:18.711 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:36:11 +0000 (0:00:00.012) 0:00:18.724 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:36:11 +0000 (0:00:00.011) 0:00:18.736 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:36:11 +0000 (0:00:00.009) 0:00:18.745 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:36:11 +0000 (0:00:00.015) 0:00:18.760 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:36:11 +0000 (0:00:00.010) 0:00:18.771 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003320", "end": "2024-03-15 15:36:11.440577", "rc": 0, "start": "2024-03-15 15:36:11.437257" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:36:11 +0000 (0:00:00.190) 0:00:18.961 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:36:11 +0000 (0:00:00.011) 0:00:18.972 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:36:11 +0000 (0:00:00.013) 0:00:18.986 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:27 Friday 15 March 2024 15:36:12 +0000 (0:00:00.870) 0:00:19.857 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:35 Friday 15 March 2024 15:36:12 +0000 (0:00:00.022) 0:00:19.879 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:43 Friday 15 March 2024 15:36:12 +0000 (0:00:00.021) 0:00:19.901 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:49 Friday 15 March 2024 15:36:12 +0000 (0:00:00.024) 0:00:19.925 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:54 Friday 15 March 2024 15:36:12 +0000 (0:00:00.015) 0:00:19.941 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:60 Friday 15 March 2024 15:36:12 +0000 (0:00:00.031) 0:00:19.972 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:36:12 +0000 (0:00:00.026) 0:00:19.999 ********** 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_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:9 Friday 15 March 2024 15:36:12 +0000 (0:00:00.027) 0:00:20.026 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:36:12 +0000 (0:00:00.024) 0:00:20.051 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:36:12 +0000 (0:00:00.019) 0:00:20.070 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003235", "end": "2024-03-15 15:36:12.744922", "rc": 0, "start": "2024-03-15 15:36:12.741687" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:36:12 +0000 (0:00:00.191) 0:00:20.261 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:36:12 +0000 (0:00:00.011) 0:00:20.273 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:11 Friday 15 March 2024 15:36:12 +0000 (0:00:00.021) 0:00:20.294 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/assert_device_absent.yml:3 Friday 15 March 2024 15:36:12 +0000 (0:00:00.020) 0:00:20.315 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:36:12 +0000 (0:00:00.025) 0:00:20.341 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/assert_device_absent.yml:5 Friday 15 March 2024 15:36:13 +0000 (0:00:00.215) 0:00:20.556 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:14 Friday 15 March 2024 15:36:13 +0000 (0:00:00.019) 0:00:20.575 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:36:13 +0000 (0:00:00.050) 0:00:20.626 ********** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:36:13 +0000 (0:00:00.043) 0:00:20.670 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:36:13 +0000 (0:00:00.010) 0:00:20.680 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:36:13 +0000 (0:00:00.060) 0:00:20.741 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:36:13 +0000 (0:00:00.015) 0:00:20.756 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003015", "end": "2024-03-15 15:36:13.437547", "rc": 0, "start": "2024-03-15 15:36:13.434532" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:36:13 +0000 (0:00:00.199) 0:00:20.956 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:36:13 +0000 (0:00:00.014) 0:00:20.970 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:36:13 +0000 (0:00:00.010) 0:00:20.981 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:27 Friday 15 March 2024 15:36:14 +0000 (0:00:00.884) 0:00:21.866 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:35 Friday 15 March 2024 15:36:14 +0000 (0:00:00.040) 0:00:21.907 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:43 Friday 15 March 2024 15:36:14 +0000 (0:00:00.011) 0:00:21.918 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:49 Friday 15 March 2024 15:36:14 +0000 (0:00:00.011) 0:00:21.930 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.005688", "end": "2024-03-15 15:36:14.637277", "rc": 0, "start": "2024-03-15 15:36:14.631589" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:54 Friday 15 March 2024 15:36:14 +0000 (0:00:00.238) 0:00:22.169 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:60 Friday 15 March 2024 15:36:14 +0000 (0:00:00.014) 0:00:22.183 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:36:14 +0000 (0:00:00.014) 0:00:22.198 ********** 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_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:18 Friday 15 March 2024 15:36:14 +0000 (0:00:00.019) 0:00:22.218 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:36:14 +0000 (0:00:00.023) 0:00:22.242 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:36:14 +0000 (0:00:00.010) 0:00:22.252 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003294", "end": "2024-03-15 15:36:14.938890", "rc": 0, "start": "2024-03-15 15:36:14.935596" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:36:14 +0000 (0:00:00.207) 0:00:22.459 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:36:14 +0000 (0:00:00.010) 0:00:22.470 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:20 Friday 15 March 2024 15:36:14 +0000 (0:00:00.011) 0:00:22.482 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/assert_device_present.yml:3 Friday 15 March 2024 15:36:14 +0000 (0:00:00.016) 0:00:22.498 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:36:15 +0000 (0:00:00.011) 0:00:22.510 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710516974.6347034, "block_size": 4096, "blocks": 0, "ctime": 1710516974.6347034, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29942, "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": 1710516974.6347034, "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_hotfixafxu15i7/tests/tasks/assert_device_present.yml:5 Friday 15 March 2024 15:36:15 +0000 (0:00:00.184) 0:00:22.694 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:23 Friday 15 March 2024 15:36:15 +0000 (0:00:00.011) 0:00:22.705 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 15:36:15 +0000 (0:00:00.023) 0:00:22.729 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 15:36:15 +0000 (0:00:00.009) 0:00:22.739 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 15:36:15 +0000 (0:00:00.014) 0:00:22.753 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:36:15 +0000 (0:00:00.012) 0:00:22.766 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:36:15 +0000 (0:00:00.010) 0:00:22.777 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003143", "end": "2024-03-15 15:36:15.446863", "rc": 0, "start": "2024-03-15 15:36:15.443720" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:36:15 +0000 (0:00:00.188) 0:00:22.965 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:36:15 +0000 (0:00:00.011) 0:00:22.977 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 15:36:15 +0000 (0:00:00.010) 0:00:22.987 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:27 Friday 15 March 2024 15:36:16 +0000 (0:00:00.829) 0:00:23.817 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:35 Friday 15 March 2024 15:36:16 +0000 (0:00:00.018) 0:00:23.835 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:43 Friday 15 March 2024 15:36:16 +0000 (0:00:00.010) 0:00:23.846 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:49 Friday 15 March 2024 15:36:16 +0000 (0:00:00.009) 0:00:23.856 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:54 Friday 15 March 2024 15:36:16 +0000 (0:00:00.009) 0:00:23.865 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007560", "end": "2024-03-15 15:36:16.548202", "rc": 0, "start": "2024-03-15 15:36:16.540642" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:60 Friday 15 March 2024 15:36:16 +0000 (0:00:00.199) 0:00:24.064 ********** 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_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 15:36:16 +0000 (0:00:00.011) 0:00:24.076 ********** 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_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:27 Friday 15 March 2024 15:36:16 +0000 (0:00:00.009) 0:00:24.085 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 15:36:16 +0000 (0:00:00.029) 0:00:24.114 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 15:36:16 +0000 (0:00:00.010) 0:00:24.124 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003435", "end": "2024-03-15 15:36:16.794668", "rc": 0, "start": "2024-03-15 15:36:16.791233" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 15:36:16 +0000 (0:00:00.199) 0:00:24.324 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 15:36:16 +0000 (0:00:00.027) 0:00:24.352 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/create_and_remove_interface.yml:29 Friday 15 March 2024 15:36:16 +0000 (0:00:00.025) 0:00:24.377 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/assert_device_absent.yml:3 Friday 15 March 2024 15:36:16 +0000 (0:00:00.025) 0:00:24.402 ********** included: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 15:36:16 +0000 (0:00:00.022) 0:00:24.424 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/assert_device_absent.yml:5 Friday 15 March 2024 15:36:17 +0000 (0:00:00.212) 0:00:24.637 ********** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Friday 15 March 2024 15:36:17 +0000 (0:00:00.015) 0:00:24.652 ********** =============================================================================== Gathering Facts --------------------------------------------------------- 5.99s /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tests_helpers_and_asserts.yml:3 --- Gather the minimum subset of ansible_facts required by the network role test --- 5.51s /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/el_repo_setup.yml:3 --------- Install iproute --------------------------------------------------------- 0.99s /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.88s /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.87s /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.83s /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:16 Create veth interface veth1298 ------------------------------------------ 0.63s /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:27 Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/el_repo_setup.yml:17 -------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:3 Create dummy interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:49 Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:35 Get stat for interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_interface_stat.yml:3 ---- Get stat for interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_interface_stat.yml:3 ---- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:3 Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/manage_test_interface.yml:43 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixafxu15i7/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixafxu15i7/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. ---^---^---^---^---^---