# 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_hotfixrh9eykre/.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_hotfixrh9eykre/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_hotfixrh9eykre/tests/tests_helpers_and_asserts.yml:3 Thursday 29 February 2024 00:07:04 +0000 (0:00:00.037) 0:00:00.037 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tests_helpers_and_asserts.yml:6 Thursday 29 February 2024 00:07:05 +0000 (0:00:01.103) 0:00:01.140 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/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_hotfixrh9eykre/tests/tasks/el_repo_setup.yml:3 Thursday 29 February 2024 00:07:05 +0000 (0:00:00.017) 0:00:01.157 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/el_repo_setup.yml:17 Thursday 29 February 2024 00:07:06 +0000 (0:00:00.463) 0:00:01.620 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/el_repo_setup.yml:22 Thursday 29 February 2024 00:07:06 +0000 (0:00:00.312) 0:00:01.933 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/el_repo_setup.yml:26 Thursday 29 February 2024 00:07:06 +0000 (0:00:00.015) 0:00:01.948 ***** 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_hotfixrh9eykre/tests/tasks/el_repo_setup.yml:51 Thursday 29 February 2024 00:07:06 +0000 (0:00:00.008) 0:00:01.956 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/enable_epel.yml:8 Thursday 29 February 2024 00:07:06 +0000 (0:00:00.023) 0:00:01.980 ***** 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_hotfixrh9eykre/tests/tasks/enable_epel.yml:24 Thursday 29 February 2024 00:07:06 +0000 (0:00:00.010) 0:00:01.991 ***** 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_hotfixrh9eykre/tests/tasks/enable_epel.yml:30 Thursday 29 February 2024 00:07:06 +0000 (0:00:00.008) 0:00:01.999 ***** 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_hotfixrh9eykre/tests/tasks/enable_epel.yml:35 Thursday 29 February 2024 00:07:06 +0000 (0:00:00.007) 0:00:02.007 ***** 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_hotfixrh9eykre/tests/tasks/enable_epel.yml:40 Thursday 29 February 2024 00:07:06 +0000 (0:00:00.008) 0:00:02.015 ***** 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_hotfixrh9eykre/tests/tests_helpers_and_asserts.yml:9 Thursday 29 February 2024 00:07:06 +0000 (0:00:00.009) 0:00:02.024 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:3 Thursday 29 February 2024 00:07:06 +0000 (0:00:00.012) 0:00:02.037 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:07:06 +0000 (0:00:00.016) 0:00:02.053 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:07:06 +0000 (0:00:00.011) 0:00:02.065 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004570", "end": "2024-02-29 00:07:06.932863", "rc": 0, "start": "2024-02-29 00:07:06.928293" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:07:06 +0000 (0:00:00.327) 0:00:02.392 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:07:06 +0000 (0:00:00.022) 0:00:02.414 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:5 Thursday 29 February 2024 00:07:07 +0000 (0:00:00.016) 0:00:02.431 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:07:07 +0000 (0:00:00.015) 0:00:02.446 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:07:07 +0000 (0:00:00.010) 0:00:02.456 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:07:07 +0000 (0:00:00.008) 0:00:02.465 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:07:07 +0000 (0:00:00.011) 0:00:02.477 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:07:07 +0000 (0:00:00.010) 0:00:02.487 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004602", "end": "2024-02-29 00:07:07.292485", "rc": 0, "start": "2024-02-29 00:07:07.287883" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:07:07 +0000 (0:00:00.253) 0:00:02.741 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:07:07 +0000 (0:00:00.010) 0:00:02.751 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:07:07 +0000 (0:00:00.010) 0:00:02.761 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:27 Thursday 29 February 2024 00:07:09 +0000 (0:00:02.406) 0:00:05.168 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:35 Thursday 29 February 2024 00:07:09 +0000 (0:00:00.016) 0:00:05.185 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:43 Thursday 29 February 2024 00:07:09 +0000 (0:00:00.009) 0:00:05.194 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:49 Thursday 29 February 2024 00:07:09 +0000 (0:00:00.009) 0:00:05.204 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:54 Thursday 29 February 2024 00:07:09 +0000 (0:00:00.009) 0:00:05.213 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:60 Thursday 29 February 2024 00:07:09 +0000 (0:00:00.019) 0:00:05.232 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:07:09 +0000 (0:00:00.028) 0:00:05.261 ***** 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_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:9 Thursday 29 February 2024 00:07:09 +0000 (0:00:00.010) 0:00:05.271 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:07:09 +0000 (0:00:00.016) 0:00:05.288 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:07:09 +0000 (0:00:00.011) 0:00:05.299 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004624", "end": "2024-02-29 00:07:10.116820", "rc": 0, "start": "2024-02-29 00:07:10.112196" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:07:10 +0000 (0:00:00.264) 0:00:05.564 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:07:10 +0000 (0:00:00.010) 0:00:05.574 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:11 Thursday 29 February 2024 00:07:10 +0000 (0:00:00.009) 0:00:05.584 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:07:10 +0000 (0:00:00.013) 0:00:05.597 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:07:10 +0000 (0:00:00.010) 0:00:05.607 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:07:10 +0000 (0:00:00.261) 0:00:05.869 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:14 Thursday 29 February 2024 00:07:10 +0000 (0:00:00.028) 0:00:05.897 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:07:10 +0000 (0:00:00.023) 0:00:05.921 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:07:10 +0000 (0:00:00.012) 0:00:05.933 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:07:10 +0000 (0:00:00.012) 0:00:05.946 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:07:10 +0000 (0:00:00.018) 0:00:05.964 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:07:10 +0000 (0:00:00.012) 0:00:05.977 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004577", "end": "2024-02-29 00:07:10.796083", "rc": 0, "start": "2024-02-29 00:07:10.791506" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:07:10 +0000 (0:00:00.272) 0:00:06.249 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:07:10 +0000 (0:00:00.011) 0:00:06.261 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:07:10 +0000 (0:00:00.009) 0:00:06.271 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:27 Thursday 29 February 2024 00:07:13 +0000 (0:00:02.250) 0:00:08.521 ***** 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.008996", "end": "2024-02-29 00:07:13.341910", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-29 00:07:13.332914" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.005219", "end": "2024-02-29 00:07:13.667689", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-29 00:07:13.662470" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004908", "end": "2024-02-29 00:07:13.916076", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-29 00:07:13.911168" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:35 Thursday 29 February 2024 00:07:13 +0000 (0:00:00.848) 0:00:09.369 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.027546", "end": "2024-02-29 00:07:14.208518", "rc": 0, "start": "2024-02-29 00:07:14.180972" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:43 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.286) 0:00:09.656 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:49 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.009) 0:00:09.666 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:54 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.010) 0:00:09.677 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:60 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.012) 0:00:09.689 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.011) 0:00:09.700 ***** 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_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:18 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.009) 0:00:09.710 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.016) 0:00:09.727 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.062) 0:00:09.789 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004580", "end": "2024-02-29 00:07:14.605103", "rc": 0, "start": "2024-02-29 00:07:14.600523" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.262) 0:00:10.052 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.010) 0:00:10.062 ***** 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_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:20 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.010) 0:00:10.072 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/assert_device_present.yml:3 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.016) 0:00:10.089 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.009) 0:00:10.099 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1709165233.3382277, "block_size": 4096, "blocks": 0, "ctime": 1709165233.3382277, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32801, "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": 1709165233.3382277, "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_hotfixrh9eykre/tests/tasks/assert_device_present.yml:5 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.250) 0:00:10.349 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:23 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.012) 0:00:10.361 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.019) 0:00:10.380 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.009) 0:00:10.389 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.007) 0:00:10.397 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.011) 0:00:10.409 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:07:14 +0000 (0:00:00.010) 0:00:10.419 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004375", "end": "2024-02-29 00:07:15.226822", "rc": 0, "start": "2024-02-29 00:07:15.222447" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:07:15 +0000 (0:00:00.253) 0:00:10.673 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:07:15 +0000 (0:00:00.010) 0:00:10.683 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:07:15 +0000 (0:00:00.010) 0:00:10.694 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:27 Thursday 29 February 2024 00:07:17 +0000 (0:00:02.419) 0:00:13.114 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:35 Thursday 29 February 2024 00:07:17 +0000 (0:00:00.014) 0:00:13.128 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:43 Thursday 29 February 2024 00:07:17 +0000 (0:00:00.008) 0:00:13.137 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.021507", "end": "2024-02-29 00:07:17.961350", "rc": 0, "start": "2024-02-29 00:07:17.939843" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:49 Thursday 29 February 2024 00:07:17 +0000 (0:00:00.275) 0:00:13.412 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:54 Thursday 29 February 2024 00:07:18 +0000 (0:00:00.010) 0:00:13.423 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:60 Thursday 29 February 2024 00:07:18 +0000 (0:00:00.010) 0:00:13.434 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:07:18 +0000 (0:00:00.008) 0:00:13.443 ***** 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_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:27 Thursday 29 February 2024 00:07:18 +0000 (0:00:00.008) 0:00:13.452 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:07:18 +0000 (0:00:00.021) 0:00:13.473 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:07:18 +0000 (0:00:00.016) 0:00:13.489 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004470", "end": "2024-02-29 00:07:18.303357", "rc": 0, "start": "2024-02-29 00:07:18.298887" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:07:18 +0000 (0:00:00.263) 0:00:13.752 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:07:18 +0000 (0:00:00.010) 0:00:13.763 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:29 Thursday 29 February 2024 00:07:18 +0000 (0:00:00.015) 0:00:13.778 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:07:18 +0000 (0:00:00.030) 0:00:13.809 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:07:18 +0000 (0:00:00.022) 0:00:13.831 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:07:18 +0000 (0:00:00.273) 0:00:14.105 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tests_helpers_and_asserts.yml:15 Thursday 29 February 2024 00:07:18 +0000 (0:00:00.014) 0:00:14.119 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:3 Thursday 29 February 2024 00:07:18 +0000 (0:00:00.013) 0:00:14.133 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:07:18 +0000 (0:00:00.012) 0:00:14.145 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:07:18 +0000 (0:00:00.014) 0:00:14.160 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004541", "end": "2024-02-29 00:07:18.968233", "rc": 0, "start": "2024-02-29 00:07:18.963692" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:07:18 +0000 (0:00:00.255) 0:00:14.415 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:07:19 +0000 (0:00:00.011) 0:00:14.427 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:5 Thursday 29 February 2024 00:07:19 +0000 (0:00:00.010) 0:00:14.437 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:07:19 +0000 (0:00:00.012) 0:00:14.450 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:07:19 +0000 (0:00:00.008) 0:00:14.459 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:07:19 +0000 (0:00:00.008) 0:00:14.467 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:07:19 +0000 (0:00:00.011) 0:00:14.478 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:07:19 +0000 (0:00:00.010) 0:00:14.489 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004580", "end": "2024-02-29 00:07:19.296853", "rc": 0, "start": "2024-02-29 00:07:19.292273" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:07:19 +0000 (0:00:00.259) 0:00:14.748 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:07:19 +0000 (0:00:00.014) 0:00:14.763 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:07:19 +0000 (0:00:00.013) 0:00:14.776 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:27 Thursday 29 February 2024 00:07:21 +0000 (0:00:02.290) 0:00:17.067 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:35 Thursday 29 February 2024 00:07:21 +0000 (0:00:00.014) 0:00:17.082 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:43 Thursday 29 February 2024 00:07:21 +0000 (0:00:00.008) 0:00:17.090 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:49 Thursday 29 February 2024 00:07:21 +0000 (0:00:00.009) 0:00:17.100 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:54 Thursday 29 February 2024 00:07:21 +0000 (0:00:00.008) 0:00:17.108 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:60 Thursday 29 February 2024 00:07:21 +0000 (0:00:00.008) 0:00:17.117 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:07:21 +0000 (0:00:00.008) 0:00:17.125 ***** 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_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:9 Thursday 29 February 2024 00:07:21 +0000 (0:00:00.007) 0:00:17.133 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:07:21 +0000 (0:00:00.014) 0:00:17.147 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:07:21 +0000 (0:00:00.009) 0:00:17.156 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004639", "end": "2024-02-29 00:07:21.962222", "rc": 0, "start": "2024-02-29 00:07:21.957583" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:07:21 +0000 (0:00:00.252) 0:00:17.409 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:07:21 +0000 (0:00:00.012) 0:00:17.422 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:11 Thursday 29 February 2024 00:07:22 +0000 (0:00:00.010) 0:00:17.432 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:07:22 +0000 (0:00:00.013) 0:00:17.446 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:07:22 +0000 (0:00:00.010) 0:00:17.456 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:07:22 +0000 (0:00:00.256) 0:00:17.713 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:14 Thursday 29 February 2024 00:07:22 +0000 (0:00:00.011) 0:00:17.724 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:07:22 +0000 (0:00:00.015) 0:00:17.740 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:07:22 +0000 (0:00:00.008) 0:00:17.748 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:07:22 +0000 (0:00:00.008) 0:00:17.756 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:07:22 +0000 (0:00:00.011) 0:00:17.767 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:07:22 +0000 (0:00:00.010) 0:00:17.778 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004596", "end": "2024-02-29 00:07:22.591285", "rc": 0, "start": "2024-02-29 00:07:22.586689" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:07:22 +0000 (0:00:00.261) 0:00:18.040 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:07:22 +0000 (0:00:00.011) 0:00:18.051 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:07:22 +0000 (0:00:00.009) 0:00:18.061 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:27 Thursday 29 February 2024 00:07:24 +0000 (0:00:02.274) 0:00:20.336 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:35 Thursday 29 February 2024 00:07:24 +0000 (0:00:00.015) 0:00:20.351 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:43 Thursday 29 February 2024 00:07:24 +0000 (0:00:00.009) 0:00:20.361 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:49 Thursday 29 February 2024 00:07:24 +0000 (0:00:00.009) 0:00:20.370 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.106857", "end": "2024-02-29 00:07:25.284970", "rc": 0, "start": "2024-02-29 00:07:25.178113" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:54 Thursday 29 February 2024 00:07:25 +0000 (0:00:00.381) 0:00:20.752 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:60 Thursday 29 February 2024 00:07:25 +0000 (0:00:00.011) 0:00:20.763 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:07:25 +0000 (0:00:00.010) 0:00:20.773 ***** 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_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:18 Thursday 29 February 2024 00:07:25 +0000 (0:00:00.011) 0:00:20.784 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:07:25 +0000 (0:00:00.018) 0:00:20.802 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:07:25 +0000 (0:00:00.012) 0:00:20.815 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004541", "end": "2024-02-29 00:07:25.629422", "rc": 0, "start": "2024-02-29 00:07:25.624881" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:07:25 +0000 (0:00:00.264) 0:00:21.079 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:07:25 +0000 (0:00:00.013) 0:00:21.092 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:20 Thursday 29 February 2024 00:07:25 +0000 (0:00:00.010) 0:00:21.103 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/assert_device_present.yml:3 Thursday 29 February 2024 00:07:25 +0000 (0:00:00.023) 0:00:21.127 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:07:25 +0000 (0:00:00.017) 0:00:21.144 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1709165245.2828178, "block_size": 4096, "blocks": 0, "ctime": 1709165245.2828178, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33133, "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": 1709165245.2828178, "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_hotfixrh9eykre/tests/tasks/assert_device_present.yml:5 Thursday 29 February 2024 00:07:25 +0000 (0:00:00.258) 0:00:21.402 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:23 Thursday 29 February 2024 00:07:25 +0000 (0:00:00.013) 0:00:21.416 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:07:26 +0000 (0:00:00.020) 0:00:21.437 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:07:26 +0000 (0:00:00.010) 0:00:21.448 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:07:26 +0000 (0:00:00.009) 0:00:21.457 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:07:26 +0000 (0:00:00.011) 0:00:21.469 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:07:26 +0000 (0:00:00.010) 0:00:21.479 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004681", "end": "2024-02-29 00:07:26.289955", "rc": 0, "start": "2024-02-29 00:07:26.285274" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:07:26 +0000 (0:00:00.259) 0:00:21.739 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:07:26 +0000 (0:00:00.019) 0:00:21.758 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:07:26 +0000 (0:00:00.021) 0:00:21.779 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:27 Thursday 29 February 2024 00:07:28 +0000 (0:00:02.297) 0:00:24.077 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:35 Thursday 29 February 2024 00:07:28 +0000 (0:00:00.015) 0:00:24.093 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:43 Thursday 29 February 2024 00:07:28 +0000 (0:00:00.009) 0:00:24.102 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:49 Thursday 29 February 2024 00:07:28 +0000 (0:00:00.008) 0:00:24.110 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:54 Thursday 29 February 2024 00:07:28 +0000 (0:00:00.008) 0:00:24.119 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009199", "end": "2024-02-29 00:07:28.938340", "rc": 0, "start": "2024-02-29 00:07:28.929141" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:60 Thursday 29 February 2024 00:07:28 +0000 (0:00:00.274) 0:00:24.393 ***** 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_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:07:28 +0000 (0:00:00.010) 0:00:24.404 ***** 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_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:27 Thursday 29 February 2024 00:07:28 +0000 (0:00:00.008) 0:00:24.413 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:07:29 +0000 (0:00:00.036) 0:00:24.449 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:07:29 +0000 (0:00:00.010) 0:00:24.460 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004538", "end": "2024-02-29 00:07:29.268732", "rc": 0, "start": "2024-02-29 00:07:29.264194" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:07:29 +0000 (0:00:00.255) 0:00:24.715 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:07:29 +0000 (0:00:00.010) 0:00:24.725 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/create_and_remove_interface.yml:29 Thursday 29 February 2024 00:07:29 +0000 (0:00:00.011) 0:00:24.737 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:07:29 +0000 (0:00:00.020) 0:00:24.758 ***** included: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:07:29 +0000 (0:00:00.010) 0:00:24.768 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:07:29 +0000 (0:00:00.253) 0:00:25.021 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Thursday 29 February 2024 00:07:29 +0000 (0:00:00.027) 0:00:25.049 ***** =============================================================================== Install iproute --------------------------------------------------------- 2.42s /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.41s /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.30s /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.29s /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.27s /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.25s /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 1.10s /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.85s /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.46s /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/el_repo_setup.yml:3 --------- Create dummy interface dummy1298 ---------------------------------------- 0.38s /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:49 Gather current interface info ------------------------------------------- 0.33s /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:3 Check if system is ostree ----------------------------------------------- 0.31s /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/el_repo_setup.yml:17 -------- Set up veth as managed by NetworkManager -------------------------------- 0.29s /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:35 Delete veth interface veth1298 ------------------------------------------ 0.28s /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:43 Delete dummy interface dummy1298 ---------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/manage_test_interface.yml:54 Get stat for interface veth1298 ----------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_interface_stat.yml:3 ---- Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfixrh9eykre/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfixrh9eykre/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. ---^---^---^---^---^---