# 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_hotfix0cw48v90/.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_hotfix0cw48v90/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_hotfix0cw48v90/tests/tests_helpers_and_asserts.yml:3 Sunday 18 February 2024 16:08:08 +0000 (0:00:00.039) 0:00:00.039 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tests_helpers_and_asserts.yml:6 Sunday 18 February 2024 16:08:09 +0000 (0:00:00.975) 0:00:01.014 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/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_hotfix0cw48v90/tests/tasks/el_repo_setup.yml:3 Sunday 18 February 2024 16:08:09 +0000 (0:00:00.013) 0:00:01.027 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/el_repo_setup.yml:17 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.357) 0:00:01.385 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/el_repo_setup.yml:22 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.262) 0:00:01.648 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/el_repo_setup.yml:26 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.015) 0:00:01.663 ******* 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_hotfix0cw48v90/tests/tasks/el_repo_setup.yml:51 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.008) 0:00:01.671 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/enable_epel.yml:8 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.022) 0:00:01.694 ******* 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_hotfix0cw48v90/tests/tasks/enable_epel.yml:24 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.008) 0:00:01.702 ******* 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_hotfix0cw48v90/tests/tasks/enable_epel.yml:30 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.008) 0:00:01.710 ******* 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_hotfix0cw48v90/tests/tasks/enable_epel.yml:35 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.007) 0:00:01.718 ******* 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_hotfix0cw48v90/tests/tasks/enable_epel.yml:40 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.008) 0:00:01.726 ******* 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_hotfix0cw48v90/tests/tests_helpers_and_asserts.yml:9 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.007) 0:00:01.734 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.012) 0:00:01.746 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.010) 0:00:01.757 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.010) 0:00:01.767 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003546", "end": "2024-02-18 16:08:10.819788", "rc": 0, "start": "2024-02-18 16:08:10.816242" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.263) 0:00:02.031 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.011) 0:00:02.042 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.009) 0:00:02.052 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.013) 0:00:02.066 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.009) 0:00:02.075 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.008) 0:00:02.084 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.011) 0:00:02.095 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 16:08:10 +0000 (0:00:00.010) 0:00:02.106 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003752", "end": "2024-02-18 16:08:11.102982", "rc": 0, "start": "2024-02-18 16:08:11.099230" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 16:08:11 +0000 (0:00:00.209) 0:00:02.316 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 16:08:11 +0000 (0:00:00.010) 0:00:02.326 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 16:08:11 +0000 (0:00:00.010) 0:00:02.336 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 16:10:13 +0000 (0:02:02.458) 0:02:04.795 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 16:10:13 +0000 (0:00:00.014) 0:02:04.809 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 16:10:13 +0000 (0:00:00.008) 0:02:04.818 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 16:10:13 +0000 (0:00:00.008) 0:02:04.826 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 16:10:13 +0000 (0:00:00.008) 0:02:04.835 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 16:10:13 +0000 (0:00:00.008) 0:02:04.843 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 16:10:13 +0000 (0:00:00.008) 0:02:04.852 ******* 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_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 16:10:13 +0000 (0:00:00.007) 0:02:04.859 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 16:10:13 +0000 (0:00:00.013) 0:02:04.873 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 16:10:13 +0000 (0:00:00.009) 0:02:04.883 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003808", "end": "2024-02-18 16:10:13.879759", "rc": 0, "start": "2024-02-18 16:10:13.875951" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 16:10:13 +0000 (0:00:00.208) 0:02:05.091 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 16:10:13 +0000 (0:00:00.010) 0:02:05.102 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 16:10:13 +0000 (0:00:00.009) 0:02:05.112 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 16:10:13 +0000 (0:00:00.013) 0:02:05.126 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 16:10:13 +0000 (0:00:00.011) 0:02:05.137 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 16:10:14 +0000 (0:00:00.200) 0:02:05.337 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 16:10:14 +0000 (0:00:00.011) 0:02:05.348 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 16:10:14 +0000 (0:00:00.015) 0:02:05.364 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 16:10:14 +0000 (0:00:00.007) 0:02:05.371 ******* skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 16:10:14 +0000 (0:00:00.007) 0:02:05.379 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 16:10:14 +0000 (0:00:00.011) 0:02:05.391 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 16:10:14 +0000 (0:00:00.010) 0:02:05.401 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003813", "end": "2024-02-18 16:10:14.395575", "rc": 0, "start": "2024-02-18 16:10:14.391762" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 16:10:14 +0000 (0:00:00.205) 0:02:05.607 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 16:10:14 +0000 (0:00:00.011) 0:02:05.619 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 16:10:14 +0000 (0:00:00.009) 0:02:05.628 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 16:12:16 +0000 (0:02:02.252) 0:04:07.881 ******* 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.007976", "end": "2024-02-18 16:12:16.885574", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-18 16:12:16.877598" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004092", "end": "2024-02-18 16:12:17.139634", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-18 16:12:17.135542" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003959", "end": "2024-02-18 16:12:17.336519", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-18 16:12:17.332560" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 16:12:17 +0000 (0:00:00.667) 0:04:08.549 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.021815", "end": "2024-02-18 16:12:17.561302", "rc": 0, "start": "2024-02-18 16:12:17.539487" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 16:12:17 +0000 (0:00:00.226) 0:04:08.776 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 16:12:17 +0000 (0:00:00.009) 0:04:08.785 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 16:12:17 +0000 (0:00:00.009) 0:04:08.795 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 16:12:17 +0000 (0:00:00.009) 0:04:08.804 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 16:12:17 +0000 (0:00:00.008) 0:04:08.813 ******* 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_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 16:12:17 +0000 (0:00:00.009) 0:04:08.823 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 16:12:17 +0000 (0:00:00.016) 0:04:08.839 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 16:12:17 +0000 (0:00:00.009) 0:04:08.849 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003539", "end": "2024-02-18 16:12:17.843755", "rc": 0, "start": "2024-02-18 16:12:17.840216" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 16:12:17 +0000 (0:00:00.206) 0:04:09.055 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 16:12:17 +0000 (0:00:00.010) 0:04:09.065 ******* 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_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 16:12:17 +0000 (0:00:00.010) 0:04:09.076 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 16:12:17 +0000 (0:00:00.016) 0:04:09.093 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 16:12:17 +0000 (0:00:00.011) 0:04:09.104 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708272736.8818781, "block_size": 4096, "blocks": 0, "ctime": 1708272736.8818781, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33223, "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": 1708272736.8818781, "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_hotfix0cw48v90/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 16:12:18 +0000 (0:00:00.203) 0:04:09.308 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 16:12:18 +0000 (0:00:00.011) 0:04:09.319 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 16:12:18 +0000 (0:00:00.018) 0:04:09.338 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 16:12:18 +0000 (0:00:00.009) 0:04:09.347 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 16:12:18 +0000 (0:00:00.008) 0:04:09.355 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 16:12:18 +0000 (0:00:00.011) 0:04:09.367 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 16:12:18 +0000 (0:00:00.011) 0:04:09.378 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003511", "end": "2024-02-18 16:12:18.370234", "rc": 0, "start": "2024-02-18 16:12:18.366723" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 16:12:18 +0000 (0:00:00.207) 0:04:09.586 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 16:12:18 +0000 (0:00:00.010) 0:04:09.596 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 16:12:18 +0000 (0:00:00.010) 0:04:09.607 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 16:14:20 +0000 (0:02:02.335) 0:06:11.942 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 16:14:20 +0000 (0:00:00.014) 0:06:11.957 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 16:14:20 +0000 (0:00:00.010) 0:06:11.967 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.020529", "end": "2024-02-18 16:14:20.979072", "rc": 0, "start": "2024-02-18 16:14:20.958543" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.226) 0:06:12.194 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.010) 0:06:12.204 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.010) 0:06:12.214 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.009) 0:06:12.224 ******* 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_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.009) 0:06:12.234 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.020) 0:06:12.254 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.011) 0:06:12.266 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003705", "end": "2024-02-18 16:14:21.260741", "rc": 0, "start": "2024-02-18 16:14:21.257036" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.207) 0:06:12.473 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.010) 0:06:12.483 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.012) 0:06:12.496 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.019) 0:06:12.516 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.010) 0:06:12.526 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.205) 0:06:12.732 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tests_helpers_and_asserts.yml:15 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.011) 0:06:12.744 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.013) 0:06:12.758 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.012) 0:06:12.770 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.011) 0:06:12.781 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003564", "end": "2024-02-18 16:14:21.773646", "rc": 0, "start": "2024-02-18 16:14:21.770082" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.204) 0:06:12.985 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.011) 0:06:12.997 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.009) 0:06:13.007 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.012) 0:06:13.019 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.008) 0:06:13.028 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.008) 0:06:13.036 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.011) 0:06:13.047 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 16:14:21 +0000 (0:00:00.010) 0:06:13.057 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003574", "end": "2024-02-18 16:14:22.050706", "rc": 0, "start": "2024-02-18 16:14:22.047132" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 16:14:22 +0000 (0:00:00.204) 0:06:13.262 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 16:14:22 +0000 (0:00:00.011) 0:06:13.274 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 16:14:22 +0000 (0:00:00.009) 0:06:13.283 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 16:16:24 +0000 (0:02:02.278) 0:08:15.562 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.014) 0:08:15.577 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.008) 0:08:15.586 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.009) 0:08:15.595 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.008) 0:08:15.604 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.008) 0:08:15.612 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.008) 0:08:15.621 ******* 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_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.008) 0:08:15.630 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.014) 0:08:15.644 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.010) 0:08:15.654 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003694", "end": "2024-02-18 16:16:24.648959", "rc": 0, "start": "2024-02-18 16:16:24.645265" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.205) 0:08:15.860 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.010) 0:08:15.871 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.009) 0:08:15.881 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.013) 0:08:15.894 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.010) 0:08:15.905 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.200) 0:08:16.105 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.011) 0:08:16.117 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.015) 0:08:16.133 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.009) 0:08:16.142 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.008) 0:08:16.150 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.011) 0:08:16.161 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 16:16:24 +0000 (0:00:00.011) 0:08:16.173 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003750", "end": "2024-02-18 16:16:25.167597", "rc": 0, "start": "2024-02-18 16:16:25.163847" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 16:16:25 +0000 (0:00:00.207) 0:08:16.380 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 16:16:25 +0000 (0:00:00.011) 0:08:16.392 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 16:16:25 +0000 (0:00:00.010) 0:08:16.402 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 16:18:27 +0000 (0:02:02.194) 0:10:18.597 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 16:18:27 +0000 (0:00:00.014) 0:10:18.611 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 16:18:27 +0000 (0:00:00.009) 0:10:18.621 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 16:18:27 +0000 (0:00:00.008) 0:10:18.629 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.081334", "end": "2024-02-18 16:18:27.700844", "rc": 0, "start": "2024-02-18 16:18:27.619510" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 16:18:27 +0000 (0:00:00.294) 0:10:18.924 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 16:18:27 +0000 (0:00:00.009) 0:10:18.933 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 16:18:27 +0000 (0:00:00.009) 0:10:18.943 ******* 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_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 16:18:27 +0000 (0:00:00.009) 0:10:18.952 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 16:18:27 +0000 (0:00:00.016) 0:10:18.968 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 16:18:27 +0000 (0:00:00.010) 0:10:18.979 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003528", "end": "2024-02-18 16:18:27.970637", "rc": 0, "start": "2024-02-18 16:18:27.967109" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 16:18:27 +0000 (0:00:00.203) 0:10:19.182 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 16:18:28 +0000 (0:00:00.013) 0:10:19.195 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 16:18:28 +0000 (0:00:00.010) 0:10:19.206 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 16:18:28 +0000 (0:00:00.017) 0:10:19.223 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 16:18:28 +0000 (0:00:00.013) 0:10:19.236 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708273107.6982682, "block_size": 4096, "blocks": 0, "ctime": 1708273107.6982682, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33555, "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": 1708273107.6982682, "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_hotfix0cw48v90/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 16:18:28 +0000 (0:00:00.199) 0:10:19.436 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 16:18:28 +0000 (0:00:00.011) 0:10:19.448 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 16:18:28 +0000 (0:00:00.018) 0:10:19.467 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 16:18:28 +0000 (0:00:00.009) 0:10:19.476 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 16:18:28 +0000 (0:00:00.009) 0:10:19.485 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 16:18:28 +0000 (0:00:00.011) 0:10:19.497 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 16:18:28 +0000 (0:00:00.011) 0:10:19.508 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003649", "end": "2024-02-18 16:18:28.500116", "rc": 0, "start": "2024-02-18 16:18:28.496467" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 16:18:28 +0000 (0:00:00.203) 0:10:19.712 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 16:18:28 +0000 (0:00:00.010) 0:10:19.722 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 16:18:28 +0000 (0:00:00.009) 0:10:19.732 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 16:20:30 +0000 (0:02:02.278) 0:12:22.011 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 16:20:30 +0000 (0:00:00.015) 0:12:22.026 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 16:20:30 +0000 (0:00:00.010) 0:12:22.036 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 16:20:30 +0000 (0:00:00.009) 0:12:22.046 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 16:20:30 +0000 (0:00:00.009) 0:12:22.056 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.013665", "end": "2024-02-18 16:20:31.059494", "rc": 0, "start": "2024-02-18 16:20:31.045829" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 16:20:31 +0000 (0:00:00.218) 0:12:22.274 ******* 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_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 16:20:31 +0000 (0:00:00.012) 0:12:22.286 ******* 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_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 16:20:31 +0000 (0:00:00.009) 0:12:22.296 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 16:20:31 +0000 (0:00:00.043) 0:12:22.339 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 16:20:31 +0000 (0:00:00.010) 0:12:22.350 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003587", "end": "2024-02-18 16:20:31.340969", "rc": 0, "start": "2024-02-18 16:20:31.337382" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 16:20:31 +0000 (0:00:00.202) 0:12:22.553 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 16:20:31 +0000 (0:00:00.010) 0:12:22.564 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 16:20:31 +0000 (0:00:00.010) 0:12:22.575 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 16:20:31 +0000 (0:00:00.020) 0:12:22.595 ******* included: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 16:20:31 +0000 (0:00:00.011) 0:12:22.606 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 16:20:31 +0000 (0:00:00.204) 0:12:22.811 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Sunday 18 February 2024 16:20:31 +0000 (0:00:00.018) 0:12:22.829 ******* =============================================================================== Install iproute ------------------------------------------------------- 122.46s /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.34s /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.28s /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.28s /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.25s /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.19s /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.98s /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.67s /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/el_repo_setup.yml:3 --------- Create dummy interface dummy1298 ---------------------------------------- 0.29s /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:49 Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:3 Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/el_repo_setup.yml:17 -------- Set up veth as managed by NetworkManager -------------------------------- 0.23s /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:35 Delete veth interface veth1298 ------------------------------------------ 0.23s /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:43 Delete dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/manage_test_interface.yml:54 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfix0cw48v90/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfix0cw48v90/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. ---^---^---^---^---^---