# 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_hotfixcby1ligr/.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_hotfixcby1ligr/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_hotfixcby1ligr/tests/tests_helpers_and_asserts.yml:3 Thursday 29 February 2024 00:29:23 +0000 (0:00:00.037) 0:00:00.037 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tests_helpers_and_asserts.yml:6 Thursday 29 February 2024 00:29:24 +0000 (0:00:00.852) 0:00:00.889 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/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_hotfixcby1ligr/tests/tasks/el_repo_setup.yml:3 Thursday 29 February 2024 00:29:24 +0000 (0:00:00.012) 0:00:00.902 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/el_repo_setup.yml:17 Thursday 29 February 2024 00:29:24 +0000 (0:00:00.351) 0:00:01.254 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/el_repo_setup.yml:22 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.238) 0:00:01.492 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/el_repo_setup.yml:26 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.013) 0:00:01.506 ***** 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_hotfixcby1ligr/tests/tasks/el_repo_setup.yml:51 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.008) 0:00:01.515 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/enable_epel.yml:8 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.020) 0:00:01.535 ***** 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_hotfixcby1ligr/tests/tasks/enable_epel.yml:24 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.007) 0:00:01.543 ***** 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_hotfixcby1ligr/tests/tasks/enable_epel.yml:30 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.007) 0:00:01.550 ***** 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_hotfixcby1ligr/tests/tasks/enable_epel.yml:35 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.007) 0:00:01.558 ***** 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_hotfixcby1ligr/tests/tasks/enable_epel.yml:40 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.008) 0:00:01.566 ***** 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_hotfixcby1ligr/tests/tests_helpers_and_asserts.yml:9 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.007) 0:00:01.573 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:3 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.011) 0:00:01.585 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.009) 0:00:01.594 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.008) 0:00:01.603 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003424", "end": "2024-02-29 00:29:25.573465", "rc": 0, "start": "2024-02-29 00:29:25.570041" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.242) 0:00:01.846 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.009) 0:00:01.856 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:5 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.008) 0:00:01.864 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.014) 0:00:01.879 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.007) 0:00:01.887 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.007) 0:00:01.894 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.010) 0:00:01.905 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.009) 0:00:01.914 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003322", "end": "2024-02-29 00:29:25.827178", "rc": 0, "start": "2024-02-29 00:29:25.823856" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.184) 0:00:02.099 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.009) 0:00:02.109 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:29:25 +0000 (0:00:00.009) 0:00:02.118 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:27 Thursday 29 February 2024 00:29:26 +0000 (0:00:00.963) 0:00:03.082 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:35 Thursday 29 February 2024 00:29:26 +0000 (0:00:00.013) 0:00:03.096 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:43 Thursday 29 February 2024 00:29:26 +0000 (0:00:00.007) 0:00:03.104 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:49 Thursday 29 February 2024 00:29:26 +0000 (0:00:00.007) 0:00:03.111 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:54 Thursday 29 February 2024 00:29:26 +0000 (0:00:00.007) 0:00:03.119 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:60 Thursday 29 February 2024 00:29:26 +0000 (0:00:00.007) 0:00:03.127 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:29:26 +0000 (0:00:00.007) 0:00:03.134 ***** 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_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:9 Thursday 29 February 2024 00:29:26 +0000 (0:00:00.007) 0:00:03.142 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:29:26 +0000 (0:00:00.012) 0:00:03.155 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:29:26 +0000 (0:00:00.009) 0:00:03.164 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003284", "end": "2024-02-29 00:29:27.077802", "rc": 0, "start": "2024-02-29 00:29:27.074518" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:29:27 +0000 (0:00:00.185) 0:00:03.349 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:29:27 +0000 (0:00:00.009) 0:00:03.359 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:11 Thursday 29 February 2024 00:29:27 +0000 (0:00:00.008) 0:00:03.367 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:29:27 +0000 (0:00:00.014) 0:00:03.382 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:29:27 +0000 (0:00:00.010) 0:00:03.392 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:29:27 +0000 (0:00:00.181) 0:00:03.573 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:14 Thursday 29 February 2024 00:29:27 +0000 (0:00:00.010) 0:00:03.584 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:29:27 +0000 (0:00:00.014) 0:00:03.598 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:29:27 +0000 (0:00:00.007) 0:00:03.605 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:29:27 +0000 (0:00:00.007) 0:00:03.613 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:29:27 +0000 (0:00:00.010) 0:00:03.623 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:29:27 +0000 (0:00:00.009) 0:00:03.633 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003373", "end": "2024-02-29 00:29:27.548359", "rc": 0, "start": "2024-02-29 00:29:27.544986" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:29:27 +0000 (0:00:00.189) 0:00:03.822 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:29:27 +0000 (0:00:00.009) 0:00:03.832 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:29:27 +0000 (0:00:00.009) 0:00:03.841 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:27 Thursday 29 February 2024 00:29:28 +0000 (0:00:00.849) 0:00:04.690 ***** 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.010806", "end": "2024-02-29 00:29:28.614661", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-29 00:29:28.603855" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003550", "end": "2024-02-29 00:29:28.833446", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-29 00:29:28.829896" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003849", "end": "2024-02-29 00:29:29.015621", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-29 00:29:29.011772" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:35 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.599) 0:00:05.290 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.020663", "end": "2024-02-29 00:29:29.223650", "rc": 0, "start": "2024-02-29 00:29:29.202987" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:43 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.208) 0:00:05.499 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:49 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.009) 0:00:05.508 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:54 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.009) 0:00:05.517 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:60 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.008) 0:00:05.525 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.008) 0:00:05.533 ***** 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_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:18 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.007) 0:00:05.541 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.017) 0:00:05.559 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.010) 0:00:05.569 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003391", "end": "2024-02-29 00:29:29.486563", "rc": 0, "start": "2024-02-29 00:29:29.483172" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.190) 0:00:05.759 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.009) 0:00:05.769 ***** 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_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:20 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.009) 0:00:05.779 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/assert_device_present.yml:3 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.016) 0:00:05.795 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.009) 0:00:05.805 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1709166568.6078088, "block_size": 4096, "blocks": 0, "ctime": 1709166568.6078088, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29677, "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": 1709166568.6078088, "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_hotfixcby1ligr/tests/tasks/assert_device_present.yml:5 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.184) 0:00:05.990 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:23 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.010) 0:00:06.001 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.018) 0:00:06.020 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.008) 0:00:06.028 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.007) 0:00:06.035 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.011) 0:00:06.046 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.010) 0:00:06.057 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003335", "end": "2024-02-29 00:29:29.970676", "rc": 0, "start": "2024-02-29 00:29:29.967341" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.186) 0:00:06.243 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:29:29 +0000 (0:00:00.012) 0:00:06.255 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:29:30 +0000 (0:00:00.009) 0:00:06.265 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:27 Thursday 29 February 2024 00:29:30 +0000 (0:00:00.853) 0:00:07.118 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:35 Thursday 29 February 2024 00:29:30 +0000 (0:00:00.017) 0:00:07.136 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:43 Thursday 29 February 2024 00:29:30 +0000 (0:00:00.010) 0:00:07.147 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.007220", "end": "2024-02-29 00:29:31.068177", "rc": 0, "start": "2024-02-29 00:29:31.060957" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:49 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.195) 0:00:07.343 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:54 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.009) 0:00:07.353 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:60 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.011) 0:00:07.364 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.009) 0:00:07.373 ***** 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_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:27 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.008) 0:00:07.382 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.019) 0:00:07.401 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.010) 0:00:07.412 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003446", "end": "2024-02-29 00:29:31.325479", "rc": 0, "start": "2024-02-29 00:29:31.322033" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.186) 0:00:07.599 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.010) 0:00:07.609 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:29 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.009) 0:00:07.619 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.019) 0:00:07.639 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.012) 0:00:07.651 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.183) 0:00:07.835 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tests_helpers_and_asserts.yml:15 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.011) 0:00:07.846 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:3 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.014) 0:00:07.861 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.014) 0:00:07.875 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.010) 0:00:07.886 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003307", "end": "2024-02-29 00:29:31.807339", "rc": 0, "start": "2024-02-29 00:29:31.804032" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.193) 0:00:08.079 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.010) 0:00:08.090 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:5 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.009) 0:00:08.099 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.012) 0:00:08.112 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.008) 0:00:08.120 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.007) 0:00:08.128 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.012) 0:00:08.140 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:29:31 +0000 (0:00:00.011) 0:00:08.151 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003418", "end": "2024-02-29 00:29:32.064954", "rc": 0, "start": "2024-02-29 00:29:32.061536" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:29:32 +0000 (0:00:00.191) 0:00:08.343 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:29:32 +0000 (0:00:00.013) 0:00:08.357 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:29:32 +0000 (0:00:00.011) 0:00:08.368 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:27 Thursday 29 February 2024 00:29:32 +0000 (0:00:00.852) 0:00:09.221 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:35 Thursday 29 February 2024 00:29:32 +0000 (0:00:00.014) 0:00:09.235 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:43 Thursday 29 February 2024 00:29:32 +0000 (0:00:00.008) 0:00:09.244 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:49 Thursday 29 February 2024 00:29:32 +0000 (0:00:00.008) 0:00:09.252 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:54 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.011) 0:00:09.263 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:60 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.008) 0:00:09.271 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.008) 0:00:09.280 ***** 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_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:9 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.008) 0:00:09.288 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.012) 0:00:09.301 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.009) 0:00:09.310 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003370", "end": "2024-02-29 00:29:33.227023", "rc": 0, "start": "2024-02-29 00:29:33.223653" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.188) 0:00:09.499 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.010) 0:00:09.509 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:11 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.009) 0:00:09.518 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.013) 0:00:09.532 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.009) 0:00:09.542 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.182) 0:00:09.725 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:14 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.011) 0:00:09.736 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.015) 0:00:09.751 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.007) 0:00:09.759 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.007) 0:00:09.767 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.010) 0:00:09.778 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.010) 0:00:09.788 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003316", "end": "2024-02-29 00:29:33.701051", "rc": 0, "start": "2024-02-29 00:29:33.697735" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.184) 0:00:09.973 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.009) 0:00:09.983 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:29:33 +0000 (0:00:00.009) 0:00:09.993 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:27 Thursday 29 February 2024 00:29:34 +0000 (0:00:00.860) 0:00:10.853 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:35 Thursday 29 February 2024 00:29:34 +0000 (0:00:00.015) 0:00:10.868 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:43 Thursday 29 February 2024 00:29:34 +0000 (0:00:00.008) 0:00:10.877 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:49 Thursday 29 February 2024 00:29:34 +0000 (0:00:00.008) 0:00:10.885 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.045903", "end": "2024-02-29 00:29:34.845712", "rc": 0, "start": "2024-02-29 00:29:34.799809" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:54 Thursday 29 February 2024 00:29:34 +0000 (0:00:00.241) 0:00:11.127 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:60 Thursday 29 February 2024 00:29:34 +0000 (0:00:00.009) 0:00:11.136 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:29:34 +0000 (0:00:00.007) 0:00:11.144 ***** 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_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:18 Thursday 29 February 2024 00:29:34 +0000 (0:00:00.008) 0:00:11.153 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:29:34 +0000 (0:00:00.015) 0:00:11.168 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:29:34 +0000 (0:00:00.009) 0:00:11.177 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003684", "end": "2024-02-29 00:29:35.093654", "rc": 0, "start": "2024-02-29 00:29:35.089970" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:29:35 +0000 (0:00:00.189) 0:00:11.367 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:29:35 +0000 (0:00:00.009) 0:00:11.377 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:20 Thursday 29 February 2024 00:29:35 +0000 (0:00:00.009) 0:00:11.386 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/assert_device_present.yml:3 Thursday 29 February 2024 00:29:35 +0000 (0:00:00.016) 0:00:11.403 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:29:35 +0000 (0:00:00.010) 0:00:11.413 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1709166574.8416374, "block_size": 4096, "blocks": 0, "ctime": 1709166574.8416374, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30005, "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": 1709166574.8416374, "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_hotfixcby1ligr/tests/tasks/assert_device_present.yml:5 Thursday 29 February 2024 00:29:35 +0000 (0:00:00.186) 0:00:11.599 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:23 Thursday 29 February 2024 00:29:35 +0000 (0:00:00.011) 0:00:11.610 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:29:35 +0000 (0:00:00.019) 0:00:11.630 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:29:35 +0000 (0:00:00.007) 0:00:11.637 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:29:35 +0000 (0:00:00.007) 0:00:11.645 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:29:35 +0000 (0:00:00.011) 0:00:11.657 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:29:35 +0000 (0:00:00.009) 0:00:11.667 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003397", "end": "2024-02-29 00:29:35.582594", "rc": 0, "start": "2024-02-29 00:29:35.579197" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:29:35 +0000 (0:00:00.188) 0:00:11.855 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:29:35 +0000 (0:00:00.009) 0:00:11.865 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:29:35 +0000 (0:00:00.010) 0:00:11.875 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:27 Thursday 29 February 2024 00:29:36 +0000 (0:00:00.857) 0:00:12.732 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:35 Thursday 29 February 2024 00:29:36 +0000 (0:00:00.014) 0:00:12.746 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:43 Thursday 29 February 2024 00:29:36 +0000 (0:00:00.007) 0:00:12.754 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:49 Thursday 29 February 2024 00:29:36 +0000 (0:00:00.008) 0:00:12.763 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:54 Thursday 29 February 2024 00:29:36 +0000 (0:00:00.009) 0:00:12.772 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.013344", "end": "2024-02-29 00:29:36.696699", "rc": 0, "start": "2024-02-29 00:29:36.683355" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:60 Thursday 29 February 2024 00:29:36 +0000 (0:00:00.197) 0:00:12.969 ***** 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_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:29:36 +0000 (0:00:00.009) 0:00:12.979 ***** 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_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:27 Thursday 29 February 2024 00:29:36 +0000 (0:00:00.016) 0:00:12.995 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:29:36 +0000 (0:00:00.020) 0:00:13.016 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:29:36 +0000 (0:00:00.010) 0:00:13.026 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003438", "end": "2024-02-29 00:29:36.939749", "rc": 0, "start": "2024-02-29 00:29:36.936311" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:29:36 +0000 (0:00:00.184) 0:00:13.211 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:29:36 +0000 (0:00:00.009) 0:00:13.221 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/create_and_remove_interface.yml:29 Thursday 29 February 2024 00:29:36 +0000 (0:00:00.012) 0:00:13.234 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:29:36 +0000 (0:00:00.019) 0:00:13.253 ***** included: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:29:37 +0000 (0:00:00.010) 0:00:13.263 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:29:37 +0000 (0:00:00.183) 0:00:13.447 ***** 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 Thursday 29 February 2024 00:29:37 +0000 (0:00:00.015) 0:00:13.463 ***** =============================================================================== Install iproute --------------------------------------------------------- 0.96s /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.86s /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.86s /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.85s /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tests_helpers_and_asserts.yml:3 --- Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:16 Create veth interface veth1298 ------------------------------------------ 0.60s /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.35s /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/el_repo_setup.yml:3 --------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:3 Create dummy interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:49 Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/el_repo_setup.yml:17 -------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:35 Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:54 Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/manage_test_interface.yml:43 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixcby1ligr/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixcby1ligr/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. ---^---^---^---^---^---