# 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_hotfix1ctne69i/.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_hotfix1ctne69i/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_hotfix1ctne69i/tests/tests_helpers_and_asserts.yml:3 Thursday 22 February 2024 03:04:50 +0000 (0:00:00.032) 0:00:00.032 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tests_helpers_and_asserts.yml:6 Thursday 22 February 2024 03:04:51 +0000 (0:00:01.012) 0:00:01.045 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/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_hotfix1ctne69i/tests/tasks/el_repo_setup.yml:3 Thursday 22 February 2024 03:04:51 +0000 (0:00:00.015) 0:00:01.061 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/el_repo_setup.yml:17 Thursday 22 February 2024 03:04:51 +0000 (0:00:00.403) 0:00:01.464 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/el_repo_setup.yml:22 Thursday 22 February 2024 03:04:51 +0000 (0:00:00.300) 0:00:01.765 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/el_repo_setup.yml:26 Thursday 22 February 2024 03:04:51 +0000 (0:00:00.018) 0:00:01.783 ***** 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_hotfix1ctne69i/tests/tasks/el_repo_setup.yml:51 Thursday 22 February 2024 03:04:51 +0000 (0:00:00.014) 0:00:01.798 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/enable_epel.yml:8 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.024) 0:00:01.822 ***** 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_hotfix1ctne69i/tests/tasks/enable_epel.yml:24 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.008) 0:00:01.831 ***** 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_hotfix1ctne69i/tests/tasks/enable_epel.yml:30 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.013) 0:00:01.845 ***** 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_hotfix1ctne69i/tests/tasks/enable_epel.yml:35 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.009) 0:00:01.854 ***** 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_hotfix1ctne69i/tests/tasks/enable_epel.yml:40 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.007) 0:00:01.861 ***** 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_hotfix1ctne69i/tests/tests_helpers_and_asserts.yml:9 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.009) 0:00:01.871 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:3 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.013) 0:00:01.884 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.010) 0:00:01.894 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.009) 0:00:01.903 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003485", "end": "2024-02-22 03:04:52.372337", "rc": 0, "start": "2024-02-22 03:04:52.368852" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.306) 0:00:02.209 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.012) 0:00:02.222 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:5 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.009) 0:00:02.231 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.014) 0:00:02.246 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.007) 0:00:02.254 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.008) 0:00:02.263 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.010) 0:00:02.274 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.009) 0:00:02.284 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003681", "end": "2024-02-22 03:04:52.683054", "rc": 0, "start": "2024-02-22 03:04:52.679373" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.230) 0:00:02.514 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.009) 0:00:02.524 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 03:04:52 +0000 (0:00:00.010) 0:00:02.535 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:27 Thursday 22 February 2024 03:04:54 +0000 (0:00:02.052) 0:00:04.587 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:35 Thursday 22 February 2024 03:04:54 +0000 (0:00:00.016) 0:00:04.604 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:43 Thursday 22 February 2024 03:04:54 +0000 (0:00:00.008) 0:00:04.612 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:49 Thursday 22 February 2024 03:04:54 +0000 (0:00:00.009) 0:00:04.621 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:54 Thursday 22 February 2024 03:04:54 +0000 (0:00:00.008) 0:00:04.630 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:60 Thursday 22 February 2024 03:04:54 +0000 (0:00:00.008) 0:00:04.639 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 03:04:54 +0000 (0:00:00.009) 0:00:04.648 ***** 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_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:9 Thursday 22 February 2024 03:04:54 +0000 (0:00:00.008) 0:00:04.657 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:04:54 +0000 (0:00:00.013) 0:00:04.670 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:04:54 +0000 (0:00:00.009) 0:00:04.679 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003934", "end": "2024-02-22 03:04:55.077445", "rc": 0, "start": "2024-02-22 03:04:55.073511" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:04:55 +0000 (0:00:00.230) 0:00:04.910 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:04:55 +0000 (0:00:00.009) 0:00:04.920 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:11 Thursday 22 February 2024 03:04:55 +0000 (0:00:00.008) 0:00:04.928 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/assert_device_absent.yml:3 Thursday 22 February 2024 03:04:55 +0000 (0:00:00.013) 0:00:04.942 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 03:04:55 +0000 (0:00:00.009) 0:00:04.952 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/assert_device_absent.yml:5 Thursday 22 February 2024 03:04:55 +0000 (0:00:00.224) 0:00:05.177 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:14 Thursday 22 February 2024 03:04:55 +0000 (0:00:00.012) 0:00:05.189 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 03:04:55 +0000 (0:00:00.015) 0:00:05.205 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 03:04:55 +0000 (0:00:00.009) 0:00:05.214 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 03:04:55 +0000 (0:00:00.007) 0:00:05.222 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:04:55 +0000 (0:00:00.010) 0:00:05.233 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:04:55 +0000 (0:00:00.010) 0:00:05.243 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003621", "end": "2024-02-22 03:04:55.642233", "rc": 0, "start": "2024-02-22 03:04:55.638612" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:04:55 +0000 (0:00:00.230) 0:00:05.474 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:04:55 +0000 (0:00:00.009) 0:00:05.484 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 03:04:55 +0000 (0:00:00.008) 0:00:05.492 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:27 Thursday 22 February 2024 03:04:57 +0000 (0:00:01.945) 0:00:07.437 ***** 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.007849", "end": "2024-02-22 03:04:57.843508", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-22 03:04:57.835659" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004007", "end": "2024-02-22 03:04:58.126822", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-22 03:04:58.122815" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003695", "end": "2024-02-22 03:04:58.351911", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-22 03:04:58.348216" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:35 Thursday 22 February 2024 03:04:58 +0000 (0:00:00.746) 0:00:08.184 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022245", "end": "2024-02-22 03:04:58.602515", "rc": 0, "start": "2024-02-22 03:04:58.580270" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:43 Thursday 22 February 2024 03:04:58 +0000 (0:00:00.251) 0:00:08.436 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:49 Thursday 22 February 2024 03:04:58 +0000 (0:00:00.008) 0:00:08.444 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:54 Thursday 22 February 2024 03:04:58 +0000 (0:00:00.007) 0:00:08.451 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:60 Thursday 22 February 2024 03:04:58 +0000 (0:00:00.008) 0:00:08.459 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 03:04:58 +0000 (0:00:00.007) 0:00:08.467 ***** 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_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:18 Thursday 22 February 2024 03:04:58 +0000 (0:00:00.007) 0:00:08.474 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:04:58 +0000 (0:00:00.015) 0:00:08.490 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:04:58 +0000 (0:00:00.008) 0:00:08.499 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003427", "end": "2024-02-22 03:04:58.897102", "rc": 0, "start": "2024-02-22 03:04:58.893675" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:04:58 +0000 (0:00:00.229) 0:00:08.728 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:04:58 +0000 (0:00:00.009) 0:00:08.737 ***** 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_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:20 Thursday 22 February 2024 03:04:58 +0000 (0:00:00.008) 0:00:08.746 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/assert_device_present.yml:3 Thursday 22 February 2024 03:04:58 +0000 (0:00:00.016) 0:00:08.762 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 03:04:58 +0000 (0:00:00.009) 0:00:08.772 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708571097.8396823, "block_size": 4096, "blocks": 0, "ctime": 1708571097.8396823, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33140, "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": 1708571097.8396823, "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_hotfix1ctne69i/tests/tasks/assert_device_present.yml:5 Thursday 22 February 2024 03:04:59 +0000 (0:00:00.240) 0:00:09.012 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:23 Thursday 22 February 2024 03:04:59 +0000 (0:00:00.011) 0:00:09.023 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 03:04:59 +0000 (0:00:00.018) 0:00:09.042 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 03:04:59 +0000 (0:00:00.008) 0:00:09.050 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 03:04:59 +0000 (0:00:00.007) 0:00:09.058 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:04:59 +0000 (0:00:00.011) 0:00:09.069 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:04:59 +0000 (0:00:00.009) 0:00:09.079 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003600", "end": "2024-02-22 03:04:59.481558", "rc": 0, "start": "2024-02-22 03:04:59.477958" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:04:59 +0000 (0:00:00.234) 0:00:09.313 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:04:59 +0000 (0:00:00.011) 0:00:09.325 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 03:04:59 +0000 (0:00:00.009) 0:00:09.335 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:27 Thursday 22 February 2024 03:05:01 +0000 (0:00:01.971) 0:00:11.306 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:35 Thursday 22 February 2024 03:05:01 +0000 (0:00:00.018) 0:00:11.325 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:43 Thursday 22 February 2024 03:05:01 +0000 (0:00:00.021) 0:00:11.346 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008715", "end": "2024-02-22 03:05:01.760222", "rc": 0, "start": "2024-02-22 03:05:01.751507" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:49 Thursday 22 February 2024 03:05:01 +0000 (0:00:00.260) 0:00:11.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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:54 Thursday 22 February 2024 03:05:01 +0000 (0:00:00.009) 0:00:11.616 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:60 Thursday 22 February 2024 03:05:01 +0000 (0:00:00.008) 0:00:11.624 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 03:05:01 +0000 (0:00:00.010) 0:00:11.634 ***** 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_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:27 Thursday 22 February 2024 03:05:01 +0000 (0:00:00.011) 0:00:11.646 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:05:01 +0000 (0:00:00.021) 0:00:11.668 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:05:01 +0000 (0:00:00.012) 0:00:11.681 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003746", "end": "2024-02-22 03:05:02.088038", "rc": 0, "start": "2024-02-22 03:05:02.084292" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:05:02 +0000 (0:00:00.238) 0:00:11.920 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:05:02 +0000 (0:00:00.009) 0:00:11.930 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:29 Thursday 22 February 2024 03:05:02 +0000 (0:00:00.008) 0:00:11.938 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/assert_device_absent.yml:3 Thursday 22 February 2024 03:05:02 +0000 (0:00:00.019) 0:00:11.958 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 03:05:02 +0000 (0:00:00.009) 0:00:11.967 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/assert_device_absent.yml:5 Thursday 22 February 2024 03:05:02 +0000 (0:00:00.229) 0:00:12.197 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tests_helpers_and_asserts.yml:15 Thursday 22 February 2024 03:05:02 +0000 (0:00:00.011) 0:00:12.208 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:3 Thursday 22 February 2024 03:05:02 +0000 (0:00:00.012) 0:00:12.221 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:05:02 +0000 (0:00:00.013) 0:00:12.235 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:05:02 +0000 (0:00:00.028) 0:00:12.263 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003622", "end": "2024-02-22 03:05:02.662753", "rc": 0, "start": "2024-02-22 03:05:02.659131" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:05:02 +0000 (0:00:00.232) 0:00:12.496 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:05:02 +0000 (0:00:00.013) 0:00:12.510 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:5 Thursday 22 February 2024 03:05:02 +0000 (0:00:00.014) 0:00:12.524 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 03:05:02 +0000 (0:00:00.012) 0:00:12.536 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 03:05:02 +0000 (0:00:00.007) 0:00:12.544 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 03:05:02 +0000 (0:00:00.007) 0:00:12.552 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:05:02 +0000 (0:00:00.011) 0:00:12.563 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:05:02 +0000 (0:00:00.009) 0:00:12.573 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003666", "end": "2024-02-22 03:05:02.973283", "rc": 0, "start": "2024-02-22 03:05:02.969617" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:05:02 +0000 (0:00:00.232) 0:00:12.805 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:05:03 +0000 (0:00:00.010) 0:00:12.815 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 03:05:03 +0000 (0:00:00.011) 0:00:12.827 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:27 Thursday 22 February 2024 03:05:04 +0000 (0:00:01.934) 0:00:14.761 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:35 Thursday 22 February 2024 03:05:04 +0000 (0:00:00.013) 0:00:14.775 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:43 Thursday 22 February 2024 03:05:04 +0000 (0:00:00.008) 0:00:14.783 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:49 Thursday 22 February 2024 03:05:04 +0000 (0:00:00.007) 0:00:14.791 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:54 Thursday 22 February 2024 03:05:04 +0000 (0:00:00.008) 0:00:14.799 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:60 Thursday 22 February 2024 03:05:04 +0000 (0:00:00.008) 0:00:14.807 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 03:05:05 +0000 (0:00:00.008) 0:00:14.815 ***** 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_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:9 Thursday 22 February 2024 03:05:05 +0000 (0:00:00.008) 0:00:14.824 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:05:05 +0000 (0:00:00.014) 0:00:14.838 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:05:05 +0000 (0:00:00.013) 0:00:14.851 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003520", "end": "2024-02-22 03:05:05.251214", "rc": 0, "start": "2024-02-22 03:05:05.247694" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:05:05 +0000 (0:00:00.238) 0:00:15.090 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:05:05 +0000 (0:00:00.012) 0:00:15.103 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:11 Thursday 22 February 2024 03:05:05 +0000 (0:00:00.028) 0:00:15.131 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/assert_device_absent.yml:3 Thursday 22 February 2024 03:05:05 +0000 (0:00:00.018) 0:00:15.150 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 03:05:05 +0000 (0:00:00.012) 0:00:15.162 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/assert_device_absent.yml:5 Thursday 22 February 2024 03:05:05 +0000 (0:00:00.232) 0:00:15.395 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:14 Thursday 22 February 2024 03:05:05 +0000 (0:00:00.018) 0:00:15.413 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 03:05:05 +0000 (0:00:00.035) 0:00:15.449 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 03:05:05 +0000 (0:00:00.017) 0:00:15.466 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 03:05:05 +0000 (0:00:00.023) 0:00:15.490 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:05:05 +0000 (0:00:00.011) 0:00:15.501 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:05:05 +0000 (0:00:00.028) 0:00:15.530 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003364", "end": "2024-02-22 03:05:05.939215", "rc": 0, "start": "2024-02-22 03:05:05.935851" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:05:05 +0000 (0:00:00.242) 0:00:15.773 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:05:05 +0000 (0:00:00.020) 0:00:15.793 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 03:05:06 +0000 (0:00:00.017) 0:00:15.810 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:27 Thursday 22 February 2024 03:05:07 +0000 (0:00:01.966) 0:00:17.777 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:35 Thursday 22 February 2024 03:05:07 +0000 (0:00:00.013) 0:00:17.790 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:43 Thursday 22 February 2024 03:05:07 +0000 (0:00:00.008) 0:00:17.798 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:49 Thursday 22 February 2024 03:05:07 +0000 (0:00:00.010) 0:00:17.809 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.127433", "end": "2024-02-22 03:05:08.334564", "rc": 0, "start": "2024-02-22 03:05:08.207131" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:54 Thursday 22 February 2024 03:05:08 +0000 (0:00:00.377) 0:00:18.186 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:60 Thursday 22 February 2024 03:05:08 +0000 (0:00:00.010) 0:00:18.196 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 03:05:08 +0000 (0:00:00.015) 0:00:18.211 ***** 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_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:18 Thursday 22 February 2024 03:05:08 +0000 (0:00:00.011) 0:00:18.223 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:05:08 +0000 (0:00:00.021) 0:00:18.244 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:05:08 +0000 (0:00:00.011) 0:00:18.255 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003561", "end": "2024-02-22 03:05:08.660994", "rc": 0, "start": "2024-02-22 03:05:08.657433" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:05:08 +0000 (0:00:00.237) 0:00:18.493 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:05:08 +0000 (0:00:00.010) 0:00:18.503 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:20 Thursday 22 February 2024 03:05:08 +0000 (0:00:00.014) 0:00:18.517 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/assert_device_present.yml:3 Thursday 22 February 2024 03:05:08 +0000 (0:00:00.016) 0:00:18.534 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 03:05:08 +0000 (0:00:00.010) 0:00:18.545 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708571108.3311038, "block_size": 4096, "blocks": 0, "ctime": 1708571108.3311038, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33472, "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": 1708571108.3311038, "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_hotfix1ctne69i/tests/tasks/assert_device_present.yml:5 Thursday 22 February 2024 03:05:08 +0000 (0:00:00.231) 0:00:18.776 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:23 Thursday 22 February 2024 03:05:08 +0000 (0:00:00.017) 0:00:18.793 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 03:05:09 +0000 (0:00:00.027) 0:00:18.821 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 03:05:09 +0000 (0:00:00.023) 0:00:18.844 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 03:05:09 +0000 (0:00:00.011) 0:00:18.856 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:05:09 +0000 (0:00:00.017) 0:00:18.873 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:05:09 +0000 (0:00:00.014) 0:00:18.888 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003553", "end": "2024-02-22 03:05:09.324700", "rc": 0, "start": "2024-02-22 03:05:09.321147" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:05:09 +0000 (0:00:00.274) 0:00:19.162 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:05:09 +0000 (0:00:00.029) 0:00:19.191 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 03:05:09 +0000 (0:00:00.020) 0:00:19.212 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:27 Thursday 22 February 2024 03:05:11 +0000 (0:00:02.170) 0:00:21.383 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:35 Thursday 22 February 2024 03:05:11 +0000 (0:00:00.023) 0:00:21.406 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:43 Thursday 22 February 2024 03:05:11 +0000 (0:00:00.008) 0:00:21.415 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:49 Thursday 22 February 2024 03:05:11 +0000 (0:00:00.009) 0:00:21.424 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:54 Thursday 22 February 2024 03:05:11 +0000 (0:00:00.008) 0:00:21.432 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.017744", "end": "2024-02-22 03:05:11.846366", "rc": 0, "start": "2024-02-22 03:05:11.828622" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:60 Thursday 22 February 2024 03:05:11 +0000 (0:00:00.246) 0:00:21.678 ***** 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_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 03:05:11 +0000 (0:00:00.008) 0:00:21.687 ***** 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_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:27 Thursday 22 February 2024 03:05:11 +0000 (0:00:00.007) 0:00:21.695 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 03:05:11 +0000 (0:00:00.020) 0:00:21.715 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 03:05:11 +0000 (0:00:00.046) 0:00:21.762 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003528", "end": "2024-02-22 03:05:12.171421", "rc": 0, "start": "2024-02-22 03:05:12.167893" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 03:05:12 +0000 (0:00:00.239) 0:00:22.002 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 03:05:12 +0000 (0:00:00.013) 0:00:22.016 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/create_and_remove_interface.yml:29 Thursday 22 February 2024 03:05:12 +0000 (0:00:00.016) 0:00:22.032 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/assert_device_absent.yml:3 Thursday 22 February 2024 03:05:12 +0000 (0:00:00.028) 0:00:22.060 ***** included: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 03:05:12 +0000 (0:00:00.010) 0:00:22.071 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/assert_device_absent.yml:5 Thursday 22 February 2024 03:05:12 +0000 (0:00:00.239) 0:00:22.310 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Thursday 22 February 2024 03:05:12 +0000 (0:00:00.016) 0:00:22.327 ***** =============================================================================== Install iproute --------------------------------------------------------- 2.17s /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.05s /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.97s /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.97s /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.95s /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.93s /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 1.01s /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.75s /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.40s /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/el_repo_setup.yml:3 --------- Create dummy interface dummy1298 ---------------------------------------- 0.38s /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:49 Gather current interface info ------------------------------------------- 0.31s /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:3 Check if system is ostree ----------------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/el_repo_setup.yml:17 -------- Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:3 Delete veth interface veth1298 ------------------------------------------ 0.26s /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:43 Set up veth as managed by NetworkManager -------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:35 Delete dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/manage_test_interface.yml:54 Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_current_interfaces.yml:3 Get stat for interface veth1298 ----------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_interface_stat.yml:3 ---- Get stat for interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfix1ctne69i/tests/tasks/get_interface_stat.yml:3 ---- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfix1ctne69i/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. ---^---^---^---^---^---