# 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_hotfixfia95hn5/.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_hotfixfia95hn5/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_hotfixfia95hn5/tests/tests_helpers_and_asserts.yml:3 Tuesday 12 March 2024 21:24:10 +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_hotfixfia95hn5/tests/tests_helpers_and_asserts.yml:6 Tuesday 12 March 2024 21:24:11 +0000 (0:00:01.075) 0:00:01.113 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/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_hotfixfia95hn5/tests/tasks/el_repo_setup.yml:3 Tuesday 12 March 2024 21:24:11 +0000 (0:00:00.012) 0:00:01.126 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/el_repo_setup.yml:17 Tuesday 12 March 2024 21:24:11 +0000 (0:00:00.419) 0:00:01.545 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/el_repo_setup.yml:22 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.336) 0:00:01.881 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/el_repo_setup.yml:26 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.019) 0:00:01.901 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/el_repo_setup.yml:51 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.012) 0:00:01.914 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/enable_epel.yml:8 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.022) 0:00:01.936 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/enable_epel.yml:24 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.007) 0:00:01.944 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/enable_epel.yml:30 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.007) 0:00:01.952 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/enable_epel.yml:35 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.007) 0:00:01.960 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/enable_epel.yml:40 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.007) 0:00:01.968 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tests_helpers_and_asserts.yml:9 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.007) 0:00:01.975 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:3 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.012) 0:00:01.988 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.010) 0:00:01.998 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.009) 0:00:02.008 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003766", "end": "2024-03-12 21:24:12.503829", "rc": 0, "start": "2024-03-12 21:24:12.500063" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.300) 0:00:02.308 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.013) 0:00:02.322 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:5 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.011) 0:00:02.334 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.018) 0:00:02.352 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.018) 0:00:02.371 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.015) 0:00:02.387 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.015) 0:00:02.402 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.022) 0:00:02.424 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003689", "end": "2024-03-12 21:24:12.888005", "rc": 0, "start": "2024-03-12 21:24:12.884316" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.276) 0:00:02.701 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.014) 0:00:02.716 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 21:24:12 +0000 (0:00:00.014) 0:00:02.731 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:27 Tuesday 12 March 2024 21:24:15 +0000 (0:00:02.192) 0:00:04.923 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:35 Tuesday 12 March 2024 21:24:15 +0000 (0:00:00.016) 0:00:04.939 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:43 Tuesday 12 March 2024 21:24:15 +0000 (0:00:00.024) 0:00:04.964 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:49 Tuesday 12 March 2024 21:24:15 +0000 (0:00:00.012) 0:00:04.976 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:54 Tuesday 12 March 2024 21:24:15 +0000 (0:00:00.032) 0:00:05.009 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:60 Tuesday 12 March 2024 21:24:15 +0000 (0:00:00.041) 0:00:05.050 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 21:24:15 +0000 (0:00:00.022) 0:00:05.073 ********* 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_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:9 Tuesday 12 March 2024 21:24:15 +0000 (0:00:00.029) 0:00:05.103 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:24:15 +0000 (0:00:00.016) 0:00:05.120 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:24:15 +0000 (0:00:00.018) 0:00:05.139 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003836", "end": "2024-03-12 21:24:15.615297", "rc": 0, "start": "2024-03-12 21:24:15.611461" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:24:15 +0000 (0:00:00.285) 0:00:05.424 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:24:15 +0000 (0:00:00.042) 0:00:05.466 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:11 Tuesday 12 March 2024 21:24:15 +0000 (0:00:00.030) 0:00:05.497 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/assert_device_absent.yml:3 Tuesday 12 March 2024 21:24:15 +0000 (0:00:00.023) 0:00:05.520 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 21:24:15 +0000 (0:00:00.039) 0:00:05.560 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/assert_device_absent.yml:5 Tuesday 12 March 2024 21:24:16 +0000 (0:00:00.245) 0:00:05.805 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:14 Tuesday 12 March 2024 21:24:16 +0000 (0:00:00.011) 0:00:05.817 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 21:24:16 +0000 (0:00:00.016) 0:00:05.833 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 21:24:16 +0000 (0:00:00.007) 0:00:05.841 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 21:24:16 +0000 (0:00:00.008) 0:00:05.849 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:24:16 +0000 (0:00:00.012) 0:00:05.861 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:24:16 +0000 (0:00:00.016) 0:00:05.878 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003773", "end": "2024-03-12 21:24:16.327492", "rc": 0, "start": "2024-03-12 21:24:16.323719" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:24:16 +0000 (0:00:00.260) 0:00:06.139 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:24:16 +0000 (0:00:00.032) 0:00:06.171 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 21:24:16 +0000 (0:00:00.029) 0:00:06.201 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:27 Tuesday 12 March 2024 21:24:18 +0000 (0:00:02.066) 0:00:08.267 ********* 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.007833", "end": "2024-03-12 21:24:18.713942", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-12 21:24:18.706109" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004304", "end": "2024-03-12 21:24:19.004571", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-12 21:24:19.000267" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004206", "end": "2024-03-12 21:24:19.250987", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-12 21:24:19.246781" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:35 Tuesday 12 March 2024 21:24:19 +0000 (0:00:00.788) 0:00:09.056 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024474", "end": "2024-03-12 21:24:19.563713", "rc": 0, "start": "2024-03-12 21:24:19.539239" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:43 Tuesday 12 March 2024 21:24:19 +0000 (0:00:00.305) 0:00:09.361 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:49 Tuesday 12 March 2024 21:24:19 +0000 (0:00:00.009) 0:00:09.371 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:54 Tuesday 12 March 2024 21:24:19 +0000 (0:00:00.008) 0:00:09.379 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:60 Tuesday 12 March 2024 21:24:19 +0000 (0:00:00.009) 0:00:09.388 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 21:24:19 +0000 (0:00:00.007) 0:00:09.396 ********* 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_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:18 Tuesday 12 March 2024 21:24:19 +0000 (0:00:00.007) 0:00:09.404 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:24:19 +0000 (0:00:00.015) 0:00:09.420 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:24:19 +0000 (0:00:00.014) 0:00:09.435 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003740", "end": "2024-03-12 21:24:19.875386", "rc": 0, "start": "2024-03-12 21:24:19.871646" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:24:19 +0000 (0:00:00.248) 0:00:09.683 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:24:19 +0000 (0:00:00.012) 0:00:09.696 ********* 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_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:20 Tuesday 12 March 2024 21:24:19 +0000 (0:00:00.012) 0:00:09.708 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/assert_device_present.yml:3 Tuesday 12 March 2024 21:24:19 +0000 (0:00:00.019) 0:00:09.728 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 21:24:19 +0000 (0:00:00.014) 0:00:09.743 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1710278658.71004, "block_size": 4096, "blocks": 0, "ctime": 1710278658.71004, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34464, "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": 1710278658.71004, "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_hotfixfia95hn5/tests/tasks/assert_device_present.yml:5 Tuesday 12 March 2024 21:24:20 +0000 (0:00:00.296) 0:00:10.039 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:23 Tuesday 12 March 2024 21:24:20 +0000 (0:00:00.013) 0:00:10.053 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 21:24:20 +0000 (0:00:00.019) 0:00:10.072 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 21:24:20 +0000 (0:00:00.010) 0:00:10.082 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 21:24:20 +0000 (0:00:00.011) 0:00:10.094 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:24:20 +0000 (0:00:00.012) 0:00:10.106 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:24:20 +0000 (0:00:00.010) 0:00:10.117 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003808", "end": "2024-03-12 21:24:20.559118", "rc": 0, "start": "2024-03-12 21:24:20.555310" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:24:20 +0000 (0:00:00.239) 0:00:10.356 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:24:20 +0000 (0:00:00.009) 0:00:10.366 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 21:24:20 +0000 (0:00:00.009) 0:00:10.376 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:27 Tuesday 12 March 2024 21:24:22 +0000 (0:00:01.977) 0:00:12.354 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:35 Tuesday 12 March 2024 21:24:22 +0000 (0:00:00.018) 0:00:12.373 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:43 Tuesday 12 March 2024 21:24:22 +0000 (0:00:00.009) 0:00:12.382 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.014331", "end": "2024-03-12 21:24:22.830028", "rc": 0, "start": "2024-03-12 21:24:22.815697" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:49 Tuesday 12 March 2024 21:24:22 +0000 (0:00:00.256) 0:00:12.638 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:54 Tuesday 12 March 2024 21:24:22 +0000 (0:00:00.013) 0:00:12.652 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:60 Tuesday 12 March 2024 21:24:22 +0000 (0:00:00.018) 0:00:12.670 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 21:24:22 +0000 (0:00:00.014) 0:00:12.684 ********* 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_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:27 Tuesday 12 March 2024 21:24:22 +0000 (0:00:00.007) 0:00:12.692 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:24:22 +0000 (0:00:00.019) 0:00:12.712 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:24:22 +0000 (0:00:00.010) 0:00:12.722 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003703", "end": "2024-03-12 21:24:23.174278", "rc": 0, "start": "2024-03-12 21:24:23.170575" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:24:23 +0000 (0:00:00.252) 0:00:12.975 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:24:23 +0000 (0:00:00.019) 0:00:12.994 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:29 Tuesday 12 March 2024 21:24:23 +0000 (0:00:00.018) 0:00:13.013 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/assert_device_absent.yml:3 Tuesday 12 March 2024 21:24:23 +0000 (0:00:00.024) 0:00:13.037 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 21:24:23 +0000 (0:00:00.023) 0:00:13.061 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/assert_device_absent.yml:5 Tuesday 12 March 2024 21:24:23 +0000 (0:00:00.281) 0:00:13.343 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tests_helpers_and_asserts.yml:15 Tuesday 12 March 2024 21:24:23 +0000 (0:00:00.016) 0:00:13.359 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:3 Tuesday 12 March 2024 21:24:23 +0000 (0:00:00.016) 0:00:13.376 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:24:23 +0000 (0:00:00.015) 0:00:13.391 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:24:23 +0000 (0:00:00.012) 0:00:13.404 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003718", "end": "2024-03-12 21:24:23.856638", "rc": 0, "start": "2024-03-12 21:24:23.852920" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:24:23 +0000 (0:00:00.252) 0:00:13.657 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:24:23 +0000 (0:00:00.014) 0:00:13.671 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:5 Tuesday 12 March 2024 21:24:23 +0000 (0:00:00.011) 0:00:13.683 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 21:24:23 +0000 (0:00:00.015) 0:00:13.698 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 21:24:23 +0000 (0:00:00.021) 0:00:13.720 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 21:24:23 +0000 (0:00:00.017) 0:00:13.738 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:24:23 +0000 (0:00:00.021) 0:00:13.759 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:24:23 +0000 (0:00:00.011) 0:00:13.770 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003870", "end": "2024-03-12 21:24:24.219942", "rc": 0, "start": "2024-03-12 21:24:24.216072" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:24:24 +0000 (0:00:00.251) 0:00:14.022 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:24:24 +0000 (0:00:00.011) 0:00:14.034 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 21:24:24 +0000 (0:00:00.024) 0:00:14.058 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:27 Tuesday 12 March 2024 21:24:26 +0000 (0:00:01.987) 0:00:16.046 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:35 Tuesday 12 March 2024 21:24:26 +0000 (0:00:00.013) 0:00:16.060 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:43 Tuesday 12 March 2024 21:24:26 +0000 (0:00:00.008) 0:00:16.068 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:49 Tuesday 12 March 2024 21:24:26 +0000 (0:00:00.009) 0:00:16.077 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:54 Tuesday 12 March 2024 21:24:26 +0000 (0:00:00.021) 0:00:16.099 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:60 Tuesday 12 March 2024 21:24:26 +0000 (0:00:00.010) 0:00:16.110 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 21:24:26 +0000 (0:00:00.011) 0:00:16.122 ********* 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_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:9 Tuesday 12 March 2024 21:24:26 +0000 (0:00:00.008) 0:00:16.131 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:24:26 +0000 (0:00:00.013) 0:00:16.145 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:24:26 +0000 (0:00:00.011) 0:00:16.156 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003774", "end": "2024-03-12 21:24:26.610765", "rc": 0, "start": "2024-03-12 21:24:26.606991" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:24:26 +0000 (0:00:00.253) 0:00:16.409 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:24:26 +0000 (0:00:00.013) 0:00:16.423 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:11 Tuesday 12 March 2024 21:24:26 +0000 (0:00:00.022) 0:00:16.445 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/assert_device_absent.yml:3 Tuesday 12 March 2024 21:24:26 +0000 (0:00:00.018) 0:00:16.464 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 21:24:26 +0000 (0:00:00.011) 0:00:16.475 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/assert_device_absent.yml:5 Tuesday 12 March 2024 21:24:26 +0000 (0:00:00.255) 0:00:16.730 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:14 Tuesday 12 March 2024 21:24:26 +0000 (0:00:00.012) 0:00:16.743 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 21:24:26 +0000 (0:00:00.017) 0:00:16.761 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 21:24:26 +0000 (0:00:00.009) 0:00:16.770 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 21:24:27 +0000 (0:00:00.008) 0:00:16.779 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:24:27 +0000 (0:00:00.010) 0:00:16.790 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:24:27 +0000 (0:00:00.009) 0:00:16.800 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003646", "end": "2024-03-12 21:24:27.235902", "rc": 0, "start": "2024-03-12 21:24:27.232256" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:24:27 +0000 (0:00:00.233) 0:00:17.033 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:24:27 +0000 (0:00:00.013) 0:00:17.047 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 21:24:27 +0000 (0:00:00.012) 0:00:17.059 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:27 Tuesday 12 March 2024 21:24:29 +0000 (0:00:02.140) 0:00:19.200 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:35 Tuesday 12 March 2024 21:24:29 +0000 (0:00:00.024) 0:00:19.225 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:43 Tuesday 12 March 2024 21:24:29 +0000 (0:00:00.011) 0:00:19.237 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:49 Tuesday 12 March 2024 21:24:29 +0000 (0:00:00.010) 0:00:19.247 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.109132", "end": "2024-03-12 21:24:29.794766", "rc": 0, "start": "2024-03-12 21:24:29.685634" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:54 Tuesday 12 March 2024 21:24:29 +0000 (0:00:00.363) 0:00:19.611 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:60 Tuesday 12 March 2024 21:24:29 +0000 (0:00:00.009) 0:00:19.620 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 21:24:29 +0000 (0:00:00.010) 0:00:19.631 ********* 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_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:18 Tuesday 12 March 2024 21:24:29 +0000 (0:00:00.008) 0:00:19.640 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:24:29 +0000 (0:00:00.015) 0:00:19.655 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:24:29 +0000 (0:00:00.009) 0:00:19.665 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003736", "end": "2024-03-12 21:24:30.101617", "rc": 0, "start": "2024-03-12 21:24:30.097881" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:24:30 +0000 (0:00:00.233) 0:00:19.899 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:24:30 +0000 (0:00:00.010) 0:00:19.909 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:20 Tuesday 12 March 2024 21:24:30 +0000 (0:00:00.008) 0:00:19.918 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/assert_device_present.yml:3 Tuesday 12 March 2024 21:24:30 +0000 (0:00:00.015) 0:00:19.933 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 21:24:30 +0000 (0:00:00.009) 0:00:19.943 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1710278669.7929761, "block_size": 4096, "blocks": 0, "ctime": 1710278669.7929761, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34796, "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": 1710278669.7929761, "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_hotfixfia95hn5/tests/tasks/assert_device_present.yml:5 Tuesday 12 March 2024 21:24:30 +0000 (0:00:00.227) 0:00:20.171 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:23 Tuesday 12 March 2024 21:24:30 +0000 (0:00:00.016) 0:00:20.187 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 21:24:30 +0000 (0:00:00.019) 0:00:20.207 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 21:24:30 +0000 (0:00:00.020) 0:00:20.228 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 21:24:30 +0000 (0:00:00.010) 0:00:20.238 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:24:30 +0000 (0:00:00.041) 0:00:20.279 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:24:30 +0000 (0:00:00.038) 0:00:20.318 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003690", "end": "2024-03-12 21:24:30.759606", "rc": 0, "start": "2024-03-12 21:24:30.755916" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:24:30 +0000 (0:00:00.249) 0:00:20.567 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:24:30 +0000 (0:00:00.030) 0:00:20.597 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 21:24:30 +0000 (0:00:00.029) 0:00:20.626 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:27 Tuesday 12 March 2024 21:24:32 +0000 (0:00:02.048) 0:00:22.675 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:35 Tuesday 12 March 2024 21:24:32 +0000 (0:00:00.046) 0:00:22.722 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:43 Tuesday 12 March 2024 21:24:32 +0000 (0:00:00.047) 0:00:22.770 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:49 Tuesday 12 March 2024 21:24:33 +0000 (0:00:00.027) 0:00:22.797 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:54 Tuesday 12 March 2024 21:24:33 +0000 (0:00:00.023) 0:00:22.820 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008534", "end": "2024-03-12 21:24:33.310218", "rc": 0, "start": "2024-03-12 21:24:33.301684" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:60 Tuesday 12 March 2024 21:24:33 +0000 (0:00:00.297) 0:00:23.118 ********* 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_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 21:24:33 +0000 (0:00:00.009) 0:00:23.128 ********* 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_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:27 Tuesday 12 March 2024 21:24:33 +0000 (0:00:00.008) 0:00:23.136 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 21:24:33 +0000 (0:00:00.020) 0:00:23.156 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 21:24:33 +0000 (0:00:00.080) 0:00:23.237 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003705", "end": "2024-03-12 21:24:33.675714", "rc": 0, "start": "2024-03-12 21:24:33.672009" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 21:24:33 +0000 (0:00:00.249) 0:00:23.486 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 21:24:33 +0000 (0:00:00.021) 0:00:23.508 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/create_and_remove_interface.yml:29 Tuesday 12 March 2024 21:24:33 +0000 (0:00:00.014) 0:00:23.523 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/assert_device_absent.yml:3 Tuesday 12 March 2024 21:24:33 +0000 (0:00:00.028) 0:00:23.551 ********* included: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 21:24:33 +0000 (0:00:00.014) 0:00:23.566 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/assert_device_absent.yml:5 Tuesday 12 March 2024 21:24:34 +0000 (0:00:00.239) 0:00:23.806 ********* 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 Tuesday 12 March 2024 21:24:34 +0000 (0:00:00.035) 0:00:23.841 ********* =============================================================================== Install iproute --------------------------------------------------------- 2.19s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.14s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.07s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.05s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.99s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.98s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 1.08s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.79s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.42s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/el_repo_setup.yml:3 --------- Create dummy interface dummy1298 ---------------------------------------- 0.36s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:49 Check if system is ostree ----------------------------------------------- 0.34s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/el_repo_setup.yml:17 -------- Set up veth as managed by NetworkManager -------------------------------- 0.31s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:35 Gather current interface info ------------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:3 Delete dummy interface dummy1298 ---------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:54 Get stat for interface veth1298 ----------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_interface_stat.yml:3 ---- Gather current interface info ------------------------------------------- 0.29s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:3 Get stat for interface veth1298 ----------------------------------------- 0.28s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_interface_stat.yml:3 ---- Gather current interface info ------------------------------------------- 0.28s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/get_current_interfaces.yml:3 Delete veth interface veth1298 ------------------------------------------ 0.26s /WORKDIR/git-nm_plugin_hotfixfia95hn5/tests/tasks/manage_test_interface.yml:43 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---