# 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_hotfix22z9vynm/.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_hotfix22z9vynm/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_hotfix22z9vynm/tests/tests_helpers_and_asserts.yml:3 Sunday 18 February 2024 22:30:02 +0000 (0:00:00.034) 0:00:00.034 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tests_helpers_and_asserts.yml:6 Sunday 18 February 2024 22:30:03 +0000 (0:00:01.108) 0:00:01.143 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/tasks/el_repo_setup.yml:3 Sunday 18 February 2024 22:30:03 +0000 (0:00:00.012) 0:00:01.155 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/el_repo_setup.yml:17 Sunday 18 February 2024 22:30:03 +0000 (0:00:00.456) 0:00:01.611 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/el_repo_setup.yml:22 Sunday 18 February 2024 22:30:03 +0000 (0:00:00.315) 0:00:01.927 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/el_repo_setup.yml:26 Sunday 18 February 2024 22:30:03 +0000 (0:00:00.013) 0:00:01.940 ******* 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_hotfix22z9vynm/tests/tasks/el_repo_setup.yml:51 Sunday 18 February 2024 22:30:03 +0000 (0:00:00.007) 0:00:01.948 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/enable_epel.yml:8 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.020) 0:00:01.969 ******* 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_hotfix22z9vynm/tests/tasks/enable_epel.yml:24 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.007) 0:00:01.977 ******* 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_hotfix22z9vynm/tests/tasks/enable_epel.yml:30 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.007) 0:00:01.984 ******* 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_hotfix22z9vynm/tests/tasks/enable_epel.yml:35 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.007) 0:00:01.991 ******* 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_hotfix22z9vynm/tests/tasks/enable_epel.yml:40 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.006) 0:00:01.998 ******* 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_hotfix22z9vynm/tests/tests_helpers_and_asserts.yml:9 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.007) 0:00:02.005 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.012) 0:00:02.018 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.010) 0:00:02.028 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.009) 0:00:02.037 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004247", "end": "2024-02-18 22:30:04.362020", "rc": 0, "start": "2024-02-18 22:30:04.357773" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.318) 0:00:02.356 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.010) 0:00:02.366 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.008) 0:00:02.375 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.013) 0:00:02.388 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.007) 0:00:02.396 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.007) 0:00:02.403 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.011) 0:00:02.414 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.010) 0:00:02.425 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004028", "end": "2024-02-18 22:30:04.692703", "rc": 0, "start": "2024-02-18 22:30:04.688675" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.260) 0:00:02.686 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.009) 0:00:02.696 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 22:30:04 +0000 (0:00:00.008) 0:00:02.704 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 22:32:07 +0000 (0:02:02.397) 0:02:05.101 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.014) 0:02:05.116 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.008) 0:02:05.124 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.007) 0:02:05.132 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.009) 0:02:05.141 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.007) 0:02:05.149 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.007) 0:02:05.157 ******* 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_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.007) 0:02:05.164 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.013) 0:02:05.178 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.009) 0:02:05.187 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004232", "end": "2024-02-18 22:32:07.458157", "rc": 0, "start": "2024-02-18 22:32:07.453925" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.265) 0:02:05.452 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.010) 0:02:05.462 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.009) 0:02:05.472 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.013) 0:02:05.486 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.010) 0:02:05.496 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.262) 0:02:05.759 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.011) 0:02:05.770 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.014) 0:02:05.785 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.007) 0:02:05.792 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.007) 0:02:05.799 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.010) 0:02:05.810 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:32:07 +0000 (0:00:00.010) 0:02:05.820 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004102", "end": "2024-02-18 22:32:08.089755", "rc": 0, "start": "2024-02-18 22:32:08.085653" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:32:08 +0000 (0:00:00.263) 0:02:06.083 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:32:08 +0000 (0:00:00.009) 0:02:06.093 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 22:32:08 +0000 (0:00:00.009) 0:02:06.103 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 22:34:10 +0000 (0:02:02.276) 0:04:08.379 ******* 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.011885", "end": "2024-02-18 22:34:10.664960", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-18 22:34:10.653075" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004991", "end": "2024-02-18 22:34:10.992863", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-18 22:34:10.987872" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.005461", "end": "2024-02-18 22:34:11.254245", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-18 22:34:11.248784" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 22:34:11 +0000 (0:00:00.871) 0:04:09.250 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.025692", "end": "2024-02-18 22:34:11.547171", "rc": 0, "start": "2024-02-18 22:34:11.521479" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 22:34:11 +0000 (0:00:00.293) 0:04:09.544 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 22:34:11 +0000 (0:00:00.008) 0:04:09.552 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 22:34:11 +0000 (0:00:00.007) 0:04:09.560 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 22:34:11 +0000 (0:00:00.009) 0:04:09.570 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 22:34:11 +0000 (0:00:00.007) 0:04:09.577 ******* 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_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 22:34:11 +0000 (0:00:00.007) 0:04:09.585 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:34:11 +0000 (0:00:00.015) 0:04:09.600 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:34:11 +0000 (0:00:00.009) 0:04:09.610 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004111", "end": "2024-02-18 22:34:11.883655", "rc": 0, "start": "2024-02-18 22:34:11.879544" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:34:11 +0000 (0:00:00.268) 0:04:09.878 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:34:11 +0000 (0:00:00.010) 0:04:09.888 ******* 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_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 22:34:11 +0000 (0:00:00.008) 0:04:09.897 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 22:34:11 +0000 (0:00:00.015) 0:04:09.913 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:34:11 +0000 (0:00:00.009) 0:04:09.923 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708295650.65836, "block_size": 4096, "blocks": 0, "ctime": 1708295650.65836, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32720, "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": 1708295650.65836, "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_hotfix22z9vynm/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 22:34:12 +0000 (0:00:00.261) 0:04:10.184 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 22:34:12 +0000 (0:00:00.010) 0:04:10.194 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 22:34:12 +0000 (0:00:00.018) 0:04:10.213 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 22:34:12 +0000 (0:00:00.007) 0:04:10.220 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 22:34:12 +0000 (0:00:00.007) 0:04:10.228 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:34:12 +0000 (0:00:00.010) 0:04:10.238 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:34:12 +0000 (0:00:00.009) 0:04:10.248 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004112", "end": "2024-02-18 22:34:12.520408", "rc": 0, "start": "2024-02-18 22:34:12.516296" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:34:12 +0000 (0:00:00.266) 0:04:10.515 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:34:12 +0000 (0:00:00.009) 0:04:10.524 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 22:34:12 +0000 (0:00:00.009) 0:04:10.534 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 22:36:14 +0000 (0:02:02.279) 0:06:12.813 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 22:36:14 +0000 (0:00:00.014) 0:06:12.828 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 22:36:14 +0000 (0:00:00.007) 0:06:12.836 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.022301", "end": "2024-02-18 22:36:15.125411", "rc": 0, "start": "2024-02-18 22:36:15.103110" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 22:36:15 +0000 (0:00:00.285) 0:06:13.121 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 22:36:15 +0000 (0:00:00.009) 0:06:13.131 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 22:36:15 +0000 (0:00:00.008) 0:06:13.139 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 22:36:15 +0000 (0:00:00.009) 0:06:13.149 ******* 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_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 22:36:15 +0000 (0:00:00.007) 0:06:13.157 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:36:15 +0000 (0:00:00.019) 0:06:13.177 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:36:15 +0000 (0:00:00.009) 0:06:13.187 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004174", "end": "2024-02-18 22:36:15.456987", "rc": 0, "start": "2024-02-18 22:36:15.452813" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:36:15 +0000 (0:00:00.264) 0:06:13.451 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:36:15 +0000 (0:00:00.011) 0:06:13.462 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 22:36:15 +0000 (0:00:00.010) 0:06:13.472 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 22:36:15 +0000 (0:00:00.019) 0:06:13.492 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:36:15 +0000 (0:00:00.010) 0:06:13.502 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 22:36:15 +0000 (0:00:00.258) 0:06:13.761 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tests_helpers_and_asserts.yml:15 Sunday 18 February 2024 22:36:15 +0000 (0:00:00.011) 0:06:13.772 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 22:36:15 +0000 (0:00:00.013) 0:06:13.786 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:36:15 +0000 (0:00:00.010) 0:06:13.796 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:36:15 +0000 (0:00:00.009) 0:06:13.806 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004171", "end": "2024-02-18 22:36:16.075634", "rc": 0, "start": "2024-02-18 22:36:16.071463" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:36:16 +0000 (0:00:00.263) 0:06:14.070 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:36:16 +0000 (0:00:00.013) 0:06:14.084 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 22:36:16 +0000 (0:00:00.010) 0:06:14.094 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 22:36:16 +0000 (0:00:00.012) 0:06:14.106 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 22:36:16 +0000 (0:00:00.007) 0:06:14.114 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 22:36:16 +0000 (0:00:00.007) 0:06:14.122 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:36:16 +0000 (0:00:00.011) 0:06:14.133 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:36:16 +0000 (0:00:00.009) 0:06:14.143 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004292", "end": "2024-02-18 22:36:16.409770", "rc": 0, "start": "2024-02-18 22:36:16.405478" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:36:16 +0000 (0:00:00.260) 0:06:14.403 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:36:16 +0000 (0:00:00.011) 0:06:14.415 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 22:36:16 +0000 (0:00:00.010) 0:06:14.425 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 22:38:18 +0000 (0:02:02.268) 0:08:16.694 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 22:38:18 +0000 (0:00:00.013) 0:08:16.708 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 22:38:18 +0000 (0:00:00.008) 0:08:16.716 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 22:38:18 +0000 (0:00:00.008) 0:08:16.725 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 22:38:18 +0000 (0:00:00.008) 0:08:16.733 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 22:38:18 +0000 (0:00:00.008) 0:08:16.741 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 22:38:18 +0000 (0:00:00.008) 0:08:16.749 ******* 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_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 22:38:18 +0000 (0:00:00.007) 0:08:16.757 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:38:18 +0000 (0:00:00.013) 0:08:16.770 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:38:18 +0000 (0:00:00.009) 0:08:16.780 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004270", "end": "2024-02-18 22:38:19.052912", "rc": 0, "start": "2024-02-18 22:38:19.048642" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:38:19 +0000 (0:00:00.268) 0:08:17.048 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:38:19 +0000 (0:00:00.010) 0:08:17.059 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 22:38:19 +0000 (0:00:00.009) 0:08:17.068 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 22:38:19 +0000 (0:00:00.013) 0:08:17.081 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:38:19 +0000 (0:00:00.009) 0:08:17.091 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 22:38:19 +0000 (0:00:00.259) 0:08:17.351 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 22:38:19 +0000 (0:00:00.010) 0:08:17.362 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 22:38:19 +0000 (0:00:00.015) 0:08:17.377 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 22:38:19 +0000 (0:00:00.007) 0:08:17.385 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 22:38:19 +0000 (0:00:00.007) 0:08:17.392 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:38:19 +0000 (0:00:00.010) 0:08:17.403 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:38:19 +0000 (0:00:00.009) 0:08:17.412 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004333", "end": "2024-02-18 22:38:19.684826", "rc": 0, "start": "2024-02-18 22:38:19.680493" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:38:19 +0000 (0:00:00.267) 0:08:17.680 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:38:19 +0000 (0:00:00.012) 0:08:17.693 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 22:38:19 +0000 (0:00:00.009) 0:08:17.703 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 22:40:22 +0000 (0:02:02.265) 0:10:19.968 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.014) 0:10:19.983 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.008) 0:10:19.991 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.008) 0:10:19.999 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006213", "end": "2024-02-18 22:40:22.267247", "rc": 0, "start": "2024-02-18 22:40:22.261034" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.272) 0:10:20.272 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.009) 0:10:20.281 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.008) 0:10:20.289 ******* 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_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.008) 0:10:20.298 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.020) 0:10:20.318 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.009) 0:10:20.328 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004095", "end": "2024-02-18 22:40:22.591853", "rc": 0, "start": "2024-02-18 22:40:22.587758" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.257) 0:10:20.585 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.010) 0:10:20.595 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.008) 0:10:20.604 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.016) 0:10:20.620 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.009) 0:10:20.630 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708296022.264905, "block_size": 4096, "blocks": 0, "ctime": 1708296022.264905, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33013, "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": 1708296022.264905, "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_hotfix22z9vynm/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.252) 0:10:20.883 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.013) 0:10:20.896 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.018) 0:10:20.914 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.007) 0:10:20.922 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.007) 0:10:20.929 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.010) 0:10:20.940 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:40:22 +0000 (0:00:00.009) 0:10:20.950 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004041", "end": "2024-02-18 22:40:23.210600", "rc": 0, "start": "2024-02-18 22:40:23.206559" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:40:23 +0000 (0:00:00.254) 0:10:21.204 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:40:23 +0000 (0:00:00.009) 0:10:21.214 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 22:40:23 +0000 (0:00:00.009) 0:10:21.224 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 22:42:25 +0000 (0:02:02.365) 0:12:23.589 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 22:42:25 +0000 (0:00:00.015) 0:12:23.604 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 22:42:25 +0000 (0:00:00.008) 0:12:23.612 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 22:42:25 +0000 (0:00:00.008) 0:12:23.621 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 22:42:25 +0000 (0:00:00.008) 0:12:23.629 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.014487", "end": "2024-02-18 22:42:25.913229", "rc": 0, "start": "2024-02-18 22:42:25.898742" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 22:42:25 +0000 (0:00:00.284) 0:12:23.914 ******* 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_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 22:42:25 +0000 (0:00:00.009) 0:12:23.923 ******* 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_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 22:42:25 +0000 (0:00:00.007) 0:12:23.931 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 22:42:25 +0000 (0:00:00.020) 0:12:23.952 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 22:42:26 +0000 (0:00:00.049) 0:12:24.002 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004259", "end": "2024-02-18 22:42:26.275371", "rc": 0, "start": "2024-02-18 22:42:26.271112" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 22:42:26 +0000 (0:00:00.270) 0:12:24.272 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 22:42:26 +0000 (0:00:00.012) 0:12:24.284 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 22:42:26 +0000 (0:00:00.010) 0:12:24.295 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 22:42:26 +0000 (0:00:00.019) 0:12:24.314 ******* included: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 22:42:26 +0000 (0:00:00.010) 0:12:24.325 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 22:42:26 +0000 (0:00:00.264) 0:12:24.590 ******* 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 22:42:26 +0000 (0:00:00.015) 0:12:24.605 ******* =============================================================================== Install iproute ------------------------------------------------------- 122.40s /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.37s /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.28s /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.28s /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.27s /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.27s /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 1.11s /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.87s /WORKDIR/git-nm_plugin_hotfix22z9vynm/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_hotfix22z9vynm/tests/tasks/el_repo_setup.yml:3 --------- Gather current interface info ------------------------------------------- 0.32s /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:3 Check if system is ostree ----------------------------------------------- 0.32s /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/el_repo_setup.yml:17 -------- Set up veth as managed by NetworkManager -------------------------------- 0.29s /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:35 Delete veth interface veth1298 ------------------------------------------ 0.29s /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:43 Delete dummy interface dummy1298 ---------------------------------------- 0.28s /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:54 Create dummy interface dummy1298 ---------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/manage_test_interface.yml:49 Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfix22z9vynm/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfix22z9vynm/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. ---^---^---^---^---^---