# 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_hotfixpi6658ge/.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_hotfixpi6658ge/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_hotfixpi6658ge/tests/tests_helpers_and_asserts.yml:3 Sunday 18 February 2024 14:50:55 +0000 (0:00:00.033) 0:00:00.033 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tests_helpers_and_asserts.yml:6 Sunday 18 February 2024 14:50:56 +0000 (0:00:00.855) 0:00:00.888 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/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_hotfixpi6658ge/tests/tasks/el_repo_setup.yml:3 Sunday 18 February 2024 14:50:56 +0000 (0:00:00.012) 0:00:00.900 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/el_repo_setup.yml:17 Sunday 18 February 2024 14:50:56 +0000 (0:00:00.382) 0:00:01.283 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/el_repo_setup.yml:22 Sunday 18 February 2024 14:50:56 +0000 (0:00:00.241) 0:00:01.525 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/el_repo_setup.yml:26 Sunday 18 February 2024 14:50:56 +0000 (0:00:00.013) 0:00:01.538 ******* 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_hotfixpi6658ge/tests/tasks/el_repo_setup.yml:51 Sunday 18 February 2024 14:50:56 +0000 (0:00:00.008) 0:00:01.547 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/enable_epel.yml:8 Sunday 18 February 2024 14:50:56 +0000 (0:00:00.019) 0:00:01.567 ******* 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_hotfixpi6658ge/tests/tasks/enable_epel.yml:24 Sunday 18 February 2024 14:50:56 +0000 (0:00:00.007) 0:00:01.574 ******* 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_hotfixpi6658ge/tests/tasks/enable_epel.yml:30 Sunday 18 February 2024 14:50:56 +0000 (0:00:00.007) 0:00:01.582 ******* 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_hotfixpi6658ge/tests/tasks/enable_epel.yml:35 Sunday 18 February 2024 14:50:56 +0000 (0:00:00.007) 0:00:01.589 ******* 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_hotfixpi6658ge/tests/tasks/enable_epel.yml:40 Sunday 18 February 2024 14:50:56 +0000 (0:00:00.007) 0:00:01.596 ******* 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_hotfixpi6658ge/tests/tests_helpers_and_asserts.yml:9 Sunday 18 February 2024 14:50:56 +0000 (0:00:00.007) 0:00:01.603 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 14:50:56 +0000 (0:00:00.010) 0:00:01.614 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 14:50:56 +0000 (0:00:00.009) 0:00:01.624 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 14:50:56 +0000 (0:00:00.008) 0:00:01.633 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003276", "end": "2024-02-18 14:50:57.216835", "rc": 0, "start": "2024-02-18 14:50:57.213559" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 14:50:57 +0000 (0:00:00.244) 0:00:01.878 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 14:50:57 +0000 (0:00:00.009) 0:00:01.888 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 14:50:57 +0000 (0:00:00.008) 0:00:01.896 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 14:50:57 +0000 (0:00:00.014) 0:00:01.910 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 14:50:57 +0000 (0:00:00.007) 0:00:01.918 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 14:50:57 +0000 (0:00:00.007) 0:00:01.925 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 14:50:57 +0000 (0:00:00.010) 0:00:01.936 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 14:50:57 +0000 (0:00:00.009) 0:00:01.945 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003345", "end": "2024-02-18 14:50:57.470831", "rc": 0, "start": "2024-02-18 14:50:57.467486" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 14:50:57 +0000 (0:00:00.186) 0:00:02.131 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 14:50:57 +0000 (0:00:00.009) 0:00:02.141 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 14:50:57 +0000 (0:00:00.008) 0:00:02.149 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 14:54:58 +0000 (0:04:01.025) 0:04:03.175 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 14:54:58 +0000 (0:00:00.013) 0:04:03.189 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 14:54:58 +0000 (0:00:00.008) 0:04:03.197 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 14:54:58 +0000 (0:00:00.008) 0:04:03.205 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 14:54:58 +0000 (0:00:00.007) 0:04:03.213 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 14:54:58 +0000 (0:00:00.008) 0:04:03.221 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 14:54:58 +0000 (0:00:00.007) 0:04:03.229 ******* 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_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 14:54:58 +0000 (0:00:00.007) 0:04:03.236 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 14:54:58 +0000 (0:00:00.012) 0:04:03.248 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 14:54:58 +0000 (0:00:00.008) 0:04:03.257 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003275", "end": "2024-02-18 14:54:58.786207", "rc": 0, "start": "2024-02-18 14:54:58.782932" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 14:54:58 +0000 (0:00:00.189) 0:04:03.447 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 14:54:58 +0000 (0:00:00.009) 0:04:03.457 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 14:54:58 +0000 (0:00:00.009) 0:04:03.466 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 14:54:58 +0000 (0:00:00.014) 0:04:03.480 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 14:54:58 +0000 (0:00:00.009) 0:04:03.490 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 14:54:59 +0000 (0:00:00.185) 0:04:03.676 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 14:54:59 +0000 (0:00:00.011) 0:04:03.687 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 14:54:59 +0000 (0:00:00.015) 0:04:03.702 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 14:54:59 +0000 (0:00:00.007) 0:04:03.710 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 14:54:59 +0000 (0:00:00.007) 0:04:03.717 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 14:54:59 +0000 (0:00:00.010) 0:04:03.728 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 14:54:59 +0000 (0:00:00.009) 0:04:03.738 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003302", "end": "2024-02-18 14:54:59.264209", "rc": 0, "start": "2024-02-18 14:54:59.260907" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 14:54:59 +0000 (0:00:00.186) 0:04:03.925 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 14:54:59 +0000 (0:00:00.009) 0:04:03.934 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 14:54:59 +0000 (0:00:00.008) 0:04:03.943 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 14:59:00 +0000 (0:04:00.905) 0:08:04.849 ******* 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.011685", "end": "2024-02-18 14:59:00.388705", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-18 14:59:00.377020" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003574", "end": "2024-02-18 14:59:00.609134", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-18 14:59:00.605560" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003980", "end": "2024-02-18 14:59:00.792205", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-18 14:59:00.788225" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 14:59:00 +0000 (0:00:00.606) 0:08:05.455 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023275", "end": "2024-02-18 14:59:01.009995", "rc": 0, "start": "2024-02-18 14:59:00.986720" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.217) 0:08:05.673 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.008) 0:08:05.682 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.008) 0:08:05.690 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.008) 0:08:05.698 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.007) 0:08:05.706 ******* 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_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.008) 0:08:05.714 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.016) 0:08:05.730 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.009) 0:08:05.740 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003377", "end": "2024-02-18 14:59:01.269516", "rc": 0, "start": "2024-02-18 14:59:01.266139" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.191) 0:08:05.931 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.009) 0:08:05.941 ******* 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_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.008) 0:08:05.950 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.016) 0:08:05.967 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.009) 0:08:05.976 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708268340.381031, "block_size": 4096, "blocks": 0, "ctime": 1708268340.381031, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29824, "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": 1708268340.381031, "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_hotfixpi6658ge/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.187) 0:08:06.164 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.011) 0:08:06.175 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.018) 0:08:06.194 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.007) 0:08:06.201 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.007) 0:08:06.209 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.010) 0:08:06.220 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.009) 0:08:06.229 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003373", "end": "2024-02-18 14:59:01.762278", "rc": 0, "start": "2024-02-18 14:59:01.758905" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.194) 0:08:06.423 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.009) 0:08:06.433 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 14:59:01 +0000 (0:00:00.012) 0:08:06.446 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 15:03:02 +0000 (0:04:00.936) 0:12:07.383 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 15:03:02 +0000 (0:00:00.014) 0:12:07.397 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 15:03:02 +0000 (0:00:00.008) 0:12:07.405 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011147", "end": "2024-02-18 15:03:02.941382", "rc": 0, "start": "2024-02-18 15:03:02.930235" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 15:03:02 +0000 (0:00:00.202) 0:12:07.607 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 15:03:02 +0000 (0:00:00.009) 0:12:07.617 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 15:03:02 +0000 (0:00:00.008) 0:12:07.625 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:03:02 +0000 (0:00:00.007) 0:12:07.633 ******* 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_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 15:03:02 +0000 (0:00:00.007) 0:12:07.641 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.018) 0:12:07.659 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.009) 0:12:07.669 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003644", "end": "2024-02-18 15:03:03.195272", "rc": 0, "start": "2024-02-18 15:03:03.191628" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.187) 0:12:07.857 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.009) 0:12:07.866 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.009) 0:12:07.876 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.019) 0:12:07.896 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.009) 0:12:07.906 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.187) 0:12:08.093 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tests_helpers_and_asserts.yml:15 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.010) 0:12:08.103 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.014) 0:12:08.117 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.010) 0:12:08.127 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.009) 0:12:08.136 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003241", "end": "2024-02-18 15:03:03.661810", "rc": 0, "start": "2024-02-18 15:03:03.658569" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.186) 0:12:08.322 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.009) 0:12:08.332 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.010) 0:12:08.343 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.012) 0:12:08.355 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.007) 0:12:08.363 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.007) 0:12:08.370 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.010) 0:12:08.381 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.009) 0:12:08.391 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003500", "end": "2024-02-18 15:03:03.918611", "rc": 0, "start": "2024-02-18 15:03:03.915111" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.190) 0:12:08.581 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.010) 0:12:08.591 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:03:03 +0000 (0:00:00.009) 0:12:08.601 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 15:07:04 +0000 (0:04:00.906) 0:16:09.507 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 15:07:04 +0000 (0:00:00.014) 0:16:09.522 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 15:07:04 +0000 (0:00:00.008) 0:16:09.531 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 15:07:04 +0000 (0:00:00.008) 0:16:09.539 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 15:07:04 +0000 (0:00:00.008) 0:16:09.548 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 15:07:04 +0000 (0:00:00.012) 0:16:09.560 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:07:04 +0000 (0:00:00.009) 0:16:09.569 ******* 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_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 15:07:04 +0000 (0:00:00.009) 0:16:09.579 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:07:04 +0000 (0:00:00.014) 0:16:09.594 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:07:04 +0000 (0:00:00.009) 0:16:09.603 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003125", "end": "2024-02-18 15:07:05.127111", "rc": 0, "start": "2024-02-18 15:07:05.123986" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:07:05 +0000 (0:00:00.183) 0:16:09.787 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:07:05 +0000 (0:00:00.009) 0:16:09.797 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 15:07:05 +0000 (0:00:00.009) 0:16:09.807 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 15:07:05 +0000 (0:00:00.013) 0:16:09.820 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:07:05 +0000 (0:00:00.009) 0:16:09.830 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 15:07:05 +0000 (0:00:00.180) 0:16:10.010 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 15:07:05 +0000 (0:00:00.011) 0:16:10.022 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:07:05 +0000 (0:00:00.015) 0:16:10.037 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:07:05 +0000 (0:00:00.008) 0:16:10.046 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:07:05 +0000 (0:00:00.007) 0:16:10.054 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:07:05 +0000 (0:00:00.011) 0:16:10.065 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:07:05 +0000 (0:00:00.009) 0:16:10.074 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003401", "end": "2024-02-18 15:07:05.602232", "rc": 0, "start": "2024-02-18 15:07:05.598831" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:07:05 +0000 (0:00:00.193) 0:16:10.268 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:07:05 +0000 (0:00:00.009) 0:16:10.278 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:07:05 +0000 (0:00:00.008) 0:16:10.287 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 15:11:06 +0000 (0:04:00.920) 0:20:11.207 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 15:11:06 +0000 (0:00:00.014) 0:20:11.221 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 15:11:06 +0000 (0:00:00.008) 0:20:11.230 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 15:11:06 +0000 (0:00:00.007) 0:20:11.238 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006414", "end": "2024-02-18 15:11:06.768386", "rc": 0, "start": "2024-02-18 15:11:06.761972" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 15:11:06 +0000 (0:00:00.198) 0:20:11.436 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 15:11:06 +0000 (0:00:00.009) 0:20:11.446 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:11:06 +0000 (0:00:00.008) 0:20:11.454 ******* 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_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 15:11:06 +0000 (0:00:00.007) 0:20:11.462 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:11:06 +0000 (0:00:00.015) 0:20:11.478 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:11:06 +0000 (0:00:00.009) 0:20:11.487 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003330", "end": "2024-02-18 15:11:07.012832", "rc": 0, "start": "2024-02-18 15:11:07.009502" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:11:07 +0000 (0:00:00.186) 0:20:11.674 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:11:07 +0000 (0:00:00.010) 0:20:11.684 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 15:11:07 +0000 (0:00:00.008) 0:20:11.693 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 15:11:07 +0000 (0:00:00.016) 0:20:11.709 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:11:07 +0000 (0:00:00.009) 0:20:11.719 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708269066.765208, "block_size": 4096, "blocks": 0, "ctime": 1708269066.765208, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30117, "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": 1708269066.765208, "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_hotfixpi6658ge/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 15:11:07 +0000 (0:00:00.183) 0:20:11.902 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 15:11:07 +0000 (0:00:00.010) 0:20:11.912 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 15:11:07 +0000 (0:00:00.020) 0:20:11.933 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 15:11:07 +0000 (0:00:00.007) 0:20:11.940 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 15:11:07 +0000 (0:00:00.007) 0:20:11.948 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:11:07 +0000 (0:00:00.011) 0:20:11.959 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:11:07 +0000 (0:00:00.009) 0:20:11.968 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003311", "end": "2024-02-18 15:11:07.494024", "rc": 0, "start": "2024-02-18 15:11:07.490713" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:11:07 +0000 (0:00:00.187) 0:20:12.156 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:11:07 +0000 (0:00:00.009) 0:20:12.166 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 15:11:07 +0000 (0:00:00.008) 0:20:12.174 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 15:15:08 +0000 (0:04:00.908) 0:24:13.083 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 15:15:08 +0000 (0:00:00.014) 0:24:13.097 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 15:15:08 +0000 (0:00:00.008) 0:24:13.106 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 15:15:08 +0000 (0:00:00.008) 0:24:13.114 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 15:15:08 +0000 (0:00:00.007) 0:24:13.122 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007488", "end": "2024-02-18 15:15:08.653285", "rc": 0, "start": "2024-02-18 15:15:08.645797" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 15:15:08 +0000 (0:00:00.197) 0:24:13.320 ******* 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_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 15:15:08 +0000 (0:00:00.009) 0:24:13.329 ******* 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_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 15:15:08 +0000 (0:00:00.008) 0:24:13.337 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 15:15:08 +0000 (0:00:00.018) 0:24:13.356 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 15:15:08 +0000 (0:00:00.009) 0:24:13.365 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003198", "end": "2024-02-18 15:15:08.889119", "rc": 0, "start": "2024-02-18 15:15:08.885921" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 15:15:08 +0000 (0:00:00.184) 0:24:13.550 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 15:15:08 +0000 (0:00:00.009) 0:24:13.560 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 15:15:08 +0000 (0:00:00.012) 0:24:13.572 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 15:15:08 +0000 (0:00:00.019) 0:24:13.591 ******* included: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 15:15:08 +0000 (0:00:00.009) 0:24:13.601 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 15:15:09 +0000 (0:00:00.181) 0:24:13.783 ******* 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 Sunday 18 February 2024 15:15:09 +0000 (0:00:00.014) 0:24:13.797 ******* =============================================================================== Install iproute ------------------------------------------------------- 241.03s /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 240.94s /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 240.92s /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 240.91s /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 240.91s /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 240.91s /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.86s /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.61s /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.38s /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/el_repo_setup.yml:3 --------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:3 Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/el_repo_setup.yml:17 -------- Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:35 Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:43 Create dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:49 Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/manage_test_interface.yml:54 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixpi6658ge/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixpi6658ge/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. ---^---^---^---^---^---