# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-nm_plugin_hotfix3tu3icq4/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_hotfix3tu3icq4/tests/tests_helpers_and_asserts.yml:3 Sunday 18 February 2024 17:56:34 +0000 (0:00:00.013) 0:00:00.013 ******* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tests_helpers_and_asserts.yml:6 Sunday 18 February 2024 17:56:34 +0000 (0:00:00.730) 0:00:00.744 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/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_hotfix3tu3icq4/tests/tasks/el_repo_setup.yml:3 Sunday 18 February 2024 17:56:34 +0000 (0:00:00.021) 0:00:00.766 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/el_repo_setup.yml:19 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.352) 0:00:01.118 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/el_repo_setup.yml:24 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.254) 0:00:01.373 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/el_repo_setup.yml:28 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.020) 0:00:01.393 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/el_repo_setup.yml:53 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.018) 0:00:01.411 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/enable_epel.yml:8 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.055) 0:00:01.467 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/enable_epel.yml:24 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.010) 0:00:01.477 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/enable_epel.yml:30 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.009) 0:00:01.486 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/enable_epel.yml:35 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.009) 0:00:01.495 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/enable_epel.yml:40 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.009) 0:00:01.505 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tests_helpers_and_asserts.yml:9 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.009) 0:00:01.514 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.012) 0:00:01.526 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.010) 0:00:01.537 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.010) 0:00:01.548 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003219", "end": "2024-02-18 17:56:35.879118", "rc": 0, "start": "2024-02-18 17:56:35.875899" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.235) 0:00:01.783 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.011) 0:00:01.794 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.009) 0:00:01.804 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.014) 0:00:01.818 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.009) 0:00:01.828 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.008) 0:00:01.837 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.011) 0:00:01.848 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 17:56:35 +0000 (0:00:00.011) 0:00:01.859 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003397", "end": "2024-02-18 17:56:36.142749", "rc": 0, "start": "2024-02-18 17:56:36.139352" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 17:56:36 +0000 (0:00:00.187) 0:00:02.047 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 17:56:36 +0000 (0:00:00.010) 0:00:02.057 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 17:56:36 +0000 (0:00:00.009) 0:00:02.067 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:28 Sunday 18 February 2024 18:00:37 +0000 (0:04:01.080) 0:04:03.148 ******* skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:37 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.016) 0:04:03.165 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:45 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.009) 0:04:03.174 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:52 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.010) 0:04:03.185 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:58 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.010) 0:04:03.196 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.010) 0:04:03.206 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:71 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.009) 0:04:03.215 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.008) 0:04:03.224 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.013) 0:04:03.237 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.009) 0:04:03.247 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003297", "end": "2024-02-18 18:00:37.527315", "rc": 0, "start": "2024-02-18 18:00:37.524018" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.184) 0:04:03.431 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.010) 0:04:03.442 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.009) 0:04:03.451 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.014) 0:04:03.465 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.010) 0:04:03.476 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.180) 0:04:03.657 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.012) 0:04:03.669 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.016) 0:04:03.686 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.008) 0:04:03.694 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.009) 0:04:03.704 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.011) 0:04:03.715 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:00:37 +0000 (0:00:00.012) 0:04:03.727 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003164", "end": "2024-02-18 18:00:38.006617", "rc": 0, "start": "2024-02-18 18:00:38.003453" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:00:38 +0000 (0:00:00.183) 0:04:03.911 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:00:38 +0000 (0:00:00.010) 0:04:03.921 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 18:00:38 +0000 (0:00:00.009) 0:04:03.931 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:28 Sunday 18 February 2024 18:04:39 +0000 (0:04:00.991) 0:08:04.922 ******* 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.009524", "end": "2024-02-18 18:04:39.215601", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-18 18:04:39.206077" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003486", "end": "2024-02-18 18:04:39.430235", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-18 18:04:39.426749" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003912", "end": "2024-02-18 18:04:39.614852", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-18 18:04:39.610940" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:37 Sunday 18 February 2024 18:04:39 +0000 (0:00:00.596) 0:08:05.519 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022776", "end": "2024-02-18 18:04:39.822868", "rc": 0, "start": "2024-02-18 18:04:39.800092" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:45 Sunday 18 February 2024 18:04:39 +0000 (0:00:00.208) 0:08:05.728 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:52 Sunday 18 February 2024 18:04:39 +0000 (0:00:00.011) 0:08:05.739 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:58 Sunday 18 February 2024 18:04:39 +0000 (0:00:00.011) 0:08:05.750 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 18:04:39 +0000 (0:00:00.010) 0:08:05.761 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:71 Sunday 18 February 2024 18:04:39 +0000 (0:00:00.010) 0:08:05.772 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 18:04:39 +0000 (0:00:00.008) 0:08:05.781 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:04:39 +0000 (0:00:00.016) 0:08:05.797 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:04:39 +0000 (0:00:00.011) 0:08:05.808 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003166", "end": "2024-02-18 18:04:40.088335", "rc": 0, "start": "2024-02-18 18:04:40.085169" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:04:40 +0000 (0:00:00.185) 0:08:05.993 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:04:40 +0000 (0:00:00.009) 0:08:06.003 ******* 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_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 18:04:40 +0000 (0:00:00.009) 0:08:06.012 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 18:04:40 +0000 (0:00:00.016) 0:08:06.029 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 18:04:40 +0000 (0:00:00.010) 0:08:06.039 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708279479.2098897, "block_size": 4096, "blocks": 0, "ctime": 1708279479.2098897, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30009, "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": 1708279479.2098897, "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_hotfix3tu3icq4/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 18:04:40 +0000 (0:00:00.181) 0:08:06.221 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 18:04:40 +0000 (0:00:00.010) 0:08:06.232 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 18:04:40 +0000 (0:00:00.019) 0:08:06.252 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 18:04:40 +0000 (0:00:00.008) 0:08:06.260 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 18:04:40 +0000 (0:00:00.009) 0:08:06.270 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:04:40 +0000 (0:00:00.011) 0:08:06.281 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:04:40 +0000 (0:00:00.011) 0:08:06.293 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003229", "end": "2024-02-18 18:04:40.573105", "rc": 0, "start": "2024-02-18 18:04:40.569876" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:04:40 +0000 (0:00:00.183) 0:08:06.476 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:04:40 +0000 (0:00:00.010) 0:08:06.487 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 18:04:40 +0000 (0:00:00.009) 0:08:06.497 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:28 Sunday 18 February 2024 18:08:41 +0000 (0:04:01.004) 0:12:07.502 ******* skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:37 Sunday 18 February 2024 18:08:41 +0000 (0:00:00.017) 0:12:07.519 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:45 Sunday 18 February 2024 18:08:41 +0000 (0:00:00.009) 0:12:07.528 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.017576", "end": "2024-02-18 18:08:41.828960", "rc": 0, "start": "2024-02-18 18:08:41.811384" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:52 Sunday 18 February 2024 18:08:41 +0000 (0:00:00.206) 0:12:07.734 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:58 Sunday 18 February 2024 18:08:41 +0000 (0:00:00.010) 0:12:07.745 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 18:08:41 +0000 (0:00:00.010) 0:12:07.756 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:71 Sunday 18 February 2024 18:08:41 +0000 (0:00:00.010) 0:12:07.767 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 18:08:41 +0000 (0:00:00.009) 0:12:07.776 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:08:41 +0000 (0:00:00.020) 0:12:07.797 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:08:41 +0000 (0:00:00.009) 0:12:07.806 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003378", "end": "2024-02-18 18:08:42.090112", "rc": 0, "start": "2024-02-18 18:08:42.086734" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.186) 0:12:07.993 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.011) 0:12:08.004 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.009) 0:12:08.014 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.020) 0:12:08.035 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.010) 0:12:08.045 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.184) 0:12:08.230 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tests_helpers_and_asserts.yml:15 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.011) 0:12:08.241 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.013) 0:12:08.254 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.010) 0:12:08.265 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.009) 0:12:08.274 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003242", "end": "2024-02-18 18:08:42.557892", "rc": 0, "start": "2024-02-18 18:08:42.554650" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.187) 0:12:08.462 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.011) 0:12:08.473 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.009) 0:12:08.482 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.012) 0:12:08.495 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.008) 0:12:08.504 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.008) 0:12:08.512 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.011) 0:12:08.523 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.010) 0:12:08.533 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003323", "end": "2024-02-18 18:08:42.816368", "rc": 0, "start": "2024-02-18 18:08:42.813045" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.187) 0:12:08.721 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.010) 0:12:08.732 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 18:08:42 +0000 (0:00:00.009) 0:12:08.742 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:28 Sunday 18 February 2024 18:12:43 +0000 (0:04:01.003) 0:16:09.745 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:37 Sunday 18 February 2024 18:12:43 +0000 (0:00:00.018) 0:16:09.764 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:45 Sunday 18 February 2024 18:12:43 +0000 (0:00:00.010) 0:16:09.774 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:52 Sunday 18 February 2024 18:12:43 +0000 (0:00:00.010) 0:16:09.785 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:58 Sunday 18 February 2024 18:12:43 +0000 (0:00:00.010) 0:16:09.795 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 18:12:43 +0000 (0:00:00.010) 0:16:09.806 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:71 Sunday 18 February 2024 18:12:43 +0000 (0:00:00.010) 0:16:09.816 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 18:12:43 +0000 (0:00:00.009) 0:16:09.826 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:12:43 +0000 (0:00:00.012) 0:16:09.838 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:12:43 +0000 (0:00:00.011) 0:16:09.850 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003292", "end": "2024-02-18 18:12:44.134578", "rc": 0, "start": "2024-02-18 18:12:44.131286" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:12:44 +0000 (0:00:00.188) 0:16:10.039 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:12:44 +0000 (0:00:00.011) 0:16:10.050 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 18:12:44 +0000 (0:00:00.009) 0:16:10.060 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 18:12:44 +0000 (0:00:00.014) 0:16:10.075 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 18:12:44 +0000 (0:00:00.011) 0:16:10.086 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 18:12:44 +0000 (0:00:00.183) 0:16:10.269 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 18:12:44 +0000 (0:00:00.011) 0:16:10.280 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 18:12:44 +0000 (0:00:00.015) 0:16:10.296 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 18:12:44 +0000 (0:00:00.008) 0:16:10.305 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 18:12:44 +0000 (0:00:00.008) 0:16:10.313 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:12:44 +0000 (0:00:00.011) 0:16:10.324 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:12:44 +0000 (0:00:00.010) 0:16:10.335 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003267", "end": "2024-02-18 18:12:44.617592", "rc": 0, "start": "2024-02-18 18:12:44.614325" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:12:44 +0000 (0:00:00.186) 0:16:10.522 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:12:44 +0000 (0:00:00.010) 0:16:10.533 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 18:12:44 +0000 (0:00:00.009) 0:16:10.542 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:28 Sunday 18 February 2024 18:16:45 +0000 (0:04:01.019) 0:20:11.561 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:37 Sunday 18 February 2024 18:16:45 +0000 (0:00:00.018) 0:20:11.580 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:45 Sunday 18 February 2024 18:16:45 +0000 (0:00:00.010) 0:20:11.591 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:52 Sunday 18 February 2024 18:16:45 +0000 (0:00:00.010) 0:20:11.602 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006836", "end": "2024-02-18 18:16:45.890630", "rc": 0, "start": "2024-02-18 18:16:45.883794" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:58 Sunday 18 February 2024 18:16:45 +0000 (0:00:00.201) 0:20:11.803 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 18:16:45 +0000 (0:00:00.011) 0:20:11.814 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:71 Sunday 18 February 2024 18:16:45 +0000 (0:00:00.012) 0:20:11.826 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 18:16:45 +0000 (0:00:00.009) 0:20:11.836 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:16:45 +0000 (0:00:00.016) 0:20:11.852 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:16:45 +0000 (0:00:00.009) 0:20:11.862 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003553", "end": "2024-02-18 18:16:46.146067", "rc": 0, "start": "2024-02-18 18:16:46.142514" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:16:46 +0000 (0:00:00.188) 0:20:12.050 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:16:46 +0000 (0:00:00.012) 0:20:12.063 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 18:16:46 +0000 (0:00:00.009) 0:20:12.073 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 18:16:46 +0000 (0:00:00.016) 0:20:12.089 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 18:16:46 +0000 (0:00:00.010) 0:20:12.100 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708280205.8867943, "block_size": 4096, "blocks": 0, "ctime": 1708280205.8867943, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30302, "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": 1708280205.8867943, "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_hotfix3tu3icq4/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 18:16:46 +0000 (0:00:00.184) 0:20:12.285 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 18:16:46 +0000 (0:00:00.011) 0:20:12.296 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 18:16:46 +0000 (0:00:00.019) 0:20:12.316 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 18:16:46 +0000 (0:00:00.008) 0:20:12.324 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 18:16:46 +0000 (0:00:00.008) 0:20:12.333 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:16:46 +0000 (0:00:00.011) 0:20:12.344 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:16:46 +0000 (0:00:00.009) 0:20:12.354 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003254", "end": "2024-02-18 18:16:46.636872", "rc": 0, "start": "2024-02-18 18:16:46.633618" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:16:46 +0000 (0:00:00.187) 0:20:12.542 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:16:46 +0000 (0:00:00.011) 0:20:12.553 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 18:16:46 +0000 (0:00:00.009) 0:20:12.562 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:28 Sunday 18 February 2024 18:20:47 +0000 (0:04:01.008) 0:24:13.571 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:37 Sunday 18 February 2024 18:20:47 +0000 (0:00:00.021) 0:24:13.592 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:45 Sunday 18 February 2024 18:20:47 +0000 (0:00:00.011) 0:24:13.603 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:52 Sunday 18 February 2024 18:20:47 +0000 (0:00:00.012) 0:24:13.616 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:58 Sunday 18 February 2024 18:20:47 +0000 (0:00:00.010) 0:24:13.626 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.015324", "end": "2024-02-18 18:20:47.926122", "rc": 0, "start": "2024-02-18 18:20:47.910798" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 18:20:47 +0000 (0:00:00.204) 0:24:13.831 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:71 Sunday 18 February 2024 18:20:47 +0000 (0:00:00.011) 0:24:13.842 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 18:20:47 +0000 (0:00:00.009) 0:24:13.852 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:20:47 +0000 (0:00:00.020) 0:24:13.872 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:20:47 +0000 (0:00:00.010) 0:24:13.882 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003207", "end": "2024-02-18 18:20:48.160684", "rc": 0, "start": "2024-02-18 18:20:48.157477" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:20:48 +0000 (0:00:00.183) 0:24:14.066 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:20:48 +0000 (0:00:00.011) 0:24:14.078 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 18:20:48 +0000 (0:00:00.009) 0:24:14.087 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 18:20:48 +0000 (0:00:00.020) 0:24:14.108 ******* included: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 18:20:48 +0000 (0:00:00.012) 0:24:14.120 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 18:20:48 +0000 (0:00:00.182) 0:24:14.302 ******* ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Sunday 18 February 2024 18:20:48 +0000 (0:00:00.010) 0:24:14.312 ******* =============================================================================== Install iproute ------------------------------------------------------- 241.08s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 241.02s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 241.01s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 241.00s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 241.00s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 240.99s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.73s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.60s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:28 Gather the minimum subset of ansible_facts required by the network role test --- 0.35s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/el_repo_setup.yml:3 --------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/el_repo_setup.yml:19 -------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:37 Delete veth interface veth1298 ------------------------------------------ 0.21s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:45 Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:58 Create dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/manage_test_interface.yml:52 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfix3tu3icq4/tests/tasks/get_current_interfaces.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---