# 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_hotfixyy2yxyjp/.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_hotfixyy2yxyjp/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_hotfixyy2yxyjp/tests/tests_helpers_and_asserts.yml:3 Sunday 18 February 2024 23:55:04 +0000 (0:00:00.035) 0:00:00.035 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tests_helpers_and_asserts.yml:6 Sunday 18 February 2024 23:55:05 +0000 (0:00:00.866) 0:00:00.902 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/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_hotfixyy2yxyjp/tests/tasks/el_repo_setup.yml:3 Sunday 18 February 2024 23:55:05 +0000 (0:00:00.011) 0:00:00.914 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/el_repo_setup.yml:17 Sunday 18 February 2024 23:55:05 +0000 (0:00:00.357) 0:00:01.272 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/el_repo_setup.yml:22 Sunday 18 February 2024 23:55:06 +0000 (0:00:00.244) 0:00:01.516 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/el_repo_setup.yml:26 Sunday 18 February 2024 23:55:06 +0000 (0:00:00.013) 0:00:01.529 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/el_repo_setup.yml:51 Sunday 18 February 2024 23:55:06 +0000 (0:00:00.008) 0:00:01.538 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/enable_epel.yml:8 Sunday 18 February 2024 23:55:06 +0000 (0:00:00.020) 0:00:01.559 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/enable_epel.yml:24 Sunday 18 February 2024 23:55:06 +0000 (0:00:00.244) 0:00:01.804 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/enable_epel.yml:30 Sunday 18 February 2024 23:55:06 +0000 (0:00:00.008) 0:00:01.812 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/enable_epel.yml:35 Sunday 18 February 2024 23:55:06 +0000 (0:00:00.007) 0:00:01.820 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.245451", "end": "2024-02-18 23:55:06.768344", "rc": 0, "start": "2024-02-18 23:55:06.522893" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/enable_epel.yml:40 Sunday 18 February 2024 23:55:06 +0000 (0:00:00.432) 0:00:02.253 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tests_helpers_and_asserts.yml:9 Sunday 18 February 2024 23:55:06 +0000 (0:00:00.008) 0:00:02.261 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 23:55:06 +0000 (0:00:00.011) 0:00:02.273 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:55:06 +0000 (0:00:00.009) 0:00:02.283 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:55:06 +0000 (0:00:00.008) 0:00:02.292 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003417", "end": "2024-02-18 23:55:06.995850", "rc": 0, "start": "2024-02-18 23:55:06.992433" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:55:07 +0000 (0:00:00.187) 0:00:02.480 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:55:07 +0000 (0:00:00.009) 0:00:02.490 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 23:55:07 +0000 (0:00:00.009) 0:00:02.500 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 23:55:07 +0000 (0:00:00.014) 0:00:02.514 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 23:55:07 +0000 (0:00:00.007) 0:00:02.521 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 23:55:07 +0000 (0:00:00.007) 0:00:02.528 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:55:07 +0000 (0:00:00.010) 0:00:02.539 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:55:07 +0000 (0:00:00.008) 0:00:02.548 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003537", "end": "2024-02-18 23:55:07.251003", "rc": 0, "start": "2024-02-18 23:55:07.247466" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:55:07 +0000 (0:00:00.187) 0:00:02.736 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:55:07 +0000 (0:00:00.009) 0:00:02.746 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 23:55:07 +0000 (0:00:00.008) 0:00:02.754 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 23:59:09 +0000 (0:04:02.710) 0:04:05.465 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.013) 0:04:05.478 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.007) 0:04:05.486 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.008) 0:04:05.495 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.007) 0:04:05.503 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.007) 0:04:05.510 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.007) 0:04:05.518 ******* 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_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.007) 0:04:05.526 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.012) 0:04:05.538 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.009) 0:04:05.547 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003440", "end": "2024-02-18 23:59:10.248113", "rc": 0, "start": "2024-02-18 23:59:10.244673" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.185) 0:04:05.732 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.009) 0:04:05.741 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.008) 0:04:05.750 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.013) 0:04:05.764 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.009) 0:04:05.774 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.180) 0:04:05.954 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.009) 0:04:05.964 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.015) 0:04:05.980 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.007) 0:04:05.987 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.007) 0:04:05.994 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.010) 0:04:06.005 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.009) 0:04:06.014 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003088", "end": "2024-02-18 23:59:10.714840", "rc": 0, "start": "2024-02-18 23:59:10.711752" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.183) 0:04:06.198 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.009) 0:04:06.208 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 23:59:10 +0000 (0:00:00.008) 0:04:06.217 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 00:03:13 +0000 (0:04:02.706) 0:08:08.923 ******* 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.013690", "end": "2024-02-19 00:03:13.638952", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-19 00:03:13.625262" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003738", "end": "2024-02-19 00:03:13.858663", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-19 00:03:13.854925" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004414", "end": "2024-02-19 00:03:14.038491", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-19 00:03:14.034077" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 00:03:14 +0000 (0:00:00.599) 0:08:09.522 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023523", "end": "2024-02-19 00:03:14.244588", "rc": 0, "start": "2024-02-19 00:03:14.221065" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 00:03:14 +0000 (0:00:00.207) 0:08:09.729 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 00:03:14 +0000 (0:00:00.009) 0:08:09.739 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 00:03:14 +0000 (0:00:00.007) 0:08:09.747 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 00:03:14 +0000 (0:00:00.007) 0:08:09.755 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 00:03:14 +0000 (0:00:00.008) 0:08:09.763 ******* 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_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 00:03:14 +0000 (0:00:00.007) 0:08:09.770 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:03:14 +0000 (0:00:00.016) 0:08:09.787 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:03:14 +0000 (0:00:00.009) 0:08:09.796 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003180", "end": "2024-02-19 00:03:14.496768", "rc": 0, "start": "2024-02-19 00:03:14.493588" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:03:14 +0000 (0:00:00.184) 0:08:09.980 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:03:14 +0000 (0:00:00.010) 0:08:09.990 ******* 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_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 00:03:14 +0000 (0:00:00.009) 0:08:10.000 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 00:03:14 +0000 (0:00:00.015) 0:08:10.016 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 00:03:14 +0000 (0:00:00.009) 0:08:10.026 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708300993.6291034, "block_size": 4096, "blocks": 0, "ctime": 1708300993.6291034, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30175, "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": 1708300993.6291034, "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_hotfixyy2yxyjp/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 00:03:14 +0000 (0:00:00.181) 0:08:10.208 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 00:03:14 +0000 (0:00:00.011) 0:08:10.219 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 00:03:14 +0000 (0:00:00.018) 0:08:10.237 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 00:03:14 +0000 (0:00:00.009) 0:08:10.247 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 00:03:14 +0000 (0:00:00.007) 0:08:10.254 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:03:14 +0000 (0:00:00.010) 0:08:10.265 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:03:14 +0000 (0:00:00.009) 0:08:10.274 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003112", "end": "2024-02-19 00:03:14.974464", "rc": 0, "start": "2024-02-19 00:03:14.971352" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:03:14 +0000 (0:00:00.183) 0:08:10.458 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:03:15 +0000 (0:00:00.010) 0:08:10.468 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 00:03:15 +0000 (0:00:00.009) 0:08:10.477 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 00:07:17 +0000 (0:04:02.540) 0:12:13.018 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 00:07:17 +0000 (0:00:00.014) 0:12:13.032 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 00:07:17 +0000 (0:00:00.008) 0:12:13.041 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010262", "end": "2024-02-19 00:07:17.752533", "rc": 0, "start": "2024-02-19 00:07:17.742271" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 00:07:17 +0000 (0:00:00.198) 0:12:13.239 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 00:07:17 +0000 (0:00:00.010) 0:12:13.249 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 00:07:17 +0000 (0:00:00.009) 0:12:13.259 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 00:07:17 +0000 (0:00:00.009) 0:12:13.268 ******* 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_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 00:07:17 +0000 (0:00:00.007) 0:12:13.276 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:07:17 +0000 (0:00:00.018) 0:12:13.294 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:07:17 +0000 (0:00:00.009) 0:12:13.303 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003709", "end": "2024-02-19 00:07:18.007162", "rc": 0, "start": "2024-02-19 00:07:18.003453" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:07:18 +0000 (0:00:00.187) 0:12:13.491 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:07:18 +0000 (0:00:00.011) 0:12:13.503 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 00:07:18 +0000 (0:00:00.008) 0:12:13.512 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 00:07:18 +0000 (0:00:00.020) 0:12:13.532 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 00:07:18 +0000 (0:00:00.009) 0:12:13.541 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 00:07:18 +0000 (0:00:00.183) 0:12:13.724 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tests_helpers_and_asserts.yml:15 Monday 19 February 2024 00:07:18 +0000 (0:00:00.011) 0:12:13.735 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:3 Monday 19 February 2024 00:07:18 +0000 (0:00:00.015) 0:12:13.751 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:07:18 +0000 (0:00:00.009) 0:12:13.761 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:07:18 +0000 (0:00:00.009) 0:12:13.770 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003394", "end": "2024-02-19 00:07:18.472733", "rc": 0, "start": "2024-02-19 00:07:18.469339" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:07:18 +0000 (0:00:00.186) 0:12:13.957 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:07:18 +0000 (0:00:00.009) 0:12:13.967 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:5 Monday 19 February 2024 00:07:18 +0000 (0:00:00.008) 0:12:13.975 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 00:07:18 +0000 (0:00:00.012) 0:12:13.987 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 00:07:18 +0000 (0:00:00.007) 0:12:13.995 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 00:07:18 +0000 (0:00:00.007) 0:12:14.002 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:07:18 +0000 (0:00:00.010) 0:12:14.013 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:07:18 +0000 (0:00:00.009) 0:12:14.022 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003531", "end": "2024-02-19 00:07:18.725957", "rc": 0, "start": "2024-02-19 00:07:18.722426" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:07:18 +0000 (0:00:00.188) 0:12:14.210 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:07:18 +0000 (0:00:00.009) 0:12:14.220 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 00:07:18 +0000 (0:00:00.009) 0:12:14.230 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 00:11:21 +0000 (0:04:02.540) 0:16:16.770 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 00:11:21 +0000 (0:00:00.014) 0:16:16.784 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 00:11:21 +0000 (0:00:00.008) 0:16:16.792 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 00:11:21 +0000 (0:00:00.008) 0:16:16.801 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 00:11:21 +0000 (0:00:00.009) 0:16:16.810 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 00:11:21 +0000 (0:00:00.007) 0:16:16.818 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 00:11:21 +0000 (0:00:00.007) 0:16:16.825 ******* 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_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:9 Monday 19 February 2024 00:11:21 +0000 (0:00:00.009) 0:16:16.835 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:11:21 +0000 (0:00:00.012) 0:16:16.847 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:11:21 +0000 (0:00:00.009) 0:16:16.857 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003192", "end": "2024-02-19 00:11:21.557708", "rc": 0, "start": "2024-02-19 00:11:21.554516" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:11:21 +0000 (0:00:00.184) 0:16:17.041 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:11:21 +0000 (0:00:00.010) 0:16:17.052 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:11 Monday 19 February 2024 00:11:21 +0000 (0:00:00.009) 0:16:17.061 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 00:11:21 +0000 (0:00:00.013) 0:16:17.075 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 00:11:21 +0000 (0:00:00.010) 0:16:17.085 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 00:11:21 +0000 (0:00:00.181) 0:16:17.267 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:14 Monday 19 February 2024 00:11:21 +0000 (0:00:00.010) 0:16:17.277 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 00:11:21 +0000 (0:00:00.015) 0:16:17.292 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 00:11:21 +0000 (0:00:00.007) 0:16:17.299 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 00:11:21 +0000 (0:00:00.007) 0:16:17.307 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:11:21 +0000 (0:00:00.010) 0:16:17.318 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:11:21 +0000 (0:00:00.009) 0:16:17.327 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003134", "end": "2024-02-19 00:11:22.028028", "rc": 0, "start": "2024-02-19 00:11:22.024894" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:11:22 +0000 (0:00:00.184) 0:16:17.511 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:11:22 +0000 (0:00:00.009) 0:16:17.521 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 00:11:22 +0000 (0:00:00.011) 0:16:17.533 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 00:15:24 +0000 (0:04:02.543) 0:20:20.077 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 00:15:24 +0000 (0:00:00.014) 0:20:20.091 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 00:15:24 +0000 (0:00:00.008) 0:20:20.099 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 00:15:24 +0000 (0:00:00.008) 0:20:20.107 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009037", "end": "2024-02-19 00:15:24.819168", "rc": 0, "start": "2024-02-19 00:15:24.810131" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 00:15:24 +0000 (0:00:00.206) 0:20:20.314 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 00:15:24 +0000 (0:00:00.009) 0:20:20.324 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 00:15:24 +0000 (0:00:00.008) 0:20:20.332 ******* 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_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 00:15:24 +0000 (0:00:00.008) 0:20:20.341 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:15:24 +0000 (0:00:00.015) 0:20:20.356 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:15:24 +0000 (0:00:00.009) 0:20:20.365 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003408", "end": "2024-02-19 00:15:25.068178", "rc": 0, "start": "2024-02-19 00:15:25.064770" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:15:25 +0000 (0:00:00.186) 0:20:20.552 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:15:25 +0000 (0:00:00.009) 0:20:20.562 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 00:15:25 +0000 (0:00:00.008) 0:20:20.571 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 00:15:25 +0000 (0:00:00.016) 0:20:20.587 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 00:15:25 +0000 (0:00:00.009) 0:20:20.597 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708301724.8185282, "block_size": 4096, "blocks": 0, "ctime": 1708301724.8185282, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30498, "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": 1708301724.8185282, "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_hotfixyy2yxyjp/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 00:15:25 +0000 (0:00:00.184) 0:20:20.782 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 00:15:25 +0000 (0:00:00.011) 0:20:20.793 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 00:15:25 +0000 (0:00:00.018) 0:20:20.812 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 00:15:25 +0000 (0:00:00.007) 0:20:20.820 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 00:15:25 +0000 (0:00:00.007) 0:20:20.827 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:15:25 +0000 (0:00:00.011) 0:20:20.838 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:15:25 +0000 (0:00:00.009) 0:20:20.848 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003319", "end": "2024-02-19 00:15:25.549410", "rc": 0, "start": "2024-02-19 00:15:25.546091" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:15:25 +0000 (0:00:00.185) 0:20:21.033 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:15:25 +0000 (0:00:00.009) 0:20:21.043 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 00:15:25 +0000 (0:00:00.009) 0:20:21.053 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 00:19:28 +0000 (0:04:02.543) 0:24:23.596 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 00:19:28 +0000 (0:00:00.014) 0:24:23.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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 00:19:28 +0000 (0:00:00.008) 0:24:23.619 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 00:19:28 +0000 (0:00:00.008) 0:24:23.627 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 00:19:28 +0000 (0:00:00.009) 0:24:23.636 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008071", "end": "2024-02-19 00:19:28.344011", "rc": 0, "start": "2024-02-19 00:19:28.335940" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 00:19:28 +0000 (0:00:00.191) 0:24:23.828 ******* 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_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 00:19:28 +0000 (0:00:00.009) 0:24:23.837 ******* 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_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 00:19:28 +0000 (0:00:00.008) 0:24:23.846 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 00:19:28 +0000 (0:00:00.018) 0:24:23.865 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 00:19:28 +0000 (0:00:00.009) 0:24:23.874 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003215", "end": "2024-02-19 00:19:28.577034", "rc": 0, "start": "2024-02-19 00:19:28.573819" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 00:19:28 +0000 (0:00:00.186) 0:24:24.061 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 00:19:28 +0000 (0:00:00.009) 0:24:24.071 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 00:19:28 +0000 (0:00:00.009) 0:24:24.081 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 00:19:28 +0000 (0:00:00.019) 0:24:24.101 ******* included: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 00:19:28 +0000 (0:00:00.009) 0:24:24.111 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 00:19:28 +0000 (0:00:00.183) 0:24:24.294 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=121 changed=0 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Monday 19 February 2024 00:19:28 +0000 (0:00:00.015) 0:24:24.309 ******* =============================================================================== Install iproute ------------------------------------------------------- 242.71s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.71s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.54s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.54s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.54s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.54s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.87s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.60s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:27 Enable EPEL 8 ----------------------------------------------------------- 0.43s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/enable_epel.yml:35 ---------- Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/el_repo_setup.yml:3 --------- Create EPEL 8 ----------------------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/enable_epel.yml:8 ----------- Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/el_repo_setup.yml:17 -------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:35 Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:49 Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:43 Delete dummy interface dummy1298 ---------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/manage_test_interface.yml:54 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixyy2yxyjp/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. ---^---^---^---^---^---